mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
* Makefile.cfg (executable-update): New.
(local_updates): Call it.
This commit is contained in:
parent
d7b524a8b0
commit
5f99feb4cd
@ -1,3 +1,8 @@
|
||||
2003-10-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* Makefile.cfg (executable-update): New.
|
||||
(local_updates): Call it.
|
||||
|
||||
2003-10-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
|
||||
|
@ -47,7 +47,13 @@ cvs_files = \
|
||||
$(srcdir)/config/mkinstalldirs
|
||||
|
||||
# autom4te-update is defined in Makefile.am.
|
||||
local_updates = wget-update cvs-update autom4te-update
|
||||
local_updates = wget-update cvs-update autom4te-update executable-update
|
||||
|
||||
.PHONY: executable-update
|
||||
executable-update:
|
||||
chmod +x $(cvs_files) \
|
||||
$(srcdir)/config/config.guess \
|
||||
$(srcdir)/config/config.sub
|
||||
|
||||
# Tests not to run.
|
||||
local-checks-to-skip ?= \
|
||||
|
Loading…
Reference in New Issue
Block a user