Annotation of embedaddon/libiconv/srcm4/gnulib-cache.m4, revision 1.1.1.3

1.1.1.3 ! misho       1: # Copyright (C) 2002-2019 Free Software Foundation, Inc.
1.1       misho       2: #
1.1.1.3 ! misho       3: # This file is free software; you can redistribute it and/or modify
        !             4: # it under the terms of the GNU General Public License as published by
        !             5: # the Free Software Foundation; either version 3 of the License, or
        !             6: # (at your option) any later version.
        !             7: #
        !             8: # This file is distributed in the hope that it will be useful,
        !             9: # but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            10: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            11: # GNU General Public License for more details.
        !            12: #
        !            13: # You should have received a copy of the GNU General Public License
        !            14: # along with this file.  If not, see <https://www.gnu.org/licenses/>.
        !            15: #
        !            16: # As a special exception to the GNU General Public License,
        !            17: # this file may be distributed as part of a program that
        !            18: # contains a configuration script generated by Autoconf, under
1.1       misho      19: # the same distribution terms as the rest of that program.
                     20: #
                     21: # Generated by gnulib-tool.
                     22: #
                     23: # This file represents the specification of how gnulib-tool is used.
                     24: # It acts as a cache: It is written and read by gnulib-tool.
1.1.1.2   misho      25: # In projects that use version control, this file is meant to be put under
                     26: # version control, like the configure.ac and various Makefile.am files.
1.1       misho      27: 
                     28: 
                     29: # Specification in the form of a command-line invocation:
1.1.1.3 ! misho      30: # gnulib-tool --import --local-dir=gnulib-local \
        !            31: #  --lib=libicrt \
        !            32: #  --source-base=srclib \
        !            33: #  --m4-base=srcm4 \
        !            34: #  --doc-base=doc \
        !            35: #  --tests-base=tests \
        !            36: #  --aux-dir=build-aux \
        !            37: #  --makefile-name=Makefile.gnulib \
        !            38: #  --no-conditional-dependencies \
        !            39: #  --no-libtool \
        !            40: #  --macro-prefix=gl \
        !            41: #  --no-vc-files \
        !            42: #  binary-io \
        !            43: #  error \
        !            44: #  gettext \
        !            45: #  gettext-h \
        !            46: #  libiconv-misc \
        !            47: #  mbstate \
        !            48: #  progname \
        !            49: #  relocatable-prog \
        !            50: #  safe-read \
        !            51: #  sigpipe \
        !            52: #  stdio \
        !            53: #  stdlib \
        !            54: #  strerror \
        !            55: #  unistd \
        !            56: #  uniwidth/width \
        !            57: #  unlocked-io \
        !            58: #  xalloc
1.1       misho      59: 
                     60: # Specification in the form of a few gnulib-tool.m4 macro invocations:
                     61: gl_LOCAL_DIR([gnulib-local])
                     62: gl_MODULES([
                     63:   binary-io
                     64:   error
                     65:   gettext
                     66:   gettext-h
                     67:   libiconv-misc
                     68:   mbstate
                     69:   progname
                     70:   relocatable-prog
1.1.1.2   misho      71:   safe-read
1.1       misho      72:   sigpipe
                     73:   stdio
1.1.1.2   misho      74:   stdlib
1.1       misho      75:   strerror
                     76:   unistd
                     77:   uniwidth/width
                     78:   unlocked-io
                     79:   xalloc
                     80: ])
                     81: gl_AVOID([])
                     82: gl_SOURCE_BASE([srclib])
                     83: gl_M4_BASE([srcm4])
                     84: gl_PO_BASE([])
                     85: gl_DOC_BASE([doc])
                     86: gl_TESTS_BASE([tests])
                     87: gl_LIB([libicrt])
                     88: gl_MAKEFILE_NAME([Makefile.gnulib])
                     89: gl_MACRO_PREFIX([gl])
                     90: gl_PO_DOMAIN([])
1.1.1.3 ! misho      91: gl_WITNESS_C_MACRO([])
1.1.1.2   misho      92: gl_VC_FILES([false])

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>