undo bogus bugfix

This commit is contained in:
David MacKenzie 1995-11-21 22:45:24 +00:00
parent 673d7305df
commit 3016f325ec
3 changed files with 11 additions and 4 deletions

View File

@ -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.

View 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; \

View 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; \