ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.5
Committed: Tue Aug 15 17:10:46 2006 UTC (17 years, 9 months ago) by root
Content type: application/x-sh
Branch: MAIN
Changes since 1.4: +1 -1 lines
Log Message:
converted perl to a mandatory / non-dynamic plug-in, firts step to put it fully in-core

File Contents

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