Subversion Repositories svnkaklik

Rev

Rev 558 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 558 Rev 639
Line 1... Line 1...
1
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
1
# generated automatically by aclocal 1.11 -*- Autoconf -*-
2
 
2
 
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
5
# This file is free software; the Free Software Foundation
5
# This file is free software; the Free Software Foundation
6
# gives unlimited permission to copy and/or distribute it,
6
# gives unlimited permission to copy and/or distribute it,
7
# with or without modifications, as long as this notice is preserved.
7
# with or without modifications, as long as this notice is preserved.
8
 
8
 
9
# This program is distributed in the hope that it will be useful,
9
# This program is distributed in the hope that it will be useful,
Line 11... Line 11...
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
# PARTICULAR PURPOSE.
12
# PARTICULAR PURPOSE.
13
 
13
 
14
m4_ifndef([AC_AUTOCONF_VERSION],
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
17
[m4_warning([this file was generated for autoconf 2.63.
17
[m4_warning([this file was generated for autoconf 2.64.
18
You have another version of autoconf.  It may work, but is not guaranteed to.
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
If you have problems, you may need to regenerate the build system entirely.
19
If you have problems, you may need to regenerate the build system entirely.
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
21
 
21
 
22
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
22
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
Line 4274... Line 4274...
4274
    with_gnu_ld=yes
4274
    with_gnu_ld=yes
4275
    ;;
4275
    ;;
4276
  openbsd*)
4276
  openbsd*)
4277
    with_gnu_ld=no
4277
    with_gnu_ld=no
4278
    ;;
4278
    ;;
-
 
4279
  linux* | k*bsd*-gnu)
-
 
4280
    _LT_TAGVAR(link_all_deplibs, $1)=no
-
 
4281
    ;;
4279
  esac
4282
  esac
4280
 
4283
 
4281
  _LT_TAGVAR(ld_shlibs, $1)=yes
4284
  _LT_TAGVAR(ld_shlibs, $1)=yes
4282
  if test "$with_gnu_ld" = yes; then
4285
  if test "$with_gnu_ld" = yes; then
4283
    # If archive_cmds runs LD, not CC, wlarc should be empty
4286
    # If archive_cmds runs LD, not CC, wlarc should be empty
Line 7991... Line 7994...
7991
# ----------------------------
7994
# ----------------------------
7992
# Automake X.Y traces this macro to ensure aclocal.m4 has been
7995
# Automake X.Y traces this macro to ensure aclocal.m4 has been
7993
# generated from the m4 files accompanying Automake X.Y.
7996
# generated from the m4 files accompanying Automake X.Y.
7994
# (This private macro should not be called outside this file.)
7997
# (This private macro should not be called outside this file.)
7995
AC_DEFUN([AM_AUTOMAKE_VERSION],
7998
AC_DEFUN([AM_AUTOMAKE_VERSION],
7996
[am__api_version='1.10'
7999
[am__api_version='1.11'
7997
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8000
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
7998
dnl require some minimum version.  Point them to the right macro.
8001
dnl require some minimum version.  Point them to the right macro.
7999
m4_if([$1], [1.10.2], [],
8002
m4_if([$1], [1.11], [],
8000
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8003
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8001
])
8004
])
8002
 
8005
 
8003
# _AM_AUTOCONF_VERSION(VERSION)
8006
# _AM_AUTOCONF_VERSION(VERSION)
8004
# -----------------------------
8007
# -----------------------------
Line 8010... Line 8013...
8010
# AM_SET_CURRENT_AUTOMAKE_VERSION
8013
# AM_SET_CURRENT_AUTOMAKE_VERSION
8011
# -------------------------------
8014
# -------------------------------
8012
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8015
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8013
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8016
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8014
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8017
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8015
[AM_AUTOMAKE_VERSION([1.10.2])dnl
8018
[AM_AUTOMAKE_VERSION([1.11])dnl
8016
m4_ifndef([AC_AUTOCONF_VERSION],
8019
m4_ifndef([AC_AUTOCONF_VERSION],
8017
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8020
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8018
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
8021
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
8019
 
8022
 
8020
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
8023
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
Line 8070... Line 8073...
8070
am_aux_dir=`cd $ac_aux_dir && pwd`
8073
am_aux_dir=`cd $ac_aux_dir && pwd`
8071
])
8074
])
8072
 
8075
 
8073
# AM_CONDITIONAL                                            -*- Autoconf -*-
8076
# AM_CONDITIONAL                                            -*- Autoconf -*-
8074
 
8077
 
8075
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
8078
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
8076
# Free Software Foundation, Inc.
8079
# Free Software Foundation, Inc.
8077
#
8080
#
8078
# This file is free software; the Free Software Foundation
8081
# This file is free software; the Free Software Foundation
8079
# gives unlimited permission to copy and/or distribute it,
8082
# gives unlimited permission to copy and/or distribute it,
8080
# with or without modifications, as long as this notice is preserved.
8083
# with or without modifications, as long as this notice is preserved.
8081
 
8084
 
8082
# serial 8
8085
# serial 9
8083
 
8086
 
8084
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
8087
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
8085
# -------------------------------------
8088
# -------------------------------------
8086
# Define a conditional.
8089
# Define a conditional.
8087
AC_DEFUN([AM_CONDITIONAL],
8090
AC_DEFUN([AM_CONDITIONAL],
Line 8090... Line 8093...
8090
	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
8093
	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
8091
AC_SUBST([$1_TRUE])dnl
8094
AC_SUBST([$1_TRUE])dnl
8092
AC_SUBST([$1_FALSE])dnl
8095
AC_SUBST([$1_FALSE])dnl
8093
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
8096
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
8094
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
8097
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
-
 
8098
m4_define([_AM_COND_VALUE_$1], [$2])dnl
8095
if $2; then
8099
if $2; then
8096
  $1_TRUE=
8100
  $1_TRUE=
8097
  $1_FALSE='#'
8101
  $1_FALSE='#'
8098
else
8102
else
8099
  $1_TRUE='#'
8103
  $1_TRUE='#'
Line 8103... Line 8107...
8103
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
8107
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
8104
  AC_MSG_ERROR([[conditional "$1" was never defined.
8108
  AC_MSG_ERROR([[conditional "$1" was never defined.
8105
Usually this means the macro was only invoked conditionally.]])
8109
Usually this means the macro was only invoked conditionally.]])
8106
fi])])
8110
fi])])
8107
 
8111
 
8108
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
8112
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
8109
# Free Software Foundation, Inc.
8113
# Free Software Foundation, Inc.
8110
#
8114
#
8111
# This file is free software; the Free Software Foundation
8115
# This file is free software; the Free Software Foundation
8112
# gives unlimited permission to copy and/or distribute it,
8116
# gives unlimited permission to copy and/or distribute it,
8113
# with or without modifications, as long as this notice is preserved.
8117
# with or without modifications, as long as this notice is preserved.
8114
 
8118
 
8115
# serial 9
8119
# serial 10
8116
 
8120
 
8117
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
8121
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
8118
# written in clear, in which case automake, when reading aclocal.m4,
8122
# written in clear, in which case automake, when reading aclocal.m4,
8119
# will think it sees a *use*, and therefore will trigger all it's
8123
# will think it sees a *use*, and therefore will trigger all it's
8120
# C support machinery.  Also note that it means that autoscan, seeing
8124
# C support machinery.  Also note that it means that autoscan, seeing
Line 8167... Line 8171...
8167
 
8171
 
8168
  am_cv_$1_dependencies_compiler_type=none
8172
  am_cv_$1_dependencies_compiler_type=none
8169
  if test "$am_compiler_list" = ""; then
8173
  if test "$am_compiler_list" = ""; then
8170
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
8174
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
8171
  fi
8175
  fi
-
 
8176
  am__universal=false
-
 
8177
  m4_case([$1], [CC],
-
 
8178
    [case " $depcc " in #(
-
 
8179
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-
 
8180
     esac],
-
 
8181
    [CXX],
-
 
8182
    [case " $depcc " in #(
-
 
8183
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-
 
8184
     esac])
-
 
8185
 
8172
  for depmode in $am_compiler_list; do
8186
  for depmode in $am_compiler_list; do
8173
    # Setup a source with many dependencies, because some compilers
8187
    # Setup a source with many dependencies, because some compilers
8174
    # like to wrap large dependency lists on column 80 (with \), and
8188
    # like to wrap large dependency lists on column 80 (with \), and
8175
    # we should not choose a depcomp mode which is confused by this.
8189
    # we should not choose a depcomp mode which is confused by this.
8176
    #
8190
    #
Line 8184... Line 8198...
8184
      # Solaris 8's {/usr,}/bin/sh.
8198
      # Solaris 8's {/usr,}/bin/sh.
8185
      touch sub/conftst$i.h
8199
      touch sub/conftst$i.h
8186
    done
8200
    done
8187
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
8201
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
8188
 
8202
 
-
 
8203
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-
 
8204
    # mode.  It turns out that the SunPro C++ compiler does not properly
-
 
8205
    # handle `-M -o', and we need to detect this.  Also, some Intel
-
 
8206
    # versions had trouble with output in subdirs
-
 
8207
    am__obj=sub/conftest.${OBJEXT-o}
-
 
8208
    am__minus_obj="-o $am__obj"
8189
    case $depmode in
8209
    case $depmode in
-
 
8210
    gcc)
-
 
8211
      # This depmode causes a compiler race in universal mode.
-
 
8212
      test "$am__universal" = false || continue
-
 
8213
      ;;
8190
    nosideeffect)
8214
    nosideeffect)
8191
      # after this tag, mechanisms are not by side-effect, so they'll
8215
      # after this tag, mechanisms are not by side-effect, so they'll
8192
      # only be used when explicitly requested
8216
      # only be used when explicitly requested
8193
      if test "x$enable_dependency_tracking" = xyes; then
8217
      if test "x$enable_dependency_tracking" = xyes; then
8194
	continue
8218
	continue
8195
      else
8219
      else
8196
	break
8220
	break
8197
      fi
8221
      fi
8198
      ;;
8222
      ;;
-
 
8223
    msvisualcpp | msvcmsys)
-
 
8224
      # This compiler won't grok `-c -o', but also, the minuso test has
-
 
8225
      # not run yet.  These depmodes are late enough in the game, and
-
 
8226
      # so weak that their functioning should not be impacted.
-
 
8227
      am__obj=conftest.${OBJEXT-o}
-
 
8228
      am__minus_obj=
-
 
8229
      ;;
8199
    none) break ;;
8230
    none) break ;;
8200
    esac
8231
    esac
8201
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-
 
8202
    # mode.  It turns out that the SunPro C++ compiler does not properly
-
 
8203
    # handle `-M -o', and we need to detect this.
-
 
8204
    if depmode=$depmode \
8232
    if depmode=$depmode \
8205
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8233
       source=sub/conftest.c object=$am__obj \
8206
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8234
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8207
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
8235
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
8208
         >/dev/null 2>conftest.err &&
8236
         >/dev/null 2>conftest.err &&
8209
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
8237
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
8210
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8238
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8211
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
8239
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
8212
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
8240
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
8213
      # icc doesn't choke on unknown options, it will just issue warnings
8241
      # icc doesn't choke on unknown options, it will just issue warnings
8214
      # or remarks (even with -Werror).  So we grep stderr for any message
8242
      # or remarks (even with -Werror).  So we grep stderr for any message
8215
      # that says an option was ignored or not supported.
8243
      # that says an option was ignored or not supported.
8216
      # When given -MP, icc 7.0 and 7.1 complain thusly:
8244
      # When given -MP, icc 7.0 and 7.1 complain thusly:
Line 8356... Line 8384...
8356
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
8384
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
8357
 
8385
 
8358
# Do all the work for Automake.                             -*- Autoconf -*-
8386
# Do all the work for Automake.                             -*- Autoconf -*-
8359
 
8387
 
8360
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
8388
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
8361
# 2005, 2006, 2008 Free Software Foundation, Inc.
8389
# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
8362
#
8390
#
8363
# This file is free software; the Free Software Foundation
8391
# This file is free software; the Free Software Foundation
8364
# gives unlimited permission to copy and/or distribute it,
8392
# gives unlimited permission to copy and/or distribute it,
8365
# with or without modifications, as long as this notice is preserved.
8393
# with or without modifications, as long as this notice is preserved.
8366
 
8394
 
8367
# serial 13
8395
# serial 16
8368
 
8396
 
8369
# This macro actually does too much.  Some checks are only needed if
8397
# This macro actually does too much.  Some checks are only needed if
8370
# your package does certain things.  But this isn't really a big deal.
8398
# your package does certain things.  But this isn't really a big deal.
8371
 
8399
 
8372
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
8400
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
Line 8379... Line 8407...
8379
# We support both call styles for the transition.  After
8407
# We support both call styles for the transition.  After
8380
# the next Automake release, Autoconf can make the AC_INIT
8408
# the next Automake release, Autoconf can make the AC_INIT
8381
# arguments mandatory, and then we can depend on a new Autoconf
8409
# arguments mandatory, and then we can depend on a new Autoconf
8382
# release and drop the old call support.
8410
# release and drop the old call support.
8383
AC_DEFUN([AM_INIT_AUTOMAKE],
8411
AC_DEFUN([AM_INIT_AUTOMAKE],
8384
[AC_PREREQ([2.60])dnl
8412
[AC_PREREQ([2.62])dnl
8385
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
8413
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
8386
dnl the ones we care about.
8414
dnl the ones we care about.
8387
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
8415
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
8388
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
8416
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
8389
AC_REQUIRE([AC_PROG_INSTALL])dnl
8417
AC_REQUIRE([AC_PROG_INSTALL])dnl
Line 8430... Line 8458...
8430
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
8458
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
8431
AM_MISSING_PROG(AUTOCONF, autoconf)
8459
AM_MISSING_PROG(AUTOCONF, autoconf)
8432
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
8460
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
8433
AM_MISSING_PROG(AUTOHEADER, autoheader)
8461
AM_MISSING_PROG(AUTOHEADER, autoheader)
8434
AM_MISSING_PROG(MAKEINFO, makeinfo)
8462
AM_MISSING_PROG(MAKEINFO, makeinfo)
8435
AM_PROG_INSTALL_SH
8463
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
8436
AM_PROG_INSTALL_STRIP
8464
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
8437
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
8465
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
8438
# We need awk for the "check" target.  The system "awk" is bad on
8466
# We need awk for the "check" target.  The system "awk" is bad on
8439
# some platforms.
8467
# some platforms.
8440
AC_REQUIRE([AC_PROG_AWK])dnl
8468
AC_REQUIRE([AC_PROG_AWK])dnl
8441
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
8469
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
8442
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
8470
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
8443
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
8471
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
8444
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
8472
	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
8445
	      		     [_AM_PROG_TAR([v7])])])
8473
			     [_AM_PROG_TAR([v7])])])
8446
_AM_IF_OPTION([no-dependencies],,
8474
_AM_IF_OPTION([no-dependencies],,
8447
[AC_PROVIDE_IFELSE([AC_PROG_CC],
8475
[AC_PROVIDE_IFELSE([AC_PROG_CC],
8448
                  [_AM_DEPENDENCIES(CC)],
8476
		  [_AM_DEPENDENCIES(CC)],
8449
                  [define([AC_PROG_CC],
8477
		  [define([AC_PROG_CC],
8450
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
8478
			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
8451
AC_PROVIDE_IFELSE([AC_PROG_CXX],
8479
AC_PROVIDE_IFELSE([AC_PROG_CXX],
8452
                  [_AM_DEPENDENCIES(CXX)],
8480
		  [_AM_DEPENDENCIES(CXX)],
8453
                  [define([AC_PROG_CXX],
8481
		  [define([AC_PROG_CXX],
8454
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
8482
			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
8455
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
8483
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
8456
                  [_AM_DEPENDENCIES(OBJC)],
8484
		  [_AM_DEPENDENCIES(OBJC)],
8457
                  [define([AC_PROG_OBJC],
8485
		  [define([AC_PROG_OBJC],
8458
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
8486
			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
8459
])
8487
])
-
 
8488
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-
 
8489
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-
 
8490
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
-
 
8491
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
-
 
8492
AC_CONFIG_COMMANDS_PRE(dnl
-
 
8493
[m4_provide_if([_AM_COMPILER_EXEEXT],
-
 
8494
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
8460
])
8495
])
-
 
8496
 
-
 
8497
dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
-
 
8498
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
-
 
8499
dnl mangled by Autoconf and run in a shell conditional statement.
-
 
8500
m4_define([_AC_COMPILER_EXEEXT],
-
 
8501
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
8461
 
8502
 
8462
 
8503
 
8463
# When config.status generates a header, we must update the stamp-h file.
8504
# When config.status generates a header, we must update the stamp-h file.
8464
# This file resides in the same directory as the config header
8505
# This file resides in the same directory as the config header
8465
# that is generated.  The stamp files are numbered to have different names.
8506
# that is generated.  The stamp files are numbered to have different names.
Line 8479... Line 8520...
8479
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
8520
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
8480
  esac
8521
  esac
8481
done
8522
done
8482
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
8523
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
8483
 
8524
 
8484
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
8525
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
8485
#
8526
#
8486
# This file is free software; the Free Software Foundation
8527
# This file is free software; the Free Software Foundation
8487
# gives unlimited permission to copy and/or distribute it,
8528
# gives unlimited permission to copy and/or distribute it,
8488
# with or without modifications, as long as this notice is preserved.
8529
# with or without modifications, as long as this notice is preserved.
8489
 
8530
 
8490
# AM_PROG_INSTALL_SH
8531
# AM_PROG_INSTALL_SH
8491
# ------------------
8532
# ------------------
8492
# Define $install_sh.
8533
# Define $install_sh.
8493
AC_DEFUN([AM_PROG_INSTALL_SH],
8534
AC_DEFUN([AM_PROG_INSTALL_SH],
8494
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
8535
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-
 
8536
if test x"${install_sh}" != xset; then
-
 
8537
  case $am_aux_dir in
-
 
8538
  *\ * | *\	*)
-
 
8539
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
-
 
8540
  *)
8495
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
8541
    install_sh="\${SHELL} $am_aux_dir/install-sh"
-
 
8542
  esac
-
 
8543
fi
8496
AC_SUBST(install_sh)])
8544
AC_SUBST(install_sh)])
8497
 
8545
 
8498
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
8546
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
8499
#
8547
#
8500
# This file is free software; the Free Software Foundation
8548
# This file is free software; the Free Software Foundation
Line 8516... Line 8564...
8516
rmdir .tst 2>/dev/null
8564
rmdir .tst 2>/dev/null
8517
AC_SUBST([am__leading_dot])])
8565
AC_SUBST([am__leading_dot])])
8518
 
8566
 
8519
# Check to see how 'make' treats includes.	            -*- Autoconf -*-
8567
# Check to see how 'make' treats includes.	            -*- Autoconf -*-
8520
 
8568
 
8521
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
8569
# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
8522
#
8570
#
8523
# This file is free software; the Free Software Foundation
8571
# This file is free software; the Free Software Foundation
8524
# gives unlimited permission to copy and/or distribute it,
8572
# gives unlimited permission to copy and/or distribute it,
8525
# with or without modifications, as long as this notice is preserved.
8573
# with or without modifications, as long as this notice is preserved.
8526
 
8574
 
8527
# serial 3
8575
# serial 4
8528
 
8576
 
8529
# AM_MAKE_INCLUDE()
8577
# AM_MAKE_INCLUDE()
8530
# -----------------
8578
# -----------------
8531
# Check to see how make treats includes.
8579
# Check to see how make treats includes.
8532
AC_DEFUN([AM_MAKE_INCLUDE],
8580
AC_DEFUN([AM_MAKE_INCLUDE],
8533
[am_make=${MAKE-make}
8581
[am_make=${MAKE-make}
8534
cat > confinc << 'END'
8582
cat > confinc << 'END'
8535
am__doit:
8583
am__doit:
8536
	@echo done
8584
	@echo this is the am__doit target
8537
.PHONY: am__doit
8585
.PHONY: am__doit
8538
END
8586
END
8539
# If we don't find an include directive, just comment out the code.
8587
# If we don't find an include directive, just comment out the code.
8540
AC_MSG_CHECKING([for style of include used by $am_make])
8588
AC_MSG_CHECKING([for style of include used by $am_make])
8541
am__include="#"
8589
am__include="#"
8542
am__quote=
8590
am__quote=
8543
_am_result=none
8591
_am_result=none
8544
# First try GNU make style include.
8592
# First try GNU make style include.
8545
echo "include confinc" > confmf
8593
echo "include confinc" > confmf
8546
# We grep out `Entering directory' and `Leaving directory'
-
 
8547
# messages which can occur if `w' ends up in MAKEFLAGS.
-
 
8548
# In particular we don't look at `^make:' because GNU make might
8594
# Ignore all kinds of additional output from `make'.
8549
# be invoked under some other name (usually "gmake"), in which
8595
case `$am_make -s -f confmf 2> /dev/null` in #(
8550
# case it prints its new name instead of `make'.
8596
*the\ am__doit\ target*)
8551
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
-
 
8552
   am__include=include
8597
  am__include=include
8553
   am__quote=
8598
  am__quote=
8554
   _am_result=GNU
8599
  _am_result=GNU
-
 
8600
  ;;
8555
fi
8601
esac
8556
# Now try BSD make style include.
8602
# Now try BSD make style include.
8557
if test "$am__include" = "#"; then
8603
if test "$am__include" = "#"; then
8558
   echo '.include "confinc"' > confmf
8604
   echo '.include "confinc"' > confmf
8559
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
8605
   case `$am_make -s -f confmf 2> /dev/null` in #(
-
 
8606
   *the\ am__doit\ target*)
8560
      am__include=.include
8607
     am__include=.include
8561
      am__quote="\""
8608
     am__quote="\""
8562
      _am_result=BSD
8609
     _am_result=BSD
-
 
8610
     ;;
8563
   fi
8611
   esac
8564
fi
8612
fi
8565
AC_SUBST([am__include])
8613
AC_SUBST([am__include])
8566
AC_SUBST([am__quote])
8614
AC_SUBST([am__quote])
8567
AC_MSG_RESULT([$_am_result])
8615
AC_MSG_RESULT([$_am_result])
8568
rm -f confinc confmf
8616
rm -f confinc confmf
8569
])
8617
])
8570
 
8618
 
8571
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
8619
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
8572
 
8620
 
8573
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
8621
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
8574
# Free Software Foundation, Inc.
8622
# Free Software Foundation, Inc.
8575
#
8623
#
8576
# This file is free software; the Free Software Foundation
8624
# This file is free software; the Free Software Foundation
8577
# gives unlimited permission to copy and/or distribute it,
8625
# gives unlimited permission to copy and/or distribute it,
8578
# with or without modifications, as long as this notice is preserved.
8626
# with or without modifications, as long as this notice is preserved.
8579
 
8627
 
8580
# serial 5
8628
# serial 6
8581
 
8629
 
8582
# AM_MISSING_PROG(NAME, PROGRAM)
8630
# AM_MISSING_PROG(NAME, PROGRAM)
8583
# ------------------------------
8631
# ------------------------------
8584
AC_DEFUN([AM_MISSING_PROG],
8632
AC_DEFUN([AM_MISSING_PROG],
8585
[AC_REQUIRE([AM_MISSING_HAS_RUN])
8633
[AC_REQUIRE([AM_MISSING_HAS_RUN])
Line 8592... Line 8640...
8592
# Define MISSING if not defined so far and test if it supports --run.
8640
# Define MISSING if not defined so far and test if it supports --run.
8593
# If it does, set am_missing_run to use it, otherwise, to nothing.
8641
# If it does, set am_missing_run to use it, otherwise, to nothing.
8594
AC_DEFUN([AM_MISSING_HAS_RUN],
8642
AC_DEFUN([AM_MISSING_HAS_RUN],
8595
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
8643
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
8596
AC_REQUIRE_AUX_FILE([missing])dnl
8644
AC_REQUIRE_AUX_FILE([missing])dnl
-
 
8645
if test x"${MISSING+set}" != xset; then
-
 
8646
  case $am_aux_dir in
-
 
8647
  *\ * | *\	*)
-
 
8648
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
-
 
8649
  *)
8597
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
8650
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
-
 
8651
  esac
-
 
8652
fi
8598
# Use eval to expand $SHELL
8653
# Use eval to expand $SHELL
8599
if eval "$MISSING --run true"; then
8654
if eval "$MISSING --run true"; then
8600
  am_missing_run="$MISSING --run "
8655
  am_missing_run="$MISSING --run "
8601
else
8656
else
8602
  am_missing_run=
8657
  am_missing_run=
Line 8663... Line 8718...
8663
AC_DEFUN([_AM_IF_OPTION],
8718
AC_DEFUN([_AM_IF_OPTION],
8664
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
8719
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
8665
 
8720
 
8666
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
8721
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
8667
 
8722
 
8668
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
8723
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
8669
# Free Software Foundation, Inc.
8724
# Free Software Foundation, Inc.
8670
#
8725
#
8671
# This file is free software; the Free Software Foundation
8726
# This file is free software; the Free Software Foundation
8672
# gives unlimited permission to copy and/or distribute it,
8727
# gives unlimited permission to copy and/or distribute it,
8673
# with or without modifications, as long as this notice is preserved.
8728
# with or without modifications, as long as this notice is preserved.
8674
 
8729
 
8675
# serial 4
8730
# serial 5
8676
 
8731
 
8677
# AM_SANITY_CHECK
8732
# AM_SANITY_CHECK
8678
# ---------------
8733
# ---------------
8679
AC_DEFUN([AM_SANITY_CHECK],
8734
AC_DEFUN([AM_SANITY_CHECK],
8680
[AC_MSG_CHECKING([whether build environment is sane])
8735
[AC_MSG_CHECKING([whether build environment is sane])
8681
# Just in case
8736
# Just in case
8682
sleep 1
8737
sleep 1
8683
echo timestamp > conftest.file
8738
echo timestamp > conftest.file
-
 
8739
# Reject unsafe characters in $srcdir or the absolute working directory
-
 
8740
# name.  Accept space and tab only in the latter.
-
 
8741
am_lf='
-
 
8742
'
-
 
8743
case `pwd` in
-
 
8744
  *[[\\\"\#\$\&\'\`$am_lf]]*)
-
 
8745
    AC_MSG_ERROR([unsafe absolute working directory name]);;
-
 
8746
esac
-
 
8747
case $srcdir in
-
 
8748
  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
-
 
8749
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
-
 
8750
esac
-
 
8751
 
8684
# Do `set' in a subshell so we don't clobber the current shell's
8752
# Do `set' in a subshell so we don't clobber the current shell's
8685
# arguments.  Must try -L first in case configure is actually a
8753
# arguments.  Must try -L first in case configure is actually a
8686
# symlink; some systems play weird games with the mod time of symlinks
8754
# symlink; some systems play weird games with the mod time of symlinks
8687
# (eg FreeBSD returns the mod time of the symlink's containing
8755
# (eg FreeBSD returns the mod time of the symlink's containing
8688
# directory).
8756
# directory).
8689
if (
8757
if (
8690
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
8758
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
8691
   if test "$[*]" = "X"; then
8759
   if test "$[*]" = "X"; then
8692
      # -L didn't work.
8760
      # -L didn't work.
8693
      set X `ls -t $srcdir/configure conftest.file`
8761
      set X `ls -t "$srcdir/configure" conftest.file`
8694
   fi
8762
   fi
8695
   rm -f conftest.file
8763
   rm -f conftest.file
8696
   if test "$[*]" != "X $srcdir/configure conftest.file" \
8764
   if test "$[*]" != "X $srcdir/configure conftest.file" \
8697
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
8765
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
8698
 
8766
 
Line 8741... Line 8809...
8741
  AC_CHECK_TOOL([STRIP], [strip], :)
8809
  AC_CHECK_TOOL([STRIP], [strip], :)
8742
fi
8810
fi
8743
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
8811
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
8744
AC_SUBST([INSTALL_STRIP_PROGRAM])])
8812
AC_SUBST([INSTALL_STRIP_PROGRAM])])
8745
 
8813
 
8746
# Copyright (C) 2006  Free Software Foundation, Inc.
8814
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
8747
#
8815
#
8748
# This file is free software; the Free Software Foundation
8816
# This file is free software; the Free Software Foundation
8749
# gives unlimited permission to copy and/or distribute it,
8817
# gives unlimited permission to copy and/or distribute it,
8750
# with or without modifications, as long as this notice is preserved.
8818
# with or without modifications, as long as this notice is preserved.
8751
 
8819
 
-
 
8820
# serial 2
-
 
8821
 
8752
# _AM_SUBST_NOTMAKE(VARIABLE)
8822
# _AM_SUBST_NOTMAKE(VARIABLE)
8753
# ---------------------------
8823
# ---------------------------
8754
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
8824
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
8755
# This macro is traced by Automake.
8825
# This macro is traced by Automake.
8756
AC_DEFUN([_AM_SUBST_NOTMAKE])
8826
AC_DEFUN([_AM_SUBST_NOTMAKE])
8757
 
8827
 
-
 
8828
# AM_SUBST_NOTMAKE(VARIABLE)
-
 
8829
# ---------------------------
-
 
8830
# Public sister of _AM_SUBST_NOTMAKE.
-
 
8831
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-
 
8832
 
8758
# Check how to create a tarball.                            -*- Autoconf -*-
8833
# Check how to create a tarball.                            -*- Autoconf -*-
8759
 
8834
 
8760
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
8835
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
8761
#
8836
#
8762
# This file is free software; the Free Software Foundation
8837
# This file is free software; the Free Software Foundation