Does this make sense? Kinda silly to have to run autoheader before
running autoreconf.
/Johan
--- autoreconf.sh 2000/07/10 14:03:12 1.43
+++ autoreconf.sh 2000/07/17 18:38:06
@@ -350,7 +350,7 @@
stamp_num=`test "$tcount" -gt 1 && echo "$tcount"`
stamp=$template_dir/stamp-h$stamp_num.in
uses_autoheader=false;
- grep autoheader "$template" >/dev/null 2>&1 &&
+ ( [ \! -f "$template" ] || grep autoheader "$template" >/dev/null 2>&1 ) &&
uses_autoheader=:
if $uses_autoheader &&
{ $force ||
