ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.14
Committed: Wed Nov 16 22:36:33 2016 UTC (7 years, 5 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: rel-3_1, HEAD
Changes since 1.13: +2 -2 lines
Log Message:
3.1

File Contents

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