I've committed the attached patch which allows gjdoc to autogen with newer versions of autoconf.
2007-02-14 Andrew John Hughes <[EMAIL PROTECTED]>
* autogen.sh:
Allow for autoconf 2.6+.
--
Andrew :-)
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: autogen.sh
===================================================================
RCS file: /sources/classpath/gjdoc/autogen.sh,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 autogen.sh
--- autogen.sh 9 Feb 2005 18:10:36 -0000 1.3
+++ autogen.sh 14 Feb 2007 23:03:01 -0000
@@ -33,7 +33,7 @@ have_autoconf=false
if autoconf --version < /dev/null > /dev/null 2>&1 ; then
autoconf_version=`autoconf --version | sed
's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
case $autoconf_version in
- 2.59*)
+ 2.59*|2.6*)
have_autoconf=true
;;
esac
signature.asc
Description: Digital signature
