summaryrefslogtreecommitdiff
path: root/gl/m4/gnulib-comp.m4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-09-11 15:38:46 +0200
committerSimon Josefsson <simon@josefsson.org>2007-09-11 15:38:46 +0200
commitf847a4672cdde344c9d258811f509bc7ff7e0e09 (patch)
tree3701365b8409443ad29c835496226f95e4688da9 /gl/m4/gnulib-comp.m4
parent28b3a40bd108bf926c2f94fceae38b5529b39f77 (diff)
downloadgnutls-f847a4672cdde344c9d258811f509bc7ff7e0e09.tar.gz
Remove duplicate gnulib modules.
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
-rw-r--r--gl/m4/gnulib-comp.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index 7bd1e8e157..fcade33317 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -26,7 +26,6 @@ AC_DEFUN([gl_EARLY],
m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
AC_REQUIRE([AC_PROG_RANLIB])
AC_REQUIRE([AC_GNU_SOURCE])
- AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
AC_REQUIRE([AC_FUNC_FSEEKO])
dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
dnl for the builtin va_copy to work. With Autoconf 2.60 or later,
@@ -67,7 +66,6 @@ AC_DEFUN([gl_INIT],
gl_STDARG_H
gl_FUNC_STRDUP
gl_STRING_MODULE_INDICATOR([strdup])
- gl_HEADER_STRING_H
m4_popdef([AC_LIBSOURCES])
m4_popdef([AC_REPLACE_FUNCS])
m4_popdef([AC_LIBOBJ])
@@ -108,7 +106,6 @@ AC_DEFUN([gl_FILE_LIST], [
build-aux/GNUmakefile
build-aux/config.rpath
build-aux/gendocs.sh
- build-aux/link-warning.h
build-aux/maint.mk
doc/fdl.texi
doc/gendocs_template
@@ -135,13 +132,11 @@ AC_DEFUN([gl_FILE_LIST], [
lib/readline.c
lib/readline.h
lib/strdup.c
- lib/string_.h
lib/version-etc-fsf.c
lib/version-etc.c
lib/version-etc.h
m4/arpa_inet_h.m4
m4/error.m4
- m4/extensions.m4
m4/fseeko.m4
m4/getaddrinfo.m4
m4/getdelim.m4
@@ -160,5 +155,4 @@ AC_DEFUN([gl_FILE_LIST], [
m4/socklen.m4
m4/stdarg.m4
m4/strdup.m4
- m4/string_h.m4
])