Package: libpaper Version: 1.1.23 Tags: patch In the absence of a proper upstream, I'm sending this patch as a Debian Bug Report.
As is, libpaper can't be rebuilt with automake 1.10. The attached trivial patch resolves the issue. See: https://bugzilla.redhat.com/show_bug.cgi?id=247458 Thanks, Tom Callaway
--- libpaper-1.1.20/aclocal.m4.orig 2006-01-07 16:10:33.000000000 -0500 +++ libpaper-1.1.20/aclocal.m4 2007-07-09 09:09:07.000000000 -0400 @@ -6433,7 +6433,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.6])]) + [AM_AUTOMAKE_VERSION([1.10])]) # AM_AUX_DIR_EXPAND -*- Autoconf -*-

