ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.3
Committed: Wed Aug 2 21:48:52 2006 UTC (17 years, 9 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.2: +4 -4 lines
Log Message:
*** empty log message ***

File Contents

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