ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.8
Committed: Sat Dec 30 10:16:09 2006 UTC (17 years, 4 months ago) by root
Content type: application/x-sh
Branch: MAIN
Changes since 1.7: +5 -1 lines
Log Message:
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

File Contents

# User Rev Content
1 root 1.1 #!/bin/sh
2     libtoolize -f -c
3     mv -f ltmain.sh utils
4 pippijn 1.7 aclocal-1.7 -I .
5     autoheader2.50
6     automake-1.7 -a -c
7     autoconf2.50
8 root 1.8 if [ -x ../reconf ]; then
9     ../reconf "$@"
10     else
11     ./configure "$@"
12     fi
13 root 1.1