mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
* autoupdate.in: New. Replaces autoupdate.sh.
This commit is contained in:
parent
3fd60be7b0
commit
5e0a2a0099
@ -1,3 +1,7 @@
|
||||
2001-02-21 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* autoupdate.in: New. Replaces autoupdate.sh.
|
||||
|
||||
2001-02-21 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* autoscan.pl (&find_configure_ac): New.
|
||||
|
@ -54,7 +54,7 @@ pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
|
||||
EXTRA_DIST = ChangeLog.0 ChangeLog.1 \
|
||||
BUGS INSTALL.txt \
|
||||
acversion.m4.in \
|
||||
autoconf.sh autoheader.sh autoreconf.sh autoupdate.sh ifnames.sh \
|
||||
autoconf.sh autoheader.sh autoreconf.sh autoupdate.in ifnames.sh \
|
||||
autoscan.pl \
|
||||
$(distpkgdataDATA)
|
||||
|
||||
@ -151,9 +151,9 @@ autoreconf: $(srcdir)/autoreconf.sh $(srcdir)/configure.in
|
||||
chmod +x autoreconf.tmp
|
||||
mv autoreconf.tmp autoreconf
|
||||
|
||||
autoupdate: $(srcdir)/autoupdate.sh $(srcdir)/configure.in
|
||||
autoupdate: $(srcdir)/autoupdate.in $(srcdir)/configure.in
|
||||
rm -f autoupdate autoupdate.tmp
|
||||
$(edit) $(srcdir)/autoupdate.sh >autoupdate.tmp
|
||||
$(edit) $(srcdir)/autoupdate.in >autoupdate.tmp
|
||||
chmod +x autoupdate.tmp
|
||||
mv autoupdate.tmp autoupdate
|
||||
|
||||
|
@ -95,7 +95,7 @@ nodistpkgdataDATA = autoconf.m4f
|
||||
|
||||
pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
|
||||
|
||||
EXTRA_DIST = ChangeLog.0 ChangeLog.1 BUGS INSTALL.txt acversion.m4.in autoconf.sh autoheader.sh autoreconf.sh autoupdate.sh ifnames.sh autoscan.pl $(distpkgdataDATA)
|
||||
EXTRA_DIST = ChangeLog.0 ChangeLog.1 BUGS INSTALL.txt acversion.m4.in autoconf.sh autoheader.sh autoreconf.sh autoupdate.in ifnames.sh autoscan.pl $(distpkgdataDATA)
|
||||
|
||||
|
||||
# Files that should be removed, but which Automake does not know:
|
||||
@ -461,9 +461,9 @@ autoreconf: $(srcdir)/autoreconf.sh $(srcdir)/configure.in
|
||||
chmod +x autoreconf.tmp
|
||||
mv autoreconf.tmp autoreconf
|
||||
|
||||
autoupdate: $(srcdir)/autoupdate.sh $(srcdir)/configure.in
|
||||
autoupdate: $(srcdir)/autoupdate.in $(srcdir)/configure.in
|
||||
rm -f autoupdate autoupdate.tmp
|
||||
$(edit) $(srcdir)/autoupdate.sh >autoupdate.tmp
|
||||
$(edit) $(srcdir)/autoupdate.in >autoupdate.tmp
|
||||
chmod +x autoupdate.tmp
|
||||
mv autoupdate.tmp autoupdate
|
||||
|
||||
|
1029
autoupdate.in
Normal file
1029
autoupdate.in
Normal file
File diff suppressed because it is too large
Load Diff
1029
autoupdate.sh
Normal file
1029
autoupdate.sh
Normal file
File diff suppressed because it is too large
Load Diff
1029
bin/autoupdate.in
Normal file
1029
bin/autoupdate.in
Normal file
File diff suppressed because it is too large
Load Diff
@ -54,7 +54,6 @@ if /bin/sh ./syntax.sh; then
|
||||
# when running `sh PROG'.
|
||||
AT_CHECK([/bin/sh -n ../autoconf], 0)
|
||||
AT_CHECK([/bin/sh -n ../autoreconf], 0)
|
||||
AT_CHECK([/bin/sh -n ../autoupdate], 0)
|
||||
AT_CHECK([/bin/sh -n ../ifnames], 0)
|
||||
|
||||
# These are not built, they are in the src tree.
|
||||
|
Loading…
x
Reference in New Issue
Block a user