help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.5.31: checking for GNU m4


From: john43
Subject: Re: 2.5.31: checking for GNU m4
Date: Mon, 7 Jul 2003 13:14:37 -0400

>Is the use of -P the only reason flex needs _GNU_ m4?
>If so, can't it simply include an m4 file that 
simulates this?
>For example, autoconf's m4sugar does this:
>
>## ------------------------------- ##
>## 1. Simulate --prefix-builtins.  ##
>## ------------------------------- ##
>
># m4_define
># m4_defn
># m4_undefine
>define([m4_define],   defn([define]))
>define([m4_defn],     defn([defn]))
>define([m4_undefine], defn([undefine]))
>
>m4_undefine([define])
>m4_undefine([defn])
>m4_undefine([undefine])

Thanks, we will try this.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]