This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrapping blocksort bombs


>>> "Bruce" == Bruce Korb <bkorb@pacbell.net> 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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]