From 35db12d071e4941114e6d15a16331bcf2bb7e033 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Fri, 3 Mar 2006 13:08:48 +0000 Subject: [PATCH] Makefile: We need autogen on win32 --- extras/contrib/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 3cbc34f769..f59309ce8f 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -1461,7 +1461,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .gcrypt: libgcrypt .gpg-error ifdef HAVE_WIN32 - (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --target=i586-mingw32msvc --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install) + (cd $<; ./autogen.sh && $(HOSTCC) ./configure $(HOSTCONF) --target=i586-mingw32msvc --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install) else ifeq ($(HOST),i686-apple-darwin8) (cd $<; ./autogen.sh)