summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-01 00:56:24 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-01 00:56:24 +0200
commit14a1c3197ca26afc4d037ab22a9e10a0bd8379d6 (patch)
tree6ab459f6db781611f8adf2548ebb129dbc10d150 /configure.ac
parent9a20830e57ea50dd73897725ad656a3b9e66f1ef (diff)
downloadguix-patches-14a1c3197ca26afc4d037ab22a9e10a0bd8379d6.tar
guix-patches-14a1c3197ca26afc4d037ab22a9e10a0bd8379d6.tar.gz
Add `guix-build'.
* guix-build.in: New file. * configure.ac: Emit `guix-build'. Add `commands-exec'. * Makefile.am (bin_SCRIPTS): New variable. * po/POTFILES.in: Add `guix-build.in'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca01e0bc6c..9d7968f5e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,10 @@ else
AC_MSG_WARN([Please use `--with-nixpkgs'.])
fi
-AC_CONFIG_FILES([Makefile po/Makefile.in])
+AC_CONFIG_FILES([Makefile
+ po/Makefile.in
+ guix-build])
+
+AC_CONFIG_COMMANDS([commands-exec], [chmod +x guix-build])
AC_OUTPUT