Could someone with sufficent karma please commit this bit ? diff -u -3 -p -r1.3 detect-autoconf.sh --- detect-autoconf.sh 2002/10/25 15:02:20 1.3 +++ detect-autoconf.sh 2002/11/19 18:57:53 @@ -17,6 +17,8 @@ checkAutoconf() AUTOCONF="`$WHICH autoconf-2.5x`" elif test -x "`$WHICH autoconf-2.53`" ; then AUTOCONF="`$WHICH autoconf-2.53`" + elif test -x "`$WHICH autoconf-2.53a`" ; then + AUTOCONF="`$WHICH autoconf-2.53a`" elif test -x "`$WHICH autoconf-2.52`" ; then AUTOCONF="`$WHICH autoconf-2.52`" elif test -x "`$WHICH autoconf2.50`" ; then @@ -32,6 +34,9 @@ checkAutoheader() elif test -x "`$WHICH autoheader-2.53`" ; then AUTOHEADER="`$WHICH autoheader-2.53`" AUTOM4TE="`$WHICH autom4te-2.53`" + elif test -x "`$WHICH autoheader-2.53a`" ; then + AUTOHEADER="`$WHICH autoheader-2.53a`" + AUTOM4TE="`$WHICH autom4te-2.53a`" elif test -x "`$WHICH autoheader-2.52`" ; then AUTOHEADER="`$WHICH autoheader-2.52`" elif test -x "`$WHICH autoheader2.50`" ; then -- http://rikkus.info