I have got the same problem here, and I just remove the
am__api_version in the configure script.

the patch:
--- configure   (revision 1003)
+++ configure   (working copy)
@@ -1397,7 +1397,7 @@


 # Initialize Automake and add maintainer mode as an option.
-am__api_version="1.7"
+#am__api_version="1.11"
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
 # incompatible versions:
@@ -1661,13 +1661,13 @@

 # Some tools Automake needs.

-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}


 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}


-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}


 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}

_______________________________________________
Quarry-dev mailing list
[email protected]
https://mail.gna.org/listinfo/quarry-dev

Reply via email to