ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.10
Committed: Wed Feb 14 13:10:35 2007 UTC (17 years, 2 months ago) by pippijn
Content type: application/x-sh
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1
Changes since 1.9: +1 -1 lines
Log Message:
autoheader too.. why not :) (it makes everything work for me)

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 pippijn 1.10 autoheader2.50 || autoheader
6 pippijn 1.7 automake-1.7 -a -c
7 root 1.9 autoconf2.50 || autoconf
8 root 1.8 if [ -x ../reconf ]; then
9     ../reconf "$@"
10     else
11     ./configure "$@"
12     fi
13 root 1.1