build: `chmod +x' scripts as they are generated.
authorLudovic Courtès <ludo@gnu.org>
Wed, 6 Feb 2013 15:30:15 +0000 (16:30 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 6 Feb 2013 22:04:10 +0000 (23:04 +0100)
* configure.ac: Add the `chmod +x' as a second argument to
  `AC_CONFIG_FILES'.  Remove `AC_CONFIG_COMMANDS' invocation.

configure.ac

index 9da2812..a9cf17a 100644 (file)
@@ -115,16 +115,15 @@ m4_include([config-daemon.ac])
 
 AC_CONFIG_FILES([Makefile
                  po/Makefile.in
-                guix/config.scm
-                guix-build
+                guix/config.scm])
+
+AC_CONFIG_FILES([guix-build
                 guix-download
                 guix-import
                 guix-package
                 guix-gc
                 pre-inst-env
-                test-env])
-
-AC_CONFIG_COMMANDS([commands-exec],
+                test-env],
   [chmod +x guix-build guix-download guix-import guix-package guix-gc \
             pre-inst-env test-env])