Hi, I tested adding "set -e" to autoreconf2.13 and run it on something that works and it does fail. The patchlet below inverts the test condition to avoid a failing return code.
MfG Goswin --- autoreconf2.13.orig 2005-05-22 10:37:07.000000000 +0200 +++ autoreconf2.13 2005-05-22 11:05:36.559824247 +0200 @@ -183,7 +183,7 @@ : colon s/:.*// '` - stamp=`echo $template | sed 's,/*[^/]*$,,;s,^$,.,'`/stamp-h`test "$tcount" -gt 1 && echo "$tcount"`.in + stamp=`echo $template | sed 's,/*[^/]*$,,;s,^$,.,'`/stamp-h`test "$tcount" -le 1 || echo "$tcount"`.in if test ! -f "$template" || grep autoheader "$template" >/dev/null; then if test $force = no && test -f $template && ls -lt $template configure.in $aclocal $stamp 2>/dev/null \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]