[ragel-users] [PATCH 2/2] Use foreign automake.
Diego Elio 'Flameeyes' Pettenò
flameeyes at gmail.com
Mon Oct 12 11:05:33 UTC 2009
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
More information about the ragel-users
mailing list