Skip to content

Latest commit

 

History

History
executable file
·
9 lines (8 loc) · 143 Bytes

autogen.sh

File metadata and controls

executable file
·
9 lines (8 loc) · 143 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
aclocal
automake --foreign
autoconf
# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"