summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-27 20:33:55 +0000
committerJim Meyering <jim@meyering.net>1999-01-27 20:33:55 +0000
commit16cdfd35aa4852e0cf046bc473e1eb9df35c7e95 (patch)
treeb2cc2520f35ea1d752f8d2a23918d5a90a4996a4
parent7b7f147dc25d0cd3d5c65ff73313b45061ebc2ec (diff)
downloadidutils-16cdfd35aa4852e0cf046bc473e1eb9df35c7e95.tar.gz
idutils-16cdfd35aa4852e0cf046bc473e1eb9df35c7e95.tar.bz2
idutils-16cdfd35aa4852e0cf046bc473e1eb9df35c7e95.zip
* Makefile.am (SUBDIRS): Add m4.
(EXTRA_DIST): Add Makefile.maint GNUmakefile @README_ALPHA@. (DISTCLEANFILES): Add intl/libintl.h. (ACLOCAL_AMFLAGS): Define to `-I m4'.
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f9b4a5..f457c5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,10 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = lib libidu intl src lisp po doc testsuite
+SUBDIRS = lib libidu intl src lisp m4 po doc testsuite
-EXTRA_DIST = @README_ALPHA@
+# Remove this file here (it is created via configure), not from within intl.
+DISTCLEANFILES = intl/libintl.h
+
+EXTRA_DIST = Makefile.maint GNUmakefile @README_ALPHA@
+
+ACLOCAL_AMFLAGS = -I m4