1820c1a8dSHiroo HAYASHI# Copyright (C) 2002-2021 Free Software Foundation, Inc. 2820c1a8dSHiroo HAYASHI# 3820c1a8dSHiroo HAYASHI# This file is free software; you can redistribute it and/or modify 4820c1a8dSHiroo HAYASHI# it under the terms of the GNU General Public License as published by 5820c1a8dSHiroo HAYASHI# the Free Software Foundation; either version 3 of the License, or 6820c1a8dSHiroo HAYASHI# (at your option) any later version. 7820c1a8dSHiroo HAYASHI# 8820c1a8dSHiroo HAYASHI# This file is distributed in the hope that it will be useful, 9820c1a8dSHiroo HAYASHI# but WITHOUT ANY WARRANTY; without even the implied warranty of 10820c1a8dSHiroo HAYASHI# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11820c1a8dSHiroo HAYASHI# GNU General Public License for more details. 12820c1a8dSHiroo HAYASHI# 13820c1a8dSHiroo HAYASHI# You should have received a copy of the GNU General Public License 14820c1a8dSHiroo HAYASHI# along with this file. If not, see <https://www.gnu.org/licenses/>. 15820c1a8dSHiroo HAYASHI# 16820c1a8dSHiroo HAYASHI# As a special exception to the GNU General Public License, 17820c1a8dSHiroo HAYASHI# this file may be distributed as part of a program that 18820c1a8dSHiroo HAYASHI# contains a configuration script generated by Autoconf, under 19820c1a8dSHiroo HAYASHI# the same distribution terms as the rest of that program. 20820c1a8dSHiroo HAYASHI# 21820c1a8dSHiroo HAYASHI# Generated by gnulib-tool. 22820c1a8dSHiroo HAYASHI# 23820c1a8dSHiroo HAYASHI# This file represents the specification of how gnulib-tool is used. 24820c1a8dSHiroo HAYASHI# It acts as a cache: It is written and read by gnulib-tool. 25820c1a8dSHiroo HAYASHI# In projects that use version control, this file is meant to be put under 26820c1a8dSHiroo HAYASHI# version control, like the configure.ac and various Makefile.am files. 27820c1a8dSHiroo HAYASHI 28820c1a8dSHiroo HAYASHI 29820c1a8dSHiroo HAYASHI# Specification in the form of a command-line invocation: 30820c1a8dSHiroo HAYASHI# gnulib-tool --import \ 31820c1a8dSHiroo HAYASHI# --lib=libgnu \ 32820c1a8dSHiroo HAYASHI# --source-base=gnulib \ 33820c1a8dSHiroo HAYASHI# --m4-base=m4 \ 34820c1a8dSHiroo HAYASHI# --doc-base=doc \ 35820c1a8dSHiroo HAYASHI# --tests-base=tests \ 36820c1a8dSHiroo HAYASHI# --aux-dir=. \ 37820c1a8dSHiroo HAYASHI# --no-conditional-dependencies \ 38820c1a8dSHiroo HAYASHI# --no-libtool \ 39820c1a8dSHiroo HAYASHI# --macro-prefix=gl \ 40820c1a8dSHiroo HAYASHI# --no-vc-files \ 41*a939078aSHiroo HAYASHI# fnmatch \ 42820c1a8dSHiroo HAYASHI# regex 43820c1a8dSHiroo HAYASHI 44820c1a8dSHiroo HAYASHI# Specification in the form of a few gnulib-tool.m4 macro invocations: 45820c1a8dSHiroo HAYASHIgl_LOCAL_DIR([]) 46820c1a8dSHiroo HAYASHIgl_MODULES([ 47*a939078aSHiroo HAYASHI fnmatch 48820c1a8dSHiroo HAYASHI regex 49820c1a8dSHiroo HAYASHI]) 50820c1a8dSHiroo HAYASHIgl_AVOID([]) 51820c1a8dSHiroo HAYASHIgl_SOURCE_BASE([gnulib]) 52820c1a8dSHiroo HAYASHIgl_M4_BASE([m4]) 53820c1a8dSHiroo HAYASHIgl_PO_BASE([]) 54820c1a8dSHiroo HAYASHIgl_DOC_BASE([doc]) 55820c1a8dSHiroo HAYASHIgl_TESTS_BASE([tests]) 56820c1a8dSHiroo HAYASHIgl_LIB([libgnu]) 57820c1a8dSHiroo HAYASHIgl_MAKEFILE_NAME([]) 58820c1a8dSHiroo HAYASHIgl_MACRO_PREFIX([gl]) 59820c1a8dSHiroo HAYASHIgl_PO_DOMAIN([]) 60820c1a8dSHiroo HAYASHIgl_WITNESS_C_MACRO([]) 61820c1a8dSHiroo HAYASHIgl_VC_FILES([false]) 62