Autoconf update

(Imported from RCS by Andreas Gruenbacher)
This commit is contained in:
Paul Eggert 2003-07-03 00:36:29 +00:00 committed by Andreas Gruenbacher
parent 480810f1dc
commit ae06fb41e2
2 changed files with 7 additions and 12 deletions

View File

@ -3,6 +3,11 @@
introduced in the 2003-05-18 patch. Bug reported by Andreas
Gruenbacher.
* configure.ac (gl_FUNC_RMDIR): Remove.
(jm_PREREQ_ADDEXT): Remove; now down by gl_BACKUPFILE.
(gl_STRCASE, gl_XALLOC): Add.
(AC_REPLACE_FUNCS): Remove mkdir, strcasecmp.
2003-05-20 Paul Eggert <eggert@twinsun.com>
* NEWS, configure.ac (AC_INIT): Version 2.5.9 released.

View File

@ -59,26 +59,16 @@ gl_BACKUPFILE
gl_DIRNAME
gl_ERROR
gl_FUNC_MEMCHR
gl_FUNC_RMDIR
gl_GETOPT
gl_PREREQ_XMALLOC
gl_QUOTE
gl_QUOTEARG
dnl This should be in gnulib, but isn't for some reason.
AC_DEFUN([jm_PREREQ_ADDEXT],
[
dnl For addext.c.
AC_REQUIRE([AC_SYS_LONG_FILE_NAMES])
AC_CHECK_FUNCS(pathconf)
AC_CHECK_HEADERS(limits.h string.h unistd.h)
])
jm_PREREQ_ADDEXT
gl_STRCASE
gl_XALLOC
AC_CHECK_DECLS([free, getenv, malloc, mktemp])
AC_CHECK_FUNCS(_doprintf geteuid getuid isascii memcmp mktemp \
pathconf raise sigaction sigprocmask sigsetmask strerror)
AC_REPLACE_FUNCS(mkdir strncasecmp)
AC_FUNC_FSEEKO
jm_FUNC_GLIBC_UNLOCKED_IO
jm_FUNC_MALLOC