summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@acm.org>2003-08-07 11:21:45 +0000
committerRaja R Harinath <harinath@acm.org>2003-08-07 11:21:45 +0000
commit9ee3ce161203896736494bf1c79f1bcaf101b1b8 (patch)
tree7a916a71e4f81daa29b8c31671c8fdf6d124cd74 /lib
parent724be94691b2ea044a3632c3c02887ca8bceb3c6 (diff)
downloadautomake-9ee3ce161203896736494bf1c79f1bcaf101b1b8.tar.gz
* Makefile.am (maintainer-check): Update perllibdir.
* lib/Automake/Makefile.am (Config.pm): Depend on Makefile too. (EXTRA_DIST): Add Config.in. * Makefile.in, lib/Automake/Makefile.in: Regenerate. * tests/defs.in (AUTOMAKE, ACLOCAL): Use absolute paths in $perllibdir.
Diffstat (limited to 'lib')
-rw-r--r--lib/Automake/Makefile.am4
-rw-r--r--lib/Automake/Makefile.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/Automake/Makefile.am b/lib/Automake/Makefile.am
index 97b236e3f..f6a3a157d 100644
--- a/lib/Automake/Makefile.am
+++ b/lib/Automake/Makefile.am
@@ -51,5 +51,7 @@ do_subst = sed -e 's,[@]datadir[@],$(datadir),g' -e 's,[@]PERL[@],$(PERL),g' \
-e 's,[@]APIVERSION[@],$(APIVERSION),g' \
-e 's,[@]SHELL[@],$(SHELL),g'
-Config.pm: Config.in
+Config.pm: Config.in Makefile
$(do_subst) <$(srcdir)/Config.in >$@
+
+EXTRA_DIST = Config.in
diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in
index 8367fba30..ba2ee3032 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/Makefile.in
@@ -157,6 +157,7 @@ do_subst = sed -e 's,[@]datadir[@],$(datadir),g' -e 's,[@]PERL[@],$(PERL),g' \
-e 's,[@]APIVERSION[@],$(APIVERSION),g' \
-e 's,[@]SHELL[@],$(SHELL),g'
+EXTRA_DIST = Config.in
all: all-recursive
.SUFFIXES:
@@ -478,7 +479,7 @@ uninstall-info: uninstall-info-recursive
uninstall-nodist_perllibDATA
-Config.pm: Config.in
+Config.pm: Config.in Makefile
$(do_subst) <$(srcdir)/Config.in >$@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.