adding bootstrap which generates all the auto* files such as configure
This commit is contained in:
parent
4f04dcaf22
commit
bd196c7108
1 changed files with 13 additions and 0 deletions
13
bootstrap
Executable file
13
bootstrap
Executable file
|
@ -0,0 +1,13 @@
|
|||
#! /bin/sh
|
||||
|
||||
sh() {
|
||||
/bin/sh -c "set -x; $*"
|
||||
}
|
||||
|
||||
sh aclocal
|
||||
sh automake --foreign --include-deps
|
||||
sh autoconf
|
||||
|
||||
echo
|
||||
echo You are now ready to run ./configure
|
||||
echo enjoy!
|
Loading…
Reference in a new issue