ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/autogen.sh
Revision: 908
Committed: Sun Nov 4 23:21:51 2007 UTC (16 years, 4 months ago) by stu
Content type: text/x-sh
File size: 122 byte(s)
Log Message:
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.

File Contents

# Content
1 #!/bin/sh
2 set -e
3 aclocal-1.9
4 autoheader
5 libtoolize --automake --ltdl
6 automake-1.9 --add-missing
7 autoconf
8 ./configure "$@"

Properties

Name Value
svn:executable *