ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/autogen.sh
Revision: 910
Committed: Sun Nov 4 23:50:36 2007 UTC (16 years, 5 months ago) by stu
Content type: text/x-sh
File size: 298 byte(s)
Log Message:
Add workaround for libltdl being broken in debian sid

File Contents

# User Rev Content
1 stu 908 #!/bin/sh
2     set -e
3     aclocal-1.9
4     autoheader
5     libtoolize --automake --ltdl
6 stu 910 # Don't ask, but this is a workaround for libltdl in Debian unstable
7     sed -i -e 's/install-sh ltmain.sh missing mkinstalldirs/install-sh ltmain.sh missing/' libltdl/Makefile.in
8 stu 908 automake-1.9 --add-missing
9     autoconf
10     ./configure "$@"

Properties

Name Value
svn:executable *