When running a configure.in script that has no AC_DEFINE calls the
config.status script that is generated contains any empty if/then/fi
structure which bash croaks on.  This patch fixes the behavior.

        Michael

diff -u -p -r1.1.1.1 acgeneral.m4
--- acgeneral.m4        2000/04/14 21:12:02     1.1.1.1
+++ acgeneral.m4        2000/05/05 19:03:13
@@ -3902,6 +3902,7 @@ dnl Speed up: don't consider the non `#d
   mv conftest.tail conftest.defines
 done
 rm -f conftest.defines
+echo ':' >>$CONFIG_STATUS
 echo '  fi # egrep' >>$CONFIG_STATUS
 echo >>$CONFIG_STATUS

-- 
------------------------------------------------------------------
Michael Bletzinger      Software Developer, Alliance Computational
[EMAIL PROTECTED]  Environment & Security
217 265 5137            NCSA

Reply via email to