OSDN Git Service

add bootstrap step to libdca
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Oct 2010 18:30:24 +0000 (18:30 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Oct 2010 18:30:24 +0000 (18:30 +0000)
aclocal.m4 packaged with the archive is incompatible with
mingw64 build environment (and probably others)

git-svn-id: svn://localhost/HandBrake/trunk@3618 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/libdca/module.defs

index b69d1fb..456ed3c 100644 (file)
@@ -3,3 +3,5 @@ $(eval $(call import.CONTRIB.defs,LIBDCA))
 
 LIBDCA.FETCH.url = http://download.m0k.org/handbrake/contrib/libdca-r81-strapped.tar.gz
 LIBDCA.EXTRACT.tarbase = libdca
+
+LIBDCA.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;