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.13 by pippijn, Tue Dec 23 18:52:56 2008 UTC vs.
Revision 1.14 by root, Wed Nov 16 22:36:33 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines