On Wednesday 18 May 2005 11:44 pm, Ciaran McCreesh wrote:
> What more would people like to see explained?

might be useful to have a brief 'syntax' section ... one that covers different 
'features' of the m4 language ...

for example, [] are used for quotes and if you try to use "", they are 
actually passed through ...
AC_MSG_RESULT([eat me])
AC_MSG_RESULT("eat me")

the second one will actually output the quotes which is often unexpected 
behavior for many new autotool hackers
-mike
-- 
gentoo-dev@gentoo.org mailing list

Reply via email to