Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / gnulib / import / m4 / gnulib-tool.m4
CommitLineData
f434ba03 1# gnulib-tool.m4 serial 2
c0c3707f 2dnl Copyright (C) 2004-2005, 2009-2019 Free Software Foundation, Inc.
f6ea5628
DJ
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7dnl The following macros need not be invoked explicitly.
8dnl Invoking them does nothing except to declare default arguments
9dnl for "gnulib-tool --import".
10
f434ba03
PA
11dnl Usage: gl_LOCAL_DIR([DIR])
12AC_DEFUN([gl_LOCAL_DIR], [])
13
f6ea5628
DJ
14dnl Usage: gl_MODULES([module1 module2 ...])
15AC_DEFUN([gl_MODULES], [])
16
17dnl Usage: gl_AVOID([module1 module2 ...])
18AC_DEFUN([gl_AVOID], [])
19
20dnl Usage: gl_SOURCE_BASE([DIR])
21AC_DEFUN([gl_SOURCE_BASE], [])
22
23dnl Usage: gl_M4_BASE([DIR])
24AC_DEFUN([gl_M4_BASE], [])
25
f434ba03
PA
26dnl Usage: gl_PO_BASE([DIR])
27AC_DEFUN([gl_PO_BASE], [])
28
29dnl Usage: gl_DOC_BASE([DIR])
30AC_DEFUN([gl_DOC_BASE], [])
31
32dnl Usage: gl_TESTS_BASE([DIR])
33AC_DEFUN([gl_TESTS_BASE], [])
34
35dnl Usage: gl_WITH_TESTS
36AC_DEFUN([gl_WITH_TESTS], [])
37
f6ea5628
DJ
38dnl Usage: gl_LIB([LIBNAME])
39AC_DEFUN([gl_LIB], [])
40
f434ba03 41dnl Usage: gl_LGPL or gl_LGPL([VERSION])
f6ea5628
DJ
42AC_DEFUN([gl_LGPL], [])
43
f434ba03
PA
44dnl Usage: gl_MAKEFILE_NAME([FILENAME])
45AC_DEFUN([gl_MAKEFILE_NAME], [])
46
f6ea5628
DJ
47dnl Usage: gl_LIBTOOL
48AC_DEFUN([gl_LIBTOOL], [])
49
50dnl Usage: gl_MACRO_PREFIX([PREFIX])
51AC_DEFUN([gl_MACRO_PREFIX], [])
f434ba03
PA
52
53dnl Usage: gl_PO_DOMAIN([DOMAIN])
54AC_DEFUN([gl_PO_DOMAIN], [])
55
56dnl Usage: gl_VC_FILES([BOOLEAN])
57AC_DEFUN([gl_VC_FILES], [])
This page took 0.933642 seconds and 4 git commands to generate.