summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-03-10 22:35:59 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2023-03-11 08:19:46 +0100
commitdbaf5022d8b24fdd1672dd00eacb7532fbdc5310 (patch)
tree8eb44d50f853cb2ceace3f832315b0904306c443 /bootstrap.conf
parent8990a0360032fb11505b47dffe898352e3e1d549 (diff)
Have a Makefile.am per directory.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index e44d986..a80b876 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -42,7 +42,7 @@ XGETTEXT_OPTIONS='\\\
gnulib_name=libgnu
-gnulib_tool_option_extras='--makefile-name=Makefile.gnulib'
+gnulib_tool_option_extras='--makefile-name=Makefile.gnulib --with-tests --tests-base=tests/libgnu --tests-makefile-name=Makefile.am'
checkout_only_file=guix.scm
@@ -58,5 +58,8 @@ bootstrap_post_import_hook ()
--aux-dir=build-aux \
--libtool \
--macro-prefix=glprog \
+ --with-tests \
+ --tests-base=tests/libprog \
+ --tests-makefile-name=Makefile.am \
relocatable-prog gettext-h locale setlocale stdbool attribute
}