summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-05 05:55:11 +0000
committerPaul Smith <psmith@gnu.org>1999-03-05 05:55:11 +0000
commit9e6ba6a148aa6e4a6aed496d91bac44323325445 (patch)
treeeafdc0668a04d95c8901d349f545ffdcab0f7138 /Makefile.am
parentede263043c9a31110da168ee84a59b1bbb6791c3 (diff)
downloadgunmake-9e6ba6a148aa6e4a6aed496d91bac44323325445.tar.gz
* Update FSF address info in copyright notices.
* Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 3bfaf47..e1e9990 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,10 +127,4 @@ check-regression: all
# --------------- Maintainer's Section
-if MAINT_MAKEFILE
-# Note this requires GNU make. Not to worry, since it will only be included
-# in the Makefile if we're in the maintainer's environment.
-# Ulp! Need a leading space to "hide" this include from automake's new (in
-# 1.4) include feature :(
- include $(srcdir)/maintMakefile
-endif
+@MAINT_MAKEFILE@