diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 19:38:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 19:38:31 +0100 |
commit | 10226c05b1c6f15858f906ce0593d4ec066f9418 (patch) | |
tree | 562eeed7b3e6ae3f99e003e14992b9f97adf21de /configure.ac | |
parent | 5901471cec16604a53b0b8dde9b3c83b83c48458 (diff) | |
download | patches-10226c05b1c6f15858f906ce0593d4ec066f9418.tar patches-10226c05b1c6f15858f906ce0593d4ec066f9418.tar.gz |
Add (guix snix) and the `guix-import' command.
* guix/snix.scm, tests/snix.scm, guix-import.in: New files.
* configure.ac: Output `guix-import' and make it executable.
* Makefile.am (bin_SCRIPTS): Add `guix-import'.
(MODULES): Add `guix/snix.scm'.
(TESTS): Add `tests/snix.scm'.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cd07a54a3d..e67468504c 100644 --- a/configure.ac +++ b/configure.ac @@ -88,10 +88,11 @@ AC_CONFIG_FILES([Makefile guix/config.scm guix-build guix-download + guix-import guix-package pre-inst-env]) AC_CONFIG_COMMANDS([commands-exec], - [chmod +x guix-build guix-download guix-package pre-inst-env]) + [chmod +x guix-build guix-download guix-import guix-package pre-inst-env]) AC_OUTPUT |