# DO NOT EDIT! GENERATED AUTOMATICALLY!
# Copyright (C) 2004-2006 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 gettext-tools/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([gl_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])
  AC_REQUIRE([gl_LOCK_EARLY])
])

# This macro should be invoked from gettext-tools/configure.ac, in the section
# "Check for header files, types and library functions".
AC_DEFUN([gl_INIT],
[
  m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
  AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
  gl_cond_libtool=true
  gl_source_base='gnulib-lib'
  gl_FUNC_ALLOCA
  gl_ALLOCSA
  gl_ARGMATCH
  gl_FUNC_ATEXIT
  gt_PREREQ_BACKUPFILE
  BISON_I18N
  gl_BYTESWAP
  gl_CANONICALIZE
  AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
  gl_COPY_FILE
  AC_REQUIRE([gt_CSHARPCOMP])
  AC_CONFIG_FILES([csharpcomp.sh:../build-aux/csharpcomp.sh.in])
  # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
  AC_CONFIG_FILES([csharpexec.sh:../build-aux/csharpexec.sh.in])
  gl_ERROR
  gl_EXECUTE
  gl_EXITFAIL
  dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
  gl_FATAL_SIGNAL
  gl_FINDPROG
  # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
  gl_FUNC_FNMATCH_POSIX
  AC_DEFINE([GNULIB_FWRITEERROR], 1,
    [Define to 1 when using the gnulib fwriteerror module.])
  gt_GCJ
  gl_FUNC_GETDELIM
  gl_FUNC_GETLINE
  gl_GETOPT
  dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
  AM_GNU_GETTEXT_VERSION([0.15])
  AM_ICONV
  gt_JAVA_CHOICE
  # You need to invoke gt_JAVACOMP yourself, possibly with arguments.
  AC_CONFIG_FILES([javacomp.sh:../build-aux/javacomp.sh.in])
  # You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
  AC_CONFIG_FILES([javaexec.sh:../build-aux/javaexec.sh.in])
  gl_LINEBREAK
  gl_LIST
  gl_LOCALCHARSET
  gl_LOCK
  gl_MBCHAR
  gl_MBSWIDTH
  gl_MBITER
  gl_FUNC_MEMCHR
  gl_FUNC_MEMMOVE
  gl_FUNC_MEMSET
  gl_MINMAX
  gt_FUNC_MKDTEMP
  AC_FUNC_OBSTACK
  dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
  gl_PATHMAX
  gl_PIPE
  gl_QUOTE
  gl_QUOTEARG
  gl_FUNC_READLINK
  AC_RELOCATABLE
  gl_SAFE_READ
  gl_SAFE_WRITE
  gt_FUNC_SETENV
  gl_SIGNALBLOCKING
  gl_SIZE_MAX
  gt_TYPE_SSIZE_T
  gl_STDARG_H
  AM_STDBOOL_H
  gl_STDINT_H
  gl_FUNC_STPCPY
  gl_FUNC_STPNCPY
  gl_FUNC_STRCSPN
  gl_FUNC_STRDUP
  gl_FUNC_STRERROR
  if test $gl_cond_libtool = false; then
    gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
    gl_libdeps="$gl_libdeps $LIBICONV"
  fi
  gl_FUNC_STRPBRK
  gl_FUNC_STRSTR
  gl_FUNC_STRTOL
  gl_FUNC_STRTOUL
  gl_TLS
  gt_TMPDIR
  gl_UCS4_UTF
  gl_HEADER_UNISTD
  gl_FUNC_GLIBC_UNLOCKED_IO
  gl_UTF_UCS4
  gl_UTF_UCS4
  gl_FUNC_VASPRINTF
  gl_WAIT_PROCESS
  gt_UNION_WAIT
  gl_FUNC_WCWIDTH
  gl_XREADLINK
  gl_XSIZE
  gl_XVASPRINTF
  m4_popdef([AC_REPLACE_FUNCS])
  m4_popdef([AC_LIBOBJ])
  AC_CONFIG_COMMANDS_PRE([
    gl_libobjs=
    gl_ltlibobjs=
    if test -n "$gl_LIBOBJS"; then
      # Remove the extension.
      sed_drop_objext='s/\.o$//;s/\.obj$//'
      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
        gl_libobjs="$gl_libobjs $i.$ac_objext"
        gl_ltlibobjs="$gl_ltlibobjs $i.lo"
      done
    fi
    AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
    AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
  ])
])

# Like AC_LIBOBJ, except that the module name goes
# into gl_LIBOBJS instead of into LIBOBJS.
AC_DEFUN([gl_LIBOBJ],
  [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"])

# Like AC_REPLACE_FUNCS, except that the module name goes
# into gl_LIBOBJS instead of into LIBOBJS.
AC_DEFUN([gl_REPLACE_FUNCS],
  [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])])

# 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([gl_FILE_LIST], [
  build-aux/config.rpath
  build-aux/csharpcomp.sh.in
  build-aux/csharpexec.sh.in
  build-aux/javacomp.sh.in
  build-aux/javaexec.sh.in
  lib/addext.c
  lib/alloca_.h
  lib/allocsa.c
  lib/allocsa.h
  lib/allocsa.valgrind
  lib/argmatch.c
  lib/argmatch.h
  lib/atexit.c
  lib/backupfile.c
  lib/backupfile.h
  lib/basename.c
  lib/basename.h
  lib/binary-io.h
  lib/byteswap_.h
  lib/c-ctype.c
  lib/c-ctype.h
  lib/c-strcase.h
  lib/c-strcasecmp.c
  lib/c-strcasestr.c
  lib/c-strcasestr.h
  lib/c-strncasecmp.c
  lib/c-strstr.c
  lib/c-strstr.h
  lib/canonicalize.c
  lib/canonicalize.h
  lib/classpath.c
  lib/classpath.h
  lib/clean-temp.c
  lib/clean-temp.h
  lib/closeout.c
  lib/closeout.h
  lib/concatpath.c
  lib/config.charset
  lib/copy-file.c
  lib/copy-file.h
  lib/csharpcomp.c
  lib/csharpcomp.h
  lib/csharpexec.c
  lib/csharpexec.h
  lib/error-progname.c
  lib/error-progname.h
  lib/error.c
  lib/error.h
  lib/execute.c
  lib/execute.h
  lib/exit.h
  lib/exitfail.c
  lib/exitfail.h
  lib/fatal-signal.c
  lib/fatal-signal.h
  lib/findprog.c
  lib/findprog.h
  lib/fnmatch.c
  lib/fnmatch_.h
  lib/fnmatch_loop.c
  lib/fstrcmp.c
  lib/fstrcmp.h
  lib/full-write.c
  lib/full-write.h
  lib/fwriteerror.c
  lib/fwriteerror.h
  lib/gcd.c
  lib/gcd.h
  lib/getdelim.c
  lib/getdelim.h
  lib/getline.c
  lib/getline.h
  lib/getopt.c
  lib/getopt1.c
  lib/getopt_.h
  lib/getopt_int.h
  lib/gettext.h
  lib/gl_anyhash_list1.h
  lib/gl_anyhash_list2.h
  lib/gl_anylinked_list1.h
  lib/gl_anylinked_list2.h
  lib/gl_linkedhash_list.c
  lib/gl_linkedhash_list.h
  lib/gl_list.c
  lib/gl_list.h
  lib/hash.c
  lib/hash.h
  lib/javacomp.c
  lib/javacomp.h
  lib/javaexec.c
  lib/javaexec.h
  lib/javaversion.c
  lib/javaversion.class
  lib/javaversion.h
  lib/javaversion.java
  lib/lbrkprop.h
  lib/linebreak.c
  lib/linebreak.h
  lib/localcharset.c
  lib/localcharset.h
  lib/lock.c
  lib/lock.h
  lib/mbchar.c
  lib/mbchar.h
  lib/mbswidth.c
  lib/mbswidth.h
  lib/mbuiter.h
  lib/memchr.c
  lib/memmove.c
  lib/memset.c
  lib/minmax.h
  lib/mkdtemp.c
  lib/mkdtemp.h
  lib/obstack.c
  lib/obstack.h
  lib/pathmax.h
  lib/pathname.h
  lib/pipe.c
  lib/pipe.h
  lib/progname.c
  lib/progname.h
  lib/progreloc.c
  lib/propername.c
  lib/propername.h
  lib/quote.c
  lib/quote.h
  lib/quotearg.c
  lib/quotearg.h
  lib/readlink.c
  lib/ref-add.sin
  lib/ref-del.sin
  lib/relocatable.c
  lib/relocatable.h
  lib/relocwrapper.c
  lib/safe-read.c
  lib/safe-read.h
  lib/safe-write.c
  lib/safe-write.h
  lib/setenv.c
  lib/setenv.h
  lib/sh-quote.c
  lib/sh-quote.h
  lib/sigprocmask.c
  lib/sigprocmask.h
  lib/size_max.h
  lib/stdbool_.h
  lib/stdint_.h
  lib/stpcpy.c
  lib/stpcpy.h
  lib/stpncpy.c
  lib/stpncpy.h
  lib/strcspn.c
  lib/strdup.c
  lib/strdup.h
  lib/strerror.c
  lib/striconv.c
  lib/striconv.h
  lib/strnlen1.c
  lib/strnlen1.h
  lib/strpbrk.c
  lib/strpbrk.h
  lib/strstr.c
  lib/strstr.h
  lib/strtol.c
  lib/strtoul.c
  lib/tls.c
  lib/tls.h
  lib/tmpdir.c
  lib/tmpdir.h
  lib/ucs4-utf8.h
  lib/unlocked-io.h
  lib/unsetenv.c
  lib/utf16-ucs4.h
  lib/utf8-ucs4.h
  lib/vasprintf.c
  lib/vasprintf.h
  lib/verify.h
  lib/w32spawn.h
  lib/wait-process.c
  lib/wait-process.h
  lib/wcwidth.h
  lib/xalloc.h
  lib/xallocsa.c
  lib/xallocsa.h
  lib/xasprintf.c
  lib/xerror.c
  lib/xerror.h
  lib/xmalloc.c
  lib/xreadlink.c
  lib/xreadlink.h
  lib/xsetenv.c
  lib/xsetenv.h
  lib/xsize.h
  lib/xstrdup.c
  lib/xstriconv.c
  lib/xstriconv.h
  lib/xvasprintf.c
  lib/xvasprintf.h
  m4/absolute-header.m4
  m4/alloca.m4
  m4/allocsa.m4
  m4/argmatch.m4
  m4/atexit.m4
  m4/backupfile.m4
  m4/bison-i18n.m4
  m4/byteswap.m4
  m4/canonicalize.m4
  m4/codeset.m4
  m4/copy-file.m4
  m4/csharp.m4
  m4/csharpcomp.m4
  m4/csharpexec.m4
  m4/eaccess.m4
  m4/eealloc.m4
  m4/error.m4
  m4/execute.m4
  m4/exitfail.m4
  m4/extensions.m4
  m4/fatal-signal.m4
  m4/findprog.m4
  m4/fnmatch.m4
  m4/gcj.m4
  m4/getdelim.m4
  m4/getline.m4
  m4/getopt.m4
  m4/gettext.m4
  m4/gl_list.m4
  m4/glibc2.m4
  m4/glibc21.m4
  m4/hard-locale.m4
  m4/iconv.m4
  m4/intdiv0.m4
  m4/intl.m4
  m4/intldir.m4
  m4/intmax.m4
  m4/inttypes-pri.m4
  m4/inttypes_h.m4
  m4/java.m4
  m4/javacomp.m4
  m4/javaexec.m4
  m4/lcmessage.m4
  m4/lib-ld.m4
  m4/lib-link.m4
  m4/lib-prefix.m4
  m4/linebreak.m4
  m4/localcharset.m4
  m4/lock.m4
  m4/longdouble.m4
  m4/longlong.m4
  m4/mbchar.m4
  m4/mbiter.m4
  m4/mbrtowc.m4
  m4/mbstate_t.m4
  m4/mbswidth.m4
  m4/memchr.m4
  m4/memmove.m4
  m4/memset.m4
  m4/minmax.m4
  m4/mkdtemp.m4
  m4/nls.m4
  m4/onceonly_2_57.m4
  m4/pathmax.m4
  m4/pipe.m4
  m4/po.m4
  m4/printf-posix.m4
  m4/progtest.m4
  m4/quote.m4
  m4/quotearg.m4
  m4/readlink.m4
  m4/relocatable.m4
  m4/safe-read.m4
  m4/safe-write.m4
  m4/setenv.m4
  m4/sig_atomic_t.m4
  m4/signalblocking.m4
  m4/size_max.m4
  m4/ssize_t.m4
  m4/stdarg.m4
  m4/stdbool.m4
  m4/stdint.m4
  m4/stdint_h.m4
  m4/stpcpy.m4
  m4/stpncpy.m4
  m4/strcspn.m4
  m4/strdup.m4
  m4/strerror.m4
  m4/strpbrk.m4
  m4/strstr.m4
  m4/strtol.m4
  m4/strtoul.m4
  m4/tls.m4
  m4/tmpdir.m4
  m4/ucs4-utf.m4
  m4/uintmax_t.m4
  m4/ulonglong.m4
  m4/unionwait.m4
  m4/unistd_h.m4
  m4/unlocked-io.m4
  m4/utf-ucs4.m4
  m4/vasprintf.m4
  m4/visibility.m4
  m4/wait-process.m4
  m4/wchar_t.m4
  m4/wcwidth.m4
  m4/wint_t.m4
  m4/xreadlink.m4
  m4/xsize.m4
  m4/xvasprintf.m4
])
