>>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes:

[...]

 Bruce> automake: Makefile.am: unterminated conditionals: NEED_LIBOPTS_TRUE

Ooops, yes, silly me.  This

 Bruce> if NEED_LIBOPTS
 Bruce>   LIBOPTS_DIR            = libopts-0.0.0
 Bruce> fi

should read

 if NEED_LIBOPTS
   LIBOPTS_DIR            = libopts-0.0.0
 endif
 ^^^^^

[...]

 Bruce> AC_SUBST(LIBOPTS_DIR)

You don't need this anymore, do you?
-- 
Alexandre Duret-Lutz



Reply via email to