Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On Thursday 18 February 2010 23:16:54 Tomáš Chvátal wrote:
> That || die is not for eautoreconf
>
> [[ -e "something" ]] && somethingexists || somethingisnotexisting
>
> For your behaviour it would have to look like this
>
> [[ -e "something" ]] && { somethingexists || die if the commands failed ; }
Do you mean that it's /supposed/ to ewarn if configure.ac doesn't exist? Do
you expect that to happen for X.org packages that have a configure script at
all? (Which IIRC is all of them; if there are any that don't have a
configure, there's obviously no reason to worry about not being able to
rebuild it.)
|
|