Skip to content

Latest commit

 

History

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

autogen.sh

File metadata and controls

executable file
·
8 lines (7 loc) · 109 Bytes
 
Aug 10, 2000
Aug 10, 2000
1
2
3
4
5
6
7
8
#!/bin/sh
#
aclocal
automake --foreign
autoconf
#./configure $*
echo "Now you are ready to run ./configure"