# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.68) AC_INIT([GNU Guix], [0.2], [bug-guix@gnu.org], [guix], [http://gnu.org/software/guix/]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \ color-tests parallel-tests]) AC_CONFIG_SRCDIR([guix.scm]) AC_CONFIG_MACRO_DIR([m4]) dnl For the C++ code. This must be used early. AC_USE_SYSTEM_EXTENSIONS AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.18.1]) guilemoduledir="${datarootdir}/guile/site/2.0" AC_SUBST([guilemoduledir]) GUIX_SYSTEM_TYPE AC_ARG_WITH(store-dir, AC_HELP_STRING([--with-store-dir=PATH], [path of the store (defaults to /nix/store)]), [storedir="$withval"], [storedir="/nix/store"]) AC_SUBST(storedir) AC_ARG_ENABLE([daemon], [AS_HELP_STRING([--disable-daemon], [build the Nix daemon (C++)])], [guix_build_daemon="$enableval"], [guix_build_daemon="yes"]) # Prepare a version of $localstatedir that does not contain references # to shell variables. guix_localstatedir="`eval echo $
aboutsummaryrefslogtreecommitdiff |