summaryrefslogtreecommitdiffhomepage
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
parente21e8b3a6ced84d012a1f3921ba50c916112585f (diff)
downloadmdk-d22935fbb19b46b10ee9118624d3cc6eba2d00d8.tar.gz
mdk-d22935fbb19b46b10ee9118624d3cc6eba2d00d8.tar.bz2
do not use m4
-rw-r--r--Makefile.am2
-rw-r--r--configure.in4
-rw-r--r--m4/Makefile.am3
3 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 147b17f..aa99e8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
EXTRA_DIST = config.rpath ABOUT-NLS autogen.sh configure mdk.spec
-SUBDIRS = m4 po intl doc lib mixlib mixguile mixutils mixgtk misc samples
+SUBDIRS = po intl doc lib mixlib mixguile mixutils mixgtk misc samples
docdir = $(top_builddir)/doc
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
diff --git a/m4/Makefile.am b/m4/Makefile.am
deleted file mode 100644
index be35922..0000000
--- a/m4/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-# EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4
-
-EXTRA_DIST = *.m4