ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.6
Committed: Thu Sep 7 20:03:20 2006 UTC (17 years, 8 months ago) by pippijn
Content type: application/x-sh
Branch: MAIN
Changes since 1.5: +4 -4 lines
Log Message:
Entirely removed cfpython.

File Contents

# User Rev Content
1 root 1.1 #!/bin/sh
2     libtoolize -f -c
3     mv -f ltmain.sh utils
4 pippijn 1.6 aclocal -I .
5     autoheader
6     automake -a -c
7     autoconf
8 root 1.5 [ -x ../reconf ] && ../reconf "$@" || ./configure "$@"
9 root 1.1