[vlc-commits] contrib: update config.{sub,guess} in some packages

Rafaël Carré git at videolan.org
Thu Jan 5 10:25:42 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan  5 04:25:04 2012 -0500| [f0296b66c7ce3385042227f79f462862995c177d] | committer: Rafaël Carré

contrib: update config.{sub,guess} in some packages

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f0296b66c7ce3385042227f79f462862995c177d
---

 contrib/src/dvbpsi/rules.mak     |    1 +
 contrib/src/flac/rules.mak       |    1 +
 contrib/src/modplug/rules.mak    |    1 +
 contrib/src/ogg/rules.mak        |    1 +
 contrib/src/samplerate/rules.mak |    1 +
 contrib/src/theora/rules.mak     |    1 +
 contrib/src/upnp/rules.mak       |    1 +
 contrib/src/vorbis/rules.mak     |    1 +
 8 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/contrib/src/dvbpsi/rules.mak b/contrib/src/dvbpsi/rules.mak
index 944c6c1..6b1a739 100644
--- a/contrib/src/dvbpsi/rules.mak
+++ b/contrib/src/dvbpsi/rules.mak
@@ -15,6 +15,7 @@ $(TARBALLS)/libdvbpsi-$(DVBPSI_VERSION).tar.bz2:
 
 libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi
 	$(UNPACK)
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 .dvbpsi: libdvbpsi
diff --git a/contrib/src/flac/rules.mak b/contrib/src/flac/rules.mak
index dbd0512..457fa30 100644
--- a/contrib/src/flac/rules.mak
+++ b/contrib/src/flac/rules.mak
@@ -20,6 +20,7 @@ flac: flac-$(FLAC_VERSION).tar.gz .sum-flac
 ifdef HAVE_MACOSX
 	cd $(UNPACK_DIR) && sed -e 's,-dynamiclib,-dynamiclib -arch $(ARCH),' -i.orig configure
 endif
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 FLACCONF := $(HOSTCONF) \
diff --git a/contrib/src/modplug/rules.mak b/contrib/src/modplug/rules.mak
index 378fd18..a66277f 100644
--- a/contrib/src/modplug/rules.mak
+++ b/contrib/src/modplug/rules.mak
@@ -15,6 +15,7 @@ $(TARBALLS)/libmodplug-$(MODPLUG_VERSION).tar.gz:
 
 libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz .sum-modplug
 	$(UNPACK)
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 .modplug: libmodplug
diff --git a/contrib/src/ogg/rules.mak b/contrib/src/ogg/rules.mak
index 3c84f18..5d49122 100644
--- a/contrib/src/ogg/rules.mak
+++ b/contrib/src/ogg/rules.mak
@@ -22,6 +22,7 @@ libogg: libogg-$(OGG_VERSION).tar.xz .sum-ogg
 ifdef HAVE_WINCE
 	$(APPLY) $(SRC)/ogg/libogg-wince.patch
 endif
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 .ogg: libogg
diff --git a/contrib/src/samplerate/rules.mak b/contrib/src/samplerate/rules.mak
index 6766e46..2c6717f 100644
--- a/contrib/src/samplerate/rules.mak
+++ b/contrib/src/samplerate/rules.mak
@@ -14,6 +14,7 @@ $(TARBALLS)/libsamplerate-$(SAMPLERATE_VERSION).tar.gz:
 
 samplerate: libsamplerate-$(SAMPLERATE_VERSION).tar.gz .sum-samplerate
 	$(UNPACK)
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 .samplerate: samplerate
diff --git a/contrib/src/theora/rules.mak b/contrib/src/theora/rules.mak
index c3b6c1e..314f2c3 100644
--- a/contrib/src/theora/rules.mak
+++ b/contrib/src/theora/rules.mak
@@ -18,6 +18,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.xz .sum-theora
 	$(UNPACK)
 	$(APPLY) $(SRC)/theora/libtheora-includes.patch
 	echo 'ACLOCAL_AMFLAGS = -I m4' >> $(UNPACK_DIR)/Makefile.am
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 THEORACONF := $(HOSTCONF) \
diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak
index 8c6184a..c464442 100644
--- a/contrib/src/upnp/rules.mak
+++ b/contrib/src/upnp/rules.mak
@@ -21,6 +21,7 @@ ifdef HAVE_WIN32
 	$(APPLY) $(SRC)/upnp/libupnp-win32.patch
 	$(APPLY) $(SRC)/upnp/libupnp-win64.patch
 endif
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 .upnp: upnp
diff --git a/contrib/src/vorbis/rules.mak b/contrib/src/vorbis/rules.mak
index 89df937..ec5560d 100644
--- a/contrib/src/vorbis/rules.mak
+++ b/contrib/src/vorbis/rules.mak
@@ -25,6 +25,7 @@ $(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz:
 
 libvorbis: libvorbis-$(VORBIS_VERSION).tar.xz .sum-vorbis
 	$(UNPACK)
+	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 
 DEPS_vorbis = ogg $(DEPS_ogg)



More information about the vlc-commits mailing list