From: Nikos Mavrogiannopoulos Date: Mon, 14 May 2012 15:32:37 +0000 (+0200) Subject: Revert "This patch fixes following kind of issue with automake 1.12" It was suggested... X-Git-Tag: gnutls_3_0_21~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcdf79aea10f3f30817ce0b3e9b29dab435219c6;p=thirdparty%2Fgnutls.git Revert "This patch fixes following kind of issue with automake 1.12" It was suggested that this need not to be solved by gnutls. This reverts commit 30ad4976249aa9e402eb27081ade06928f3066f0. --- diff --git a/configure.ac b/configure.ac index 507bdbea47..b0fa3ae518 100644 --- a/configure.ac +++ b/configure.ac @@ -36,11 +36,6 @@ AC_MSG_RESULT([*** dnl Checks for programs. AC_PROG_CC AM_PROG_AS - -# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it -m4_pattern_allow([AM_PROG_AR]) -AM_PROG_AR - AC_PROG_CXX gl_EARLY