mirror of
git://git.savannah.gnu.org/guix/guix-cuirass.git
synced 2024-12-29 11:40:16 +01:00
c9223b6d29
* bootstrap: New file. * Makefile.am (EXTRA_DIST): Add it.
5 lines
73 B
Bash
Executable file
5 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
# Initialize the build system.
|
|
|
|
set -e -x
|
|
exec autoreconf -vfi
|