ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.12
Committed: Sun Jul 20 17:07:08 2008 UTC (15 years, 9 months ago) by elmex
Content type: application/x-sh
Branch: MAIN
CVS Tags: rel-2_7, rel-2_72, rel-2_73, rel-2_71, rel-2_61
Changes since 1.11: +2 -2 lines
Log Message:
changes for next release

File Contents

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