summaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 02:14:10 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 02:14:10 +0000
commit1cbee18a1654e0cc20340776095be82a016f1234 (patch)
treefc95f222185e7e6a34629da927491bda026f864a /configure.in
parent2c1a4bc2c5bbd9e112dfbc2f44a32f59f4e38fd2 (diff)
downloadmdk-1cbee18a1654e0cc20340776095be82a016f1234.tar.gz
mdk-1cbee18a1654e0cc20340776095be82a016f1234.tar.bz2
do not use m4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 7c11f48..7c1d834 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
#
-# $Id: configure.in,v 1.23 2002/12/08 01:37:41 jao Exp $
+# $Id: configure.in,v 1.24 2002/12/08 02:14:10 jao Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -30,6 +30,7 @@ AM_GNU_GETTEXT
test "x$prefix" = xNONE && prefix=$ac_default_prefix
+AH_TEMPLATE(LOCALEDIR,[locale directory])
AC_DEFINE_UNQUOTED(LOCALEDIR, "${prefix}/share/locale")
dnl Check for readline and history
@@ -144,7 +145,6 @@ misc/Makefile
samples/Makefile
po/Makefile.in
intl/Makefile
-m4/Makefile
)
if test x$readl = xtrue; then