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.1.1.1 by root, Fri Feb 3 07:11:17 2006 UTC vs.
Revision 1.12 by elmex, Sun Jul 20 17:07:08 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines