aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-11-04 15:11:17 +0000
committerFabian Groffen <grobian@gentoo.org>2006-11-04 15:11:17 +0000
commit5a1a95f8dcb9a2fbc38203ae4778e684f3db85aa (patch)
tree70a28b1f66118534d50bad6fb73eaa115ee15286 /autogen.sh
parentAlso use prefix in dispatch_conf (diff)
downloadportage-5a1a95f8dcb9a2fbc38203ae4778e684f3db85aa.tar.gz
portage-5a1a95f8dcb9a2fbc38203ae4778e684f3db85aa.tar.bz2
portage-5a1a95f8dcb9a2fbc38203ae4778e684f3db85aa.zip
autoconf-2.60 is annoying. Add AC_CONFIG_HEADERS([config.h]) because it
wants it, and remove it afterwards because we don't need it. svn path=/main/branches/prefix/; revision=4935
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c55d02a07..f933363cd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,6 +7,7 @@ libtoolize --automake -c -f || { echo "failed libtoolize"; exit 1; }
autoconf || { echo "failed autoconf"; exit 1; }
touch ChangeLog
automake-1.8 -a -c || { "echo failed automake"; exit 1; }
+rm config.h.in
if [ -x ./test.sh ] ; then
exec ./test.sh "$@"