From: cedric Date: Thu, 14 Apr 2011 14:51:36 +0000 (+0000) Subject: autogen: unobrk things. X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1ce9bf0f3874c45fb3e40bfc467e6c287fd4f61;p=profile%2Fivi%2Feet.git autogen: unobrk things. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@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