[gst-cvs] gst-plugins-gl: Run libtoolize before aclocal
Sebastian Dröge
slomo at kemper.freedesktop.org
Sun May 10 07:47:14 PDT 2009
Module: gst-plugins-gl
Branch: master
Commit: db814edf1e0055e7fcd7aafeeae1f0f19955dbbc
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/commit/?id=db814edf1e0055e7fcd7aafeeae1f0f19955dbbc
Author: Marc-Andre Lureau <marcandre.lureau at gmail.com>
Date: Sun May 10 11:17:21 2009 +0200
Run libtoolize before aclocal
This unbreaks the build in some cases. Fixes bug #582021
---
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 5ff9910..bb50c9f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -78,8 +78,8 @@ fi
tool_run "$autopoint --force"
patch -p0 < common/gettext.patch
-tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force"
+tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
tool_run "$autoheader"
# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo
More information about the Gstreamer-commits
mailing list