This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake or libtool question on Red Hat 7.2
- To: Paul_Kunz at slac dot stanford dot edu
- Subject: Re: automake or libtool question on Red Hat 7.2
- From: Kevin Ryde <user42 at zip dot com dot au>
- Date: 31 Oct 2001 10:50:29 +1000
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <GGQDH5$I186KdUwFg8_uC2NXse9U9OVVAOmP9M4lVIcn90wFtc@libero.it><87ae1z7fha.fsf@creche.redhat.com><200107220929.f6M9TAk24920@libra.SLAC.Stanford.EDU><E15QHJL-000OKs-0U@anchor-post-30.mail.demon.net><200110302351.f9UNpTu11937@libra3.SLAC.Stanford.EDU>
"Paul F. Kunz" <Paul_Kunz@SLAC.Stanford.EDU> writes:
>
> /bin/sh: -c: line 1: syntax error near unexpected token `;'
> /bin/sh: ... for tst in ; ...
bash doesn't like an empty list like that. Is $(TESTS) empty for some
reason? In any case, I think newer automake avoids the problem.