summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-03-25 13:24:26 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2023-03-25 13:59:33 +0100
commit476ba7b276658b35b54732fffde6cc87d7768f65 (patch)
treec6b5a96293d349fd2d62be0378f4822b3b43da86 /bootstrap.conf
parent2c04502589876dc4c19bdbff4426757571ac76b0 (diff)
Don’t develop the application in C
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf18
1 files changed, 1 insertions, 17 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index b708257..7178f85 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -78,20 +78,4 @@ gnulib_tool_option_extras='--makefile-name=Makefile.gnulib --with-tests --tests-
checkout_only_file=guix.scm
-po_download_command_format="git archive --format=tar translations | tar -x -C %s && echo %s"
-
-bootstrap_post_import_hook ()
-{
- "${GNULIB_SRCDIR}"/gnulib-tool --import \
- --lib=libgnu \
- --source-base=libprog \
- --m4-base=m4prog \
- --doc-base=doc \
- --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 execv
-}
+po_download_command_format="git archive --format=tar translations | tar -x -C %s && echo %s" \ No newline at end of file