Bootstrap the autoconf system
This commit is contained in:
parent
7b0f1fe562
commit
337af524dd
14
bootstrap
Executable file
14
bootstrap
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
# -*- sh -*-
|
||||
#
|
||||
# Make the Autotools scripts after checking out the source code from CVS.
|
||||
# This script was taken from the Autotool Book. I wonder if autoreconf
|
||||
# can now be used...
|
||||
#
|
||||
|
||||
test -d config || mkdir config
|
||||
set -x
|
||||
aclocal -I config \
|
||||
&& autoheader \
|
||||
&& automake --gnu --add-missing \
|
||||
&& autoconf
|
Loading…
Reference in New Issue
Block a user