diff options
author | Marc-Andre Lureau <marcandre.lureau@gmail.com> | 2009-05-10 11:17:16 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-10 16:47:23 +0200 |
commit | 342b97cb3fb20a96cbcec710accf1141e1655d2f (patch) | |
tree | cf8267ffa1b20bca173d516004299fc32c29dc4d /autogen.sh | |
parent | 36bdeea0e7c1587f24b50ee82e55064fad17aa9c (diff) | |
download | gst-libav-342b97cb3fb20a96cbcec710accf1141e1655d2f.tar.gz |
Run libtoolize before aclocal
This unbreaks the build in some cases. Fixes bug #582021
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,8 +86,8 @@ fi toplevel_check $srcfile -tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" +tool_run "$aclocal" "-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 |