diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-21 22:16:25 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-21 22:16:25 +0100 |
commit | 20b58284bd5ebba2b3e36ef2bde9a2c53903efbc (patch) | |
tree | be84513b8095670d3adf6a8048f4351893388316 | |
parent | fd25bd1abe4f93b36953551f0191ca2f6810e903 (diff) | |
download | xine-lib-20b58284bd5ebba2b3e36ef2bde9a2c53903efbc.tar.gz xine-lib-20b58284bd5ebba2b3e36ef2bde9a2c53903efbc.tar.bz2 |
Run autopoint before running aclocal (on a clean tree) else automake will fail.
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index cb8c637d2..13e663510 100755 --- a/autogen.sh +++ b/autogen.sh @@ -227,6 +227,11 @@ run_aclocal () { echo fi + echo $_echo_n " + Running autopoint: $_echo_c" + + autopoint + echo "done." + echo $_echo_n " + Running aclocal: $_echo_c" aclocal -I m4 |