gnu: libgaiagraphics: Fix typo.
[jackhill/guix/guix.git] / configure.ac
CommitLineData
af51c820
LC
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.68)
e6860b5e
LC
5AC_INIT([GNU Guix],
6 [m4_esyscmd([build-aux/git-version-gen .tarball-version])],
7 [bug-guix@gnu.org], [guix],
8 [https://www.gnu.org/software/guix/])
af51c820
LC
9AC_CONFIG_AUX_DIR([build-aux])
10
05c4e379 11AM_INIT_AUTOMAKE([1.14 gnu silent-rules subdir-objects \
a84e523c 12 color-tests parallel-tests -Woverride -Wno-portability])
af51c820 13
032c7c5f
LC
14# Enable silent rules by default.
15AM_SILENT_RULES([yes])
16
af51c820
LC
17AC_CONFIG_SRCDIR([guix.scm])
18AC_CONFIG_MACRO_DIR([m4])
19
c2033df4
LC
20dnl For the C++ code. This must be used early.
21AC_USE_SYSTEM_EXTENSIONS
22
f68b0893 23AM_GNU_GETTEXT([external])
5ac12a4f 24AM_GNU_GETTEXT_VERSION([0.18.1])
f68b0893 25
c2033df4 26GUIX_SYSTEM_TYPE
b97556d7 27GUIX_ASSERT_SUPPORTED_SYSTEM
c2033df4
LC
28
29AC_ARG_WITH(store-dir,
30 AC_HELP_STRING([--with-store-dir=PATH],
834129e0 31 [file name of the store (defaults to /gnu/store)]),
c2033df4 32 [storedir="$withval"],
834129e0 33 [storedir="/gnu/store"])
c2033df4 34AC_SUBST(storedir)
73d96596 35
ee3e157d
LC
36AC_ARG_WITH([bash-completion-dir],
37 AC_HELP_STRING([--with-bash-completion-dir=DIR],
38 [name of the Bash completion directory]),
39 [bashcompletiondir="$withval"],
40 [bashcompletiondir='${sysconfdir}/bash_completion.d'])
41AC_SUBST([bashcompletiondir])
42
96dbc930
ELB
43AC_ARG_WITH([zsh-completion-dir],
44 AC_HELP_STRING([--with-zsh-completion-dir=DIR],
45 [name of the Zsh completion directory]),
46 [zshcompletiondir="$withval"],
47 [zshcompletiondir='${datadir}/zsh/site-functions'])
48AC_SUBST([zshcompletiondir])
49
b83fc85f 50AC_ARG_WITH([fish-completion-dir],
51 AC_HELP_STRING([--with-fish-completion-dir=DIR],
52 [name of the Fish completion directory]),
53 [fishcompletiondir="$withval"],
54 [fishcompletiondir='${datadir}/fish/vendor_completions.d'])
55AC_SUBST([fishcompletiondir])
56
b617a9fe
RW
57AC_ARG_WITH([selinux-policy-dir],
58 AC_HELP_STRING([--with-selinux-policy-dir=DIR],
59 [name of the SELinux policy directory]),
60 [selinux_policydir="$withval"],
61 [selinux_policydir='${datadir}/selinux/'])
62AC_SUBST([selinux_policydir])
63
834129e0
LC
64dnl Better be verbose.
65AC_MSG_CHECKING([for the store directory])
66AC_MSG_RESULT([$storedir])
67
3a61f801 68AC_ARG_ENABLE([daemon],
a4c1e99e 69 [AS_HELP_STRING([--disable-daemon], [do not build the Nix daemon (C++)])],
3a61f801 70 [guix_build_daemon="$enableval"],
c9b70836 71 [guix_build_daemon="yes"])
3a61f801 72
3f40cfde 73# Prepare a version of $localstatedir & co. that does not contain references
d8eea3d2 74# to shell variables.
6bfec3ed
LC
75guix_prefix="`eval echo $prefix | sed -e"s|NONE|/usr/local|g"`"
76guix_localstatedir="`eval echo $localstatedir | sed -e "s|NONE|$guix_prefix|g"`"
77guix_sysconfdir="`eval echo $sysconfdir | sed -e "s|NONE|$guix_prefix|g"`"
78guix_sbindir="`eval echo $sbindir | sed -e "s|NONE|$guix_prefix|g"`"
d8eea3d2 79AC_SUBST([guix_localstatedir])
3f40cfde 80AC_SUBST([guix_sysconfdir])
6bfec3ed 81AC_SUBST([guix_sbindir])
d8eea3d2 82
bb251307
LC
83GUIX_CHECK_FILE_NAME_LIMITS([can_run_tests])
84AM_CONDITIONAL([CAN_RUN_TESTS], [test "x$can_run_tests" = "xyes"])
2178ed66 85
0e991c25
LC
86dnl We require pkg.m4 (from pkg-config) and guile.m4 (from Guile.)
87dnl Make sure they are available.
ff1cbb95 88m4_pattern_forbid([PKG_CHECK_MODULES])
0e991c25 89m4_pattern_forbid([GUILE_MODULE_AVAILABLE])
9d126aa2 90m4_pattern_forbid([^GUILE_P$])
ff1cbb95 91
608e42e7
LC
92dnl Search for 'guile' and 'guild'. This macro defines
93dnl 'GUILE_EFFECTIVE_VERSION'.
94GUILE_PKG([2.2 2.0])
9d126aa2 95GUILE_PROGS
73f9a978
CN
96if test "x$GUILD" = "x"; then
97 AC_MSG_ERROR(['guild' binary not found; please check your guile-2.x installation.])
98fi
af51c820 99
9d126aa2 100if test "x$GUILE_EFFECTIVE_VERSION" = "x2.0"; then
1d84d7bf 101 PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.13])
9d126aa2
LC
102fi
103
9437fd73 104dnl Installation directories for .scm and .go files.
301d73f6 105guilemoduledir="${datarootdir}/guile/site/$GUILE_EFFECTIVE_VERSION"
9437fd73 106guileobjectdir="${libdir}/guile/$GUILE_EFFECTIVE_VERSION/site-ccache"
301d73f6 107AC_SUBST([guilemoduledir])
9437fd73 108AC_SUBST([guileobjectdir])
301d73f6 109
1dbe3a8d
LC
110dnl The GnuTLS bindings are necessary for substitutes over HTTPS and for 'guix
111dnl pull', among other things.
112GUILE_MODULE_AVAILABLE([have_gnutls], [(gnutls)])
113if test "x$have_gnutls" != "xyes"; then
114 AC_MSG_ERROR([The Guile bindings of GnuTLS are missing; please install them.])
115fi
116
7441f1db
LC
117dnl Check for Guile-Git.
118GUILE_MODULE_AVAILABLE([have_guile_git], [(git)])
119if test "x$have_guile_git" != "xyes"; then
120 AC_MSG_ERROR([Guile-Git is missing; please install it.])
121fi
122
1dbe3a8d 123dnl Guile-JSON is used in various places.
1b3e9685
DT
124GUILE_MODULE_AVAILABLE([have_guile_json], [(json)])
125AM_CONDITIONAL([HAVE_GUILE_JSON], [test "x$have_guile_json" = "xyes"])
126
d59e75f3
LC
127dnl Guile-Sqlite3 is used by the (guix store ...) modules.
128GUIX_CHECK_GUILE_SQLITE3
c5a2e1ff
LC
129if test "x$guix_cv_have_recent_guile_sqlite3" != "xyes"; then
130 AC_MSG_ERROR([A recent Guile-SQLite3 could not be found; please install it.])
131fi
d59e75f3 132
9c7dd33a
LC
133dnl Make sure we have a full-fledged Guile.
134GUIX_ASSERT_GUILE_FEATURES([regex posix socket net-db threads])
135
14218251
LC
136dnl Make sure we don't suffer from the bug in 'equal?' wrt. syntax objects
137dnl found in 2.2.1. See <https://bugs.gnu.org/29903>.
138GUIX_ASSERT_SYNTAX_OBJECT_EQUAL
139
cba386c1
ML
140AC_PROG_SED
141
cd48eae5
LC
142dnl Decompressors, for use by the substituter and other modules.
143AC_PATH_PROG([GZIP], [gzip])
144AC_PATH_PROG([BZIP2], [bzip2])
145AC_PATH_PROG([XZ], [xz])
146AC_SUBST([GZIP])
147AC_SUBST([BZIP2])
148AC_SUBST([XZ])
149
af51c820 150AC_ARG_WITH([nix-prefix],
bb0a70e1
LC
151 [AS_HELP_STRING([--with-nix-prefix=DIR],
152 [search for Nix in DIR (for testing purposes and '--disable-daemon' builds)])],
af51c820
LC
153 [case "$withval" in
154 yes|no) ;;
437e0729
LC
155 *)
156 NIX_PREFIX="$withval"
157 PATH="$NIX_PREFIX/bin:$PATH"; export PATH
158 AC_SUBST([NIX_PREFIX])
159 ;;
af51c820
LC
160 esac],
161 [])
162
af51c820 163AC_PATH_PROG([NIX_HASH], [nix-hash])
e8cb9c01 164if test "x$guix_build_daemon$NIX_HASH" = "xno"; then
af51c820
LC
165 AC_MSG_ERROR([Nix programs not found; please install Nix or use `--with-nix-prefix'.])
166fi
167
168AC_ARG_WITH([nixpkgs],
bb0a70e1
LC
169 [AS_HELP_STRING([--with-nixpkgs=DIR],
170 [search for Nixpkgs in DIR (for testing purposes only)])],
af51c820
LC
171 [case "$withval" in
172 yes|no) AC_MSG_ERROR([Please use `--with-nixpkgs=DIR'.]);;
173 *) NIXPKGS="$withval";;
174 esac],
175 [])
176
e76bdf8b 177AC_MSG_CHECKING([for Nixpkgs source tree])
af51c820 178if test -f "$NIXPKGS/default.nix"; then
af51c820
LC
179 AC_MSG_RESULT([$NIXPKGS])
180 AC_SUBST([NIXPKGS])
181else
e76bdf8b 182 AC_MSG_RESULT([not found])
af51c820
LC
183fi
184
dd01fecd
LC
185LIBGCRYPT="libgcrypt"
186LIBGCRYPT_LIBDIR="no"
187LIBGCRYPT_PREFIX="no"
188
3a310cc0
LC
189AC_ARG_WITH([libgcrypt-prefix],
190 [AS_HELP_STRING([--with-libgcrypt-prefix=DIR], [search for GNU libgcrypt in DIR])],
191 [case "$withval" in
192 yes|no)
3a310cc0
LC
193 ;;
194 *)
195 LIBGCRYPT="$withval/lib/libgcrypt"
d388c2c4 196 LIBGCRYPT_PREFIX="$withval"
14af289e 197 LIBGCRYPT_LIBDIR="$withval/lib"
3a310cc0 198 ;;
dd01fecd 199 esac])
3a310cc0 200
14af289e
LC
201AC_ARG_WITH([libgcrypt-libdir],
202 [AS_HELP_STRING([--with-libgcrypt-libdir=DIR],
203 [search for GNU libgcrypt's shared library in DIR])],
204 [case "$withval" in
205 yes|no)
206 LIBGCRYPT="libgcrypt"
207 LIBGCRYPT_LIBDIR="no"
208 ;;
209 *)
210 LIBGCRYPT="$withval/libgcrypt"
211 LIBGCRYPT_LIBDIR="$withval"
212 ;;
dd01fecd
LC
213 esac])
214
215dnl If none of the --with-libgcrypt-* options was used, try to determine the
216dnl absolute file name of libgcrypt.so.
217case "x$LIBGCRYPT_PREFIX$LIBGCRYPT_LIBDIR" in
218 xnono)
219 GUIX_LIBGCRYPT_LIBDIR([LIBGCRYPT_LIBDIR])
220 if test "x$LIBGCRYPT_LIBDIR" != x; then
221 LIBGCRYPT="$LIBGCRYPT_LIBDIR/libgcrypt"
ca34fc31
LC
222 else
223 dnl 'config-daemon.ac' expects "no" in this case.
224 LIBGCRYPT_LIBDIR="no"
dd01fecd
LC
225 fi
226 ;;
227esac
14af289e 228
3a310cc0
LC
229dnl Library name suitable for `dynamic-link'.
230AC_MSG_CHECKING([for libgcrypt shared library name])
231AC_MSG_RESULT([$LIBGCRYPT])
232AC_SUBST([LIBGCRYPT])
d388c2c4 233AC_SUBST([LIBGCRYPT_PREFIX])
14af289e 234AC_SUBST([LIBGCRYPT_LIBDIR])
d388c2c4
LC
235
236GUIX_ASSERT_LIBGCRYPT_USABLE
237
72153902
LC
238dnl Library name of zlib suitable for 'dynamic-link'.
239GUIX_LIBZ_LIBDIR([libz_libdir])
240if test "x$libz_libdir" = "x"; then
241 LIBZ="libz"
242else
243 LIBZ="$libz_libdir/libz"
244fi
245AC_MSG_CHECKING([for zlib's shared library name])
246AC_MSG_RESULT([$LIBZ])
247AC_SUBST([LIBZ])
248
987a29ba
LC
249dnl Check for Guile-SSH, for the (guix ssh) module.
250GUIX_CHECK_GUILE_SSH
251AM_CONDITIONAL([HAVE_GUILE_SSH],
252 [test "x$guix_cv_have_recent_guile_ssh" = "xyes"])
253
c2033df4
LC
254AC_CACHE_SAVE
255
256m4_include([config-daemon.ac])
3a310cc0 257
cb9e50f6 258dnl `dot' (from the Graphviz package) is only needed for maintainers.
8c01b9d0 259dnl See `Building from Git' in the manual for more info.
cb9e50f6
LC
260AM_MISSING_PROG([DOT], [dot])
261
52eca736
LC
262dnl Manual pages.
263AM_MISSING_PROG([HELP2MAN], [help2man])
264
b9fe8fd6
JL
265dnl Documentation translation.
266AM_MISSING_PROG([PO4A_TRANSLATE], [po4a-translate])
267AM_MISSING_PROG([PO4A_UPDATEPO], [po4a-updatepo])
268
7bb2b10c
LC
269dnl Emacs (optional), for 'etc/indent-package.el'.
270AC_PATH_PROG([EMACS], [emacs], [/usr/bin/emacs])
271AC_SUBST([EMACS])
272
d480ed7e
LC
273case "$storedir" in
274 /gnu/store)
275 ;;
276 *)
277 AC_MSG_WARN([Using a store directory other than '/gnu/store' will prevent you])
278 AC_MSG_WARN([from downloading substitutes from gnu.org.])
279 ;;
280esac
281
14a1c319 282AC_CONFIG_FILES([Makefile
ef1a9bb7 283 po/guix/Makefile.in
ee764179 284 po/packages/Makefile.in
b617a9fe
RW
285 etc/guix-daemon.cil
286 guix/config.scm])
8dc2ecfc 287
a1097caa
ML
288AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env])
289AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in],
290 [chmod +x pre-inst-env])
557d9c8d 291AC_CONFIG_FILES([etc/indent-code.el], [chmod +x etc/indent-code.el])
af51c820
LC
292
293AC_OUTPUT