]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - configure.ac
bash-5.0-rc1 release
[thirdparty/bash.git] / configure.ac
index 38a06a0c8a56f5e545459ada1e8f7b1d9d41d93b..20f9111e7e942eb17713be91324c5faf89b3f0fe 100644 (file)
@@ -21,10 +21,10 @@ dnl Process this file with autoconf to produce a configure script.
 #   You should have received a copy of the GNU General Public License
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_REVISION([for Bash 5.0, version 5.003])dnl
+AC_REVISION([for Bash 5.0, version 5.005])dnl
 
 define(bashvers, 5.0)
-define(relstatus, beta2)
+define(relstatus, rc1)
 
 AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org])
 
@@ -474,12 +474,6 @@ dnl default values
 CFLAGS=${CFLAGS-"$AUTO_CFLAGS"}
 # LDFLAGS=${LDFLAGS="$AUTO_LDFLAGS"}   # XXX
 
-# turn off paren warnings in gcc
-if test "$GCC" = yes # && test -n "$DEBUG"
-then
-       CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security"
-fi
-
 dnl handle options that alter how bash is compiled and linked
 dnl these must come after the test for cc/gcc
 if test "$opt_profiling" = "yes"; then
@@ -1030,6 +1024,8 @@ fi
 
 BASH_FUNC_PRINTF_A_FORMAT
 
+BASH_FUNC_FNMATCH_EQUIV_FALLBACK
+
 dnl presence and behavior of OS functions
 BASH_SYS_REINSTALL_SIGHANDLERS
 BASH_SYS_JOB_CONTROL_MISSING
@@ -1157,6 +1153,16 @@ m88k-motorola-sysv3)     LOCAL_CFLAGS=-DWAITPID_BROKEN ;;
 mips-pyramid-sysv4)    LOCAL_CFLAGS=-Xa ;;
 esac
 
+# turn off paren warnings in gcc
+if test "$GCC" = yes # && test -n "$DEBUG"
+then
+       CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security"
+#      if test -n "$DEBUG"
+#      then
+#              CFLAGS="$CFLAGS -Werror"
+#      fi
+fi
+
 #
 # Shared object configuration section.  These values are generated by
 # ${srcdir}/support/shobj-conf