ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.11
Committed: Sun Jun 10 02:57:16 2007 UTC (16 years, 11 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: rel-2_6, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_54, rel-2_55, rel-2_56, rel-2_52, rel-2_53, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.10: +2 -2 lines
Log Message:
get rid of libtool, despite automakes bickering. this makes configure oh su much faster, among other benefits

File Contents

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