|
From: Dan D. <da...@de...> - 2006-08-06 19:57:07
|
I dont care about maintaining bootstrap; use autoreconf. On Sunday 25 June 2006 09:11, Mike Frysinger wrote: > On Sunday 25 June 2006 07:31, Daniel Kobras wrote: > > On Sun, Jun 25, 2006 at 03:45:25AM -0400, Mike Frysinger wrote: > > > simple patch ... if some autotool fails, abort the script, dont just > > > keep running > > > > How about this even simpler version to achieve the same? > > yes, some people use set -e to accomplish the same thing, it's just been my > experience that truly portable projects go with '|| exit' instead of 'set > -e' > > either works for me though, i'm a bleeding edge wh0re after all :) > -mike |