]> git.pld-linux.org Git - packages/aMule.git/blob - aMule-ac.patch
binutils 2.42 rebuild
[packages/aMule.git] / aMule-ac.patch
1 --- aMule-2.3.3/configure.ac.orig       2016-09-16 09:55:06.000000000 +0200
2 +++ aMule-2.3.3/configure.ac    2017-06-07 15:45:13.860893406 +0200
3 @@ -30,10 +30,6 @@
4  
5  AC_PREREQ(2.62)
6  
7 -# autoconf 2.70 introduced some incompatibilities that will make the build fail
8 -# As a "workaround" reject 2.70 and above for now.
9 -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.])])
10 -
11  AC_CONFIG_SRCDIR([src/amule.cpp])
12  AC_CONFIG_HEADERS([config.h])
13  AC_CONFIG_MACRO_DIR([m4])
14 --- aMule-2.3.2/m4/nls.m4.orig  2016-09-16 09:55:06.000000000 +0200
15 +++ aMule-2.3.2/m4/nls.m4       2017-06-07 15:45:13.860893406 +0200
16 @@ -85,7 +85,6 @@
17         AM_GNU_GETTEXT([no-libtool], [need-ngettext])
18         AS_IF([test $USE_INCLUDED_LIBINTL = yes], [INCINTL=-I\${top_builddir}/intl])
19  
20 -       AS_IF([test x$USE_NLS = xyes], [MULE_CHECK_AUTOPOINT(, [USE_NLS=no])])
21         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.])])
22  
23         AS_IF([test ${USE_NLS:-no} = yes], [
This page took 0.048053 seconds and 3 git commands to generate.