Fix copyright.
[platform/upstream/libtasn1.git] / gl / m4 / gnulib.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 # Invoked as: gnulib-tool --import
11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --libtool --lgpl memmove
12
13 AC_DEFUN([gl_EARLY],
14 [
15 ])
16
17 AC_DEFUN([gl_INIT],
18 [
19   gl_FUNC_MEMMOVE
20 ])
21
22 dnl Usage: gl_MODULES(module1 module2 ...)
23 AC_DEFUN([gl_MODULES], [])
24
25 dnl Usage: gl_AVOID(module1 module2 ...)
26 AC_DEFUN([gl_AVOID], [])
27
28 dnl Usage: gl_SOURCE_BASE(DIR)
29 AC_DEFUN([gl_SOURCE_BASE], [])
30
31 dnl Usage: gl_M4_BASE(DIR)
32 AC_DEFUN([gl_M4_BASE], [])
33
34 dnl Usage: gl_LIB(LIBNAME)
35 AC_DEFUN([gl_LIB], [])
36
37 dnl Usage: gl_LGPL
38 AC_DEFUN([gl_LGPL], [])
39
40 # gnulib.m4 ends here