From 82947e7f69cb4e95f1b965f908cd9a3fbff161b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 22 Nov 2011 22:06:38 -0500 Subject: [PATCH] contrib: fix gnutls / gpg-error build on OSX don't run aclocal for those (we only patch Makefile.am) --- contrib/TODO | 3 --- contrib/src/gnutls/rules.mak | 2 +- contrib/src/gpg-error/rules.mak | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/contrib/TODO b/contrib/TODO index 5b17fc906b..e17cc0bb7c 100644 --- a/contrib/TODO +++ b/contrib/TODO @@ -8,9 +8,6 @@ SDL_image dvdcss Undefined symbols (missing CF framework?) -gnutls, gpg-error - infrastructure mismatch between Makefile.in.in and autoconf macros (different gettext vers) - ### Missing software for MacOSX (was present in extras/contrib) # These 3 are binary framework downloads : no source code is used diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak index 7f19895fcb..5da6fec948 100644 --- a/contrib/src/gnutls/rules.mak +++ b/contrib/src/gnutls/rules.mak @@ -48,7 +48,7 @@ DEPS_gnutls = nettle $(DEPS_nettle) endif .gnutls: gnutls - $(RECONF) + cd $< && automake cd $< && $(HOSTVARS) ./configure $(GNUTLS_CONF) cd $