diff options
author | Michael Jennings <mej@kainx.org> | 2007-02-02 01:18:31 +0000 |
---|---|---|
committer | Michael Jennings <mej@kainx.org> | 2007-02-02 01:18:31 +0000 |
commit | 0f2af742f7c74bbdf39f839a480d6aa4a602ab95 (patch) | |
tree | 92754310ef4b8e79836589f8f14f62234a06c858 /autogen.sh | |
parent | 091297136dfa6ac7c081ca55b8a5483c258aca70 (diff) | |
download | enlightenment-0f2af742f7c74bbdf39f839a480d6aa4a602ab95.tar.gz |
Thu Feb 1 14:18:22 2007 Michael Jennings (mej)
Build fixes.
----------------------------------------------------------------------
SVN revision: 28192
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 43cef33388..d72de4b5b0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ rm -f aclocal.m4 ltmain.sh touch README touch ABOUT-NLS -echo "Running autopoint..." ; autopoint -f || exit 1 +echo "Running autopoint..." ; autopoint -f || : echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running autoheader..." ; autoheader || exit 1 |