diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:00:19 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:00:19 -0500 |
commit | 906833f0cfa92568188399051f8f8e37e5f57868 (patch) | |
tree | dc519cb8d4bc0137b9e85294e1154005c93e6ab1 /aclocal.m4 | |
parent | d1a75129f78c77b6aba1ba92384bc10a1ec5315c (diff) | |
download | bash-906833f0cfa92568188399051f8f8e37e5f57868.tar.gz |
commit bash-20061109 snapshot
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1558,6 +1558,7 @@ if test -z "$bash_cv_dev_fd" ; then bash_cv_dev_fd=absent fi fi +set +x ]) AC_MSG_RESULT($bash_cv_dev_fd) if test $bash_cv_dev_fd = "standard"; then @@ -2366,7 +2367,7 @@ AC_DEFUN([AM_INTL_SUBDIR], AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ stdlib.h string.h unistd.h sys/param.h]) AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \ -geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \ +geteuid getgid getuid mempcpy munmap putenv setenv setlocale localeconv stpcpy \ strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \ __fsetlocking]) |