]> git.sesse.net Git - vlc/commitdiff
Patch for goom make by Mark Moriarty. I have the problem too, and are
authorBernie Purcell <bitmap@videolan.org>
Mon, 24 Sep 2007 02:58:08 +0000 (02:58 +0000)
committerBernie Purcell <bitmap@videolan.org>
Mon, 24 Sep 2007 02:58:08 +0000 (02:58 +0000)
cross-compiling under linux. -Im4/ changed to -I m4/

extras/contrib/src/Makefile

index a3d760371d8c7efe692deaa6a6719b8a8573b2ed..50588a8ce3474b153951ff9c4f08ebca0dc6c60f 100644 (file)
@@ -1227,7 +1227,7 @@ endif
 ifdef HAVE_DARWIN_OS
        (cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
 else
-       (cd $< && rm -f configure; aclocal -Im4/ && automake --add-missing && autoconf configure.in > configure && $(HOSTCC) sh ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared --enable-static --disable-glibtest --disable-gtktest && make && make install)
+       (cd $< && rm -f configure; aclocal -I m4/ && automake --add-missing && autoconf configure.in > configure && $(HOSTCC) sh ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared --enable-static --disable-glibtest --disable-gtktest && make && make install)
 endif
        touch $@