2N/A# generated automatically by aclocal 1.10 -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2N/A# 2005, 2006 Free Software Foundation, Inc.
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# This program is distributed in the hope that it will be useful,
2N/A# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
2N/A# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2N/A# PARTICULAR PURPOSE.
2N/A
2N/Am4_if(m4_PACKAGE_VERSION, [2.63],,
2N/A[m4_fatal([this file was generated for autoconf 2.63.
2N/AYou have another version of autoconf. If you want to use that,
2N/Ayou should regenerate the build system entirely.], [63])])
2N/A
2N/A# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# AM_AUTOMAKE_VERSION(VERSION)
2N/A# ----------------------------
2N/A# Automake X.Y traces this macro to ensure aclocal.m4 has been
2N/A# generated from the m4 files accompanying Automake X.Y.
2N/A# (This private macro should not be called outside this file.)
2N/AAC_DEFUN([AM_AUTOMAKE_VERSION],
2N/A[am__api_version='1.10'
2N/Adnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
2N/Adnl require some minimum version. Point them to the right macro.
2N/Am4_if([$1], [1.10], [],
2N/A [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
2N/A])
2N/A
2N/A# _AM_AUTOCONF_VERSION(VERSION)
2N/A# -----------------------------
2N/A# aclocal traces this macro to find the Autoconf version.
2N/A# This is a private macro too. Using m4_define simplifies
2N/A# the logic in aclocal, which can simply ignore this definition.
2N/Am4_define([_AM_AUTOCONF_VERSION], [])
2N/A
2N/A# AM_SET_CURRENT_AUTOMAKE_VERSION
2N/A# -------------------------------
2N/A# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
2N/A# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
2N/AAC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
2N/A[AM_AUTOMAKE_VERSION([1.10])dnl
2N/A_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
2N/A
2N/A# Figure out how to run the assembler. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 5
2N/A
2N/A# AM_PROG_AS
2N/A# ----------
2N/AAC_DEFUN([AM_PROG_AS],
2N/A[# By default we simply use the C compiler to build assembly code.
2N/AAC_REQUIRE([AC_PROG_CC])
2N/Atest "${CCAS+set}" = set || CCAS=$CC
2N/Atest "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
2N/AAC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
2N/AAC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
2N/A_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
2N/A])
2N/A
2N/A# AM_AUX_DIR_EXPAND -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
2N/A# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
2N/A# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
2N/A#
2N/A# Of course, Automake must honor this variable whenever it calls a
2N/A# tool from the auxiliary directory. The problem is that $srcdir (and
2N/A# therefore $ac_aux_dir as well) can be either absolute or relative,
2N/A# depending on how configure is run. This is pretty annoying, since
2N/A# it makes $ac_aux_dir quite unusable in subdirectories: in the top
2N/A# source directory, any form will work fine, but in subdirectories a
2N/A# relative path needs to be adjusted first.
2N/A#
2N/A# $ac_aux_dir/missing
2N/A# fails when called from a subdirectory if $ac_aux_dir is relative
2N/A# $top_srcdir/$ac_aux_dir/missing
2N/A# fails if $ac_aux_dir is absolute,
2N/A# fails when called from a subdirectory in a VPATH build with
2N/A# a relative $ac_aux_dir
2N/A#
2N/A# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
2N/A# are both prefixed by $srcdir. In an in-source build this is usually
2N/A# harmless because $srcdir is `.', but things will broke when you
2N/A# start a VPATH build or use an absolute $srcdir.
2N/A#
2N/A# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
2N/A# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
2N/A# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
2N/A# and then we would define $MISSING as
2N/A# MISSING="\${SHELL} $am_aux_dir/missing"
2N/A# This will work as long as MISSING is not called from configure, because
2N/A# unfortunately $(top_srcdir) has no meaning in configure.
2N/A# However there are other variables, like CC, which are often used in
2N/A# configure, and could therefore not use this "fixed" $ac_aux_dir.
2N/A#
2N/A# Another solution, used here, is to always expand $ac_aux_dir to an
2N/A# absolute PATH. The drawback is that using absolute paths prevent a
2N/A# configured tree to be moved without reconfiguration.
2N/A
2N/AAC_DEFUN([AM_AUX_DIR_EXPAND],
2N/A[dnl Rely on autoconf to set up CDPATH properly.
2N/AAC_PREREQ([2.50])dnl
2N/A# expand $ac_aux_dir to an absolute path
2N/Aam_aux_dir=`cd $ac_aux_dir && pwd`
2N/A])
2N/A
2N/A# AM_CONDITIONAL -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
2N/A# Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 8
2N/A
2N/A# AM_CONDITIONAL(NAME, SHELL-CONDITION)
2N/A# -------------------------------------
2N/A# Define a conditional.
2N/AAC_DEFUN([AM_CONDITIONAL],
2N/A[AC_PREREQ(2.52)dnl
2N/A ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
2N/A [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
2N/AAC_SUBST([$1_TRUE])dnl
2N/AAC_SUBST([$1_FALSE])dnl
2N/A_AM_SUBST_NOTMAKE([$1_TRUE])dnl
2N/A_AM_SUBST_NOTMAKE([$1_FALSE])dnl
2N/Aif $2; then
2N/A $1_TRUE=
2N/A $1_FALSE='#'
2N/Aelse
2N/A $1_TRUE='#'
2N/A $1_FALSE=
2N/Afi
2N/AAC_CONFIG_COMMANDS_PRE(
2N/A[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
2N/A AC_MSG_ERROR([[conditional "$1" was never defined.
2N/AUsually this means the macro was only invoked conditionally.]])
2N/Afi])])
2N/A
2N/A# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
2N/A# Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 9
2N/A
2N/A# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
2N/A# written in clear, in which case automake, when reading aclocal.m4,
2N/A# will think it sees a *use*, and therefore will trigger all it's
2N/A# C support machinery. Also note that it means that autoscan, seeing
2N/A# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
2N/A
2N/A
2N/A# _AM_DEPENDENCIES(NAME)
2N/A# ----------------------
2N/A# See how the compiler implements dependency checking.
2N/A# NAME is "CC", "CXX", "GCJ", or "OBJC".
2N/A# We try a few techniques and use that to set a single cache variable.
2N/A#
2N/A# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
2N/A# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
2N/A# dependency, and given that the user is not expected to run this macro,
2N/A# just rely on AC_PROG_CC.
2N/AAC_DEFUN([_AM_DEPENDENCIES],
2N/A[AC_REQUIRE([AM_SET_DEPDIR])dnl
2N/AAC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
2N/AAC_REQUIRE([AM_MAKE_INCLUDE])dnl
2N/AAC_REQUIRE([AM_DEP_TRACK])dnl
2N/A
2N/Aifelse([$1], CC, [depcc="$CC" am_compiler_list=],
2N/A [$1], CXX, [depcc="$CXX" am_compiler_list=],
2N/A [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
2N/A [$1], UPC, [depcc="$UPC" am_compiler_list=],
2N/A [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
2N/A [depcc="$$1" am_compiler_list=])
2N/A
2N/AAC_CACHE_CHECK([dependency style of $depcc],
2N/A [am_cv_$1_dependencies_compiler_type],
2N/A[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2N/A # We make a subdir and do the tests there. Otherwise we can end up
2N/A # making bogus files that we don't know about and never remove. For
2N/A # instance it was reported that on HP-UX the gcc test will end up
2N/A # making a dummy file named `D' -- because `-MD' means `put the output
2N/A # in D'.
2N/A mkdir conftest.dir
2N/A # Copy depcomp to subdir because otherwise we won't find it if we're
2N/A # using a relative directory.
2N/A cp "$am_depcomp" conftest.dir
2N/A cd conftest.dir
2N/A # We will build objects and dependencies in a subdirectory because
2N/A # it helps to detect inapplicable dependency modes. For instance
2N/A # both Tru64's cc and ICC support -MD to output dependencies as a
2N/A # side effect of compilation, but ICC will put the dependencies in
2N/A # the current directory while Tru64 will put them in the object
2N/A # directory.
2N/A mkdir sub
2N/A
2N/A am_cv_$1_dependencies_compiler_type=none
2N/A if test "$am_compiler_list" = ""; then
2N/A am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
2N/A fi
2N/A for depmode in $am_compiler_list; do
2N/A # Setup a source with many dependencies, because some compilers
2N/A # like to wrap large dependency lists on column 80 (with \), and
2N/A # we should not choose a depcomp mode which is confused by this.
2N/A #
2N/A # We need to recreate these files for each test, as the compiler may
2N/A # overwrite some of them when testing with obscure command lines.
2N/A # This happens at least with the AIX C compiler.
2N/A : > sub/conftest.c
2N/A for i in 1 2 3 4 5 6; do
2N/A echo '#include "conftst'$i'.h"' >> sub/conftest.c
2N/A # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2N/A # Solaris 8's {/usr,}/bin/sh.
2N/A touch sub/conftst$i.h
2N/A done
2N/A echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2N/A
2N/A case $depmode in
2N/A nosideeffect)
2N/A # after this tag, mechanisms are not by side-effect, so they'll
2N/A # only be used when explicitly requested
2N/A if test "x$enable_dependency_tracking" = xyes; then
2N/A continue
2N/A else
2N/A break
2N/A fi
2N/A ;;
2N/A none) break ;;
2N/A esac
2N/A # We check with `-c' and `-o' for the sake of the "dashmstdout"
2N/A # mode. It turns out that the SunPro C++ compiler does not properly
2N/A # handle `-M -o', and we need to detect this.
2N/A if depmode=$depmode \
2N/A source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2N/A depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2N/A $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2N/A >/dev/null 2>conftest.err &&
2N/A grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2N/A grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2N/A grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2N/A ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2N/A # icc doesn't choke on unknown options, it will just issue warnings
2N/A # or remarks (even with -Werror). So we grep stderr for any message
2N/A # that says an option was ignored or not supported.
2N/A # When given -MP, icc 7.0 and 7.1 complain thusly:
2N/A # icc: Command line warning: ignoring option '-M'; no argument required
2N/A # The diagnosis changed in icc 8.0:
2N/A # icc: Command line remark: option '-MP' not supported
2N/A if (grep 'ignoring option' conftest.err ||
2N/A grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2N/A am_cv_$1_dependencies_compiler_type=$depmode
2N/A break
2N/A fi
2N/A fi
2N/A done
2N/A
2N/A cd ..
2N/A rm -rf conftest.dir
2N/Aelse
2N/A am_cv_$1_dependencies_compiler_type=none
2N/Afi
2N/A])
2N/AAC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
2N/AAM_CONDITIONAL([am__fastdep$1], [
2N/A test "x$enable_dependency_tracking" != xno \
2N/A && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
2N/A])
2N/A
2N/A
2N/A# AM_SET_DEPDIR
2N/A# -------------
2N/A# Choose a directory name for dependency files.
2N/A# This macro is AC_REQUIREd in _AM_DEPENDENCIES
2N/AAC_DEFUN([AM_SET_DEPDIR],
2N/A[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
2N/AAC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
2N/A])
2N/A
2N/A
2N/A# AM_DEP_TRACK
2N/A# ------------
2N/AAC_DEFUN([AM_DEP_TRACK],
2N/A[AC_ARG_ENABLE(dependency-tracking,
2N/A[ --disable-dependency-tracking speeds up one-time build
2N/A --enable-dependency-tracking do not reject slow dependency extractors])
2N/Aif test "x$enable_dependency_tracking" != xno; then
2N/A am_depcomp="$ac_aux_dir/depcomp"
2N/A AMDEPBACKSLASH='\'
2N/Afi
2N/AAM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2N/AAC_SUBST([AMDEPBACKSLASH])dnl
2N/A_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
2N/A])
2N/A
2N/A# Generate code to set up dependency tracking. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
2N/A# Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A#serial 3
2N/A
2N/A# _AM_OUTPUT_DEPENDENCY_COMMANDS
2N/A# ------------------------------
2N/AAC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
2N/A[for mf in $CONFIG_FILES; do
2N/A # Strip MF so we end up with the name of the file.
2N/A mf=`echo "$mf" | sed -e 's/:.*$//'`
2N/A # Check whether this is an Automake generated Makefile or not.
2N/A # We used to match only the files named `Makefile.in', but
2N/A # some people rename them; so instead we look at the file content.
2N/A # Grep'ing the first line is not enough: some people post-process
2N/A # each Makefile.in and add a new line on top of each file to say so.
2N/A # Grep'ing the whole file is not good either: AIX grep has a line
2N/A # limit of 2048, but all sed's we know have understand at least 4000.
2N/A if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
2N/A dirpart=`AS_DIRNAME("$mf")`
2N/A else
2N/A continue
2N/A fi
2N/A # Extract the definition of DEPDIR, am__include, and am__quote
2N/A # from the Makefile without running `make'.
2N/A DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
2N/A test -z "$DEPDIR" && continue
2N/A am__include=`sed -n 's/^am__include = //p' < "$mf"`
2N/A test -z "am__include" && continue
2N/A am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2N/A # When using ansi2knr, U may be empty or an underscore; expand it
2N/A U=`sed -n 's/^U = //p' < "$mf"`
2N/A # Find all dependency output files, they are included files with
2N/A # $(DEPDIR) in their names. We invoke sed twice because it is the
2N/A # simplest approach to changing $(DEPDIR) to its actual value in the
2N/A # expansion.
2N/A for file in `sed -n "
2N/A s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2N/A sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
2N/A # Make sure the directory exists.
2N/A test -f "$dirpart/$file" && continue
2N/A fdir=`AS_DIRNAME(["$file"])`
2N/A AS_MKDIR_P([$dirpart/$fdir])
2N/A # echo "creating $dirpart/$file"
2N/A echo '# dummy' > "$dirpart/$file"
2N/A done
2N/Adone
2N/A])# _AM_OUTPUT_DEPENDENCY_COMMANDS
2N/A
2N/A
2N/A# AM_OUTPUT_DEPENDENCY_COMMANDS
2N/A# -----------------------------
2N/A# This macro should only be invoked once -- use via AC_REQUIRE.
2N/A#
2N/A# This code is only required when automatic dependency tracking
2N/A# is enabled. FIXME. This creates each `.P' file that we will
2N/A# need in order to bootstrap the dependency handling code.
2N/AAC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
2N/A[AC_CONFIG_COMMANDS([depfiles],
2N/A [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
2N/A [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
2N/A])
2N/A
2N/A# Do all the work for Automake. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2N/A# 2005, 2006 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 12
2N/A
2N/A# This macro actually does too much. Some checks are only needed if
2N/A# your package does certain things. But this isn't really a big deal.
2N/A
2N/A# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
2N/A# AM_INIT_AUTOMAKE([OPTIONS])
2N/A# -----------------------------------------------
2N/A# The call with PACKAGE and VERSION arguments is the old style
2N/A# call (pre autoconf-2.50), which is being phased out. PACKAGE
2N/A# and VERSION should now be passed to AC_INIT and removed from
2N/A# the call to AM_INIT_AUTOMAKE.
2N/A# We support both call styles for the transition. After
2N/A# the next Automake release, Autoconf can make the AC_INIT
2N/A# arguments mandatory, and then we can depend on a new Autoconf
2N/A# release and drop the old call support.
2N/AAC_DEFUN([AM_INIT_AUTOMAKE],
2N/A[AC_PREREQ([2.60])dnl
2N/Adnl Autoconf wants to disallow AM_ names. We explicitly allow
2N/Adnl the ones we care about.
2N/Am4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
2N/AAC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
2N/AAC_REQUIRE([AC_PROG_INSTALL])dnl
2N/Aif test "`cd $srcdir && pwd`" != "`pwd`"; then
2N/A # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2N/A # is not polluted with repeated "-I."
2N/A AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
2N/A # test to see if srcdir already configured
2N/A if test -f $srcdir/config.status; then
2N/A AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
2N/A fi
2N/Afi
2N/A
2N/A# test whether we have cygpath
2N/Aif test -z "$CYGPATH_W"; then
2N/A if (cygpath --version) >/dev/null 2>/dev/null; then
2N/A CYGPATH_W='cygpath -w'
2N/A else
2N/A CYGPATH_W=echo
2N/A fi
2N/Afi
2N/AAC_SUBST([CYGPATH_W])
2N/A
2N/A# Define the identity of the package.
2N/Adnl Distinguish between old-style and new-style calls.
2N/Am4_ifval([$2],
2N/A[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
2N/A AC_SUBST([PACKAGE], [$1])dnl
2N/A AC_SUBST([VERSION], [$2])],
2N/A[_AM_SET_OPTIONS([$1])dnl
2N/Adnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
2N/Am4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
2N/A [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
2N/A AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
2N/A AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
2N/A
2N/A_AM_IF_OPTION([no-define],,
2N/A[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
2N/A AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
2N/A
2N/A# Some tools Automake needs.
2N/AAC_REQUIRE([AM_SANITY_CHECK])dnl
2N/AAC_REQUIRE([AC_ARG_PROGRAM])dnl
2N/AAM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
2N/AAM_MISSING_PROG(AUTOCONF, autoconf)
2N/AAM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
2N/AAM_MISSING_PROG(AUTOHEADER, autoheader)
2N/AAM_MISSING_PROG(MAKEINFO, makeinfo)
2N/AAM_PROG_INSTALL_SH
2N/AAM_PROG_INSTALL_STRIP
2N/AAC_REQUIRE([AM_PROG_MKDIR_P])dnl
2N/A# We need awk for the "check" target. The system "awk" is bad on
2N/A# some platforms.
2N/AAC_REQUIRE([AC_PROG_AWK])dnl
2N/AAC_REQUIRE([AC_PROG_MAKE_SET])dnl
2N/AAC_REQUIRE([AM_SET_LEADING_DOT])dnl
2N/A_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
2N/A [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2N/A [_AM_PROG_TAR([v7])])])
2N/A_AM_IF_OPTION([no-dependencies],,
2N/A[AC_PROVIDE_IFELSE([AC_PROG_CC],
2N/A [_AM_DEPENDENCIES(CC)],
2N/A [define([AC_PROG_CC],
2N/A defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
2N/AAC_PROVIDE_IFELSE([AC_PROG_CXX],
2N/A [_AM_DEPENDENCIES(CXX)],
2N/A [define([AC_PROG_CXX],
2N/A defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
2N/AAC_PROVIDE_IFELSE([AC_PROG_OBJC],
2N/A [_AM_DEPENDENCIES(OBJC)],
2N/A [define([AC_PROG_OBJC],
2N/A defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
2N/A])
2N/A])
2N/A
2N/A
2N/A# When config.status generates a header, we must update the stamp-h file.
2N/A# This file resides in the same directory as the config header
2N/A# that is generated. The stamp files are numbered to have different names.
2N/A
2N/A# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
2N/A# loop where config.status creates the headers, so we can generate
2N/A# our stamp files there.
2N/AAC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
2N/A[# Compute $1's index in $config_headers.
2N/A_am_stamp_count=1
2N/Afor _am_header in $config_headers :; do
2N/A case $_am_header in
2N/A $1 | $1:* )
2N/A break ;;
2N/A * )
2N/A _am_stamp_count=`expr $_am_stamp_count + 1` ;;
2N/A esac
2N/Adone
2N/Aecho "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
2N/A
2N/A# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# AM_PROG_INSTALL_SH
2N/A# ------------------
2N/A# Define $install_sh.
2N/AAC_DEFUN([AM_PROG_INSTALL_SH],
2N/A[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2N/Ainstall_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2N/AAC_SUBST(install_sh)])
2N/A
2N/A# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 2
2N/A
2N/A# Check whether the underlying file-system supports filenames
2N/A# with a leading dot. For instance MS-DOS doesn't.
2N/AAC_DEFUN([AM_SET_LEADING_DOT],
2N/A[rm -rf .tst 2>/dev/null
2N/Amkdir .tst 2>/dev/null
2N/Aif test -d .tst; then
2N/A am__leading_dot=.
2N/Aelse
2N/A am__leading_dot=_
2N/Afi
2N/Armdir .tst 2>/dev/null
2N/AAC_SUBST([am__leading_dot])])
2N/A
2N/A# Check to see how 'make' treats includes. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 3
2N/A
2N/A# AM_MAKE_INCLUDE()
2N/A# -----------------
2N/A# Check to see how make treats includes.
2N/AAC_DEFUN([AM_MAKE_INCLUDE],
2N/A[am_make=${MAKE-make}
2N/Acat > confinc << 'END'
2N/Aam__doit:
2N/A @echo done
2N/A.PHONY: am__doit
2N/AEND
2N/A# If we don't find an include directive, just comment out the code.
2N/AAC_MSG_CHECKING([for style of include used by $am_make])
2N/Aam__include="#"
2N/Aam__quote=
2N/A_am_result=none
2N/A# First try GNU make style include.
2N/Aecho "include confinc" > confmf
2N/A# We grep out `Entering directory' and `Leaving directory'
2N/A# messages which can occur if `w' ends up in MAKEFLAGS.
2N/A# In particular we don't look at `^make:' because GNU make might
2N/A# be invoked under some other name (usually "gmake"), in which
2N/A# case it prints its new name instead of `make'.
2N/Aif test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2N/A am__include=include
2N/A am__quote=
2N/A _am_result=GNU
2N/Afi
2N/A# Now try BSD make style include.
2N/Aif test "$am__include" = "#"; then
2N/A echo '.include "confinc"' > confmf
2N/A if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2N/A am__include=.include
2N/A am__quote="\""
2N/A _am_result=BSD
2N/A fi
2N/Afi
2N/AAC_SUBST([am__include])
2N/AAC_SUBST([am__quote])
2N/AAC_MSG_RESULT([$_am_result])
2N/Arm -f confinc confmf
2N/A])
2N/A
2N/A# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
2N/A# Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 5
2N/A
2N/A# AM_PROG_CC_C_O
2N/A# --------------
2N/A# Like AC_PROG_CC_C_O, but changed for automake.
2N/AAC_DEFUN([AM_PROG_CC_C_O],
2N/A[AC_REQUIRE([AC_PROG_CC_C_O])dnl
2N/AAC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2N/AAC_REQUIRE_AUX_FILE([compile])dnl
2N/A# FIXME: we rely on the cache variable name because
2N/A# there is no other way.
2N/Aset dummy $CC
2N/Aac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
2N/Aif eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
2N/A # Losing compiler, so override with the script.
2N/A # FIXME: It is wrong to rewrite CC.
2N/A # But if we don't then we get into trouble of one sort or another.
2N/A # A longer-term fix would be to have automake use am__CC in this case,
2N/A # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
2N/A CC="$am_aux_dir/compile $CC"
2N/Afi
2N/Adnl Make sure AC_PROG_CC is never called again, or it will override our
2N/Adnl setting of CC.
2N/Am4_define([AC_PROG_CC],
2N/A [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
2N/A])
2N/A
2N/A# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
2N/A# Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 5
2N/A
2N/A# AM_MISSING_PROG(NAME, PROGRAM)
2N/A# ------------------------------
2N/AAC_DEFUN([AM_MISSING_PROG],
2N/A[AC_REQUIRE([AM_MISSING_HAS_RUN])
2N/A$1=${$1-"${am_missing_run}$2"}
2N/AAC_SUBST($1)])
2N/A
2N/A
2N/A# AM_MISSING_HAS_RUN
2N/A# ------------------
2N/A# Define MISSING if not defined so far and test if it supports --run.
2N/A# If it does, set am_missing_run to use it, otherwise, to nothing.
2N/AAC_DEFUN([AM_MISSING_HAS_RUN],
2N/A[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2N/AAC_REQUIRE_AUX_FILE([missing])dnl
2N/Atest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2N/A# Use eval to expand $SHELL
2N/Aif eval "$MISSING --run true"; then
2N/A am_missing_run="$MISSING --run "
2N/Aelse
2N/A am_missing_run=
2N/A AC_MSG_WARN([`missing' script is too old or missing])
2N/Afi
2N/A])
2N/A
2N/A# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# AM_PROG_MKDIR_P
2N/A# ---------------
2N/A# Check for `mkdir -p'.
2N/AAC_DEFUN([AM_PROG_MKDIR_P],
2N/A[AC_PREREQ([2.60])dnl
2N/AAC_REQUIRE([AC_PROG_MKDIR_P])dnl
2N/Adnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
2N/Adnl while keeping a definition of mkdir_p for backward compatibility.
2N/Adnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
2N/Adnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
2N/Adnl Makefile.ins that do not define MKDIR_P, so we do our own
2N/Adnl adjustment using top_builddir (which is defined more often than
2N/Adnl MKDIR_P).
2N/AAC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
2N/Acase $mkdir_p in
2N/A [[\\/$]]* | ?:[[\\/]]*) ;;
2N/A */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2N/Aesac
2N/A])
2N/A
2N/A# Helper functions for option handling. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 3
2N/A
2N/A# _AM_MANGLE_OPTION(NAME)
2N/A# -----------------------
2N/AAC_DEFUN([_AM_MANGLE_OPTION],
2N/A[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
2N/A
2N/A# _AM_SET_OPTION(NAME)
2N/A# ------------------------------
2N/A# Set option NAME. Presently that only means defining a flag for this option.
2N/AAC_DEFUN([_AM_SET_OPTION],
2N/A[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
2N/A
2N/A# _AM_SET_OPTIONS(OPTIONS)
2N/A# ----------------------------------
2N/A# OPTIONS is a space-separated list of Automake options.
2N/AAC_DEFUN([_AM_SET_OPTIONS],
2N/A[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
2N/A
2N/A# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
2N/A# -------------------------------------------
2N/A# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
2N/AAC_DEFUN([_AM_IF_OPTION],
2N/A[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
2N/A
2N/A# Check to make sure that the build environment is sane. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
2N/A# Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 4
2N/A
2N/A# AM_SANITY_CHECK
2N/A# ---------------
2N/AAC_DEFUN([AM_SANITY_CHECK],
2N/A[AC_MSG_CHECKING([whether build environment is sane])
2N/A# Just in case
2N/Asleep 1
2N/Aecho timestamp > conftest.file
2N/A# Do `set' in a subshell so we don't clobber the current shell's
2N/A# arguments. Must try -L first in case configure is actually a
2N/A# symlink; some systems play weird games with the mod time of symlinks
2N/A# (eg FreeBSD returns the mod time of the symlink's containing
2N/A# directory).
2N/Aif (
2N/A set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2N/A if test "$[*]" = "X"; then
2N/A # -L didn't work.
2N/A set X `ls -t $srcdir/configure conftest.file`
2N/A fi
2N/A rm -f conftest.file
2N/A if test "$[*]" != "X $srcdir/configure conftest.file" \
2N/A && test "$[*]" != "X conftest.file $srcdir/configure"; then
2N/A
2N/A # If neither matched, then we have a broken ls. This can happen
2N/A # if, for instance, CONFIG_SHELL is bash and it inherits a
2N/A # broken ls alias from the environment. This has actually
2N/A # happened. Such a system could not be considered "sane".
2N/A AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
2N/Aalias in your environment])
2N/A fi
2N/A
2N/A test "$[2]" = conftest.file
2N/A )
2N/Athen
2N/A # Ok.
2N/A :
2N/Aelse
2N/A AC_MSG_ERROR([newly created file is older than distributed files!
2N/ACheck your system clock])
2N/Afi
2N/AAC_MSG_RESULT(yes)])
2N/A
2N/A# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# AM_PROG_INSTALL_STRIP
2N/A# ---------------------
2N/A# One issue with vendor `install' (even GNU) is that you can't
2N/A# specify the program used to strip binaries. This is especially
2N/A# annoying in cross-compiling environments, where the build's strip
2N/A# is unlikely to handle the host's binaries.
2N/A# Fortunately install-sh will honor a STRIPPROG variable, so we
2N/A# always use install-sh in `make install-strip', and initialize
2N/A# STRIPPROG with the value of the STRIP variable (set by the user).
2N/AAC_DEFUN([AM_PROG_INSTALL_STRIP],
2N/A[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
2N/A# Installed binaries are usually stripped using `strip' when the user
2N/A# run `make install-strip'. However `strip' might not be the right
2N/A# tool to use in cross-compilation environments, therefore Automake
2N/A# will honor the `STRIP' environment variable to overrule this program.
2N/Adnl Don't test for $cross_compiling = yes, because it might be `maybe'.
2N/Aif test "$cross_compiling" != no; then
2N/A AC_CHECK_TOOL([STRIP], [strip], :)
2N/Afi
2N/AINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2N/AAC_SUBST([INSTALL_STRIP_PROGRAM])])
2N/A
2N/A# Copyright (C) 2006 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# _AM_SUBST_NOTMAKE(VARIABLE)
2N/A# ---------------------------
2N/A# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
2N/A# This macro is traced by Automake.
2N/AAC_DEFUN([_AM_SUBST_NOTMAKE])
2N/A
2N/A# Check how to create a tarball. -*- Autoconf -*-
2N/A
2N/A# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
2N/A#
2N/A# This file is free software; the Free Software Foundation
2N/A# gives unlimited permission to copy and/or distribute it,
2N/A# with or without modifications, as long as this notice is preserved.
2N/A
2N/A# serial 2
2N/A
2N/A# _AM_PROG_TAR(FORMAT)
2N/A# --------------------
2N/A# Check how to create a tarball in format FORMAT.
2N/A# FORMAT should be one of `v7', `ustar', or `pax'.
2N/A#
2N/A# Substitute a variable $(am__tar) that is a command
2N/A# writing to stdout a FORMAT-tarball containing the directory
2N/A# $tardir.
2N/A# tardir=directory && $(am__tar) > result.tar
2N/A#
2N/A# Substitute a variable $(am__untar) that extract such
2N/A# a tarball read from stdin.
2N/A# $(am__untar) < result.tar
2N/AAC_DEFUN([_AM_PROG_TAR],
2N/A[# Always define AMTAR for backward compatibility.
2N/AAM_MISSING_PROG([AMTAR], [tar])
2N/Am4_if([$1], [v7],
2N/A [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
2N/A [m4_case([$1], [ustar],, [pax],,
2N/A [m4_fatal([Unknown tar format])])
2N/AAC_MSG_CHECKING([how to create a $1 tar archive])
2N/A# Loop over all known methods to create a tar archive until one works.
2N/A_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
2N/A_am_tools=${am_cv_prog_tar_$1-$_am_tools}
2N/A# Do not fold the above two line into one, because Tru64 sh and
2N/A# Solaris sh will not grok spaces in the rhs of `-'.
2N/Afor _am_tool in $_am_tools
2N/Ado
2N/A case $_am_tool in
2N/A gnutar)
2N/A for _am_tar in tar gnutar gtar;
2N/A do
2N/A AM_RUN_LOG([$_am_tar --version]) && break
2N/A done
2N/A am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
2N/A am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
2N/A am__untar="$_am_tar -xf -"
2N/A ;;
2N/A plaintar)
2N/A # Must skip GNU tar: if it does not support --format= it doesn't create
2N/A # ustar tarball either.
2N/A (tar --version) >/dev/null 2>&1 && continue
2N/A am__tar='tar chf - "$$tardir"'
2N/A am__tar_='tar chf - "$tardir"'
2N/A am__untar='tar xf -'
2N/A ;;
2N/A pax)
2N/A am__tar='pax -L -x $1 -w "$$tardir"'
2N/A am__tar_='pax -L -x $1 -w "$tardir"'
2N/A am__untar='pax -r'
2N/A ;;
2N/A cpio)
2N/A am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
2N/A am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
2N/A am__untar='cpio -i -H $1 -d'
2N/A ;;
2N/A none)
2N/A am__tar=false
2N/A am__tar_=false
2N/A am__untar=false
2N/A ;;
2N/A esac
2N/A
2N/A # If the value was cached, stop now. We just wanted to have am__tar
2N/A # and am__untar set.
2N/A test -n "${am_cv_prog_tar_$1}" && break
2N/A
2N/A # tar/untar a dummy directory, and stop if the command works
2N/A rm -rf conftest.dir
2N/A mkdir conftest.dir
2N/A echo GrepMe > conftest.dir/file
2N/A AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2N/A rm -rf conftest.dir
2N/A if test -s conftest.tar; then
2N/A AM_RUN_LOG([$am__untar <conftest.tar])
2N/A grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2N/A fi
2N/Adone
2N/Arm -rf conftest.dir
2N/A
2N/AAC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
2N/AAC_MSG_RESULT([$am_cv_prog_tar_$1])])
2N/AAC_SUBST([am__tar])
2N/AAC_SUBST([am__untar])
2N/A]) # _AM_PROG_TAR
2N/A
2N/Am4_include([m4/00gnulib.m4])
2N/Am4_include([m4/alloca.m4])
2N/Am4_include([m4/argp.m4])
2N/Am4_include([m4/asm-underscore.m4])
2N/Am4_include([m4/btowc.m4])
2N/Am4_include([m4/codeset.m4])
2N/Am4_include([m4/dirname.m4])
2N/Am4_include([m4/dos.m4])
2N/Am4_include([m4/double-slash-root.m4])
2N/Am4_include([m4/errno_h.m4])
2N/Am4_include([m4/error.m4])
2N/Am4_include([m4/extensions.m4])
2N/Am4_include([m4/fcntl-o.m4])
2N/Am4_include([m4/float_h.m4])
2N/Am4_include([m4/fnmatch.m4])
2N/Am4_include([m4/getdelim.m4])
2N/Am4_include([m4/getline.m4])
2N/Am4_include([m4/getopt.m4])
2N/Am4_include([m4/gettext.m4])
2N/Am4_include([m4/glibc21.m4])
2N/Am4_include([m4/gnulib-common.m4])
2N/Am4_include([m4/gnulib-comp.m4])
2N/Am4_include([m4/iconv.m4])
2N/Am4_include([m4/include_next.m4])
2N/Am4_include([m4/intlmacosx.m4])
2N/Am4_include([m4/intmax_t.m4])
2N/Am4_include([m4/inttypes_h.m4])
2N/Am4_include([m4/langinfo_h.m4])
2N/Am4_include([m4/lib-ld.m4])
2N/Am4_include([m4/lib-link.m4])
2N/Am4_include([m4/lib-prefix.m4])
2N/Am4_include([m4/localcharset.m4])
2N/Am4_include([m4/locale-fr.m4])
2N/Am4_include([m4/locale-ja.m4])
2N/Am4_include([m4/locale-zh.m4])
2N/Am4_include([m4/longlong.m4])
2N/Am4_include([m4/malloc.m4])
2N/Am4_include([m4/mbrtowc.m4])
2N/Am4_include([m4/mbsinit.m4])
2N/Am4_include([m4/mbsrtowcs.m4])
2N/Am4_include([m4/mbstate_t.m4])
2N/Am4_include([m4/memchr.m4])
2N/Am4_include([m4/mempcpy.m4])
2N/Am4_include([m4/mmap-anon.m4])
2N/Am4_include([m4/multiarch.m4])
2N/Am4_include([m4/nl_langinfo.m4])
2N/Am4_include([m4/nls.m4])
2N/Am4_include([m4/po.m4])
2N/Am4_include([m4/printf.m4])
2N/Am4_include([m4/progtest.m4])
2N/Am4_include([m4/rawmemchr.m4])
2N/Am4_include([m4/realloc.m4])
2N/Am4_include([m4/regex.m4])
2N/Am4_include([m4/size_max.m4])
2N/Am4_include([m4/sleep.m4])
2N/Am4_include([m4/ssize_t.m4])
2N/Am4_include([m4/stdbool.m4])
2N/Am4_include([m4/stddef_h.m4])
2N/Am4_include([m4/stdint.m4])
2N/Am4_include([m4/stdint_h.m4])
2N/Am4_include([m4/stdio_h.m4])
2N/Am4_include([m4/stdlib_h.m4])
2N/Am4_include([m4/strcase.m4])
2N/Am4_include([m4/strchrnul.m4])
2N/Am4_include([m4/strerror.m4])
2N/Am4_include([m4/string_h.m4])
2N/Am4_include([m4/strings_h.m4])
2N/Am4_include([m4/strndup.m4])
2N/Am4_include([m4/strnlen.m4])
2N/Am4_include([m4/sys_wait_h.m4])
2N/Am4_include([m4/sysexits.m4])
2N/Am4_include([m4/unistd_h.m4])
2N/Am4_include([m4/vasnprintf.m4])
2N/Am4_include([m4/vsnprintf.m4])
2N/Am4_include([m4/warn-on-use.m4])
2N/Am4_include([m4/wchar_h.m4])
2N/Am4_include([m4/wchar_t.m4])
2N/Am4_include([m4/wcrtomb.m4])
2N/Am4_include([m4/wctype_h.m4])
2N/Am4_include([m4/wint_t.m4])
2N/Am4_include([m4/xsize.m4])
2N/Am4_include([acinclude.m4])