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.5 by root, Tue Aug 15 17:10:46 2006 UTC vs.
Revision 1.6 by pippijn, Thu Sep 7 20:03:20 2006 UTC

1#!/bin/sh 1#!/bin/sh
2libtoolize -f -c 2libtoolize -f -c
3mv -f ltmain.sh utils 3mv -f ltmain.sh utils
4aclocal-1.7 -I . 4aclocal -I .
5autoheader2.50 5autoheader
6automake-1.7 -a -c 6automake -a -c
7autoconf2.50 7autoconf
8[ -x ../reconf ] && ../reconf "$@" || ./configure "$@" 8[ -x ../reconf ] && ../reconf "$@" || ./configure "$@"
9 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines