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

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