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
commitd22935fbb19b46b10ee9118624d3cc6eba2d00d8 (patch)
tree67ce8f2ffb41a104088db65f164dbfd657f802bf /configure.in
parente21e8b3a6ced84d012a1f3921ba50c916112585f (diff)
downloadmdk-d22935fbb19b46b10ee9118624d3cc6eba2d00d8.tar.gz
mdk-d22935fbb19b46b10ee9118624d3cc6eba2d00d8.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