]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
undo bogus bugfix
authorDavid MacKenzie <djm@djmnet.org>
Tue, 21 Nov 1995 22:45:24 +0000 (22:45 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Tue, 21 Nov 1995 22:45:24 +0000 (22:45 +0000)
ChangeLog
Makefile.in
doc/Makefile.in

index 59b69b26f9546624473d79c9c7ca5d906136f44d..976625e95c1d14901b3379b98eef7f2d954646f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 21 17:36:41 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
+
+       * Makefile.in (install): Undo last ASCRIPTS panic change.
+       The bug reporter hadn't cleaned up his source dir.
+
 Mon Nov 20 15:26:50 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
 
        * Version 2.6.
index bfb7c36207654d22e784e0cba061ef9c0c46b221..29a69b6c2e34d940b6517993a7e5292028d30648 100644 (file)
@@ -29,8 +29,9 @@ M4 = @M4@
 AWK = @AWK@
 PERL = @PERL@
 
-# Programs that are always installed.
+# Programs that are ALWAYS installed (and are created in the build dir).
 ASCRIPTS = autoconf autoheader autoreconf autoupdate ifnames 
+# All programs, including those only installed if you have perl.
 SCRIPTS = $(ASCRIPTS) @SCRIPTS@
 
 transform=@program_transform_name@
@@ -130,7 +131,7 @@ install: all $(M4FILES) acconfig.h installdirs install-info
        *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \
        esac
        for p in $(ASCRIPTS); do \
-         $(INSTALL_PROGRAM) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+         $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
        done
        for i in $(M4FILES) acconfig.h; do \
        $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
index bfb7c36207654d22e784e0cba061ef9c0c46b221..29a69b6c2e34d940b6517993a7e5292028d30648 100644 (file)
@@ -29,8 +29,9 @@ M4 = @M4@
 AWK = @AWK@
 PERL = @PERL@
 
-# Programs that are always installed.
+# Programs that are ALWAYS installed (and are created in the build dir).
 ASCRIPTS = autoconf autoheader autoreconf autoupdate ifnames 
+# All programs, including those only installed if you have perl.
 SCRIPTS = $(ASCRIPTS) @SCRIPTS@
 
 transform=@program_transform_name@
@@ -130,7 +131,7 @@ install: all $(M4FILES) acconfig.h installdirs install-info
        *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \
        esac
        for p in $(ASCRIPTS); do \
-         $(INSTALL_PROGRAM) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+         $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
        done
        for i in $(M4FILES) acconfig.h; do \
        $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \