diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-19 14:02:47 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-19 14:02:47 +0000 |
commit | 3fce48bb23497a0541f5da5a132f5065c185b088 (patch) | |
tree | 7660445e8ed996e126a95f758d3711901da7bab6 | |
parent | 65c6a2bfac14b44dc9f966b1c68d4130a6c99a5e (diff) | |
download | libtasn1-3fce48bb23497a0541f5da5a132f5065c185b088.tar.gz libtasn1-3fce48bb23497a0541f5da5a132f5065c185b088.tar.bz2 libtasn1-3fce48bb23497a0541f5da5a132f5065c185b088.zip |
Update.
-rw-r--r-- | gl/Makefile.am | 2 | ||||
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index f63f747..130c33e 100644 --- a/gl/Makefile.am +++ b/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=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl gendocs getopt maintainer-makefile memmove strdup +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl gendocs getopt maintainer-makefile memmove strdup AUTOMAKE_OPTIONS = 1.5 gnits diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 5cbe5e1..b3808ab 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -15,10 +15,10 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl gendocs getopt maintainer-makefile memmove strdup +# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl gendocs getopt maintainer-makefile memmove strdup # Specification in the form of a few gnulib-tool.m4 macro invocations: -gl_LOCAL_DIR([]) +gl_LOCAL_DIR([gl/override]) gl_MODULES([gendocs getopt maintainer-makefile memmove strdup]) gl_AVOID([]) gl_SOURCE_BASE([gl]) |