Tags 379813 + pending Thanks I have prepared a package that fixes this bug, and I intend to upload it as an NMU.
The changes I've made are basically what Arjan has indicated, only with a different changelog entry. I'm attaching the full interdiff output for the NMU that I'm going to do. -- Love, Marga
diff -u kxmleditor-1.1.4/debian/changelog kxmleditor-1.1.4/debian/changelog --- kxmleditor-1.1.4/debian/changelog +++ kxmleditor-1.1.4/debian/changelog @@ -1,3 +1,11 @@ +kxmleditor (1.1.4-3.1) unstable; urgency=low + + * Non-maintainer upload to fix Failure To Build From Source due to lack of + compatibility with autoconf2.6. Thanks to Arjan Oosting for the patch. + (Closes: #379813) + + -- Margarita Manterola <[EMAIL PROTECTED]> Wed, 2 Aug 2006 17:57:34 -0300 + kxmleditor (1.1.4-3) unstable; urgency=low * Acknowledge NMU (Closes: #334997), but revert it's changes, because the only in patch2: unchanged: --- kxmleditor-1.1.4.orig/admin/cvs.sh +++ kxmleditor-1.1.4/admin/cvs.sh @@ -30,7 +30,7 @@ required_autoconf_version="2.53 or newer" AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` case $AUTOCONF_VERSION in - Autoconf*2.5* | autoconf*2.5* ) : ;; + Autoconf*2.5* | autoconf*2.5* | autoconf*2.6*) : ;; "" ) echo "*** AUTOCONF NOT FOUND!." echo "*** KDE requires autoconf $required_autoconf_version" @@ -45,7 +45,7 @@ AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1` case $AUTOHEADER_VERSION in - Autoconf*2.5* | autoheader*2.5* ) : ;; + Autoconf*2.5* | autoheader*2.5* | autoheader*2.6*) : ;; "" ) echo "*** AUTOHEADER NOT FOUND!." echo "*** KDE requires autoheader $required_autoconf_version"