Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 240 Bytes

bootstrap

File metadata and controls

executable file
·
12 lines (9 loc) · 240 Bytes
 
May 10, 2002
May 10, 2002
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e
echo "Initial preparation...this can take awhile, so sit tight..."
aclocal
libtoolize --automake --copy --force
autoheader
automake --foreign --add-missing --copy
autoconf
echo "You are now ready to run ./configure ..."