Changeset 46d0c69a89326e760acbdc4c3e0e4bbb60961f9f

Show
Ignore:
Timestamp:
09/24/07 04:58:08 (1 year ago)
Author:
Bernie Purcell <bitmap@videolan.org>
git-committer:
Bernie Purcell <bitmap@videolan.org> 1190602688 +0000
git-parent:

[64da792bed5517368a01ef0f1fa771661099f6ce]

git-author:
Bernie Purcell <bitmap@videolan.org> 1190602688 +0000
Message:

Patch for goom make by Mark Moriarty. I have the problem too, and are
cross-compiling under linux. -Im4/ changed to -I m4/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r64da792 r46d0c69  
    12281228    (cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install) 
    12291229else 
    1230     (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) 
     1230    (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) 
    12311231endif 
    12321232    touch $@