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.8 by root, Sat Dec 30 10:16:09 2006 UTC vs.
Revision 1.9 by root, Wed Feb 14 03:45:14 2007 UTC

2libtoolize -f -c 2libtoolize -f -c
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 || autoconf
8if [ -x ../reconf ]; then 8if [ -x ../reconf ]; then
9 ../reconf "$@" 9 ../reconf "$@"
10else 10else
11 ./configure "$@" 11 ./configure "$@"
12fi 12fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines