aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-03-20 08:00:00 +0000
committerFabian Groffen <grobian@gentoo.org>2007-03-20 08:00:00 +0000
commite3b13d5103c4efa15fe0260e6d0d806a86670821 (patch)
tree8fa3f1109080fe2711a297334f374da5a4559044 /autogen.sh
parentMerged from trunk 6245:6247 (diff)
downloadportage-e3b13d5103c4efa15fe0260e6d0d806a86670821.tar.gz
portage-e3b13d5103c4efa15fe0260e6d0d806a86670821.tar.bz2
portage-e3b13d5103c4efa15fe0260e6d0d806a86670821.zip
- use python from the path, as the system python might be kind of "old"
- if you use /bin/sh, then also only use /bin/sh syntax svn path=/main/branches/prefix/; revision=6249
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index cceaba982..972776867 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ die() {
#autoheader || { echo "failed autoheader"; exit 1; };
aclocal || die "failed aclocal"
-[ "`type -t glibtoolize`" == "file" ] && alias libtoolize=glibtoolize
+[ "`type -t glibtoolize`" = "file" ] && alias libtoolize=glibtoolize
libtoolize --automake -c -f || die "failed libtoolize"
autoconf || die "failed autoconf"
touch ChangeLog