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

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