diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-07-05 21:54:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-05 21:54:52 +0200 |
commit | b97556d75cb5f4d1d665320f7d1217ce9189460d (patch) | |
tree | 1c8c5ff2c8a0aa640cbbced9b1983fedd67420e2 /configure.ac | |
parent | eb25a30a42fcfa5e3fec9c87b3f8a2ff20d01c3c (diff) | |
download | patches-b97556d75cb5f4d1d665320f7d1217ce9189460d.tar patches-b97556d75cb5f4d1d665320f7d1217ce9189460d.tar.gz |
build: Bail out on unsupported platforms; add `--with-courage'.
* m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): New macro.
* configure.ac: Use it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ff512dd1ff..80d35a4272 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ guilemoduledir="${datarootdir}/guile/site/2.0" AC_SUBST([guilemoduledir]) GUIX_SYSTEM_TYPE +GUIX_ASSERT_SUPPORTED_SYSTEM AC_ARG_WITH(store-dir, AC_HELP_STRING([--with-store-dir=PATH], |