Don't "set -e" in configure.ac
authorIan Lynagh <igloo@earth.li>
Thu, 29 Oct 2009 01:00:31 +0000 (01:00 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 29 Oct 2009 01:00:31 +0000 (01:00 +0000)
On some systems (bash 4?) configure fails because of it when
"gcc -V" fails.

configure.ac

index 8d41ac7..b1c634c 100644 (file)
@@ -18,8 +18,6 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-hask
 # Set this to YES for a released version, otherwise NO
 : ${RELEASE=NO}
 
-set -e
-
 # The primary version (e.g. 6.7, 6.6.1) is set in the AC_INIT line
 # above.  If this is not a released version, then we will append the
 # date to the version number (e.g. 6.7.20070204).  The date is