From: cedric Date: Thu, 14 Apr 2011 14:51:36 +0000 (+0000) Subject: autogen: unobrk things. X-Git-Tag: 2.0_alpha~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=701cc6615c790b4984bb0343343ba672b1537a6c;p=framework%2Fuifw%2Femotion.git autogen: unobrk things. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@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