summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2012-02-22 10:00:05 -0500
committerChet Ramey <chet.ramey@case.edu>2012-02-22 10:00:05 -0500
commit5a3187363b06b5365ec335ac530bb1f75fff172a (patch)
treea4384f144b8ea6847c0e54f50401a9635cb726b2 /configure.in
parentd00a2d66927ffec865bb63a39f7ad7fa98e0fe9b (diff)
downloadbash-5a3187363b06b5365ec335ac530bb1f75fff172a.tar.gz
commit bash-20120113 snapshot
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index a2906ebb..b7cb92a9 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl report bugs to chet@po.cwru.edu
dnl
dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 1987-2011 Free Software Foundation, Inc.
+# Copyright (C) 1987-2012 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
@@ -21,7 +21,7 @@ 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 4.2, version 4.043])dnl
+AC_REVISION([for Bash 4.2, version 4.044])dnl
define(bashvers, 4.2)
define(relstatus, maint)
@@ -675,8 +675,8 @@ BASH_HEADER_INTTYPES
AC_CHECK_HEADERS(unistd.h stdlib.h stdarg.h varargs.h limits.h string.h \
memory.h locale.h termcap.h termio.h termios.h dlfcn.h \
- stddef.h stdint.h netdb.h pwd.h grp.h strings.h regex.h \
- syslog.h ulimit.h)
+ stdbool.h stddef.h stdint.h netdb.h pwd.h grp.h strings.h \
+ regex.h syslog.h ulimit.h)
AC_CHECK_HEADERS(sys/pte.h sys/stream.h sys/select.h sys/file.h \
sys/resource.h sys/param.h sys/socket.h sys/stat.h \
sys/time.h sys/times.h sys/types.h sys/wait.h)