ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.7
Committed: Sun Sep 10 20:24:01 2006 UTC (17 years, 8 months ago) by pippijn
Content type: application/x-sh
Branch: MAIN
Changes since 1.6: +4 -4 lines
Log Message:
reverted a change.

File Contents

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