From: cedric Date: Thu, 14 Apr 2011 14:51:36 +0000 (+0000) Subject: autogen: unobrk things. X-Git-Tag: accepted/2.0/20130306.224007~195^2~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70cee6fbc3ffe19c10a07671684ae5ec1c664094;p=profile%2Fivi%2Fecore.git autogen: unobrk things. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/autogen.sh b/autogen.sh index 3563ad3..b7397d4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,8 @@ #!/bin/sh +touch README +touch ABOUT-NLS + echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1