source: TRACY3/trunk/tracy/aclocal.m4

Last change on this file was 3, checked in by zhangj, 12 years ago

Initiale import

File size: 36.5 KB
Line 
1# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
2
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5# Inc.
6# This file is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15m4_ifndef([AC_AUTOCONF_VERSION],
16  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
18[m4_warning([this file was generated for autoconf 2.68.
19You have another version of autoconf.  It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.
21To do so, use the procedure documented by the package, typically `autoreconf'.])])
22
23# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
24# Foundation, Inc.
25#
26# This file is free software; the Free Software Foundation
27# gives unlimited permission to copy and/or distribute it,
28# with or without modifications, as long as this notice is preserved.
29
30# serial 1
31
32# AM_AUTOMAKE_VERSION(VERSION)
33# ----------------------------
34# Automake X.Y traces this macro to ensure aclocal.m4 has been
35# generated from the m4 files accompanying Automake X.Y.
36# (This private macro should not be called outside this file.)
37AC_DEFUN([AM_AUTOMAKE_VERSION],
38[am__api_version='1.11'
39dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
40dnl require some minimum version.  Point them to the right macro.
41m4_if([$1], [1.11.3], [],
42      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
43])
44
45# _AM_AUTOCONF_VERSION(VERSION)
46# -----------------------------
47# aclocal traces this macro to find the Autoconf version.
48# This is a private macro too.  Using m4_define simplifies
49# the logic in aclocal, which can simply ignore this definition.
50m4_define([_AM_AUTOCONF_VERSION], [])
51
52# AM_SET_CURRENT_AUTOMAKE_VERSION
53# -------------------------------
54# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
55# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
56AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
57[AM_AUTOMAKE_VERSION([1.11.3])dnl
58m4_ifndef([AC_AUTOCONF_VERSION],
59  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
60_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
61
62# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
63
64# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
65#
66# This file is free software; the Free Software Foundation
67# gives unlimited permission to copy and/or distribute it,
68# with or without modifications, as long as this notice is preserved.
69
70# serial 1
71
72# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
73# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
74# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
75#
76# Of course, Automake must honor this variable whenever it calls a
77# tool from the auxiliary directory.  The problem is that $srcdir (and
78# therefore $ac_aux_dir as well) can be either absolute or relative,
79# depending on how configure is run.  This is pretty annoying, since
80# it makes $ac_aux_dir quite unusable in subdirectories: in the top
81# source directory, any form will work fine, but in subdirectories a
82# relative path needs to be adjusted first.
83#
84# $ac_aux_dir/missing
85#    fails when called from a subdirectory if $ac_aux_dir is relative
86# $top_srcdir/$ac_aux_dir/missing
87#    fails if $ac_aux_dir is absolute,
88#    fails when called from a subdirectory in a VPATH build with
89#          a relative $ac_aux_dir
90#
91# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
92# are both prefixed by $srcdir.  In an in-source build this is usually
93# harmless because $srcdir is `.', but things will broke when you
94# start a VPATH build or use an absolute $srcdir.
95#
96# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
97# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
98#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
99# and then we would define $MISSING as
100#   MISSING="\${SHELL} $am_aux_dir/missing"
101# This will work as long as MISSING is not called from configure, because
102# unfortunately $(top_srcdir) has no meaning in configure.
103# However there are other variables, like CC, which are often used in
104# configure, and could therefore not use this "fixed" $ac_aux_dir.
105#
106# Another solution, used here, is to always expand $ac_aux_dir to an
107# absolute PATH.  The drawback is that using absolute paths prevent a
108# configured tree to be moved without reconfiguration.
109
110AC_DEFUN([AM_AUX_DIR_EXPAND],
111[dnl Rely on autoconf to set up CDPATH properly.
112AC_PREREQ([2.50])dnl
113# expand $ac_aux_dir to an absolute path
114am_aux_dir=`cd $ac_aux_dir && pwd`
115])
116
117
118# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005
119# Free Software Foundation, Inc.
120#
121# This file is free software; the Free Software Foundation
122# gives unlimited permission to copy and/or distribute it,
123# with or without modifications, as long as this notice is preserved.
124
125# serial 4
126
127# This was merged into AC_PROG_CC in Autoconf.
128
129AU_DEFUN([AM_PROG_CC_STDC],
130[AC_PROG_CC
131AC_DIAGNOSE([obsolete], [$0:
132        your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
133        `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
134        you adjust the code.  You can also remove the above call to
135        AC_PROG_CC if you already called it elsewhere.])
136am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
137])
138AU_DEFUN([fp_PROG_CC_STDC])
139
140# AM_CONDITIONAL                                            -*- Autoconf -*-
141
142# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
143# Free Software Foundation, Inc.
144#
145# This file is free software; the Free Software Foundation
146# gives unlimited permission to copy and/or distribute it,
147# with or without modifications, as long as this notice is preserved.
148
149# serial 9
150
151# AM_CONDITIONAL(NAME, SHELL-CONDITION)
152# -------------------------------------
153# Define a conditional.
154AC_DEFUN([AM_CONDITIONAL],
155[AC_PREREQ(2.52)dnl
156 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
157        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
158AC_SUBST([$1_TRUE])dnl
159AC_SUBST([$1_FALSE])dnl
160_AM_SUBST_NOTMAKE([$1_TRUE])dnl
161_AM_SUBST_NOTMAKE([$1_FALSE])dnl
162m4_define([_AM_COND_VALUE_$1], [$2])dnl
163if $2; then
164  $1_TRUE=
165  $1_FALSE='#'
166else
167  $1_TRUE='#'
168  $1_FALSE=
169fi
170AC_CONFIG_COMMANDS_PRE(
171[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
172  AC_MSG_ERROR([[conditional "$1" was never defined.
173Usually this means the macro was only invoked conditionally.]])
174fi])])
175
176# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
177# 2010, 2011 Free Software Foundation, Inc.
178#
179# This file is free software; the Free Software Foundation
180# gives unlimited permission to copy and/or distribute it,
181# with or without modifications, as long as this notice is preserved.
182
183# serial 12
184
185# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
186# written in clear, in which case automake, when reading aclocal.m4,
187# will think it sees a *use*, and therefore will trigger all it's
188# C support machinery.  Also note that it means that autoscan, seeing
189# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
190
191
192# _AM_DEPENDENCIES(NAME)
193# ----------------------
194# See how the compiler implements dependency checking.
195# NAME is "CC", "CXX", "GCJ", or "OBJC".
196# We try a few techniques and use that to set a single cache variable.
197#
198# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
199# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
200# dependency, and given that the user is not expected to run this macro,
201# just rely on AC_PROG_CC.
202AC_DEFUN([_AM_DEPENDENCIES],
203[AC_REQUIRE([AM_SET_DEPDIR])dnl
204AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
205AC_REQUIRE([AM_MAKE_INCLUDE])dnl
206AC_REQUIRE([AM_DEP_TRACK])dnl
207
208ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
209       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
210       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
211       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
212       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
213                   [depcc="$$1"   am_compiler_list=])
214
215AC_CACHE_CHECK([dependency style of $depcc],
216               [am_cv_$1_dependencies_compiler_type],
217[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
218  # We make a subdir and do the tests there.  Otherwise we can end up
219  # making bogus files that we don't know about and never remove.  For
220  # instance it was reported that on HP-UX the gcc test will end up
221  # making a dummy file named `D' -- because `-MD' means `put the output
222  # in D'.
223  rm -rf conftest.dir
224  mkdir conftest.dir
225  # Copy depcomp to subdir because otherwise we won't find it if we're
226  # using a relative directory.
227  cp "$am_depcomp" conftest.dir
228  cd conftest.dir
229  # We will build objects and dependencies in a subdirectory because
230  # it helps to detect inapplicable dependency modes.  For instance
231  # both Tru64's cc and ICC support -MD to output dependencies as a
232  # side effect of compilation, but ICC will put the dependencies in
233  # the current directory while Tru64 will put them in the object
234  # directory.
235  mkdir sub
236
237  am_cv_$1_dependencies_compiler_type=none
238  if test "$am_compiler_list" = ""; then
239     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
240  fi
241  am__universal=false
242  m4_case([$1], [CC],
243    [case " $depcc " in #(
244     *\ -arch\ *\ -arch\ *) am__universal=true ;;
245     esac],
246    [CXX],
247    [case " $depcc " in #(
248     *\ -arch\ *\ -arch\ *) am__universal=true ;;
249     esac])
250
251  for depmode in $am_compiler_list; do
252    # Setup a source with many dependencies, because some compilers
253    # like to wrap large dependency lists on column 80 (with \), and
254    # we should not choose a depcomp mode which is confused by this.
255    #
256    # We need to recreate these files for each test, as the compiler may
257    # overwrite some of them when testing with obscure command lines.
258    # This happens at least with the AIX C compiler.
259    : > sub/conftest.c
260    for i in 1 2 3 4 5 6; do
261      echo '#include "conftst'$i'.h"' >> sub/conftest.c
262      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
263      # Solaris 8's {/usr,}/bin/sh.
264      touch sub/conftst$i.h
265    done
266    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
267
268    # We check with `-c' and `-o' for the sake of the "dashmstdout"
269    # mode.  It turns out that the SunPro C++ compiler does not properly
270    # handle `-M -o', and we need to detect this.  Also, some Intel
271    # versions had trouble with output in subdirs
272    am__obj=sub/conftest.${OBJEXT-o}
273    am__minus_obj="-o $am__obj"
274    case $depmode in
275    gcc)
276      # This depmode causes a compiler race in universal mode.
277      test "$am__universal" = false || continue
278      ;;
279    nosideeffect)
280      # after this tag, mechanisms are not by side-effect, so they'll
281      # only be used when explicitly requested
282      if test "x$enable_dependency_tracking" = xyes; then
283        continue
284      else
285        break
286      fi
287      ;;
288    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
289      # This compiler won't grok `-c -o', but also, the minuso test has
290      # not run yet.  These depmodes are late enough in the game, and
291      # so weak that their functioning should not be impacted.
292      am__obj=conftest.${OBJEXT-o}
293      am__minus_obj=
294      ;;
295    none) break ;;
296    esac
297    if depmode=$depmode \
298       source=sub/conftest.c object=$am__obj \
299       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
300       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
301         >/dev/null 2>conftest.err &&
302       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
303       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
304       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
305       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
306      # icc doesn't choke on unknown options, it will just issue warnings
307      # or remarks (even with -Werror).  So we grep stderr for any message
308      # that says an option was ignored or not supported.
309      # When given -MP, icc 7.0 and 7.1 complain thusly:
310      #   icc: Command line warning: ignoring option '-M'; no argument required
311      # The diagnosis changed in icc 8.0:
312      #   icc: Command line remark: option '-MP' not supported
313      if (grep 'ignoring option' conftest.err ||
314          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
315        am_cv_$1_dependencies_compiler_type=$depmode
316        break
317      fi
318    fi
319  done
320
321  cd ..
322  rm -rf conftest.dir
323else
324  am_cv_$1_dependencies_compiler_type=none
325fi
326])
327AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
328AM_CONDITIONAL([am__fastdep$1], [
329  test "x$enable_dependency_tracking" != xno \
330  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
331])
332
333
334# AM_SET_DEPDIR
335# -------------
336# Choose a directory name for dependency files.
337# This macro is AC_REQUIREd in _AM_DEPENDENCIES
338AC_DEFUN([AM_SET_DEPDIR],
339[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
340AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
341])
342
343
344# AM_DEP_TRACK
345# ------------
346AC_DEFUN([AM_DEP_TRACK],
347[AC_ARG_ENABLE(dependency-tracking,
348[  --disable-dependency-tracking  speeds up one-time build
349  --enable-dependency-tracking   do not reject slow dependency extractors])
350if test "x$enable_dependency_tracking" != xno; then
351  am_depcomp="$ac_aux_dir/depcomp"
352  AMDEPBACKSLASH='\'
353  am__nodep='_no'
354fi
355AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
356AC_SUBST([AMDEPBACKSLASH])dnl
357_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
358AC_SUBST([am__nodep])dnl
359_AM_SUBST_NOTMAKE([am__nodep])dnl
360])
361
362# Generate code to set up dependency tracking.              -*- Autoconf -*-
363
364# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
365# Free Software Foundation, Inc.
366#
367# This file is free software; the Free Software Foundation
368# gives unlimited permission to copy and/or distribute it,
369# with or without modifications, as long as this notice is preserved.
370
371#serial 5
372
373# _AM_OUTPUT_DEPENDENCY_COMMANDS
374# ------------------------------
375AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
376[{
377  # Autoconf 2.62 quotes --file arguments for eval, but not when files
378  # are listed without --file.  Let's play safe and only enable the eval
379  # if we detect the quoting.
380  case $CONFIG_FILES in
381  *\'*) eval set x "$CONFIG_FILES" ;;
382  *)   set x $CONFIG_FILES ;;
383  esac
384  shift
385  for mf
386  do
387    # Strip MF so we end up with the name of the file.
388    mf=`echo "$mf" | sed -e 's/:.*$//'`
389    # Check whether this is an Automake generated Makefile or not.
390    # We used to match only the files named `Makefile.in', but
391    # some people rename them; so instead we look at the file content.
392    # Grep'ing the first line is not enough: some people post-process
393    # each Makefile.in and add a new line on top of each file to say so.
394    # Grep'ing the whole file is not good either: AIX grep has a line
395    # limit of 2048, but all sed's we know have understand at least 4000.
396    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
397      dirpart=`AS_DIRNAME("$mf")`
398    else
399      continue
400    fi
401    # Extract the definition of DEPDIR, am__include, and am__quote
402    # from the Makefile without running `make'.
403    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
404    test -z "$DEPDIR" && continue
405    am__include=`sed -n 's/^am__include = //p' < "$mf"`
406    test -z "am__include" && continue
407    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
408    # When using ansi2knr, U may be empty or an underscore; expand it
409    U=`sed -n 's/^U = //p' < "$mf"`
410    # Find all dependency output files, they are included files with
411    # $(DEPDIR) in their names.  We invoke sed twice because it is the
412    # simplest approach to changing $(DEPDIR) to its actual value in the
413    # expansion.
414    for file in `sed -n "
415      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
416         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
417      # Make sure the directory exists.
418      test -f "$dirpart/$file" && continue
419      fdir=`AS_DIRNAME(["$file"])`
420      AS_MKDIR_P([$dirpart/$fdir])
421      # echo "creating $dirpart/$file"
422      echo '# dummy' > "$dirpart/$file"
423    done
424  done
425}
426])# _AM_OUTPUT_DEPENDENCY_COMMANDS
427
428
429# AM_OUTPUT_DEPENDENCY_COMMANDS
430# -----------------------------
431# This macro should only be invoked once -- use via AC_REQUIRE.
432#
433# This code is only required when automatic dependency tracking
434# is enabled.  FIXME.  This creates each `.P' file that we will
435# need in order to bootstrap the dependency handling code.
436AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
437[AC_CONFIG_COMMANDS([depfiles],
438     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
439     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
440])
441
442# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
443# Free Software Foundation, Inc.
444#
445# This file is free software; the Free Software Foundation
446# gives unlimited permission to copy and/or distribute it,
447# with or without modifications, as long as this notice is preserved.
448
449# serial 8
450
451# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
452AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
453
454# Do all the work for Automake.                             -*- Autoconf -*-
455
456# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
457# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
458#
459# This file is free software; the Free Software Foundation
460# gives unlimited permission to copy and/or distribute it,
461# with or without modifications, as long as this notice is preserved.
462
463# serial 16
464
465# This macro actually does too much.  Some checks are only needed if
466# your package does certain things.  But this isn't really a big deal.
467
468# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
469# AM_INIT_AUTOMAKE([OPTIONS])
470# -----------------------------------------------
471# The call with PACKAGE and VERSION arguments is the old style
472# call (pre autoconf-2.50), which is being phased out.  PACKAGE
473# and VERSION should now be passed to AC_INIT and removed from
474# the call to AM_INIT_AUTOMAKE.
475# We support both call styles for the transition.  After
476# the next Automake release, Autoconf can make the AC_INIT
477# arguments mandatory, and then we can depend on a new Autoconf
478# release and drop the old call support.
479AC_DEFUN([AM_INIT_AUTOMAKE],
480[AC_PREREQ([2.62])dnl
481dnl Autoconf wants to disallow AM_ names.  We explicitly allow
482dnl the ones we care about.
483m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
484AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
485AC_REQUIRE([AC_PROG_INSTALL])dnl
486if test "`cd $srcdir && pwd`" != "`pwd`"; then
487  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
488  # is not polluted with repeated "-I."
489  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
490  # test to see if srcdir already configured
491  if test -f $srcdir/config.status; then
492    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
493  fi
494fi
495
496# test whether we have cygpath
497if test -z "$CYGPATH_W"; then
498  if (cygpath --version) >/dev/null 2>/dev/null; then
499    CYGPATH_W='cygpath -w'
500  else
501    CYGPATH_W=echo
502  fi
503fi
504AC_SUBST([CYGPATH_W])
505
506# Define the identity of the package.
507dnl Distinguish between old-style and new-style calls.
508m4_ifval([$2],
509[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
510 AC_SUBST([PACKAGE], [$1])dnl
511 AC_SUBST([VERSION], [$2])],
512[_AM_SET_OPTIONS([$1])dnl
513dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
514m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
515  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
516 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
517 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
518
519_AM_IF_OPTION([no-define],,
520[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
521 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
522
523# Some tools Automake needs.
524AC_REQUIRE([AM_SANITY_CHECK])dnl
525AC_REQUIRE([AC_ARG_PROGRAM])dnl
526AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
527AM_MISSING_PROG(AUTOCONF, autoconf)
528AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
529AM_MISSING_PROG(AUTOHEADER, autoheader)
530AM_MISSING_PROG(MAKEINFO, makeinfo)
531AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
532AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
533AC_REQUIRE([AM_PROG_MKDIR_P])dnl
534# We need awk for the "check" target.  The system "awk" is bad on
535# some platforms.
536AC_REQUIRE([AC_PROG_AWK])dnl
537AC_REQUIRE([AC_PROG_MAKE_SET])dnl
538AC_REQUIRE([AM_SET_LEADING_DOT])dnl
539_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
540              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
541                             [_AM_PROG_TAR([v7])])])
542_AM_IF_OPTION([no-dependencies],,
543[AC_PROVIDE_IFELSE([AC_PROG_CC],
544                  [_AM_DEPENDENCIES(CC)],
545                  [define([AC_PROG_CC],
546                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
547AC_PROVIDE_IFELSE([AC_PROG_CXX],
548                  [_AM_DEPENDENCIES(CXX)],
549                  [define([AC_PROG_CXX],
550                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
551AC_PROVIDE_IFELSE([AC_PROG_OBJC],
552                  [_AM_DEPENDENCIES(OBJC)],
553                  [define([AC_PROG_OBJC],
554                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
555])
556_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
557dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
558dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
559dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
560AC_CONFIG_COMMANDS_PRE(dnl
561[m4_provide_if([_AM_COMPILER_EXEEXT],
562  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
563])
564
565dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
566dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
567dnl mangled by Autoconf and run in a shell conditional statement.
568m4_define([_AC_COMPILER_EXEEXT],
569m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
570
571
572# When config.status generates a header, we must update the stamp-h file.
573# This file resides in the same directory as the config header
574# that is generated.  The stamp files are numbered to have different names.
575
576# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
577# loop where config.status creates the headers, so we can generate
578# our stamp files there.
579AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
580[# Compute $1's index in $config_headers.
581_am_arg=$1
582_am_stamp_count=1
583for _am_header in $config_headers :; do
584  case $_am_header in
585    $_am_arg | $_am_arg:* )
586      break ;;
587    * )
588      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
589  esac
590done
591echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
592
593# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
594# Inc.
595#
596# This file is free software; the Free Software Foundation
597# gives unlimited permission to copy and/or distribute it,
598# with or without modifications, as long as this notice is preserved.
599
600# serial 1
601
602# AM_PROG_INSTALL_SH
603# ------------------
604# Define $install_sh.
605AC_DEFUN([AM_PROG_INSTALL_SH],
606[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
607if test x"${install_sh}" != xset; then
608  case $am_aux_dir in
609  *\ * | *\     *)
610    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
611  *)
612    install_sh="\${SHELL} $am_aux_dir/install-sh"
613  esac
614fi
615AC_SUBST(install_sh)])
616
617# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
618#
619# This file is free software; the Free Software Foundation
620# gives unlimited permission to copy and/or distribute it,
621# with or without modifications, as long as this notice is preserved.
622
623# serial 2
624
625# Check whether the underlying file-system supports filenames
626# with a leading dot.  For instance MS-DOS doesn't.
627AC_DEFUN([AM_SET_LEADING_DOT],
628[rm -rf .tst 2>/dev/null
629mkdir .tst 2>/dev/null
630if test -d .tst; then
631  am__leading_dot=.
632else
633  am__leading_dot=_
634fi
635rmdir .tst 2>/dev/null
636AC_SUBST([am__leading_dot])])
637
638# Check to see how 'make' treats includes.                  -*- Autoconf -*-
639
640# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
641#
642# This file is free software; the Free Software Foundation
643# gives unlimited permission to copy and/or distribute it,
644# with or without modifications, as long as this notice is preserved.
645
646# serial 4
647
648# AM_MAKE_INCLUDE()
649# -----------------
650# Check to see how make treats includes.
651AC_DEFUN([AM_MAKE_INCLUDE],
652[am_make=${MAKE-make}
653cat > confinc << 'END'
654am__doit:
655        @echo this is the am__doit target
656.PHONY: am__doit
657END
658# If we don't find an include directive, just comment out the code.
659AC_MSG_CHECKING([for style of include used by $am_make])
660am__include="#"
661am__quote=
662_am_result=none
663# First try GNU make style include.
664echo "include confinc" > confmf
665# Ignore all kinds of additional output from `make'.
666case `$am_make -s -f confmf 2> /dev/null` in #(
667*the\ am__doit\ target*)
668  am__include=include
669  am__quote=
670  _am_result=GNU
671  ;;
672esac
673# Now try BSD make style include.
674if test "$am__include" = "#"; then
675   echo '.include "confinc"' > confmf
676   case `$am_make -s -f confmf 2> /dev/null` in #(
677   *the\ am__doit\ target*)
678     am__include=.include
679     am__quote="\""
680     _am_result=BSD
681     ;;
682   esac
683fi
684AC_SUBST([am__include])
685AC_SUBST([am__quote])
686AC_MSG_RESULT([$_am_result])
687rm -f confinc confmf
688])
689
690# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
691# Free Software Foundation, Inc.
692#
693# This file is free software; the Free Software Foundation
694# gives unlimited permission to copy and/or distribute it,
695# with or without modifications, as long as this notice is preserved.
696
697# serial 6
698
699# AM_PROG_CC_C_O
700# --------------
701# Like AC_PROG_CC_C_O, but changed for automake.
702AC_DEFUN([AM_PROG_CC_C_O],
703[AC_REQUIRE([AC_PROG_CC_C_O])dnl
704AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
705AC_REQUIRE_AUX_FILE([compile])dnl
706# FIXME: we rely on the cache variable name because
707# there is no other way.
708set dummy $CC
709am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
710eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
711if test "$am_t" != yes; then
712   # Losing compiler, so override with the script.
713   # FIXME: It is wrong to rewrite CC.
714   # But if we don't then we get into trouble of one sort or another.
715   # A longer-term fix would be to have automake use am__CC in this case,
716   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
717   CC="$am_aux_dir/compile $CC"
718fi
719dnl Make sure AC_PROG_CC is never called again, or it will override our
720dnl setting of CC.
721m4_define([AC_PROG_CC],
722          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
723])
724
725# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
726
727# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
728# Free Software Foundation, Inc.
729#
730# This file is free software; the Free Software Foundation
731# gives unlimited permission to copy and/or distribute it,
732# with or without modifications, as long as this notice is preserved.
733
734# serial 6
735
736# AM_MISSING_PROG(NAME, PROGRAM)
737# ------------------------------
738AC_DEFUN([AM_MISSING_PROG],
739[AC_REQUIRE([AM_MISSING_HAS_RUN])
740$1=${$1-"${am_missing_run}$2"}
741AC_SUBST($1)])
742
743
744# AM_MISSING_HAS_RUN
745# ------------------
746# Define MISSING if not defined so far and test if it supports --run.
747# If it does, set am_missing_run to use it, otherwise, to nothing.
748AC_DEFUN([AM_MISSING_HAS_RUN],
749[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
750AC_REQUIRE_AUX_FILE([missing])dnl
751if test x"${MISSING+set}" != xset; then
752  case $am_aux_dir in
753  *\ * | *\     *)
754    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
755  *)
756    MISSING="\${SHELL} $am_aux_dir/missing" ;;
757  esac
758fi
759# Use eval to expand $SHELL
760if eval "$MISSING --run true"; then
761  am_missing_run="$MISSING --run "
762else
763  am_missing_run=
764  AC_MSG_WARN([`missing' script is too old or missing])
765fi
766])
767
768# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
769# Inc.
770#
771# This file is free software; the Free Software Foundation
772# gives unlimited permission to copy and/or distribute it,
773# with or without modifications, as long as this notice is preserved.
774
775# serial 1
776
777# AM_PROG_MKDIR_P
778# ---------------
779# Check for `mkdir -p'.
780AC_DEFUN([AM_PROG_MKDIR_P],
781[AC_PREREQ([2.60])dnl
782AC_REQUIRE([AC_PROG_MKDIR_P])dnl
783dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
784dnl while keeping a definition of mkdir_p for backward compatibility.
785dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
786dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
787dnl Makefile.ins that do not define MKDIR_P, so we do our own
788dnl adjustment using top_builddir (which is defined more often than
789dnl MKDIR_P).
790AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
791case $mkdir_p in
792  [[\\/$]]* | ?:[[\\/]]*) ;;
793  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
794esac
795])
796
797# Helper functions for option handling.                     -*- Autoconf -*-
798
799# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
800# Foundation, Inc.
801#
802# This file is free software; the Free Software Foundation
803# gives unlimited permission to copy and/or distribute it,
804# with or without modifications, as long as this notice is preserved.
805
806# serial 5
807
808# _AM_MANGLE_OPTION(NAME)
809# -----------------------
810AC_DEFUN([_AM_MANGLE_OPTION],
811[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
812
813# _AM_SET_OPTION(NAME)
814# --------------------
815# Set option NAME.  Presently that only means defining a flag for this option.
816AC_DEFUN([_AM_SET_OPTION],
817[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
818
819# _AM_SET_OPTIONS(OPTIONS)
820# ------------------------
821# OPTIONS is a space-separated list of Automake options.
822AC_DEFUN([_AM_SET_OPTIONS],
823[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
824
825# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
826# -------------------------------------------
827# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
828AC_DEFUN([_AM_IF_OPTION],
829[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
830
831# Check to make sure that the build environment is sane.    -*- Autoconf -*-
832
833# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
834# Free Software Foundation, Inc.
835#
836# This file is free software; the Free Software Foundation
837# gives unlimited permission to copy and/or distribute it,
838# with or without modifications, as long as this notice is preserved.
839
840# serial 5
841
842# AM_SANITY_CHECK
843# ---------------
844AC_DEFUN([AM_SANITY_CHECK],
845[AC_MSG_CHECKING([whether build environment is sane])
846# Just in case
847sleep 1
848echo timestamp > conftest.file
849# Reject unsafe characters in $srcdir or the absolute working directory
850# name.  Accept space and tab only in the latter.
851am_lf='
852'
853case `pwd` in
854  *[[\\\"\#\$\&\'\`$am_lf]]*)
855    AC_MSG_ERROR([unsafe absolute working directory name]);;
856esac
857case $srcdir in
858  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
859    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
860esac
861
862# Do `set' in a subshell so we don't clobber the current shell's
863# arguments.  Must try -L first in case configure is actually a
864# symlink; some systems play weird games with the mod time of symlinks
865# (eg FreeBSD returns the mod time of the symlink's containing
866# directory).
867if (
868   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
869   if test "$[*]" = "X"; then
870      # -L didn't work.
871      set X `ls -t "$srcdir/configure" conftest.file`
872   fi
873   rm -f conftest.file
874   if test "$[*]" != "X $srcdir/configure conftest.file" \
875      && test "$[*]" != "X conftest.file $srcdir/configure"; then
876
877      # If neither matched, then we have a broken ls.  This can happen
878      # if, for instance, CONFIG_SHELL is bash and it inherits a
879      # broken ls alias from the environment.  This has actually
880      # happened.  Such a system could not be considered "sane".
881      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
882alias in your environment])
883   fi
884
885   test "$[2]" = conftest.file
886   )
887then
888   # Ok.
889   :
890else
891   AC_MSG_ERROR([newly created file is older than distributed files!
892Check your system clock])
893fi
894AC_MSG_RESULT(yes)])
895
896# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
897#
898# This file is free software; the Free Software Foundation
899# gives unlimited permission to copy and/or distribute it,
900# with or without modifications, as long as this notice is preserved.
901
902# serial 1
903
904# AM_PROG_INSTALL_STRIP
905# ---------------------
906# One issue with vendor `install' (even GNU) is that you can't
907# specify the program used to strip binaries.  This is especially
908# annoying in cross-compiling environments, where the build's strip
909# is unlikely to handle the host's binaries.
910# Fortunately install-sh will honor a STRIPPROG variable, so we
911# always use install-sh in `make install-strip', and initialize
912# STRIPPROG with the value of the STRIP variable (set by the user).
913AC_DEFUN([AM_PROG_INSTALL_STRIP],
914[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
915# Installed binaries are usually stripped using `strip' when the user
916# run `make install-strip'.  However `strip' might not be the right
917# tool to use in cross-compilation environments, therefore Automake
918# will honor the `STRIP' environment variable to overrule this program.
919dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
920if test "$cross_compiling" != no; then
921  AC_CHECK_TOOL([STRIP], [strip], :)
922fi
923INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
924AC_SUBST([INSTALL_STRIP_PROGRAM])])
925
926# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
927#
928# This file is free software; the Free Software Foundation
929# gives unlimited permission to copy and/or distribute it,
930# with or without modifications, as long as this notice is preserved.
931
932# serial 3
933
934# _AM_SUBST_NOTMAKE(VARIABLE)
935# ---------------------------
936# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
937# This macro is traced by Automake.
938AC_DEFUN([_AM_SUBST_NOTMAKE])
939
940# AM_SUBST_NOTMAKE(VARIABLE)
941# --------------------------
942# Public sister of _AM_SUBST_NOTMAKE.
943AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
944
945# Check how to create a tarball.                            -*- Autoconf -*-
946
947# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
948#
949# This file is free software; the Free Software Foundation
950# gives unlimited permission to copy and/or distribute it,
951# with or without modifications, as long as this notice is preserved.
952
953# serial 2
954
955# _AM_PROG_TAR(FORMAT)
956# --------------------
957# Check how to create a tarball in format FORMAT.
958# FORMAT should be one of `v7', `ustar', or `pax'.
959#
960# Substitute a variable $(am__tar) that is a command
961# writing to stdout a FORMAT-tarball containing the directory
962# $tardir.
963#     tardir=directory && $(am__tar) > result.tar
964#
965# Substitute a variable $(am__untar) that extract such
966# a tarball read from stdin.
967#     $(am__untar) < result.tar
968AC_DEFUN([_AM_PROG_TAR],
969[# Always define AMTAR for backward compatibility.  Yes, it's still used
970# in the wild :-(  We should find a proper way to deprecate it ...
971AC_SUBST([AMTAR], ['$${TAR-tar}'])
972m4_if([$1], [v7],
973     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
974     [m4_case([$1], [ustar],, [pax],,
975              [m4_fatal([Unknown tar format])])
976AC_MSG_CHECKING([how to create a $1 tar archive])
977# Loop over all known methods to create a tar archive until one works.
978_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
979_am_tools=${am_cv_prog_tar_$1-$_am_tools}
980# Do not fold the above two line into one, because Tru64 sh and
981# Solaris sh will not grok spaces in the rhs of `-'.
982for _am_tool in $_am_tools
983do
984  case $_am_tool in
985  gnutar)
986    for _am_tar in tar gnutar gtar;
987    do
988      AM_RUN_LOG([$_am_tar --version]) && break
989    done
990    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
991    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
992    am__untar="$_am_tar -xf -"
993    ;;
994  plaintar)
995    # Must skip GNU tar: if it does not support --format= it doesn't create
996    # ustar tarball either.
997    (tar --version) >/dev/null 2>&1 && continue
998    am__tar='tar chf - "$$tardir"'
999    am__tar_='tar chf - "$tardir"'
1000    am__untar='tar xf -'
1001    ;;
1002  pax)
1003    am__tar='pax -L -x $1 -w "$$tardir"'
1004    am__tar_='pax -L -x $1 -w "$tardir"'
1005    am__untar='pax -r'
1006    ;;
1007  cpio)
1008    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1009    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1010    am__untar='cpio -i -H $1 -d'
1011    ;;
1012  none)
1013    am__tar=false
1014    am__tar_=false
1015    am__untar=false
1016    ;;
1017  esac
1018
1019  # If the value was cached, stop now.  We just wanted to have am__tar
1020  # and am__untar set.
1021  test -n "${am_cv_prog_tar_$1}" && break
1022
1023  # tar/untar a dummy directory, and stop if the command works
1024  rm -rf conftest.dir
1025  mkdir conftest.dir
1026  echo GrepMe > conftest.dir/file
1027  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1028  rm -rf conftest.dir
1029  if test -s conftest.tar; then
1030    AM_RUN_LOG([$am__untar <conftest.tar])
1031    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1032  fi
1033done
1034rm -rf conftest.dir
1035
1036AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1037AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1038AC_SUBST([am__tar])
1039AC_SUBST([am__untar])
1040]) # _AM_PROG_TAR
1041
1042m4_include([acinclude.m4])
Note: See TracBrowser for help on using the repository browser.