Hello, On Wed, Jan 10, 2007 at 08:19:38AM +0900, atoz wrote: > if WANT_MAN_PAGES > cp fooman.8 $(foomandir) > fi ... > and it leads to the following error ... > > Makefile.am:175: unterminated conditionals: WANT_MAN_PAGES_TRUE
this question is easy: Automake conditionals are ended by "endif", not "fi". Does this solve the problem? Please post a summary of problems remaining after applying Ralf's and my hints. Regards, Stepan