Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 167 Bytes

bootstrap

File metadata and controls

executable file
·
10 lines (7 loc) · 167 Bytes
 
Sep 25, 2001
Sep 25, 2001
1
2
3
4
#! /bin/sh
aclocal
libtoolize --automake --copy --force
Oct 3, 2001
Oct 3, 2001
5
autoheader
Sep 25, 2001
Sep 25, 2001
6
automake --foreign --add-missing --copy
Sep 25, 2001
Sep 25, 2001
7
autoconf
Sep 25, 2001
Sep 25, 2001
8
9
echo "You are now ready to run ./configure ..."