summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-09-25 21:08:39 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:12:14 +0100
commit59ee990c6b92fef68cc7488ed8f88cf8fcfcb0a6 (patch)
tree1e36e33b4a7c50ebe049cfe9f86ce7bf7d195d4c /configure.ac
parente2fe13c4f8ed2c93bcc47f9912b7a30987e68158 (diff)
downloadsed-59ee990c6b92fef68cc7488ed8f88cf8fcfcb0a6.tar.gz
gnulibify part 2, use gnulib-tool in autoboot and remove PO files from repo
git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-76
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f1b9fd1..8d020ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,7 @@ AC_DEFINE_UNQUOTED(SED_FEATURE_VERSION, "$SED_FEATURE_VERSION",
AC_SUBST(SED_FEATURE_VERSION)
AC_PROG_CC
-AC_PROG_RANLIB
-gl_USE_SYSTEM_EXTENSIONS
+gl_EARLY
AC_ISC_POSIX
AC_SYS_LARGEFILE
AC_SYS_LONG_FILE_NAMES
@@ -55,7 +54,7 @@ AC_DEFUN([AM_MKINSTALLDIRS], [MKINSTALLDIRS="$mkdir_p" AC_SUBST(MKINSTALLDIRS)])
AM_GNU_GETTEXT_VERSION(0.15)
AM_GNU_GETTEXT(no-libtool, need-ngettext, ../intl)
-GNULIB_AUTOCONF_SNIPPET
+gl_INIT
AC_CHECK_FUNCS_ONCE(isatty bcopy bzero isascii memcpy memset strchr strtoul
popen pathconf isblank fchown fchmod setlocale wcrtomb
wcscoll btowc)