⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gnulib-comp.m4

📁 java 的gnu包
💻 M4
字号:
# DO NOT EDIT! GENERATED AUTOMATICALLY!# Copyright (C) 2002-2008 Free Software Foundation, Inc.## This file is free software, distributed under the terms of the GNU# General Public License.  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# the same distribution terms as the rest of that program.## Generated by gnulib-tool.## This file represents the compiled summary of the specification in# gnulib-cache.m4. It lists the computed macro invocations that need# to be invoked from configure.ac.# In projects using CVS, this file can be treated like other built files.# This macro should be invoked from ./configure.ac, in the section# "Checks for programs", right after AC_PROG_CC, and certainly before# any checks for libraries, header files, types and library functions.AC_DEFUN([lgl_EARLY],[  m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace  m4_pattern_allow([^gl_ES$])dnl a valid locale name  m4_pattern_allow([^gl_LIBOBJS$])dnl a variable  m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable  AC_REQUIRE([AC_PROG_RANLIB])  AC_REQUIRE([AC_GNU_SOURCE])  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])])# This macro should be invoked from ./configure.ac, in the section# "Check for header files, types and library functions".AC_DEFUN([lgl_INIT],[  AM_CONDITIONAL([GL_COND_LIBTOOL], [true])  gl_cond_libtool=true  m4_pushdef([AC_LIBOBJ], m4_defn([lgl_LIBOBJ]))  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([lgl_REPLACE_FUNCS]))  m4_pushdef([AC_LIBSOURCES], m4_defn([lgl_LIBSOURCES]))  gl_source_base='lib/gl'  AC_SUBST([LIBINTL])  AC_SUBST([LTLIBINTL])  AM_ICONV  gl_ICONV_H  gl_FUNC_ICONV_OPEN  gl_FUNC_MALLOC_POSIX  gl_STDLIB_MODULE_INDICATOR([malloc-posix])  AM_STDBOOL_H  gl_STDINT_H  gl_STDLIB_H  gl_FUNC_STRDUP  gl_STRING_MODULE_INDICATOR([strdup])  if test $gl_cond_libtool = false; then    gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"    gl_libdeps="$gl_libdeps $LIBICONV"  fi  gl_HEADER_STRING_H  gl_FUNC_STRVERSCMP  gl_UNISTD_H  gl_WCHAR_H  m4_popdef([AC_LIBSOURCES])  m4_popdef([AC_REPLACE_FUNCS])  m4_popdef([AC_LIBOBJ])  AC_CONFIG_COMMANDS_PRE([    lgl_libobjs=    lgl_ltlibobjs=    if test -n "$lgl_LIBOBJS"; then      # Remove the extension.      sed_drop_objext='s/\.o$//;s/\.obj$//'      for i in `for i in $lgl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do        lgl_libobjs="$lgl_libobjs $i.$ac_objext"        lgl_ltlibobjs="$lgl_ltlibobjs $i.lo"      done    fi    AC_SUBST([lgl_LIBOBJS], [$lgl_libobjs])    AC_SUBST([lgl_LTLIBOBJS], [$lgl_ltlibobjs])  ])  gltests_libdeps=  gltests_ltlibdeps=  m4_pushdef([AC_LIBOBJ], m4_defn([lgltests_LIBOBJ]))  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([lgltests_REPLACE_FUNCS]))  m4_pushdef([AC_LIBSOURCES], m4_defn([lgltests_LIBSOURCES]))  gl_source_base='tests'  m4_popdef([AC_LIBSOURCES])  m4_popdef([AC_REPLACE_FUNCS])  m4_popdef([AC_LIBOBJ])  AC_CONFIG_COMMANDS_PRE([    lgltests_libobjs=    lgltests_ltlibobjs=    if test -n "$lgltests_LIBOBJS"; then      # Remove the extension.      sed_drop_objext='s/\.o$//;s/\.obj$//'      for i in `for i in $lgltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do        lgltests_libobjs="$lgltests_libobjs $i.$ac_objext"        lgltests_ltlibobjs="$lgltests_ltlibobjs $i.lo"      done    fi    AC_SUBST([lgltests_LIBOBJS], [$lgltests_libobjs])    AC_SUBST([lgltests_LTLIBOBJS], [$lgltests_ltlibobjs])  ])])# Like AC_LIBOBJ, except that the module name goes# into lgl_LIBOBJS instead of into LIBOBJS.AC_DEFUN([lgl_LIBOBJ], [  AS_LITERAL_IF([$1], [lgl_LIBSOURCES([$1.c])])dnl  lgl_LIBOBJS="$lgl_LIBOBJS $1.$ac_objext"])# m4_foreach_w is provided by autoconf-2.59c and later.# This definition is to accommodate developers using versions# of autoconf older than that.m4_ifndef([m4_foreach_w],  [m4_define([m4_foreach_w],    [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])])# Like AC_REPLACE_FUNCS, except that the module name goes# into lgl_LIBOBJS instead of into LIBOBJS.AC_DEFUN([lgl_REPLACE_FUNCS], [  m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl  AC_CHECK_FUNCS([$1], , [lgl_LIBOBJ($ac_func)])])# Like AC_LIBSOURCES, except the directory where the source file is# expected is derived from the gnulib-tool parametrization,# and alloca is special cased (for the alloca-opt module).# We could also entirely rely on EXTRA_lib..._SOURCES.AC_DEFUN([lgl_LIBSOURCES], [  m4_foreach([_gl_NAME], [$1], [    m4_if(_gl_NAME, [alloca.c], [], [      m4_syscmd([test -r lib/gl/]_gl_NAME[ || test ! -d lib/gl])dnl      m4_if(m4_sysval, [0], [],        [AC_FATAL([missing lib/gl/]_gl_NAME)])    ])  ])])# Like AC_LIBOBJ, except that the module name goes# into lgltests_LIBOBJS instead of into LIBOBJS.AC_DEFUN([lgltests_LIBOBJ], [  AS_LITERAL_IF([$1], [lgltests_LIBSOURCES([$1.c])])dnl  lgltests_LIBOBJS="$lgltests_LIBOBJS $1.$ac_objext"])# m4_foreach_w is provided by autoconf-2.59c and later.# This definition is to accommodate developers using versions# of autoconf older than that.m4_ifndef([m4_foreach_w],  [m4_define([m4_foreach_w],    [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])])# Like AC_REPLACE_FUNCS, except that the module name goes# into lgltests_LIBOBJS instead of into LIBOBJS.AC_DEFUN([lgltests_REPLACE_FUNCS], [  m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl  AC_CHECK_FUNCS([$1], , [lgltests_LIBOBJ($ac_func)])])# Like AC_LIBSOURCES, except the directory where the source file is# expected is derived from the gnulib-tool parametrization,# and alloca is special cased (for the alloca-opt module).# We could also entirely rely on EXTRA_lib..._SOURCES.AC_DEFUN([lgltests_LIBSOURCES], [  m4_foreach([_gl_NAME], [$1], [    m4_if(_gl_NAME, [alloca.c], [], [      m4_syscmd([test -r tests/]_gl_NAME[ || test ! -d tests])dnl      m4_if(m4_sysval, [0], [],        [AC_FATAL([missing tests/]_gl_NAME)])    ])  ])])# This macro records the list of files which have been installed by# gnulib-tool and may be removed by future gnulib-tool invocations.AC_DEFUN([lgl_FILE_LIST], [  build-aux/config.rpath  build-aux/link-warning.h  lib/c-ctype.c  lib/c-ctype.h  lib/c-strcase.h  lib/c-strcasecmp.c  lib/c-strncasecmp.c  lib/gettext.h  lib/iconv.in.h  lib/iconv_open-aix.gperf  lib/iconv_open-hpux.gperf  lib/iconv_open-irix.gperf  lib/iconv_open-osf.gperf  lib/iconv_open.c  lib/malloc.c  lib/stdbool.in.h  lib/stdint.in.h  lib/stdlib.in.h  lib/strdup.c  lib/striconv.c  lib/striconv.h  lib/string.in.h  lib/strverscmp.c  lib/strverscmp.h  lib/unistd.in.h  lib/wchar.in.h  m4/extensions.m4  m4/gnulib-common.m4  m4/iconv.m4  m4/iconv_h.m4  m4/iconv_open.m4  m4/include_next.m4  m4/lib-ld.m4  m4/lib-link.m4  m4/lib-prefix.m4  m4/longlong.m4  m4/malloc.m4  m4/stdbool.m4  m4/stdint.m4  m4/stdlib_h.m4  m4/strdup.m4  m4/string_h.m4  m4/strverscmp.m4  m4/unistd_h.m4  m4/wchar.m4])

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -