diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-07-13 09:35:21 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-07-13 09:35:21 +0000 |
commit | 231eb890349963a7d2a70de6cbbae6c06341d415 (patch) | |
tree | 68f3c4563b2c33f518a28ce89da0c6afeb0c6990 /gl | |
parent | 0a861e33be370c21985ee229c5ce50c783b7932d (diff) | |
download | libtasn1-231eb890349963a7d2a70de6cbbae6c06341d415.tar.gz libtasn1-231eb890349963a7d2a70de6cbbae6c06341d415.tar.bz2 libtasn1-231eb890349963a7d2a70de6cbbae6c06341d415.zip |
Update.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/Makefile.am | 2 | ||||
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 3 | ||||
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index 52c994f..3c1cb6b 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -8,7 +8,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl getopt maintainer-makefile memmove strdup +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --lgpl --libtool --macro-prefix=gl getopt maintainer-makefile memmove strdup AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 58078e0..03fd233 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -15,13 +15,14 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl getopt maintainer-makefile memmove strdup +# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --lgpl --libtool --macro-prefix=gl getopt maintainer-makefile memmove strdup # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_MODULES([getopt maintainer-makefile memmove strdup]) gl_AVOID([]) gl_SOURCE_BASE([gl]) gl_M4_BASE([gl/m4]) +gl_DOC_BASE([doc]) gl_TESTS_BASE([tests]) gl_LIB([libgnu]) gl_LGPL diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index f3762f2..90a7187 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 @@ -49,7 +49,6 @@ AC_DEFUN([gl_FILE_LIST], [ lib/strdup.h m4/getopt.m4 m4/memmove.m4 - m4/onceonly_2_57.m4 m4/strdup.m4 m4/unistd_h.m4 ]) |