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.)

Reply via email to