ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/autogen.sh
Revision: 1.2
Committed: Sun May 7 12:48:00 2006 UTC (18 years ago) by root
Content type: application/x-sh
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
fix missing -I.

File Contents

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