diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rwxr-xr-x | bootstrap | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 808267e..e513b2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,6 +153,7 @@ uninstall-hook: fi EXTRA_DIST = \ + bootstrap \ build-aux/guix.scm \ $(TESTS) diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..8d2758f --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh +# Initialize the build system. + +set -e -x +exec autoreconf -vfi |