diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-10-24 23:10:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-10-25 00:58:37 +0200 |
commit | c52a5bf09a5eea8fa4f75f979f5349b743c73d25 (patch) | |
tree | 49bb4dee719a9fddd2cfcbada704eb9b09bbde82 /configure.ac | |
parent | 82058eff591866085633679ecfc108020dd99820 (diff) | |
download | guix-c52a5bf09a5eea8fa4f75f979f5349b743c73d25.tar guix-c52a5bf09a5eea8fa4f75f979f5349b743c73d25.tar.gz |
Add `guix-download'.
* guix-download.in: New file.
* configure.ac: Emit `guix-download' and make it executable.
* Makefile.am (bin_SCRIPTS): Add `guix-download'.
* po/POTFILES.in: Add `guix-download.in'.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b718330178..a95d2b80be 100644 --- a/configure.ac +++ b/configure.ac @@ -81,8 +81,10 @@ AC_SUBST([LIBGCRYPT]) AC_CONFIG_FILES([Makefile po/Makefile.in guix-build + guix-download pre-inst-env]) -AC_CONFIG_COMMANDS([commands-exec], [chmod +x guix-build pre-inst-env]) +AC_CONFIG_COMMANDS([commands-exec], + [chmod +x guix-build guix-download pre-inst-env]) AC_OUTPUT |