mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
Regenerate.
This commit is contained in:
parent
102586d8e0
commit
04dee24a8a
@ -479,27 +479,20 @@ check-forbidden-patterns:
|
||||
autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
|
||||
$(MY_AUTOM4TE) --language M4sh --cache '' $(srcdir)/autoconf.as -o $@
|
||||
|
||||
autoheader autom4te autoreconf autoscan autoupdate ifnames: Makefile
|
||||
$(bin_SCRIPTS): Makefile
|
||||
rm -f $@ $@.tmp
|
||||
$(edit) $(srcdir)/$@.in >$@.tmp
|
||||
$(edit) `test -f ./$@.in || echo $(srcdir)/`$@.in >$@.tmp
|
||||
chmod +x $@.tmp
|
||||
chmod a-w $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
autoconf: autoconf.in
|
||||
autoheader: $(srcdir)/autoheader.in
|
||||
autom4te: $(srcdir)/autom4te.in
|
||||
autoreconf: $(srcdir)/autoreconf.in
|
||||
autoscan: $(srcdir)/autoscan.in
|
||||
autoupdate: $(srcdir)/autoupdate.in
|
||||
ifnames: $(srcdir)/ifnames.in
|
||||
|
||||
# autoconf.in is in ., not in $(srcdir).
|
||||
autoconf: autoconf.in Makefile
|
||||
rm -f $@ $@.tmp
|
||||
$(edit) $@.in >$@.tmp
|
||||
chmod +x $@.tmp
|
||||
chmod a-w $@.tmp
|
||||
mv $@.tmp $@
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
@ -21,6 +21,7 @@ AT_CHECK_MACRO([AC_PREFIX_DEFAULT])
|
||||
AT_CHECK_AU_MACRO([AC_CHECKING])
|
||||
AT_CHECK_AU_MACRO([AC_COMPILE_CHECK])
|
||||
AT_CHECK_AU_MACRO([AC_ENABLE])
|
||||
AT_CHECK_AU_MACRO([AC_MSG_RESULT_UNQUOTED])
|
||||
AT_CHECK_AU_MACRO([AC_TRY_COMPILE])
|
||||
AT_CHECK_AU_MACRO([AC_TRY_CPP])
|
||||
AT_CHECK_AU_MACRO([AC_TRY_LINK])
|
||||
|
Loading…
x
Reference in New Issue
Block a user