summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2006-11-02 16:10:08 +0000
committerCarsten Haitzler <raster@rasterman.com>2006-11-02 16:10:08 +0000
commit1adc1f32eeb84b6af4333c74848fd7816bf9a245 (patch)
tree2a04d5cd1998610d6dc47a2c749c8286e6a0e903 /autogen.sh
parentc6cdf7fe8d954867b922fcbc720f4dd0beff447d (diff)
downloadenlightenment-1adc1f32eeb84b6af4333c74848fd7816bf9a245.tar.gz
no more autopoint. now it's causing other issues like depending on cvs.
enough. go back to automake 1.9 if u insist on building e from cvs. SVN revision: 26903
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d2cc04a0d0..26161e4e9f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,9 @@ rm -f aclocal.m4 ltmain.sh
touch README
-echo "Running autopoint..." ; autopoint -f || exit 1
+# no more autopoint. cuases too many hassles. too bad gentoo users - go back
+# to automake 1.9 :(
+#echo "Running autopoint..." ; autopoint -f || exit 1
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running autoheader..." ; autoheader || exit 1