Blame m4/gnulib-cache.m4

Packit 934224
# Copyright (C) 2002-2017 Free Software Foundation, Inc.
Packit 934224
#
Packit 934224
# This file is free software; you can redistribute it and/or modify
Packit 934224
# it under the terms of the GNU General Public License as published by
Packit 934224
# the Free Software Foundation; either version 3 of the License, or
Packit 934224
# (at your option) any later version.
Packit 934224
#
Packit 934224
# This file is distributed in the hope that it will be useful,
Packit 934224
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 934224
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 934224
# GNU General Public License for more details.
Packit 934224
#
Packit 934224
# You should have received a copy of the GNU General Public License
Packit 934224
# along with this file.  If not, see <https://www.gnu.org/licenses/>.
Packit 934224
#
Packit 934224
# As a special exception to the GNU General Public License,
Packit 934224
# this file may be distributed as part of a program that
Packit 934224
# contains a configuration script generated by Autoconf, under
Packit 934224
# the same distribution terms as the rest of that program.
Packit 934224
#
Packit 934224
# Generated by gnulib-tool.
Packit 934224
#
Packit 934224
# This file represents the specification of how gnulib-tool is used.
Packit 934224
# It acts as a cache: It is written and read by gnulib-tool.
Packit 934224
# In projects that use version control, this file is meant to be put under
Packit 934224
# version control, like the configure.ac and various Makefile.am files.
Packit 934224
Packit 934224
Packit 934224
# Specification in the form of a command-line invocation:
Packit 934224
#   gnulib-tool --import --local-dir=gl --local-dir=gl-mod/bootstrap --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --makefile-name=Makefile.gnulib --no-conditional-dependencies --libtool --macro-prefix=gl bootstrap c99 configmake flock gnu-make manywarnings relocatable-lib-lgpl snippet/unused-parameter ssize_t strchrnul strdup-posix valgrind-tests
Packit 934224
Packit 934224
# Specification in the form of a few gnulib-tool.m4 macro invocations:
Packit 934224
gl_LOCAL_DIR([gl:gl-mod/bootstrap])
Packit 934224
gl_MODULES([
Packit 934224
  bootstrap
Packit 934224
  c99
Packit 934224
  configmake
Packit 934224
  flock
Packit 934224
  gnu-make
Packit 934224
  manywarnings
Packit 934224
  relocatable-lib-lgpl
Packit 934224
  snippet/unused-parameter
Packit 934224
  ssize_t
Packit 934224
  strchrnul
Packit 934224
  strdup-posix
Packit 934224
  valgrind-tests
Packit 934224
])
Packit 934224
gl_AVOID([])
Packit 934224
gl_SOURCE_BASE([lib])
Packit 934224
gl_M4_BASE([m4])
Packit 934224
gl_PO_BASE([])
Packit 934224
gl_DOC_BASE([doc])
Packit 934224
gl_TESTS_BASE([tests])
Packit 934224
gl_LIB([libgnu])
Packit 934224
gl_LGPL
Packit 934224
gl_MAKEFILE_NAME([Makefile.gnulib])
Packit 934224
gl_LIBTOOL
Packit 934224
gl_MACRO_PREFIX([gl])
Packit 934224
gl_PO_DOMAIN([])
Packit 934224
gl_WITNESS_C_MACRO([])