diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 18:18:55 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 18:18:55 +0100 |
commit | d059678dc8417498dc9d72b66ece58620be5688d (patch) | |
tree | 9940a7a60ee4db372e7517b0f89469fa9863cb71 /lib/gl | |
parent | c7d776fa5c08a7c74f2b84f78e2817edb73e3d1b (diff) | |
download | gnutls-d059678dc8417498dc9d72b66ece58620be5688d.tar.gz |
Update gnulib files.
Diffstat (limited to 'lib/gl')
-rw-r--r-- | lib/gl/Makefile.am | 10 | ||||
-rw-r--r-- | lib/gl/m4/gnulib-cache.m4 | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/gl/Makefile.am b/lib/gl/Makefile.am index 22779cd5da..dce95af1db 100644 --- a/lib/gl/Makefile.am +++ b/lib/gl/Makefile.am @@ -9,7 +9,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=liblgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=../build-aux --with-tests --lgpl=2 --libtool --macro-prefix=lgl --no-vc-files byteswap c-ctype fseeko func gettext memmem-simple memmove minmax netdb read-file snprintf socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd vasprintf +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=liblgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --with-tests --lgpl=2 --libtool --macro-prefix=lgl --no-vc-files byteswap c-ctype fseeko func gettext memmem-simple memmove minmax netdb read-file snprintf socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd vasprintf AUTOMAKE_OPTIONS = 1.5 gnits @@ -147,7 +147,7 @@ EXTRA_liblgnu_la_SOURCES += fseeko.c # "gettextize --intl". AM_CPPFLAGS += -I$(top_builddir)/intl -EXTRA_DIST += $(top_srcdir)/../build-aux/config.rpath +EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath ## end gnulib module gettext @@ -160,15 +160,15 @@ liblgnu_la_SOURCES += gettext.h ## begin gnulib module havelib -EXTRA_DIST += $(top_srcdir)/../build-aux/config.rpath +EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath ## end gnulib module havelib ## begin gnulib module link-warning -LINK_WARNING_H=$(top_srcdir)/../build-aux/link-warning.h +LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h -EXTRA_DIST += $(top_srcdir)/../build-aux/link-warning.h +EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h ## end gnulib module link-warning diff --git a/lib/gl/m4/gnulib-cache.m4 b/lib/gl/m4/gnulib-cache.m4 index 201d75a39c..9b96c216cc 100644 --- a/lib/gl/m4/gnulib-cache.m4 +++ b/lib/gl/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=gl/override --lib=liblgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=../build-aux --with-tests --lgpl=2 --libtool --macro-prefix=lgl --no-vc-files byteswap c-ctype fseeko func gettext memmem-simple memmove minmax netdb read-file snprintf socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd vasprintf +# gnulib-tool --import --dir=. --local-dir=gl/override --lib=liblgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --with-tests --lgpl=2 --libtool --macro-prefix=lgl --no-vc-files byteswap c-ctype fseeko func gettext memmem-simple memmove minmax netdb read-file snprintf socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd vasprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) |