diff --git a/ChangeLog b/ChangeLog index 59b69b26..976625e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 21 17:36:41 1995 David J. MacKenzie + + * 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 * Version 2.6. diff --git a/Makefile.in b/Makefile.in index bfb7c362..29a69b6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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; \ diff --git a/doc/Makefile.in b/doc/Makefile.in index bfb7c362..29a69b6c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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; \