]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert "This patch fixes following kind of issue with automake 1.12" It was suggested...
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 14 May 2012 15:32:37 +0000 (17:32 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 14 May 2012 15:39:25 +0000 (17:39 +0200)
This reverts commit 30ad4976249aa9e402eb27081ade06928f3066f0.

configure.ac

index 507bdbea47fc81eff4077196f8a54f9aea43a0dd..b0fa3ae518bdee0a3835ee0173fbd891f9419685 100644 (file)
@@ -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