--- aMule-2.3.3/configure.ac.orig 2016-09-16 09:55:06.000000000 +0200 +++ aMule-2.3.3/configure.ac 2017-06-07 15:45:13.860893406 +0200 @@ -30,10 +30,6 @@ AC_PREREQ(2.62) -# autoconf 2.70 introduced some incompatibilities that will make the build fail -# As a "workaround" reject 2.70 and above for now. -m4_if(m4_version_compare(m4_defn([AC_AUTOCONF_VERSION]), [2.70]), [-1],, [m4_fatal([autoconf ]m4_defn([AC_AUTOCONF_VERSION])[ is known to not work with aMule. Please use 2.69 instead.])]) - AC_CONFIG_SRCDIR([src/amule.cpp]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) --- aMule-2.3.2/m4/nls.m4.orig 2016-09-16 09:55:06.000000000 +0200 +++ aMule-2.3.2/m4/nls.m4 2017-06-07 15:45:13.860893406 +0200 @@ -85,7 +85,6 @@ AM_GNU_GETTEXT([no-libtool], [need-ngettext]) AS_IF([test $USE_INCLUDED_LIBINTL = yes], [INCINTL=-I\${top_builddir}/intl]) - AS_IF([test x$USE_NLS = xyes], [MULE_CHECK_AUTOPOINT(, [USE_NLS=no])]) AS_IF([test x$USE_NLS = xno -a x${enable_nls:-yes} = xyes], [MULE_WARNING([You need to install GNU gettext/gettext-tools to compile aMule with i18n support.])]) AS_IF([test ${USE_NLS:-no} = yes], [