]> git.sesse.net Git - vlc/commitdiff
Makefile: We need autogen on win32
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 3 Mar 2006 13:08:48 +0000 (13:08 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 3 Mar 2006 13:08:48 +0000 (13:08 +0000)
extras/contrib/src/Makefile

index 3cbc34f769f348b5177399afbdba43770e878768..f59309ce8febef887ed9ce85c0c8f36fe50ae0d9 100644 (file)
@@ -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)