Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 158 Bytes

autogen.sh

File metadata and controls

executable file
·
8 lines (7 loc) · 158 Bytes
 
Aug 10, 2000
Aug 10, 2000
1
2
#!/bin/sh
#
Jul 13, 2007
Jul 13, 2007
3
aclocal -I acinclude
Apr 13, 2002
Apr 13, 2002
4
automake --foreign --include-deps --add-missing --copy
Aug 10, 2000
Aug 10, 2000
5
6
7
8
autoconf
#./configure $*
echo "Now you are ready to run ./configure"