mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
undo bogus bugfix
This commit is contained in:
parent
673d7305df
commit
3016f325ec
@ -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.
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user