Comment 12 for bug 1013003

Revision history for this message
otto06217 (otto-kesselgulasch) wrote :

BTW: On my Kubuntu 12.04 machine I had just to fix another build issue:

--- a/resynthesizer/src/autogen.sh 2012-05-23 21:57:47.000000000 +0200
+++ b/resynthesizer/src/autogen.sh 2012-06-20 21:13:51.038000297 +0200
@@ -41,9 +41,10 @@

 echo -n "checking for autoconf >= $AUTOCONF_REQUIRED_VERSION ... "
 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
- VER=`autoconf --version \
+ VER=`autoconf2.50 --version \
          | grep -iw autoconf | sed "s/.* \([0-9.]*\)[-a-z0-9]*$/\1/"`
     check_version $VER $AUTOCONF_REQUIRED_VERSION
+ echo $VER
 else
     echo
     echo " You must have autoconf installed to compile $PROJECT."

Haha