diff options
author | Stafford Mitchell Horne <shorne@gmail.com> | 2007-01-27 05:52:17 +0000 |
---|---|---|
committer | Stafford Mitchell Horne <shorne@gmail.com> | 2007-01-27 05:52:17 +0000 |
commit | 691bda6ed7a05291f71bd88a9193e86f173d27de (patch) | |
tree | 0b4bd4a29fa8d157d049a635e8111e00917dec37 /autogen.sh | |
parent | ae453dc42aa4beeaf46418dd28ea7d4fa38e4532 (diff) | |
download | enlightenment-691bda6ed7a05291f71bd88a9193e86f173d27de.tar.gz |
IMC updates
* Add cleanups which were conflicting
* Update imc binaries
* Update command line tool for new fields
SVN revision: 28131
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 43cef33388..f58a5ac869 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,11 +6,15 @@ rm -f aclocal.m4 ltmain.sh touch README touch ABOUT-NLS -echo "Running autopoint..." ; autopoint -f || exit 1 +#echo "Running autopoint..." ; autopoint -f || exit 1 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 +echo "Running gettextize..." ; gettextize -f --no-changelog +# hack - gettextize is interactive and demands input from a user. "screw it". +#sleep 20 +#kill %1 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 if [ -z "$NOCONFIGURE" ]; then |