This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Checking the CONFIGURE_AC failure
- To: tromey at redhat dot com
- Subject: Re: Checking the CONFIGURE_AC failure
- From: Akim Demaille <akim at epita dot fr>
- Date: 22 Jan 2001 10:34:03 +0100
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <20010122013841.A22836@nostromo.lrde.epita.fr><87y9w4qrkg.fsf@creche.redhat.com>
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Akim> * vtexi.test: Also check that stamp-vti properly depends upon
Akim> configure.in and the Texinfo source file.
Tom> This is ok.
Akim> +set -e
Tom> I usually use explicit `|| exit 1' after commands. But it
Tom> probably doesn't matter.
I hesitated. Using set -e seemed both clearer, and surer. And I
didn't know whether you'd have preferred another file or strengthening
existing tests.
Just tell me your preference wrt those two questions, and I'll apply
the right patch.