diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-11 12:06:18 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-11 12:06:18 +0100 |
commit | 55959dc198f81294278d6ff9c4de6780559c9645 (patch) | |
tree | 6069dde51273d921ae34fe3189e1173a6bebf176 /gl | |
parent | f15fc181b1473a9bb539e65658a02c7231be9a47 (diff) | |
download | libtasn1-55959dc198f81294278d6ff9c4de6780559c9645.tar.gz libtasn1-55959dc198f81294278d6ff9c4de6780559c9645.tar.bz2 libtasn1-55959dc198f81294278d6ff9c4de6780559c9645.zip |
Add gnulib update-copyright module.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/Makefile.am | 9 | ||||
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 3 | ||||
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index 0ced298..13c55ee 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=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt-gnu maintainer-makefile manywarnings pmccabe2html progname read-file stdint version-etc-fsf warnings +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt-gnu maintainer-makefile manywarnings pmccabe2html progname read-file stdint update-copyright version-etc-fsf warnings AUTOMAKE_OPTIONS = 1.5 gnits @@ -447,6 +447,13 @@ EXTRA_DIST += unistd.in.h ## end gnulib module unistd +## begin gnulib module update-copyright + + +EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright + +## end gnulib module update-copyright + ## begin gnulib module useless-if-before-free diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 3161e97..72a57f4 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/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=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt-gnu maintainer-makefile manywarnings pmccabe2html progname read-file stdint version-etc-fsf warnings +# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt-gnu maintainer-makefile manywarnings pmccabe2html progname read-file stdint update-copyright version-etc-fsf warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) @@ -30,6 +30,7 @@ gl_MODULES([ progname read-file stdint + update-copyright version-etc-fsf warnings ]) diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index 0604237..e65fb75 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 @@ -210,6 +210,7 @@ AC_DEFUN([gl_FILE_LIST], [ build-aux/link-warning.h build-aux/pmccabe.css build-aux/pmccabe2html + build-aux/update-copyright build-aux/useless-if-before-free build-aux/vc-list-files doc/fdl-1.3.texi |