summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 01:37:41 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 01:37:41 +0000
commit8582177687b5e6a0050b9f9f596cdc5793307a4f (patch)
tree0936dd628b13e407b1c5d1920a952241c9026a28
parent0065ae8301dae1b38ec9c04395e2b2f689a4e576 (diff)
downloadmdk-8582177687b5e6a0050b9f9f596cdc5793307a4f.tar.gz
mdk-8582177687b5e6a0050b9f9f596cdc5793307a4f.tar.bz2
add m4
-rw-r--r--Makefile.am2
-rw-r--r--configure.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index aa99e8b..147b17f 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 = po intl doc lib mixlib mixguile mixutils mixgtk misc samples
+SUBDIRS = m4 po intl doc lib mixlib mixguile mixutils mixgtk misc samples
docdir = $(top_builddir)/doc
diff --git a/configure.in b/configure.in
index 13673e7..7c11f48 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.22 2002/12/08 00:35:54 jao Exp $
+# $Id: configure.in,v 1.23 2002/12/08 01:37:41 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
@@ -144,6 +144,7 @@ misc/Makefile
samples/Makefile
po/Makefile.in
intl/Makefile
+m4/Makefile
)
if test x$readl = xtrue; then