From: thurston Date: Wed, 1 Jul 2009 21:12:54 +0000 (+0000) Subject: Use automake --foreign so we don't need to have INSTALL and NEWS present. X-Git-Tag: 2.0_alpha~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=cb73256a4ebe325420a2a57967c67cd76014e024;p=external%2Fragel.git Use automake --foreign so we don't need to have INSTALL and NEWS present. git-svn-id: http://svn.complang.org/ragel/trunk@938 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/INSTALL b/INSTALL deleted file mode 100644 index e69de29..0000000 diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29..0000000 diff --git a/autogen.sh b/autogen.sh index 86b11c6..25fb200 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,5 +3,5 @@ aclocal autoheader -automake --add-missing +automake --foreign --add-missing autoconf