From: thurston Date: Fri, 23 Oct 2009 01:34:22 +0000 (+0000) Subject: Patches from Diego Elio 'Flameeyes' Pettenò. X-Git-Tag: 2.0_alpha~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5efa66f8c56892b332b5b611b074e8200bb0b2db;p=external%2Fragel.git Patches from Diego Elio 'Flameeyes' Pettenò. git-svn-id: http://svn.complang.org/ragel/trunk@1130 052ea7fc-9027-0410-9066-f65837a77df0 --- 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) diff --git a/contrib/ragel.m4 b/contrib/ragel.m4 index 8b9b913..c5cb9e9 100644 --- a/contrib/ragel.m4 +++ b/contrib/ragel.m4 @@ -30,7 +30,7 @@ AC_DEFUN([CHECK_RAGEL], [ AS_IF([test x"$ragel_needed" = x"yes"], [AC_MSG_ERROR([dnl -You need Ragel to build from GIT checkouts. +You need Ragel to build from development sources. You can find Ragel at http://www.complang.org/ragel/dnl ])]) ]) diff --git a/ragel/Makefile.am b/ragel/Makefile.am index beb1f9d..db3610c 100644 --- a/ragel/Makefile.am +++ b/ragel/Makefile.am @@ -47,6 +47,6 @@ rlparse.cpp: rlparse.kl rlparse.kh rlscan.cpp: rlparse.h rlscan.cpp: rlscan.rl - ragel -G2 -o $@ $< + ragel -G2 -I$(builddir) -o $@ $< endif