summaryrefslogtreecommitdiff
path: root/lgl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-30 11:22:19 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-30 11:22:19 +0200
commit31adbc45579e241a953b0df4b5d5f436a1b57af4 (patch)
tree83707436466fb4c5742c70c6b98a301d7740054e /lgl
parent539daf0f1d92f33afc1eda67eb7961b187f5c39a (diff)
downloadgnutls-31adbc45579e241a953b0df4b5d5f436a1b57af4.tar.gz
Update gnulib files.
Diffstat (limited to 'lgl')
-rw-r--r--lgl/m4/gnulib-cache.m434
-rw-r--r--lgl/m4/gnulib-tool.m428
2 files changed, 59 insertions, 3 deletions
diff --git a/lgl/m4/gnulib-cache.m4 b/lgl/m4/gnulib-cache.m4
index 5f23d4d7e8..f03b6eb4a8 100644
--- a/lgl/m4/gnulib-cache.m4
+++ b/lgl/m4/gnulib-cache.m4
@@ -19,7 +19,39 @@
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([lgl/override])
-gl_MODULES([c-ctype crypto/gc crypto/gc-arcfour crypto/gc-arctwo crypto/gc-camellia crypto/gc-des crypto/gc-hmac-md5 crypto/gc-md2 crypto/gc-md4 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-rijndael crypto/gc-sha1 fseeko func gettext memmem-simple memmove minmax read-file snprintf socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd vasprintf])
+gl_MODULES([
+ c-ctype
+ crypto/gc
+ crypto/gc-arcfour
+ crypto/gc-arctwo
+ crypto/gc-camellia
+ crypto/gc-des
+ crypto/gc-hmac-md5
+ crypto/gc-md2
+ crypto/gc-md4
+ crypto/gc-md5
+ crypto/gc-pbkdf2-sha1
+ crypto/gc-random
+ crypto/gc-rijndael
+ crypto/gc-sha1
+ fseeko
+ func
+ gettext
+ memmem-simple
+ memmove
+ minmax
+ read-file
+ snprintf
+ socklen
+ stdint
+ strcase
+ strverscmp
+ sys_socket
+ sys_stat
+ time_r
+ unistd
+ vasprintf
+])
gl_AVOID([])
gl_SOURCE_BASE([lgl])
gl_M4_BASE([lgl/m4])
diff --git a/lgl/m4/gnulib-tool.m4 b/lgl/m4/gnulib-tool.m4
index ef59320316..4438d48869 100644
--- a/lgl/m4/gnulib-tool.m4
+++ b/lgl/m4/gnulib-tool.m4
@@ -1,4 +1,4 @@
-# gnulib-tool.m4 serial 1
+# gnulib-tool.m4 serial 2
dnl Copyright (C) 2004-2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,9 @@ dnl The following macros need not be invoked explicitly.
dnl Invoking them does nothing except to declare default arguments
dnl for "gnulib-tool --import".
+dnl Usage: gl_LOCAL_DIR([DIR])
+AC_DEFUN([gl_LOCAL_DIR], [])
+
dnl Usage: gl_MODULES([module1 module2 ...])
AC_DEFUN([gl_MODULES], [])
@@ -20,14 +23,35 @@ AC_DEFUN([gl_SOURCE_BASE], [])
dnl Usage: gl_M4_BASE([DIR])
AC_DEFUN([gl_M4_BASE], [])
+dnl Usage: gl_PO_BASE([DIR])
+AC_DEFUN([gl_PO_BASE], [])
+
+dnl Usage: gl_DOC_BASE([DIR])
+AC_DEFUN([gl_DOC_BASE], [])
+
+dnl Usage: gl_TESTS_BASE([DIR])
+AC_DEFUN([gl_TESTS_BASE], [])
+
+dnl Usage: gl_WITH_TESTS
+AC_DEFUN([gl_WITH_TESTS], [])
+
dnl Usage: gl_LIB([LIBNAME])
AC_DEFUN([gl_LIB], [])
-dnl Usage: gl_LGPL
+dnl Usage: gl_LGPL or gl_LGPL([VERSION])
AC_DEFUN([gl_LGPL], [])
+dnl Usage: gl_MAKEFILE_NAME([FILENAME])
+AC_DEFUN([gl_MAKEFILE_NAME], [])
+
dnl Usage: gl_LIBTOOL
AC_DEFUN([gl_LIBTOOL], [])
dnl Usage: gl_MACRO_PREFIX([PREFIX])
AC_DEFUN([gl_MACRO_PREFIX], [])
+
+dnl Usage: gl_PO_DOMAIN([DOMAIN])
+AC_DEFUN([gl_PO_DOMAIN], [])
+
+dnl Usage: gl_VC_FILES([BOOLEAN])
+AC_DEFUN([gl_VC_FILES], [])