Update gnulib.
[platform/upstream/libtasn1.git] / gl / m4 / gnulib-cache.m4
1 # Copyright (C) 2004 Free Software Foundation, Inc.
2 # This file is free software, distributed under the terms of the GNU
3 # General Public License.  As a special exception to the GNU General
4 # Public License, this file may be distributed as part of a program
5 # that contains a configuration script generated by Autoconf, under
6 # the same distribution terms as the rest of that program.
7 #
8 # Generated by gnulib-tool.
9 #
10 # This file represents the specification of how gnulib-tool is used.
11 # It acts as a cache: It is written and read by gnulib-tool.
12 # In projects using CVS, this file is meant to be stored in CVS,
13 # like the configure.ac and various Makefile.am files.
14
15
16 # Specification in the form of a command-line invocation:
17 #   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl memmove
18
19 # Specification in the form of a few gnulib-tool.m4 macro invocations:
20 gl_MODULES([memmove])
21 gl_AVOID([])
22 gl_SOURCE_BASE([gl])
23 gl_M4_BASE([gl/m4])
24 gl_TESTS_BASE([tests])
25 gl_LIB([libgnu])
26 gl_LGPL
27 gl_LIBTOOL
28 gl_MACRO_PREFIX([gl])