ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
(Generate patch)

Comparing deliantra/server/autogen.sh (file contents):
Revision 1.7 by pippijn, Sun Sep 10 20:24:01 2006 UTC vs.
Revision 1.8 by root, Sat Dec 30 10:16:09 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines