This avoids the need for the NEWS file to be present (only required by
GNU-style automake).
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index c5c40bf..a50b3cf 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl   Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA
 AC_INIT(ragel, 6.5)
 PUBDATE="May 2009"
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 AC_SUBST(PUBDATE)
 AC_CONFIG_HEADER(ragel/config.h)
 
-- 
1.6.5


_______________________________________________
ragel-users mailing list
[email protected]
http://www.complang.org/mailman/listinfo/ragel-users

Reply via email to