This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: bootstrapping blocksort bombs
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Bruce Korb <bkorb at pacbell dot net>
- Cc: Automake Development <automake at gnu dot org>
- Date: Thu, 22 Aug 2002 09:37:05 +0200
- Subject: Re: bootstrapping blocksort bombs
- References: <3D646AC8.F621FBD@pacbell.net>
>>> "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