summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-09-28 18:47:42 +0200
committerPaolo Bonzini <bonzini@gnu.org>2008-09-28 18:47:58 +0200
commit07df2df3c2de5cc55525f5a38788e0c05fb08cce (patch)
tree6840fc4d07c756ceb188737f148c96f06dc810b6 /configure.ac
parentde0346581ab2518f1fc0a1df506f6d0d0e717a62 (diff)
downloadsed-07df2df3c2de5cc55525f5a38788e0c05fb08cce.tar.gz
update gnulib
2008-09-28 Paolo Bonzini <bonzini@gnu.org> * basicdefs.h: Replace alloca cruft with alloca.h. * bootstrap.sh.in: Update for new gnulib. * bootstrap.sh: Update for new gnulib. * configure.ac: Move gnulib macros earlier. * sed/execute.c: Do not include acl.h when bootstrapping.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4181e12..d7a6a1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,11 +13,13 @@ AC_SUBST(SED_FEATURE_VERSION)
AC_PROG_CC
gl_DISABLE_THREADS
+AC_USE_SYSTEM_EXTENSIONS
+AC_GNU_SOURCE
gl_EARLY
-AC_ISC_POSIX
AC_SYS_LARGEFILE
AC_SYS_LONG_FILE_NAMES
+gl_INIT
AC_CACHE_CHECK([whether -lcP is needed], [sed_cv_libcp_needed], [
AC_TRY_RUN([
#include <stdio.h>
@@ -55,7 +57,6 @@ AC_DEFUN([AM_MKINSTALLDIRS], [MKINSTALLDIRS="$mkdir_p" AC_SUBST(MKINSTALLDIRS)])
AM_GNU_GETTEXT_VERSION(0.15)
AM_GNU_GETTEXT(no-libtool, need-ngettext, ../intl)
-gl_INIT
AC_CHECK_FUNCS_ONCE(isatty bcopy bzero isascii memcpy memset strchr strtoul
popen pathconf isblank fchown fchmod setlocale wcrtomb
wcscoll btowc)