diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-03-08 16:31:49 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-03-08 16:31:49 +0000 |
commit | f5ee190e36c10998c155019dfeb38f4b607c2a4f (patch) | |
tree | 1b25806da8cbc0871ddf64da3ce966b8d8e3d2da | |
parent | 2f7f1de18284485c956483555d19bc9167bf36ad (diff) | |
download | xine-lib-f5ee190e36c10998c155019dfeb38f4b607c2a4f.tar.gz xine-lib-f5ee190e36c10998c155019dfeb38f4b607c2a4f.tar.bz2 |
Run libtoolize before aclocal.
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index f3ad2a99d..d54f9b4e9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -290,15 +290,15 @@ case "$1" in run_libtoolize ;; noconfig) - run_aclocal run_libtoolize + run_aclocal run_autoheader run_automake run_autoconf ;; *) - run_aclocal run_libtoolize + run_aclocal run_autoheader run_automake run_autoconf |