automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bootstrapping blocksort bombs


From: Alexandre Duret-Lutz
Subject: Re: bootstrapping blocksort bombs
Date: Thu, 22 Aug 2002 09:37:05 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Bruce" == Bruce Korb <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]