ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:17 2006 UTC (18 years, 3 months ago) by root
Content type: application/x-sh
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# User Rev Content
1 root 1.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