diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-02-23 14:41:17 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-02-23 14:41:17 +0000 |
commit | 84fcbfce903b82c70f2ddca02e59a318ad51144b (patch) | |
tree | 659bf70164a95ed70d57b7ee5438842bd733c989 /gl | |
parent | e7f4a31e0a4da050f2a4ff282e4832412a5d4f00 (diff) | |
download | libtasn1-84fcbfce903b82c70f2ddca02e59a318ad51144b.tar.gz libtasn1-84fcbfce903b82c70f2ddca02e59a318ad51144b.tar.bz2 libtasn1-84fcbfce903b82c70f2ddca02e59a318ad51144b.zip |
Add maintainer-makefile stuff.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/Makefile.am | 2 | ||||
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 4 | ||||
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index c42a54f..0263eda 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 memmove +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl maintainer-makefile memmove AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index e02ff9a..b9600e4 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -14,10 +14,10 @@ # 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 memmove +# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl maintainer-makefile memmove # Specification in the form of a few gnulib-tool.m4 macro invocations: -gl_MODULES([memmove]) +gl_MODULES([maintainer-makefile memmove]) gl_AVOID([]) gl_SOURCE_BASE([gl]) gl_M4_BASE([gl/m4]) diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index 59ab233..3927778 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 @@ -32,6 +32,8 @@ AC_DEFUN([gl_INIT], # This macro records the list of files which have been installed by # gnulib-tool and may be removed by future gnulib-tool invocations. AC_DEFUN([gl_FILE_LIST], [ + build-aux/GNUmakefile + build-aux/maint.mk lib/dummy.c lib/memmove.c m4/memmove.m4 |