diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-29 08:35:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-29 08:35:55 +0000 |
commit | e6fd62661eb379126bc8616804cb9b4823bd523b (patch) | |
tree | 0fd555dde86bd521ddf9cea1878144b3f7d64363 | |
parent | 1451d85dab42c5a8ba6270f0f9a043a44041892f (diff) | |
download | gst-plugins-bad-e6fd62661eb379126bc8616804cb9b4823bd523b.tar.gz gst-plugins-bad-e6fd62661eb379126bc8616804cb9b4823bd523b.tar.bz2 gst-plugins-bad-e6fd62661eb379126bc8616804cb9b4823bd523b.zip |
update for plugin changes to export symbols
Original commit message from CVS:
update for plugin changes to export symbols
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6 automake- "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1 version_check "autopoint" "autopoint" \ "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1 -version_check "libtoolize" "$LIBTOOLIZE libtoolize libtoolize14" \ - "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 +version_check "libtoolize" "$LIBTOOLIZE libtoolize" \ + "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1 version_check "pkg-config" "" \ "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1 |