Can anyone confirm that the automake docs here:-

http://www.gnu.org/software/automake/manual/

are uptodate? ie it says they are for v1.7.8 but are they really?

I am trying to go through this example:-

http://www.gnu.org/software/automake/manual/html_node/Complete.html#Complete


but I get this error:-

configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,

configure.ac consists of:-

AC_INIT(zardoz, 1.0)
AM_INIT_AUTOMAKE

exactly as shown in the example.

Is the example correct?


-- 
John





Reply via email to