From d22935fbb19b46b10ee9118624d3cc6eba2d00d8 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Dec 2002 02:14:10 +0000 Subject: do not use m4 --- Makefile.am | 2 +- configure.in | 4 ++-- m4/Makefile.am | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 m4/Makefile.am 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 -- cgit v1.2.3