diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-05-12 23:26:46 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-12 23:26:46 +0200 |
| commit | e8b3afeb9234bca4a455272a6a831d7994d29b96 (patch) | |
| tree | bc08b6b2d8d8c518927a220079c2b62253dd58fa /config-daemon.ac | |
| parent | f5ebf5c6ac2b9c48608211349acf1b4119a6f8c1 (diff) | |
build: Use separate `AC_CONFIG_FILES' invocations for executable files.v0.2
* configure.ac: Use separate AC_CONFIG_FILES invocations for files that
need to be made executable.
* config-daemon.ac: Likewise.
Diffstat (limited to 'config-daemon.ac')
| -rw-r--r-- | config-daemon.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config-daemon.ac b/config-daemon.ac index 7c51f2b95c5..5db08d099dd 100644 --- a/config-daemon.ac +++ b/config-daemon.ac | |||
| @@ -101,9 +101,10 @@ if test "x$guix_build_daemon" = "xyes"; then | |||
| 101 | AC_MSG_RESULT([$GUIX_TEST_ROOT]) | 101 | AC_MSG_RESULT([$GUIX_TEST_ROOT]) |
| 102 | AC_SUBST([GUIX_TEST_ROOT]) | 102 | AC_SUBST([GUIX_TEST_ROOT]) |
| 103 | 103 | ||
| 104 | AC_CONFIG_FILES([nix/scripts/list-runtime-roots | 104 | AC_CONFIG_FILES([nix/scripts/list-runtime-roots], |
| 105 | nix/scripts/substitute-binary], | 105 | [chmod +x nix/scripts/list-runtime-roots]) |
| 106 | [chmod +x nix/scripts/list-runtime-roots nix/scripts/substitute-binary]) | 106 | AC_CONFIG_FILES([nix/scripts/substitute-binary], |
| 107 | [chmod +x nix/scripts/substitute-binary]) | ||
| 107 | fi | 108 | fi |
| 108 | 109 | ||
| 109 | AM_CONDITIONAL([BUILD_DAEMON], [test "x$guix_build_daemon" = "xyes"]) | 110 | AM_CONDITIONAL([BUILD_DAEMON], [test "x$guix_build_daemon" = "xyes"]) |
