build: Add 'bootstrap' script.

* bootstrap: New file.
* Makefile.am (EXTRA_DIST): Add it.
This commit is contained in:
Mathieu Lirzin 2017-02-18 23:59:09 +01:00
commit a0a82a2ef4
No known key found for this signature in database
GPG key ID: 0ADEE10094604D37
2 changed files with 6 additions and 0 deletions

5
bootstrap Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# Initialize the build system.
set -e -x
exec autoreconf -vfi