--- configure.ac +++ configure.ac 2007-04-25 16:58:08.888830481 +0200 @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.61) +AC_PREREQ(2.60) AC_INIT([psmisc],[22.5]) AC_CONFIG_SRCDIR([src/comm.h]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_AUX_DIR([config]) -AM_INIT_AUTOMAKE([1.10]) +AM_INIT_AUTOMAKE([1.9.6]) dnl Checks for programs. AC_PROG_CXX @@ -68,7 +68,7 @@ dnl Check for language stuff AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.16.1]) +AM_GNU_GETTEXT_VERSION([0.15]) dnl Checks for library functions. AC_FUNC_CLOSEDIR_VOID