diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-27 20:33:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-27 20:33:55 +0000 |
commit | 16cdfd35aa4852e0cf046bc473e1eb9df35c7e95 (patch) | |
tree | b2cc2520f35ea1d752f8d2a23918d5a90a4996a4 | |
parent | 7b7f147dc25d0cd3d5c65ff73313b45061ebc2ec (diff) | |
download | idutils-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.am | 9 |
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 |