Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: Drake Wyrm <wyrm@×××××.com>, Gentoo Developers <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] would like this settled :)
Date: Sat, 24 Apr 2004 17:53:15
Message-Id: 20040424174718.GA31577@curie-int.orbis-terrarum.net
In Reply to: Re: [gentoo-dev] would like this settled :) by Drake Wyrm
1 On Sat, Apr 24, 2004 at 06:32:03AM -0700, Drake Wyrm wrote:
2 > > Could we as the developers please have a way to specify the actual error
3 > > message that econf spits out on failure then ?
4 > >
5 > > I'd like to tell people compiling php/mod_php/php-cgi to include their
6 > > config.log file if the configure fails.
7 >
8 > if ! econf
9 > then
10 > ewarn "\`configure\` failed"
11 > ewarn "Please include your config.log in your bug report"
12 > die "fnord"
13 > fi
14 As simple as this sounds, it doesn't work, because the die call inside
15 econf never lets us reach this code.
16
17 --
18 Robin Hugh Johnson
19 E-Mail : robbat2@××××××××××××××.net
20 Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
21 ICQ# : 30269588 or 41961639
22 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-dev] would like this settled :) Aron Griffis <agriffis@g.o>