Here's the fix, applied in Ubuntu (see https://bugs.launchpad.net/ubuntu/+source/kflickr/+bug/451316):
--- kflickr-0.9.1.orig/admin/configure.in.min +++ kflickr-0.9.1/admin/configure.in.min @@ -46,6 +46,8 @@ AM_CONFIG_HEADER(config.h) dnl at the distribution this done dnl Checks for programs. +AC_PROG_CC +AC_PROG_CXX AC_CHECK_COMPILERS AC_ENABLE_SHARED(yes) AC_ENABLE_STATIC(no) Also, it makes sense to enable building with automake 1.11: --- kflickr-0.9.1.orig/admin/cvs.sh +++ kflickr-0.9.1/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-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org