summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-12 12:40:22 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-12 12:40:22 +0100
commit69a940236433a3c7a082c35f42fe49c7bac0f69c (patch)
tree871091cf49ee57224b3e9d925e235b7a73e2ba22 /gl
parent18b8f5f2c401e8cc2803d87be1acfc9874f9e68e (diff)
downloadlibtasn1-69a940236433a3c7a082c35f42fe49c7bac0f69c.tar.gz
libtasn1-69a940236433a3c7a082c35f42fe49c7bac0f69c.tar.bz2
libtasn1-69a940236433a3c7a082c35f42fe49c7bac0f69c.zip
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r--gl/m4/gnulib-comp.m42
-rw-r--r--gl/m4/warnings.m47
2 files changed, 1 insertions, 8 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index 6b8e047..b7648a2 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -68,7 +68,7 @@ AC_DEFUN([gl_INIT],
gl_STDINT_H
gl_STDLIB_H
gl_UNISTD_H
- gl_WARN_INIT
+ AC_SUBST([WARN_CFLAGS])
gl_WCHAR_H
m4_ifval(gl_LIBSOURCES_LIST, [
m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
diff --git a/gl/m4/warnings.m4 b/gl/m4/warnings.m4
index 71a8e56..d2854d9 100644
--- a/gl/m4/warnings.m4
+++ b/gl/m4/warnings.m4
@@ -6,13 +6,6 @@ dnl with or without modifications, as long as this notice is preserved.
dnl From Simon Josefsson
-# gl_WARN_INIT
-# Initializes WARN_CFLAGS variable.
-AC_DEFUN([gl_WARN_INIT],
-[AC_SUBST([WARN_CFLAGS])dnl
-AC_ARG_VAR([WARN_CFLAGS], [C compiler warning flags])
-])
-
# gl_AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH])
# ----------------------------------------------------
# Provide the functionality of AS_VAR_IF if Autoconf does not have it.