ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.1
Committed: Fri Feb 3 07:11:17 2006 UTC (18 years, 3 months ago) by root
Content type: application/x-sh
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# Content
1 #!/bin/sh
2 libtoolize -f -c
3 mv -f ltmain.sh utils
4 aclocal
5 autoheader
6 automake -a -c
7 autoconf
8 ./configure $*
9