1
- # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
1
+ # generated automatically by aclocal 1.11.2 -*- Autoconf -*-
2
2
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
- # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4
+ # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5
+ # Inc.
5
6
# This file is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
7
8
# with or without modifications, as long as this notice is preserved.
@@ -10111,12 +10112,15 @@ else
10111
10112
fi[ ] dnl
10112
10113
] ) # PKG_CHECK_MODULES
10113
10114
10114
- # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10115
+ # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
10116
+ # Foundation, Inc.
10115
10117
#
10116
10118
# This file is free software; the Free Software Foundation
10117
10119
# gives unlimited permission to copy and/or distribute it,
10118
10120
# with or without modifications, as long as this notice is preserved.
10119
10121
10122
+ # serial 1
10123
+
10120
10124
# AM_AUTOMAKE_VERSION(VERSION)
10121
10125
# ----------------------------
10122
10126
# Automake X.Y traces this macro to ensure aclocal.m4 has been
@@ -10126,7 +10130,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
10126
10130
[ am__api_version='1.11'
10127
10131
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
10128
10132
dnl require some minimum version. Point them to the right macro.
10129
- m4_if ( [ $1 ] , [ 1.11.1 ] , [ ] ,
10133
+ m4_if ( [ $1 ] , [ 1.11.2 ] , [ ] ,
10130
10134
[ AC_FATAL ( [ Do not call $0 , use AM_INIT_AUTOMAKE ( [ $1 ] ) .] ) ] ) dnl
10131
10135
] )
10132
10136
@@ -10142,19 +10146,21 @@ m4_define([_AM_AUTOCONF_VERSION], [])
10142
10146
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
10143
10147
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
10144
10148
AC_DEFUN ( [ AM_SET_CURRENT_AUTOMAKE_VERSION] ,
10145
- [ AM_AUTOMAKE_VERSION([ 1.11.1 ] )dnl
10149
+ [ AM_AUTOMAKE_VERSION([ 1.11.2 ] )dnl
10146
10150
m4_ifndef ( [ AC_AUTOCONF_VERSION ] ,
10147
10151
[ m4_copy ( [ m4_PACKAGE_VERSION] , [ AC_AUTOCONF_VERSION ] ) ] ) dnl
10148
10152
_AM_AUTOCONF_VERSION(m4_defn ( [ AC_AUTOCONF_VERSION ] ) )] )
10149
10153
10150
10154
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
10151
10155
10152
- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
10156
+ # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
10153
10157
#
10154
10158
# This file is free software; the Free Software Foundation
10155
10159
# gives unlimited permission to copy and/or distribute it,
10156
10160
# with or without modifications, as long as this notice is preserved.
10157
10161
10162
+ # serial 1
10163
+
10158
10164
# For projects using AC_CONFIG_AUX_DIR ( [ foo] ) , Autoconf sets
10159
10165
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
10160
10166
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
@@ -10236,14 +10242,14 @@ AC_CONFIG_COMMANDS_PRE(
10236
10242
Usually this means the macro was only invoked conditionally.] ] )
10237
10243
fi] ) ] )
10238
10244
10239
- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
10240
- # Free Software Foundation, Inc.
10245
+ # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
10246
+ # 2010, 2011 Free Software Foundation, Inc.
10241
10247
#
10242
10248
# This file is free software; the Free Software Foundation
10243
10249
# gives unlimited permission to copy and/or distribute it,
10244
10250
# with or without modifications, as long as this notice is preserved.
10245
10251
10246
- # serial 10
10252
+ # serial 12
10247
10253
10248
10254
# There are a few dirty hacks below to avoid letting `AC_PROG_CC ' be
10249
10255
# written in clear, in which case automake, when reading aclocal.m4,
@@ -10283,6 +10289,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
10283
10289
# instance it was reported that on HP-UX the gcc test will end up
10284
10290
# making a dummy file named `D' -- because `-MD' means `put the output
10285
10291
# in D'.
10292
+ rm -rf conftest.dir
10286
10293
mkdir conftest.dir
10287
10294
# Copy depcomp to subdir because otherwise we won't find it if we're
10288
10295
# using a relative directory.
@@ -10347,7 +10354,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
10347
10354
break
10348
10355
fi
10349
10356
;;
10350
- msvisualcpp | msvcmsys)
10357
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
10351
10358
# This compiler won't grok `-c -o', but also, the minuso test has
10352
10359
# not run yet. These depmodes are late enough in the game, and
10353
10360
# so weak that their functioning should not be impacted.
@@ -10412,10 +10419,13 @@ AC_DEFUN([AM_DEP_TRACK],
10412
10419
if test "x$enable_dependency_tracking" != xno; then
10413
10420
am_depcomp="$ac_aux_dir/depcomp"
10414
10421
AMDEPBACKSLASH='\'
10422
+ am__nodep='_no'
10415
10423
fi
10416
10424
AM_CONDITIONAL([ AMDEP] , [ test "x$enable_dependency_tracking" != xno] )
10417
10425
AC_SUBST ( [ AMDEPBACKSLASH] ) dnl
10418
10426
_AM_SUBST_NOTMAKE([ AMDEPBACKSLASH] )dnl
10427
+ AC_SUBST ( [ am__nodep] ) dnl
10428
+ _AM_SUBST_NOTMAKE([ am__nodep] )dnl
10419
10429
] )
10420
10430
10421
10431
# Generate code to set up dependency tracking. -*- Autoconf -*-
@@ -10499,20 +10509,19 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
10499
10509
] )
10500
10510
10501
10511
10502
- # Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005
10512
+ # Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2010
10503
10513
# Free Software Foundation, Inc.
10504
10514
#
10505
10515
# This file is free software; the Free Software Foundation
10506
10516
# gives unlimited permission to copy and/or distribute it,
10507
10517
# with or without modifications, as long as this notice is preserved.
10508
10518
10509
- # serial 3
10519
+ # serial 4
10510
10520
10511
10521
AC_DEFUN ( [ AM_WITH_DMALLOC ] ,
10512
10522
[ AC_MSG_CHECKING ( [ if malloc debugging is wanted] )
10513
10523
AC_ARG_WITH ( dmalloc ,
10514
- [ --with-dmalloc use dmalloc, as in
10515
- http://www.dmalloc.com/dmalloc.tar.gz] ,
10524
+ [ --with-dmalloc use dmalloc, as in http://www.dmalloc.com] ,
10516
10525
[ if test "$withval" = yes; then
10517
10526
AC_MSG_RESULT ( yes )
10518
10527
AC_DEFINE ( WITH_DMALLOC ,1 ,
@@ -10677,12 +10686,15 @@ for _am_header in $config_headers :; do
10677
10686
done
10678
10687
echo "timestamp for $_am_arg" >`AS_DIRNAME ( [ "$_am_arg"] ) `/stamp-h[ ] $_am_stamp_count] )
10679
10688
10680
- # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
10689
+ # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
10690
+ # Inc.
10681
10691
#
10682
10692
# This file is free software; the Free Software Foundation
10683
10693
# gives unlimited permission to copy and/or distribute it,
10684
10694
# with or without modifications, as long as this notice is preserved.
10685
10695
10696
+ # serial 1
10697
+
10686
10698
# AM_PROG_INSTALL_SH
10687
10699
# ------------------
10688
10700
# Define $install_sh.
@@ -10814,12 +10826,15 @@ else
10814
10826
fi
10815
10827
] )
10816
10828
10817
- # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10829
+ # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
10830
+ # Inc.
10818
10831
#
10819
10832
# This file is free software; the Free Software Foundation
10820
10833
# gives unlimited permission to copy and/or distribute it,
10821
10834
# with or without modifications, as long as this notice is preserved.
10822
10835
10836
+ # serial 1
10837
+
10823
10838
# AM_PROG_MKDIR_P
10824
10839
# ---------------
10825
10840
# Check for `mkdir -p'.
@@ -10842,27 +10857,28 @@ esac
10842
10857
10843
10858
# Helper functions for option handling. -*- Autoconf -*-
10844
10859
10845
- # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
10860
+ # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
10861
+ # Foundation, Inc.
10846
10862
#
10847
10863
# This file is free software; the Free Software Foundation
10848
10864
# gives unlimited permission to copy and/or distribute it,
10849
10865
# with or without modifications, as long as this notice is preserved.
10850
10866
10851
- # serial 4
10867
+ # serial 5
10852
10868
10853
10869
# _AM_MANGLE_OPTION(NAME)
10854
10870
# -----------------------
10855
10871
AC_DEFUN ( [ _AM_MANGLE_OPTION] ,
10856
10872
[ [ _AM_OPTION_] m4_bpatsubst ( $1 , [ [ ^a-zA-Z0-9_] ] , [ _] ) ] )
10857
10873
10858
10874
# _AM_SET_OPTION(NAME)
10859
- # ------------------------------
10875
+ # --------------------
10860
10876
# Set option NAME. Presently that only means defining a flag for this option.
10861
10877
AC_DEFUN ( [ _AM_SET_OPTION] ,
10862
10878
[ m4_define ( _AM_MANGLE_OPTION ( [ $1 ] ) , 1 ) ] )
10863
10879
10864
10880
# _AM_SET_OPTIONS(OPTIONS)
10865
- # ----------------------------------
10881
+ # ------------------------
10866
10882
# OPTIONS is a space-separated list of Automake options.
10867
10883
AC_DEFUN ( [ _AM_SET_OPTIONS] ,
10868
10884
[ m4_foreach_w ( [ _AM_Option] , [ $1 ] , [ _AM_SET_OPTION(_AM_Option)] ) ] )
@@ -10938,12 +10954,14 @@ Check your system clock])
10938
10954
fi
10939
10955
AC_MSG_RESULT ( yes ) ] )
10940
10956
10941
- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
10957
+ # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
10942
10958
#
10943
10959
# This file is free software; the Free Software Foundation
10944
10960
# gives unlimited permission to copy and/or distribute it,
10945
10961
# with or without modifications, as long as this notice is preserved.
10946
10962
10963
+ # serial 1
10964
+
10947
10965
# AM_PROG_INSTALL_STRIP
10948
10966
# ---------------------
10949
10967
# One issue with vendor `install' (even GNU) is that you can't
@@ -10966,13 +10984,13 @@ fi
10966
10984
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10967
10985
AC_SUBST ( [ INSTALL_STRIP_PROGRAM] ) ] )
10968
10986
10969
- # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
10987
+ # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
10970
10988
#
10971
10989
# This file is free software; the Free Software Foundation
10972
10990
# gives unlimited permission to copy and/or distribute it,
10973
10991
# with or without modifications, as long as this notice is preserved.
10974
10992
10975
- # serial 2
10993
+ # serial 3
10976
10994
10977
10995
# _AM_SUBST_NOTMAKE(VARIABLE)
10978
10996
# ---------------------------
@@ -10981,7 +10999,7 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])])
10981
10999
AC_DEFUN ( [ _AM_SUBST_NOTMAKE] )
10982
11000
10983
11001
# AM_SUBST_NOTMAKE(VARIABLE)
10984
- # ---------------------------
11002
+ # --------------------------
10985
11003
# Public sister of _AM_SUBST_NOTMAKE.
10986
11004
AC_DEFUN ( [ AM_SUBST_NOTMAKE] , [ _AM_SUBST_NOTMAKE($@ )] )
10987
11005
0 commit comments