Skip to content

Latest commit

 

History

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

autogen.sh

File metadata and controls

executable file
·
8 lines (7 loc) · 145 Bytes
 
Aug 10, 2000
Aug 10, 2000
1
2
3
#!/bin/sh
#
aclocal
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"