ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/autogen
Revision: 1.1
Committed: Sun Oct 17 08:14:43 2010 UTC (13 years, 7 months ago) by sf-pippijn
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial import

File Contents

# User Rev Content
1 sf-pippijn 1.1 #!/bin/sh
2    
3     mkdir -p autoconf
4     echo " + libtoolize" && libtoolize
5     echo " + aclocal" && aclocal -Wall
6     echo " + autoheader" && autoheader -Wall
7     echo " + automake" && automake -Wall --add-missing
8     echo " + autoconf" && autoconf -Wall
9     #./configure --prefix=$PWD/prefix --enable-bytecode --enable-native --disable-shared "$@"