From: Christophe Mutricy Date: Fri, 3 Mar 2006 13:08:48 +0000 (+0000) Subject: Makefile: We need autogen on win32 X-Git-Tag: 0.9.0-test0~12071 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=35db12d071e4941114e6d15a16331bcf2bb7e033;p=vlc Makefile: We need autogen on win32 --- 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)