From 16cdfd35aa4852e0cf046bc473e1eb9df35c7e95 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Jan 1999 20:33:55 +0000 Subject: * Makefile.am (SUBDIRS): Add m4. (EXTRA_DIST): Add Makefile.maint GNUmakefile @README_ALPHA@. (DISTCLEANFILES): Add intl/libintl.h. (ACLOCAL_AMFLAGS): Define to `-I m4'. --- Makefile.am | 9 +++++++-- 1 file 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 -- cgit v1.2.3