tags 543018 patch
thanks

This can be fixed by adding several macros to configure.in.min:
https://launchpad.net/ubuntu/+source/kst/1.7.0-1ubuntu2

--- kst-1.7.0.orig/admin/configure.in.min
+++ kst-1.7.0/admin/configure.in.min
@@ -44,6 +44,10 @@
 AM_CONFIG_HEADER(config.h) dnl at the distribution this done
 
 dnl Checks for programs.
+AC_PROG_CC
+AC_PROG_CXX
+AC_OBJEXT
+AC_EXEEXT
 AC_CHECK_COMPILERS
 AC_ENABLE_SHARED(yes)
 AC_ENABLE_STATIC(no)

In addition (this is not related to this FTBFS), the package can be
built with the current version of automake:

--- kst-1.7.0/debian/control
+++ kst-1.7.0/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Mark Hymers <m...@debian.org>
-Build-Depends: debhelper (>= 5.0.51~), kdelibs4-dev, libqt3-mt-dev, 
libx11-dev, zlib1g-dev, libgsl0-dev, libcfitsio3-dev, g++ (>= 4:4.0.2-2), 
autoconf, autotools-dev, automake1.9, libtool, libncurses5-dev, 
libreadline5-dev, libnetcdf-dev, doxygen, qt3-doc
+Build-Depends: debhelper (>= 5.0.51~), kdelibs4-dev, libqt3-mt-dev, 
libx11-dev, zlib1g-dev, libgsl0-dev, libcfitsio3-dev, g++ (>= 4:4.0.2-2), 
autoconf, autotools-dev, automake, libtool, libncurses5-dev, libreadline5-dev, 
libnetcdf-dev, doxygen, qt3-doc
 Standards-Version: 3.8.0
 Homepage: http://kst.kde.org/
 
--- kst-1.7.0.orig/admin/cvs.sh
+++ kst-1.7.0/admin/cvs.sh
@@ -68,7 +68,7 @@
     echo "*** KDE requires automake $required_automake_version"
     exit 1
     ;;
-  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | 
automake*1.10*)
+  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | 
automake*1.10* | automake*1.11*)
     echo "*** $AUTOMAKE_STRING found."
     UNSERMAKE=no
     ;;



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to