Antony Dovgal wrote:
>>+  # we only support certain flex versions
So, comments start with "#" or with "dnl" ?

Comments that affect the m4 code have to start with dnl,
this on the other hand is a comment that i want to have
in the output file so it uses whatever comment syntax is
appropriate for the output format (here: shell batch code)

The comments in libtool.m4 that i changed earlier were
ment to comment out M4 macro definitions and uses,
in that case it is important to use the M4 comment syntax

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to