2019-04-11 14:45:29 -04:00
|
|
|
# Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
2011-07-23 03:19:07 -04:00
|
|
|
#
|
2012-03-14 11:14:24 -04:00
|
|
|
# This file is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This file is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2018-03-29 22:10:13 -04:00
|
|
|
# along with this file. If not, see <https://www.gnu.org/licenses/>.
|
2012-03-14 11:14:24 -04:00
|
|
|
#
|
|
|
|
# As a special exception to the GNU General Public License,
|
|
|
|
# this file may be distributed as part of a program that
|
|
|
|
# contains a configuration script generated by Autoconf, under
|
2011-07-23 03:19:07 -04:00
|
|
|
# the same distribution terms as the rest of that program.
|
|
|
|
#
|
|
|
|
# Generated by gnulib-tool.
|
|
|
|
#
|
|
|
|
# This file represents the specification of how gnulib-tool is used.
|
|
|
|
# It acts as a cache: It is written and read by gnulib-tool.
|
|
|
|
# In projects that use version control, this file is meant to be put under
|
|
|
|
# version control, like the configure.ac and various Makefile.am files.
|
|
|
|
|
|
|
|
|
|
|
|
# Specification in the form of a command-line invocation:
|
2018-07-24 07:27:58 -04:00
|
|
|
# gnulib-tool --import \
|
|
|
|
# --lib=libgnu \
|
|
|
|
# --source-base=lib \
|
|
|
|
# --m4-base=m4 \
|
|
|
|
# --doc-base=doc \
|
|
|
|
# --tests-base=tests \
|
|
|
|
# --aux-dir=build-aux \
|
|
|
|
# --conditional-dependencies \
|
|
|
|
# --no-libtool \
|
|
|
|
# --macro-prefix=gl \
|
|
|
|
# assert \
|
|
|
|
# btowc \
|
|
|
|
# config-h \
|
|
|
|
# crc \
|
2018-08-09 00:11:38 -04:00
|
|
|
# extensions \
|
2018-07-24 07:27:58 -04:00
|
|
|
# getopt-gnu \
|
|
|
|
# gettext-h \
|
|
|
|
# gettimeofday \
|
|
|
|
# locale \
|
|
|
|
# mbrtowc \
|
|
|
|
# mbsrtowcs \
|
2018-08-07 19:57:25 -04:00
|
|
|
# monetary \
|
2018-07-24 07:27:58 -04:00
|
|
|
# stdbool \
|
|
|
|
# stdio \
|
|
|
|
# striconv \
|
|
|
|
# string \
|
|
|
|
# sys_stat \
|
|
|
|
# sys_time \
|
|
|
|
# unistd \
|
|
|
|
# wchar \
|
|
|
|
# wcrtomb \
|
|
|
|
# wcsdup \
|
|
|
|
# wctob \
|
|
|
|
# wctype-h
|
2011-07-23 03:19:07 -04:00
|
|
|
|
|
|
|
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
|
|
|
gl_LOCAL_DIR([])
|
|
|
|
gl_MODULES([
|
|
|
|
assert
|
2011-08-19 00:26:30 -04:00
|
|
|
btowc
|
2011-07-23 03:19:07 -04:00
|
|
|
config-h
|
2014-05-22 04:17:02 -04:00
|
|
|
crc
|
2018-08-09 00:11:38 -04:00
|
|
|
extensions
|
2011-07-23 03:19:07 -04:00
|
|
|
getopt-gnu
|
2011-08-01 04:17:02 -04:00
|
|
|
gettext-h
|
2011-07-23 03:19:07 -04:00
|
|
|
gettimeofday
|
|
|
|
locale
|
2011-08-18 23:11:43 -04:00
|
|
|
mbrtowc
|
|
|
|
mbsrtowcs
|
2018-08-07 19:57:25 -04:00
|
|
|
monetary
|
2011-07-23 03:19:07 -04:00
|
|
|
stdbool
|
|
|
|
stdio
|
2011-08-07 21:15:44 -04:00
|
|
|
striconv
|
2011-07-23 03:19:07 -04:00
|
|
|
string
|
|
|
|
sys_stat
|
|
|
|
sys_time
|
|
|
|
unistd
|
2011-08-17 22:53:23 -04:00
|
|
|
wchar
|
2011-08-18 23:11:43 -04:00
|
|
|
wcrtomb
|
2011-08-19 20:40:07 -04:00
|
|
|
wcsdup
|
2011-08-21 19:34:07 -04:00
|
|
|
wctob
|
2011-08-17 22:53:23 -04:00
|
|
|
wctype-h
|
2011-07-23 03:19:07 -04:00
|
|
|
])
|
|
|
|
gl_AVOID([])
|
|
|
|
gl_SOURCE_BASE([lib])
|
|
|
|
gl_M4_BASE([m4])
|
|
|
|
gl_PO_BASE([])
|
|
|
|
gl_DOC_BASE([doc])
|
|
|
|
gl_TESTS_BASE([tests])
|
|
|
|
gl_LIB([libgnu])
|
|
|
|
gl_MAKEFILE_NAME([])
|
2017-05-22 23:22:41 -04:00
|
|
|
gl_CONDITIONAL_DEPENDENCIES
|
2011-07-23 03:19:07 -04:00
|
|
|
gl_MACRO_PREFIX([gl])
|
|
|
|
gl_PO_DOMAIN([])
|
2012-11-06 05:50:31 -05:00
|
|
|
gl_WITNESS_C_MACRO([])
|