[vlc-devel] commit: (contrib) use autoreconf after patching Makefile.am in libmodplug ( Jean-Paul Saman )
git version control
git at videolan.org
Tue Oct 14 17:05:11 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Oct 7 11:14:14 2008 +0200| [003198cd693561f1313c593ecfc7769f57d4b5d5] | committer: Jean-Paul Saman
(contrib) use autoreconf after patching Makefile.am in libmodplug
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=003198cd693561f1313c593ecfc7769f57d4b5d5
---
extras/contrib/src/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 84b2238..727bd11 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1426,6 +1426,7 @@ libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz
$(EXTRACT_GZ)
#ifdef HAVE_WIN32
patch -p0 < Patches/libmodplug-win32.patch
+ (cd $@; autoreconf)
#end
.mod: libmodplug
More information about the vlc-devel
mailing list