]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* Makefile.cfg (executable-update): New.
authorAkim Demaille <akim@epita.fr>
Mon, 27 Oct 2003 16:48:06 +0000 (16:48 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 27 Oct 2003 16:48:06 +0000 (16:48 +0000)
(local_updates): Call it.

ChangeLog
Makefile.cfg

index e0b303904bc97da753e251f3f9b4105e7743b4f6..5a7185722109865c0dbd222e0c276c08371ef4a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index aae9f5548e2db2e3940fc9acb9a60b01e3b49600..110c65d5d0308d453195c64f26ddb4116feab730 100644 (file)
@@ -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 ?= \