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 by root, Fri Feb 3 07:11:17 2006 UTC vs.
Revision 1.2 by root, Sun May 7 12:48:00 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 4aclocal -I .
5autoheader 5autoheader
6automake -a -c 6automake -a -c
7autoconf 7autoconf
8./configure $* 8./configure $*
9 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines