This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Automake docs
- From: John Poltorak <jp at warpix dot org>
- To: automake at gnu dot org
- Date: Sat, 3 Apr 2004 23:33:00 +0000
- Subject: Automake docs
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