~ubuntu-branches/ubuntu/vivid/xauth/vivid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-11-11 14:46:10 UTC
  • mfrom: (13.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141111144610-qihnyjn0acn53dmz
Tags: 1:1.0.9-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Mark xauth Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
 
 
3
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
1
# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
 
2
 
 
3
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
4
 
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
 
14
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
14
15
m4_ifndef([AC_AUTOCONF_VERSION],
15
16
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17
 
[m4_warning([this file was generated for autoconf 2.68.
 
17
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
 
18
[m4_warning([this file was generated for autoconf 2.69.
18
19
You have another version of autoconf.  It may work, but is not guaranteed to.
19
20
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'.])])
21
 
 
22
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
23
 
#
24
 
# This file is free software; the Free Software Foundation
25
 
# gives unlimited permission to copy and/or distribute it,
26
 
# with or without modifications, as long as this notice is preserved.
27
 
 
28
 
# AM_AUTOMAKE_VERSION(VERSION)
29
 
# ----------------------------
30
 
# Automake X.Y traces this macro to ensure aclocal.m4 has been
31
 
# generated from the m4 files accompanying Automake X.Y.
32
 
# (This private macro should not be called outside this file.)
33
 
AC_DEFUN([AM_AUTOMAKE_VERSION],
34
 
[am__api_version='1.11'
35
 
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
36
 
dnl require some minimum version.  Point them to the right macro.
37
 
m4_if([$1], [1.11.1], [],
38
 
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
39
 
])
40
 
 
41
 
# _AM_AUTOCONF_VERSION(VERSION)
42
 
# -----------------------------
43
 
# aclocal traces this macro to find the Autoconf version.
44
 
# This is a private macro too.  Using m4_define simplifies
45
 
# the logic in aclocal, which can simply ignore this definition.
46
 
m4_define([_AM_AUTOCONF_VERSION], [])
47
 
 
48
 
# AM_SET_CURRENT_AUTOMAKE_VERSION
49
 
# -------------------------------
50
 
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
51
 
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
52
 
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53
 
[AM_AUTOMAKE_VERSION([1.11.1])dnl
54
 
m4_ifndef([AC_AUTOCONF_VERSION],
55
 
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
56
 
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
57
 
 
58
 
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
59
 
 
60
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
61
 
#
62
 
# This file is free software; the Free Software Foundation
63
 
# gives unlimited permission to copy and/or distribute it,
64
 
# with or without modifications, as long as this notice is preserved.
65
 
 
66
 
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
67
 
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
68
 
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
69
 
#
70
 
# Of course, Automake must honor this variable whenever it calls a
71
 
# tool from the auxiliary directory.  The problem is that $srcdir (and
72
 
# therefore $ac_aux_dir as well) can be either absolute or relative,
73
 
# depending on how configure is run.  This is pretty annoying, since
74
 
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
75
 
# source directory, any form will work fine, but in subdirectories a
76
 
# relative path needs to be adjusted first.
77
 
#
78
 
# $ac_aux_dir/missing
79
 
#    fails when called from a subdirectory if $ac_aux_dir is relative
80
 
# $top_srcdir/$ac_aux_dir/missing
81
 
#    fails if $ac_aux_dir is absolute,
82
 
#    fails when called from a subdirectory in a VPATH build with
83
 
#          a relative $ac_aux_dir
84
 
#
85
 
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
86
 
# are both prefixed by $srcdir.  In an in-source build this is usually
87
 
# harmless because $srcdir is `.', but things will broke when you
88
 
# start a VPATH build or use an absolute $srcdir.
89
 
#
90
 
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
91
 
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
92
 
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
93
 
# and then we would define $MISSING as
94
 
#   MISSING="\${SHELL} $am_aux_dir/missing"
95
 
# This will work as long as MISSING is not called from configure, because
96
 
# unfortunately $(top_srcdir) has no meaning in configure.
97
 
# However there are other variables, like CC, which are often used in
98
 
# configure, and could therefore not use this "fixed" $ac_aux_dir.
99
 
#
100
 
# Another solution, used here, is to always expand $ac_aux_dir to an
101
 
# absolute PATH.  The drawback is that using absolute paths prevent a
102
 
# configured tree to be moved without reconfiguration.
103
 
 
104
 
AC_DEFUN([AM_AUX_DIR_EXPAND],
105
 
[dnl Rely on autoconf to set up CDPATH properly.
106
 
AC_PREREQ([2.50])dnl
107
 
# expand $ac_aux_dir to an absolute path
108
 
am_aux_dir=`cd $ac_aux_dir && pwd`
109
 
])
110
 
 
111
 
# AM_CONDITIONAL                                            -*- Autoconf -*-
112
 
 
113
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
114
 
# Free Software Foundation, Inc.
115
 
#
116
 
# This file is free software; the Free Software Foundation
117
 
# gives unlimited permission to copy and/or distribute it,
118
 
# with or without modifications, as long as this notice is preserved.
119
 
 
120
 
# serial 9
121
 
 
122
 
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
123
 
# -------------------------------------
124
 
# Define a conditional.
125
 
AC_DEFUN([AM_CONDITIONAL],
126
 
[AC_PREREQ(2.52)dnl
127
 
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
128
 
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
129
 
AC_SUBST([$1_TRUE])dnl
130
 
AC_SUBST([$1_FALSE])dnl
131
 
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
132
 
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
133
 
m4_define([_AM_COND_VALUE_$1], [$2])dnl
134
 
if $2; then
135
 
  $1_TRUE=
136
 
  $1_FALSE='#'
137
 
else
138
 
  $1_TRUE='#'
139
 
  $1_FALSE=
140
 
fi
141
 
AC_CONFIG_COMMANDS_PRE(
142
 
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
143
 
  AC_MSG_ERROR([[conditional "$1" was never defined.
144
 
Usually this means the macro was only invoked conditionally.]])
145
 
fi])])
146
 
 
147
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
148
 
# Free Software Foundation, Inc.
149
 
#
150
 
# This file is free software; the Free Software Foundation
151
 
# gives unlimited permission to copy and/or distribute it,
152
 
# with or without modifications, as long as this notice is preserved.
153
 
 
154
 
# serial 10
155
 
 
156
 
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
157
 
# written in clear, in which case automake, when reading aclocal.m4,
158
 
# will think it sees a *use*, and therefore will trigger all it's
159
 
# C support machinery.  Also note that it means that autoscan, seeing
160
 
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
161
 
 
162
 
 
163
 
# _AM_DEPENDENCIES(NAME)
164
 
# ----------------------
165
 
# See how the compiler implements dependency checking.
166
 
# NAME is "CC", "CXX", "GCJ", or "OBJC".
167
 
# We try a few techniques and use that to set a single cache variable.
168
 
#
169
 
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
170
 
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
171
 
# dependency, and given that the user is not expected to run this macro,
172
 
# just rely on AC_PROG_CC.
173
 
AC_DEFUN([_AM_DEPENDENCIES],
174
 
[AC_REQUIRE([AM_SET_DEPDIR])dnl
175
 
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
176
 
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
177
 
AC_REQUIRE([AM_DEP_TRACK])dnl
178
 
 
179
 
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
180
 
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
181
 
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
182
 
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
183
 
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
184
 
                   [depcc="$$1"   am_compiler_list=])
185
 
 
186
 
AC_CACHE_CHECK([dependency style of $depcc],
187
 
               [am_cv_$1_dependencies_compiler_type],
188
 
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
189
 
  # We make a subdir and do the tests there.  Otherwise we can end up
190
 
  # making bogus files that we don't know about and never remove.  For
191
 
  # instance it was reported that on HP-UX the gcc test will end up
192
 
  # making a dummy file named `D' -- because `-MD' means `put the output
193
 
  # in D'.
194
 
  mkdir conftest.dir
195
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
196
 
  # using a relative directory.
197
 
  cp "$am_depcomp" conftest.dir
198
 
  cd conftest.dir
199
 
  # We will build objects and dependencies in a subdirectory because
200
 
  # it helps to detect inapplicable dependency modes.  For instance
201
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
202
 
  # side effect of compilation, but ICC will put the dependencies in
203
 
  # the current directory while Tru64 will put them in the object
204
 
  # directory.
205
 
  mkdir sub
206
 
 
207
 
  am_cv_$1_dependencies_compiler_type=none
208
 
  if test "$am_compiler_list" = ""; then
209
 
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
210
 
  fi
211
 
  am__universal=false
212
 
  m4_case([$1], [CC],
213
 
    [case " $depcc " in #(
214
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
215
 
     esac],
216
 
    [CXX],
217
 
    [case " $depcc " in #(
218
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
219
 
     esac])
220
 
 
221
 
  for depmode in $am_compiler_list; do
222
 
    # Setup a source with many dependencies, because some compilers
223
 
    # like to wrap large dependency lists on column 80 (with \), and
224
 
    # we should not choose a depcomp mode which is confused by this.
225
 
    #
226
 
    # We need to recreate these files for each test, as the compiler may
227
 
    # overwrite some of them when testing with obscure command lines.
228
 
    # This happens at least with the AIX C compiler.
229
 
    : > sub/conftest.c
230
 
    for i in 1 2 3 4 5 6; do
231
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
232
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
233
 
      # Solaris 8's {/usr,}/bin/sh.
234
 
      touch sub/conftst$i.h
235
 
    done
236
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
237
 
 
238
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
239
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
240
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
241
 
    # versions had trouble with output in subdirs
242
 
    am__obj=sub/conftest.${OBJEXT-o}
243
 
    am__minus_obj="-o $am__obj"
244
 
    case $depmode in
245
 
    gcc)
246
 
      # This depmode causes a compiler race in universal mode.
247
 
      test "$am__universal" = false || continue
248
 
      ;;
249
 
    nosideeffect)
250
 
      # after this tag, mechanisms are not by side-effect, so they'll
251
 
      # only be used when explicitly requested
252
 
      if test "x$enable_dependency_tracking" = xyes; then
253
 
        continue
254
 
      else
255
 
        break
256
 
      fi
257
 
      ;;
258
 
    msvisualcpp | msvcmsys)
259
 
      # This compiler won't grok `-c -o', but also, the minuso test has
260
 
      # not run yet.  These depmodes are late enough in the game, and
261
 
      # so weak that their functioning should not be impacted.
262
 
      am__obj=conftest.${OBJEXT-o}
263
 
      am__minus_obj=
264
 
      ;;
265
 
    none) break ;;
266
 
    esac
267
 
    if depmode=$depmode \
268
 
       source=sub/conftest.c object=$am__obj \
269
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
270
 
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
271
 
         >/dev/null 2>conftest.err &&
272
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
273
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
274
 
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
275
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
276
 
      # icc doesn't choke on unknown options, it will just issue warnings
277
 
      # or remarks (even with -Werror).  So we grep stderr for any message
278
 
      # that says an option was ignored or not supported.
279
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
280
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
281
 
      # The diagnosis changed in icc 8.0:
282
 
      #   icc: Command line remark: option '-MP' not supported
283
 
      if (grep 'ignoring option' conftest.err ||
284
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
285
 
        am_cv_$1_dependencies_compiler_type=$depmode
286
 
        break
287
 
      fi
288
 
    fi
289
 
  done
290
 
 
291
 
  cd ..
292
 
  rm -rf conftest.dir
293
 
else
294
 
  am_cv_$1_dependencies_compiler_type=none
295
 
fi
296
 
])
297
 
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
298
 
AM_CONDITIONAL([am__fastdep$1], [
299
 
  test "x$enable_dependency_tracking" != xno \
300
 
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
301
 
])
302
 
 
303
 
 
304
 
# AM_SET_DEPDIR
305
 
# -------------
306
 
# Choose a directory name for dependency files.
307
 
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
308
 
AC_DEFUN([AM_SET_DEPDIR],
309
 
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
310
 
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
311
 
])
312
 
 
313
 
 
314
 
# AM_DEP_TRACK
315
 
# ------------
316
 
AC_DEFUN([AM_DEP_TRACK],
317
 
[AC_ARG_ENABLE(dependency-tracking,
318
 
[  --disable-dependency-tracking  speeds up one-time build
319
 
  --enable-dependency-tracking   do not reject slow dependency extractors])
320
 
if test "x$enable_dependency_tracking" != xno; then
321
 
  am_depcomp="$ac_aux_dir/depcomp"
322
 
  AMDEPBACKSLASH='\'
323
 
fi
324
 
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
325
 
AC_SUBST([AMDEPBACKSLASH])dnl
326
 
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
327
 
])
328
 
 
329
 
# Generate code to set up dependency tracking.              -*- Autoconf -*-
330
 
 
331
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
332
 
# Free Software Foundation, Inc.
333
 
#
334
 
# This file is free software; the Free Software Foundation
335
 
# gives unlimited permission to copy and/or distribute it,
336
 
# with or without modifications, as long as this notice is preserved.
337
 
 
338
 
#serial 5
339
 
 
340
 
# _AM_OUTPUT_DEPENDENCY_COMMANDS
341
 
# ------------------------------
342
 
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
343
 
[{
344
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
345
 
  # are listed without --file.  Let's play safe and only enable the eval
346
 
  # if we detect the quoting.
347
 
  case $CONFIG_FILES in
348
 
  *\'*) eval set x "$CONFIG_FILES" ;;
349
 
  *)   set x $CONFIG_FILES ;;
350
 
  esac
351
 
  shift
352
 
  for mf
353
 
  do
354
 
    # Strip MF so we end up with the name of the file.
355
 
    mf=`echo "$mf" | sed -e 's/:.*$//'`
356
 
    # Check whether this is an Automake generated Makefile or not.
357
 
    # We used to match only the files named `Makefile.in', but
358
 
    # some people rename them; so instead we look at the file content.
359
 
    # Grep'ing the first line is not enough: some people post-process
360
 
    # each Makefile.in and add a new line on top of each file to say so.
361
 
    # Grep'ing the whole file is not good either: AIX grep has a line
362
 
    # limit of 2048, but all sed's we know have understand at least 4000.
363
 
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
364
 
      dirpart=`AS_DIRNAME("$mf")`
365
 
    else
366
 
      continue
367
 
    fi
368
 
    # Extract the definition of DEPDIR, am__include, and am__quote
369
 
    # from the Makefile without running `make'.
370
 
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
371
 
    test -z "$DEPDIR" && continue
372
 
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
373
 
    test -z "am__include" && continue
374
 
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
375
 
    # When using ansi2knr, U may be empty or an underscore; expand it
376
 
    U=`sed -n 's/^U = //p' < "$mf"`
377
 
    # Find all dependency output files, they are included files with
378
 
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
379
 
    # simplest approach to changing $(DEPDIR) to its actual value in the
380
 
    # expansion.
381
 
    for file in `sed -n "
382
 
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
383
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
384
 
      # Make sure the directory exists.
385
 
      test -f "$dirpart/$file" && continue
386
 
      fdir=`AS_DIRNAME(["$file"])`
387
 
      AS_MKDIR_P([$dirpart/$fdir])
388
 
      # echo "creating $dirpart/$file"
389
 
      echo '# dummy' > "$dirpart/$file"
390
 
    done
391
 
  done
392
 
}
393
 
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
394
 
 
395
 
 
396
 
# AM_OUTPUT_DEPENDENCY_COMMANDS
397
 
# -----------------------------
398
 
# This macro should only be invoked once -- use via AC_REQUIRE.
399
 
#
400
 
# This code is only required when automatic dependency tracking
401
 
# is enabled.  FIXME.  This creates each `.P' file that we will
402
 
# need in order to bootstrap the dependency handling code.
403
 
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
404
 
[AC_CONFIG_COMMANDS([depfiles],
405
 
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
406
 
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
407
 
])
408
 
 
409
 
# Do all the work for Automake.                             -*- Autoconf -*-
410
 
 
411
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
412
 
# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
413
 
#
414
 
# This file is free software; the Free Software Foundation
415
 
# gives unlimited permission to copy and/or distribute it,
416
 
# with or without modifications, as long as this notice is preserved.
417
 
 
418
 
# serial 16
419
 
 
420
 
# This macro actually does too much.  Some checks are only needed if
421
 
# your package does certain things.  But this isn't really a big deal.
422
 
 
423
 
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
424
 
# AM_INIT_AUTOMAKE([OPTIONS])
425
 
# -----------------------------------------------
426
 
# The call with PACKAGE and VERSION arguments is the old style
427
 
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
428
 
# and VERSION should now be passed to AC_INIT and removed from
429
 
# the call to AM_INIT_AUTOMAKE.
430
 
# We support both call styles for the transition.  After
431
 
# the next Automake release, Autoconf can make the AC_INIT
432
 
# arguments mandatory, and then we can depend on a new Autoconf
433
 
# release and drop the old call support.
434
 
AC_DEFUN([AM_INIT_AUTOMAKE],
435
 
[AC_PREREQ([2.62])dnl
436
 
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
437
 
dnl the ones we care about.
438
 
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
439
 
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
440
 
AC_REQUIRE([AC_PROG_INSTALL])dnl
441
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
442
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
443
 
  # is not polluted with repeated "-I."
444
 
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
445
 
  # test to see if srcdir already configured
446
 
  if test -f $srcdir/config.status; then
447
 
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
448
 
  fi
449
 
fi
450
 
 
451
 
# test whether we have cygpath
452
 
if test -z "$CYGPATH_W"; then
453
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
454
 
    CYGPATH_W='cygpath -w'
455
 
  else
456
 
    CYGPATH_W=echo
457
 
  fi
458
 
fi
459
 
AC_SUBST([CYGPATH_W])
460
 
 
461
 
# Define the identity of the package.
462
 
dnl Distinguish between old-style and new-style calls.
463
 
m4_ifval([$2],
464
 
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
465
 
 AC_SUBST([PACKAGE], [$1])dnl
466
 
 AC_SUBST([VERSION], [$2])],
467
 
[_AM_SET_OPTIONS([$1])dnl
468
 
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
469
 
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
470
 
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
471
 
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
472
 
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
473
 
 
474
 
_AM_IF_OPTION([no-define],,
475
 
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
476
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
477
 
 
478
 
# Some tools Automake needs.
479
 
AC_REQUIRE([AM_SANITY_CHECK])dnl
480
 
AC_REQUIRE([AC_ARG_PROGRAM])dnl
481
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
482
 
AM_MISSING_PROG(AUTOCONF, autoconf)
483
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
484
 
AM_MISSING_PROG(AUTOHEADER, autoheader)
485
 
AM_MISSING_PROG(MAKEINFO, makeinfo)
486
 
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
487
 
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
488
 
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
489
 
# We need awk for the "check" target.  The system "awk" is bad on
490
 
# some platforms.
491
 
AC_REQUIRE([AC_PROG_AWK])dnl
492
 
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
493
 
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
494
 
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
495
 
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
496
 
                             [_AM_PROG_TAR([v7])])])
497
 
_AM_IF_OPTION([no-dependencies],,
498
 
[AC_PROVIDE_IFELSE([AC_PROG_CC],
499
 
                  [_AM_DEPENDENCIES(CC)],
500
 
                  [define([AC_PROG_CC],
501
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
502
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
503
 
                  [_AM_DEPENDENCIES(CXX)],
504
 
                  [define([AC_PROG_CXX],
505
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
506
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
507
 
                  [_AM_DEPENDENCIES(OBJC)],
508
 
                  [define([AC_PROG_OBJC],
509
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
510
 
])
511
 
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
512
 
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
513
 
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
514
 
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
515
 
AC_CONFIG_COMMANDS_PRE(dnl
516
 
[m4_provide_if([_AM_COMPILER_EXEEXT],
517
 
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
518
 
])
519
 
 
520
 
dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
521
 
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
522
 
dnl mangled by Autoconf and run in a shell conditional statement.
523
 
m4_define([_AC_COMPILER_EXEEXT],
524
 
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
525
 
 
526
 
 
527
 
# When config.status generates a header, we must update the stamp-h file.
528
 
# This file resides in the same directory as the config header
529
 
# that is generated.  The stamp files are numbered to have different names.
530
 
 
531
 
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
532
 
# loop where config.status creates the headers, so we can generate
533
 
# our stamp files there.
534
 
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
535
 
[# Compute $1's index in $config_headers.
536
 
_am_arg=$1
537
 
_am_stamp_count=1
538
 
for _am_header in $config_headers :; do
539
 
  case $_am_header in
540
 
    $_am_arg | $_am_arg:* )
541
 
      break ;;
542
 
    * )
543
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
544
 
  esac
545
 
done
546
 
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
547
 
 
548
 
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
549
 
#
550
 
# This file is free software; the Free Software Foundation
551
 
# gives unlimited permission to copy and/or distribute it,
552
 
# with or without modifications, as long as this notice is preserved.
553
 
 
554
 
# AM_PROG_INSTALL_SH
555
 
# ------------------
556
 
# Define $install_sh.
557
 
AC_DEFUN([AM_PROG_INSTALL_SH],
558
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
559
 
if test x"${install_sh}" != xset; then
560
 
  case $am_aux_dir in
561
 
  *\ * | *\     *)
562
 
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
563
 
  *)
564
 
    install_sh="\${SHELL} $am_aux_dir/install-sh"
565
 
  esac
566
 
fi
567
 
AC_SUBST(install_sh)])
568
 
 
569
 
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
570
 
#
571
 
# This file is free software; the Free Software Foundation
572
 
# gives unlimited permission to copy and/or distribute it,
573
 
# with or without modifications, as long as this notice is preserved.
574
 
 
575
 
# serial 2
576
 
 
577
 
# Check whether the underlying file-system supports filenames
578
 
# with a leading dot.  For instance MS-DOS doesn't.
579
 
AC_DEFUN([AM_SET_LEADING_DOT],
580
 
[rm -rf .tst 2>/dev/null
581
 
mkdir .tst 2>/dev/null
582
 
if test -d .tst; then
583
 
  am__leading_dot=.
584
 
else
585
 
  am__leading_dot=_
586
 
fi
587
 
rmdir .tst 2>/dev/null
588
 
AC_SUBST([am__leading_dot])])
589
 
 
590
 
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
591
 
# From Jim Meyering
592
 
 
593
 
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
594
 
# Free Software Foundation, 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 5
601
 
 
602
 
# AM_MAINTAINER_MODE([DEFAULT-MODE])
603
 
# ----------------------------------
604
 
# Control maintainer-specific portions of Makefiles.
605
 
# Default is to disable them, unless `enable' is passed literally.
606
 
# For symmetry, `disable' may be passed as well.  Anyway, the user
607
 
# can override the default with the --enable/--disable switch.
608
 
AC_DEFUN([AM_MAINTAINER_MODE],
609
 
[m4_case(m4_default([$1], [disable]),
610
 
       [enable], [m4_define([am_maintainer_other], [disable])],
611
 
       [disable], [m4_define([am_maintainer_other], [enable])],
612
 
       [m4_define([am_maintainer_other], [enable])
613
 
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
614
 
AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
615
 
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
616
 
  AC_ARG_ENABLE([maintainer-mode],
617
 
[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
618
 
                          (and sometimes confusing) to the casual installer],
619
 
      [USE_MAINTAINER_MODE=$enableval],
620
 
      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
621
 
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
622
 
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
623
 
  MAINT=$MAINTAINER_MODE_TRUE
624
 
  AC_SUBST([MAINT])dnl
625
 
]
626
 
)
627
 
 
628
 
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
629
 
 
630
 
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
631
 
 
632
 
# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
633
 
#
634
 
# This file is free software; the Free Software Foundation
635
 
# gives unlimited permission to copy and/or distribute it,
636
 
# with or without modifications, as long as this notice is preserved.
637
 
 
638
 
# serial 4
639
 
 
640
 
# AM_MAKE_INCLUDE()
641
 
# -----------------
642
 
# Check to see how make treats includes.
643
 
AC_DEFUN([AM_MAKE_INCLUDE],
644
 
[am_make=${MAKE-make}
645
 
cat > confinc << 'END'
646
 
am__doit:
647
 
        @echo this is the am__doit target
648
 
.PHONY: am__doit
649
 
END
650
 
# If we don't find an include directive, just comment out the code.
651
 
AC_MSG_CHECKING([for style of include used by $am_make])
652
 
am__include="#"
653
 
am__quote=
654
 
_am_result=none
655
 
# First try GNU make style include.
656
 
echo "include confinc" > confmf
657
 
# Ignore all kinds of additional output from `make'.
658
 
case `$am_make -s -f confmf 2> /dev/null` in #(
659
 
*the\ am__doit\ target*)
660
 
  am__include=include
661
 
  am__quote=
662
 
  _am_result=GNU
663
 
  ;;
664
 
esac
665
 
# Now try BSD make style include.
666
 
if test "$am__include" = "#"; then
667
 
   echo '.include "confinc"' > confmf
668
 
   case `$am_make -s -f confmf 2> /dev/null` in #(
669
 
   *the\ am__doit\ target*)
670
 
     am__include=.include
671
 
     am__quote="\""
672
 
     _am_result=BSD
673
 
     ;;
674
 
   esac
675
 
fi
676
 
AC_SUBST([am__include])
677
 
AC_SUBST([am__quote])
678
 
AC_MSG_RESULT([$_am_result])
679
 
rm -f confinc confmf
680
 
])
681
 
 
682
 
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
683
 
 
684
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
685
 
# Free Software Foundation, Inc.
686
 
#
687
 
# This file is free software; the Free Software Foundation
688
 
# gives unlimited permission to copy and/or distribute it,
689
 
# with or without modifications, as long as this notice is preserved.
690
 
 
691
 
# serial 6
692
 
 
693
 
# AM_MISSING_PROG(NAME, PROGRAM)
694
 
# ------------------------------
695
 
AC_DEFUN([AM_MISSING_PROG],
696
 
[AC_REQUIRE([AM_MISSING_HAS_RUN])
697
 
$1=${$1-"${am_missing_run}$2"}
698
 
AC_SUBST($1)])
699
 
 
700
 
 
701
 
# AM_MISSING_HAS_RUN
702
 
# ------------------
703
 
# Define MISSING if not defined so far and test if it supports --run.
704
 
# If it does, set am_missing_run to use it, otherwise, to nothing.
705
 
AC_DEFUN([AM_MISSING_HAS_RUN],
706
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
707
 
AC_REQUIRE_AUX_FILE([missing])dnl
708
 
if test x"${MISSING+set}" != xset; then
709
 
  case $am_aux_dir in
710
 
  *\ * | *\     *)
711
 
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
712
 
  *)
713
 
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
714
 
  esac
715
 
fi
716
 
# Use eval to expand $SHELL
717
 
if eval "$MISSING --run true"; then
718
 
  am_missing_run="$MISSING --run "
719
 
else
720
 
  am_missing_run=
721
 
  AC_MSG_WARN([`missing' script is too old or missing])
722
 
fi
723
 
])
724
 
 
725
 
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
726
 
#
727
 
# This file is free software; the Free Software Foundation
728
 
# gives unlimited permission to copy and/or distribute it,
729
 
# with or without modifications, as long as this notice is preserved.
730
 
 
731
 
# AM_PROG_MKDIR_P
732
 
# ---------------
733
 
# Check for `mkdir -p'.
734
 
AC_DEFUN([AM_PROG_MKDIR_P],
735
 
[AC_PREREQ([2.60])dnl
736
 
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
737
 
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
738
 
dnl while keeping a definition of mkdir_p for backward compatibility.
739
 
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
740
 
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
741
 
dnl Makefile.ins that do not define MKDIR_P, so we do our own
742
 
dnl adjustment using top_builddir (which is defined more often than
743
 
dnl MKDIR_P).
744
 
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
745
 
case $mkdir_p in
746
 
  [[\\/$]]* | ?:[[\\/]]*) ;;
747
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
748
 
esac
749
 
])
750
 
 
751
 
# Helper functions for option handling.                     -*- Autoconf -*-
752
 
 
753
 
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
754
 
#
755
 
# This file is free software; the Free Software Foundation
756
 
# gives unlimited permission to copy and/or distribute it,
757
 
# with or without modifications, as long as this notice is preserved.
758
 
 
759
 
# serial 4
760
 
 
761
 
# _AM_MANGLE_OPTION(NAME)
762
 
# -----------------------
763
 
AC_DEFUN([_AM_MANGLE_OPTION],
764
 
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
765
 
 
766
 
# _AM_SET_OPTION(NAME)
767
 
# ------------------------------
768
 
# Set option NAME.  Presently that only means defining a flag for this option.
769
 
AC_DEFUN([_AM_SET_OPTION],
770
 
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
771
 
 
772
 
# _AM_SET_OPTIONS(OPTIONS)
773
 
# ----------------------------------
774
 
# OPTIONS is a space-separated list of Automake options.
775
 
AC_DEFUN([_AM_SET_OPTIONS],
776
 
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
777
 
 
778
 
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
779
 
# -------------------------------------------
780
 
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
781
 
AC_DEFUN([_AM_IF_OPTION],
782
 
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
783
 
 
784
 
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
785
 
 
786
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
787
 
# Free Software Foundation, Inc.
788
 
#
789
 
# This file is free software; the Free Software Foundation
790
 
# gives unlimited permission to copy and/or distribute it,
791
 
# with or without modifications, as long as this notice is preserved.
792
 
 
793
 
# serial 5
794
 
 
795
 
# AM_SANITY_CHECK
796
 
# ---------------
797
 
AC_DEFUN([AM_SANITY_CHECK],
798
 
[AC_MSG_CHECKING([whether build environment is sane])
799
 
# Just in case
800
 
sleep 1
801
 
echo timestamp > conftest.file
802
 
# Reject unsafe characters in $srcdir or the absolute working directory
803
 
# name.  Accept space and tab only in the latter.
804
 
am_lf='
805
 
'
806
 
case `pwd` in
807
 
  *[[\\\"\#\$\&\'\`$am_lf]]*)
808
 
    AC_MSG_ERROR([unsafe absolute working directory name]);;
809
 
esac
810
 
case $srcdir in
811
 
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
812
 
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
813
 
esac
814
 
 
815
 
# Do `set' in a subshell so we don't clobber the current shell's
816
 
# arguments.  Must try -L first in case configure is actually a
817
 
# symlink; some systems play weird games with the mod time of symlinks
818
 
# (eg FreeBSD returns the mod time of the symlink's containing
819
 
# directory).
820
 
if (
821
 
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
822
 
   if test "$[*]" = "X"; then
823
 
      # -L didn't work.
824
 
      set X `ls -t "$srcdir/configure" conftest.file`
825
 
   fi
826
 
   rm -f conftest.file
827
 
   if test "$[*]" != "X $srcdir/configure conftest.file" \
828
 
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
829
 
 
830
 
      # If neither matched, then we have a broken ls.  This can happen
831
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
832
 
      # broken ls alias from the environment.  This has actually
833
 
      # happened.  Such a system could not be considered "sane".
834
 
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
835
 
alias in your environment])
836
 
   fi
837
 
 
838
 
   test "$[2]" = conftest.file
839
 
   )
840
 
then
841
 
   # Ok.
842
 
   :
843
 
else
844
 
   AC_MSG_ERROR([newly created file is older than distributed files!
845
 
Check your system clock])
846
 
fi
847
 
AC_MSG_RESULT(yes)])
848
 
 
849
 
# Copyright (C) 2009  Free Software Foundation, Inc.
850
 
#
851
 
# This file is free software; the Free Software Foundation
852
 
# gives unlimited permission to copy and/or distribute it,
853
 
# with or without modifications, as long as this notice is preserved.
854
 
 
855
 
# serial 1
856
 
 
857
 
# AM_SILENT_RULES([DEFAULT])
858
 
# --------------------------
859
 
# Enable less verbose build rules; with the default set to DEFAULT
860
 
# (`yes' being less verbose, `no' or empty being verbose).
861
 
AC_DEFUN([AM_SILENT_RULES],
862
 
[AC_ARG_ENABLE([silent-rules],
863
 
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
864
 
  --disable-silent-rules         verbose build output (undo: `make V=0')])
865
 
case $enable_silent_rules in
866
 
yes) AM_DEFAULT_VERBOSITY=0;;
867
 
no)  AM_DEFAULT_VERBOSITY=1;;
868
 
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
869
 
esac
870
 
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
871
 
AM_BACKSLASH='\'
872
 
AC_SUBST([AM_BACKSLASH])dnl
873
 
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
874
 
])
875
 
 
876
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
877
 
#
878
 
# This file is free software; the Free Software Foundation
879
 
# gives unlimited permission to copy and/or distribute it,
880
 
# with or without modifications, as long as this notice is preserved.
881
 
 
882
 
# AM_PROG_INSTALL_STRIP
883
 
# ---------------------
884
 
# One issue with vendor `install' (even GNU) is that you can't
885
 
# specify the program used to strip binaries.  This is especially
886
 
# annoying in cross-compiling environments, where the build's strip
887
 
# is unlikely to handle the host's binaries.
888
 
# Fortunately install-sh will honor a STRIPPROG variable, so we
889
 
# always use install-sh in `make install-strip', and initialize
890
 
# STRIPPROG with the value of the STRIP variable (set by the user).
891
 
AC_DEFUN([AM_PROG_INSTALL_STRIP],
892
 
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
893
 
# Installed binaries are usually stripped using `strip' when the user
894
 
# run `make install-strip'.  However `strip' might not be the right
895
 
# tool to use in cross-compilation environments, therefore Automake
896
 
# will honor the `STRIP' environment variable to overrule this program.
897
 
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
898
 
if test "$cross_compiling" != no; then
899
 
  AC_CHECK_TOOL([STRIP], [strip], :)
900
 
fi
901
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
902
 
AC_SUBST([INSTALL_STRIP_PROGRAM])])
903
 
 
904
 
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
905
 
#
906
 
# This file is free software; the Free Software Foundation
907
 
# gives unlimited permission to copy and/or distribute it,
908
 
# with or without modifications, as long as this notice is preserved.
909
 
 
910
 
# serial 2
911
 
 
912
 
# _AM_SUBST_NOTMAKE(VARIABLE)
913
 
# ---------------------------
914
 
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
915
 
# This macro is traced by Automake.
916
 
AC_DEFUN([_AM_SUBST_NOTMAKE])
917
 
 
918
 
# AM_SUBST_NOTMAKE(VARIABLE)
919
 
# ---------------------------
920
 
# Public sister of _AM_SUBST_NOTMAKE.
921
 
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
922
 
 
923
 
# Check how to create a tarball.                            -*- Autoconf -*-
924
 
 
925
 
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
926
 
#
927
 
# This file is free software; the Free Software Foundation
928
 
# gives unlimited permission to copy and/or distribute it,
929
 
# with or without modifications, as long as this notice is preserved.
930
 
 
931
 
# serial 2
932
 
 
933
 
# _AM_PROG_TAR(FORMAT)
934
 
# --------------------
935
 
# Check how to create a tarball in format FORMAT.
936
 
# FORMAT should be one of `v7', `ustar', or `pax'.
937
 
#
938
 
# Substitute a variable $(am__tar) that is a command
939
 
# writing to stdout a FORMAT-tarball containing the directory
940
 
# $tardir.
941
 
#     tardir=directory && $(am__tar) > result.tar
942
 
#
943
 
# Substitute a variable $(am__untar) that extract such
944
 
# a tarball read from stdin.
945
 
#     $(am__untar) < result.tar
946
 
AC_DEFUN([_AM_PROG_TAR],
947
 
[# Always define AMTAR for backward compatibility.
948
 
AM_MISSING_PROG([AMTAR], [tar])
949
 
m4_if([$1], [v7],
950
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
951
 
     [m4_case([$1], [ustar],, [pax],,
952
 
              [m4_fatal([Unknown tar format])])
953
 
AC_MSG_CHECKING([how to create a $1 tar archive])
954
 
# Loop over all known methods to create a tar archive until one works.
955
 
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
956
 
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
957
 
# Do not fold the above two line into one, because Tru64 sh and
958
 
# Solaris sh will not grok spaces in the rhs of `-'.
959
 
for _am_tool in $_am_tools
960
 
do
961
 
  case $_am_tool in
962
 
  gnutar)
963
 
    for _am_tar in tar gnutar gtar;
964
 
    do
965
 
      AM_RUN_LOG([$_am_tar --version]) && break
966
 
    done
967
 
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
968
 
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
969
 
    am__untar="$_am_tar -xf -"
970
 
    ;;
971
 
  plaintar)
972
 
    # Must skip GNU tar: if it does not support --format= it doesn't create
973
 
    # ustar tarball either.
974
 
    (tar --version) >/dev/null 2>&1 && continue
975
 
    am__tar='tar chf - "$$tardir"'
976
 
    am__tar_='tar chf - "$tardir"'
977
 
    am__untar='tar xf -'
978
 
    ;;
979
 
  pax)
980
 
    am__tar='pax -L -x $1 -w "$$tardir"'
981
 
    am__tar_='pax -L -x $1 -w "$tardir"'
982
 
    am__untar='pax -r'
983
 
    ;;
984
 
  cpio)
985
 
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
986
 
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
987
 
    am__untar='cpio -i -H $1 -d'
988
 
    ;;
989
 
  none)
990
 
    am__tar=false
991
 
    am__tar_=false
992
 
    am__untar=false
993
 
    ;;
994
 
  esac
995
 
 
996
 
  # If the value was cached, stop now.  We just wanted to have am__tar
997
 
  # and am__untar set.
998
 
  test -n "${am_cv_prog_tar_$1}" && break
999
 
 
1000
 
  # tar/untar a dummy directory, and stop if the command works
1001
 
  rm -rf conftest.dir
1002
 
  mkdir conftest.dir
1003
 
  echo GrepMe > conftest.dir/file
1004
 
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1005
 
  rm -rf conftest.dir
1006
 
  if test -s conftest.tar; then
1007
 
    AM_RUN_LOG([$am__untar <conftest.tar])
1008
 
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1009
 
  fi
1010
 
done
1011
 
rm -rf conftest.dir
1012
 
 
1013
 
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1014
 
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1015
 
AC_SUBST([am__tar])
1016
 
AC_SUBST([am__untar])
1017
 
]) # _AM_PROG_TAR
 
21
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
1018
22
 
1019
23
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
24
# serial 1 (pkg-config-0.24)
1020
25
1021
26
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
1022
27
#
1043
48
# ----------------------------------
1044
49
AC_DEFUN([PKG_PROG_PKG_CONFIG],
1045
50
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1046
 
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
1047
 
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
51
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
 
52
m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
 
53
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
 
54
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
 
55
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
 
56
 
1048
57
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1049
58
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1050
59
fi
1057
66
                AC_MSG_RESULT([no])
1058
67
                PKG_CONFIG=""
1059
68
        fi
1060
 
                
1061
69
fi[]dnl
1062
70
])# PKG_PROG_PKG_CONFIG
1063
71
 
1066
74
# Check to see whether a particular set of modules exists.  Similar
1067
75
# to PKG_CHECK_MODULES(), but does not set variables or print errors.
1068
76
#
1069
 
#
1070
 
# Similar to PKG_CHECK_MODULES, make sure that the first instance of
1071
 
# this or PKG_CHECK_MODULES is called, or make sure to call
1072
 
# PKG_CHECK_EXISTS manually
 
77
# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
78
# only at the first occurence in configure.ac, so if the first place
 
79
# it's called might be skipped (such as if it is within an "if", you
 
80
# have to call PKG_CHECK_EXISTS manually
1073
81
# --------------------------------------------------------------
1074
82
AC_DEFUN([PKG_CHECK_EXISTS],
1075
83
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1076
84
if test -n "$PKG_CONFIG" && \
1077
85
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
1078
 
  m4_ifval([$2], [$2], [:])
 
86
  m4_default([$2], [:])
1079
87
m4_ifvaln([$3], [else
1080
88
  $3])dnl
1081
89
fi])
1082
90
 
1083
 
 
1084
91
# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
1085
92
# ---------------------------------------------
1086
93
m4_define([_PKG_CONFIG],
1088
95
    pkg_cv_[]$1="$$1"
1089
96
 elif test -n "$PKG_CONFIG"; then
1090
97
    PKG_CHECK_EXISTS([$3],
1091
 
                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
98
                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
 
99
                      test "x$?" != "x0" && pkg_failed=yes ],
1092
100
                     [pkg_failed=yes])
1093
101
 else
1094
102
    pkg_failed=untried
1133
141
See the pkg-config man page for more details.])
1134
142
 
1135
143
if test $pkg_failed = yes; then
 
144
        AC_MSG_RESULT([no])
1136
145
        _PKG_SHORT_ERRORS_SUPPORTED
1137
146
        if test $_pkg_short_errors_supported = yes; then
1138
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
 
147
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
1139
148
        else 
1140
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
 
149
                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
1141
150
        fi
1142
151
        # Put the nasty error message in config.log where it belongs
1143
152
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
1144
153
 
1145
 
        ifelse([$4], , [AC_MSG_ERROR(dnl
 
154
        m4_default([$4], [AC_MSG_ERROR(
1146
155
[Package requirements ($2) were not met:
1147
156
 
1148
157
$$1_PKG_ERRORS
1150
159
Consider adjusting the PKG_CONFIG_PATH environment variable if you
1151
160
installed software in a non-standard prefix.
1152
161
 
1153
 
_PKG_TEXT
1154
 
])],
1155
 
                [AC_MSG_RESULT([no])
1156
 
                $4])
 
162
_PKG_TEXT])[]dnl
 
163
        ])
1157
164
elif test $pkg_failed = untried; then
1158
 
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 
165
        AC_MSG_RESULT([no])
 
166
        m4_default([$4], [AC_MSG_FAILURE(
1159
167
[The pkg-config script could not be found or is too old.  Make sure it
1160
168
is in your PATH or set the PKG_CONFIG environment variable to the full
1161
169
path to pkg-config.
1162
170
 
1163
171
_PKG_TEXT
1164
172
 
1165
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
1166
 
                [$4])
 
173
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
 
174
        ])
1167
175
else
1168
176
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1169
177
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
1170
178
        AC_MSG_RESULT([yes])
1171
 
        ifelse([$3], , :, [$3])
 
179
        $3
1172
180
fi[]dnl
1173
181
])# PKG_CHECK_MODULES
1174
182
 
 
183
 
 
184
# PKG_INSTALLDIR(DIRECTORY)
 
185
# -------------------------
 
186
# Substitutes the variable pkgconfigdir as the location where a module
 
187
# should install pkg-config .pc files. By default the directory is
 
188
# $libdir/pkgconfig, but the default can be changed by passing
 
189
# DIRECTORY. The user can override through the --with-pkgconfigdir
 
190
# parameter.
 
191
AC_DEFUN([PKG_INSTALLDIR],
 
192
[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
 
193
m4_pushdef([pkg_description],
 
194
    [pkg-config installation directory @<:@]pkg_default[@:>@])
 
195
AC_ARG_WITH([pkgconfigdir],
 
196
    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
 
197
    [with_pkgconfigdir=]pkg_default)
 
198
AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
 
199
m4_popdef([pkg_default])
 
200
m4_popdef([pkg_description])
 
201
]) dnl PKG_INSTALLDIR
 
202
 
 
203
 
 
204
# PKG_NOARCH_INSTALLDIR(DIRECTORY)
 
205
# -------------------------
 
206
# Substitutes the variable noarch_pkgconfigdir as the location where a
 
207
# module should install arch-independent pkg-config .pc files. By
 
208
# default the directory is $datadir/pkgconfig, but the default can be
 
209
# changed by passing DIRECTORY. The user can override through the
 
210
# --with-noarch-pkgconfigdir parameter.
 
211
AC_DEFUN([PKG_NOARCH_INSTALLDIR],
 
212
[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
 
213
m4_pushdef([pkg_description],
 
214
    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
 
215
AC_ARG_WITH([noarch-pkgconfigdir],
 
216
    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
 
217
    [with_noarch_pkgconfigdir=]pkg_default)
 
218
AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
 
219
m4_popdef([pkg_default])
 
220
m4_popdef([pkg_description])
 
221
]) dnl PKG_NOARCH_INSTALLDIR
 
222
 
 
223
 
 
224
# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
 
225
# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
226
# -------------------------------------------
 
227
# Retrieves the value of the pkg-config variable for the given module.
 
228
AC_DEFUN([PKG_CHECK_VAR],
 
229
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
230
AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
 
231
 
 
232
_PKG_CONFIG([$1], [variable="][$3]["], [$2])
 
233
AS_VAR_COPY([$1], [pkg_cv_][$1])
 
234
 
 
235
AS_VAR_IF([$1], [""], [$5], [$4])dnl
 
236
])# PKG_CHECK_VAR
 
237
 
1175
238
dnl xorg-macros.m4.  Generated from xorg-macros.m4.in xorgversion.m4 by configure.
1176
239
dnl
1177
240
dnl Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
3056
2119
 AC_SEARCH_LIBS(socket, [socket])
3057
2120
 AC_SEARCH_LIBS(gethostbyname, [nsl])
3058
2121
 if test "$ac_cv_search_socket$ac_cv_search_gethostbyname" = "nono"; then
3059
 
   AC_HAVE_LIBRARY([ws2_32])
 
2122
   AC_CHECK_LIB([ws2_32],[main])
3060
2123
 fi
3061
2124
 
3062
2125
 # Needs to come after above checks for libsocket & libnsl for SVR4 systems
3063
2126
 AC_ARG_ENABLE(ipv6,
3064
 
        AC_HELP_STRING([--enable-ipv6],[Enable IPv6 support]),
 
2127
        AS_HELP_STRING([--enable-ipv6],[Enable IPv6 support]),
3065
2128
        [IPV6CONN=$enableval],
3066
2129
        [AC_CHECK_FUNC(getaddrinfo,[IPV6CONN=yes],[IPV6CONN=no])])
3067
2130
 AC_MSG_CHECKING([if IPv6 support should be built])
3084
2147
AC_INCLUDES_DEFAULT
3085
2148
#include <sys/socket.h>])
3086
2149
 
 
2150
 # XPG4v2/UNIX95 added msg_control - check to see if we need to define
 
2151
 # _XOPEN_SOURCE to get it (such as on Solaris)
 
2152
 AC_CHECK_MEMBER([struct msghdr.msg_control], [], [],
 
2153
                 [
 
2154
AC_INCLUDES_DEFAULT
 
2155
#include <sys/socket.h>
 
2156
                 ])
 
2157
 # First try for Solaris in C99 compliant mode, which requires XPG6/UNIX03
 
2158
 if test "x$ac_cv_member_struct_msghdr_msg_control" = xno; then
 
2159
     unset ac_cv_member_struct_msghdr_msg_control
 
2160
     AC_MSG_NOTICE([trying again with _XOPEN_SOURCE=600])
 
2161
     AC_CHECK_MEMBER([struct msghdr.msg_control],
 
2162
                     [AC_DEFINE([_XOPEN_SOURCE], [600],
 
2163
                       [Defined if needed to expose struct msghdr.msg_control])
 
2164
                     ], [], [
 
2165
#define _XOPEN_SOURCE 600
 
2166
AC_INCLUDES_DEFAULT
 
2167
#include <sys/socket.h>
 
2168
                     ])
 
2169
 fi
 
2170
 # If that didn't work, fall back to XPG5/UNIX98 with C89
 
2171
 if test "x$ac_cv_member_struct_msghdr_msg_control" = xno; then
 
2172
     unset ac_cv_member_struct_msghdr_msg_control
 
2173
     AC_MSG_NOTICE([trying again with _XOPEN_SOURCE=500])
 
2174
     AC_CHECK_MEMBER([struct msghdr.msg_control],
 
2175
                     [AC_DEFINE([_XOPEN_SOURCE], [500],
 
2176
                       [Defined if needed to expose struct msghdr.msg_control])
 
2177
                     ], [], [
 
2178
#define _XOPEN_SOURCE 500
 
2179
AC_INCLUDES_DEFAULT
 
2180
#include <sys/socket.h>
 
2181
                     ])
 
2182
 fi
 
2183
 
 
2184
 
3087
2185
]) # XTRANS_TCP_FLAGS
3088
2186
 
3089
2187
# XTRANS_CONNECTION_FLAGS()
3092
2190
# that use Xtrans functions
3093
2191
AC_DEFUN([XTRANS_CONNECTION_FLAGS],[
3094
2192
 AC_REQUIRE([AC_CANONICAL_HOST])
3095
 
 AC_REQUIRE([AC_TYPE_SIGNAL])
3096
2193
 [case $host_os in
3097
2194
        mingw*) unixdef="no"   ;;
3098
2195
        *)      unixdef="yes"  ;;
3099
2196
 esac]
3100
2197
 AC_ARG_ENABLE(unix-transport,
3101
 
        AC_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket transport]),
 
2198
        AS_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket transport]),
3102
2199
        [UNIXCONN=$enableval], [UNIXCONN=$unixdef])
3103
2200
 AC_MSG_CHECKING([if Xtrans should support UNIX socket connections])
3104
2201
 if test "$UNIXCONN" = "yes"; then
3106
2203
 fi
3107
2204
 AC_MSG_RESULT($UNIXCONN)
3108
2205
 AC_ARG_ENABLE(tcp-transport,
3109
 
        AC_HELP_STRING([--enable-tcp-transport],[Enable TCP socket transport]),
 
2206
        AS_HELP_STRING([--enable-tcp-transport],[Enable TCP socket transport]),
3110
2207
        [TCPCONN=$enableval], [TCPCONN=yes])
3111
2208
 AC_MSG_CHECKING([if Xtrans should support TCP socket connections])
3112
2209
 AC_MSG_RESULT($TCPCONN)
3119
2216
        *)                      localdef="no"  ;;
3120
2217
 esac]
3121
2218
 AC_ARG_ENABLE(local-transport,
3122
 
        AC_HELP_STRING([--enable-local-transport],[Enable os-specific local transport]),
 
2219
        AS_HELP_STRING([--enable-local-transport],[Enable os-specific local transport]),
3123
2220
        [LOCALCONN=$enableval], [LOCALCONN=$localdef])
3124
2221
 AC_MSG_CHECKING([if Xtrans should support os-specific local connections])
3125
2222
 AC_MSG_RESULT($LOCALCONN)
3137
2234
AC_DEFUN([XTRANS_SECURE_RPC_FLAGS],
3138
2235
[AC_REQUIRE([XTRANS_TCP_FLAGS])
3139
2236
 AC_ARG_ENABLE(secure-rpc,
3140
 
        AC_HELP_STRING([--enable-secure-rpc],[Enable Secure RPC]),
 
2237
        AS_HELP_STRING([--enable-secure-rpc],[Enable Secure RPC]),
3141
2238
        [SECURE_RPC=$enableval], [SECURE_RPC="try"])
3142
2239
 
3143
2240
 if test "x$SECURE_RPC" = "xyes" -o "x$SECURE_RPC" = "xtry" ; then
3163
2260
]) # XTRANS_SECURE_RPC_FLAGS
3164
2261
 
3165
2262
 
 
2263
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
2264
#
 
2265
# This file is free software; the Free Software Foundation
 
2266
# gives unlimited permission to copy and/or distribute it,
 
2267
# with or without modifications, as long as this notice is preserved.
 
2268
 
 
2269
# AM_AUTOMAKE_VERSION(VERSION)
 
2270
# ----------------------------
 
2271
# Automake X.Y traces this macro to ensure aclocal.m4 has been
 
2272
# generated from the m4 files accompanying Automake X.Y.
 
2273
# (This private macro should not be called outside this file.)
 
2274
AC_DEFUN([AM_AUTOMAKE_VERSION],
 
2275
[am__api_version='1.13'
 
2276
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
2277
dnl require some minimum version.  Point them to the right macro.
 
2278
m4_if([$1], [1.13.4], [],
 
2279
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
2280
])
 
2281
 
 
2282
# _AM_AUTOCONF_VERSION(VERSION)
 
2283
# -----------------------------
 
2284
# aclocal traces this macro to find the Autoconf version.
 
2285
# This is a private macro too.  Using m4_define simplifies
 
2286
# the logic in aclocal, which can simply ignore this definition.
 
2287
m4_define([_AM_AUTOCONF_VERSION], [])
 
2288
 
 
2289
# AM_SET_CURRENT_AUTOMAKE_VERSION
 
2290
# -------------------------------
 
2291
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
2292
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 
2293
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
2294
[AM_AUTOMAKE_VERSION([1.13.4])dnl
 
2295
m4_ifndef([AC_AUTOCONF_VERSION],
 
2296
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
2297
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
2298
 
 
2299
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
2300
 
 
2301
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
2302
#
 
2303
# This file is free software; the Free Software Foundation
 
2304
# gives unlimited permission to copy and/or distribute it,
 
2305
# with or without modifications, as long as this notice is preserved.
 
2306
 
 
2307
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
2308
# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
 
2309
# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
 
2310
#
 
2311
# Of course, Automake must honor this variable whenever it calls a
 
2312
# tool from the auxiliary directory.  The problem is that $srcdir (and
 
2313
# therefore $ac_aux_dir as well) can be either absolute or relative,
 
2314
# depending on how configure is run.  This is pretty annoying, since
 
2315
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
2316
# source directory, any form will work fine, but in subdirectories a
 
2317
# relative path needs to be adjusted first.
 
2318
#
 
2319
# $ac_aux_dir/missing
 
2320
#    fails when called from a subdirectory if $ac_aux_dir is relative
 
2321
# $top_srcdir/$ac_aux_dir/missing
 
2322
#    fails if $ac_aux_dir is absolute,
 
2323
#    fails when called from a subdirectory in a VPATH build with
 
2324
#          a relative $ac_aux_dir
 
2325
#
 
2326
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
2327
# are both prefixed by $srcdir.  In an in-source build this is usually
 
2328
# harmless because $srcdir is '.', but things will broke when you
 
2329
# start a VPATH build or use an absolute $srcdir.
 
2330
#
 
2331
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
2332
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
2333
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
2334
# and then we would define $MISSING as
 
2335
#   MISSING="\${SHELL} $am_aux_dir/missing"
 
2336
# This will work as long as MISSING is not called from configure, because
 
2337
# unfortunately $(top_srcdir) has no meaning in configure.
 
2338
# However there are other variables, like CC, which are often used in
 
2339
# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
2340
#
 
2341
# Another solution, used here, is to always expand $ac_aux_dir to an
 
2342
# absolute PATH.  The drawback is that using absolute paths prevent a
 
2343
# configured tree to be moved without reconfiguration.
 
2344
 
 
2345
AC_DEFUN([AM_AUX_DIR_EXPAND],
 
2346
[dnl Rely on autoconf to set up CDPATH properly.
 
2347
AC_PREREQ([2.50])dnl
 
2348
# expand $ac_aux_dir to an absolute path
 
2349
am_aux_dir=`cd $ac_aux_dir && pwd`
 
2350
])
 
2351
 
 
2352
# AM_CONDITIONAL                                            -*- Autoconf -*-
 
2353
 
 
2354
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
2355
#
 
2356
# This file is free software; the Free Software Foundation
 
2357
# gives unlimited permission to copy and/or distribute it,
 
2358
# with or without modifications, as long as this notice is preserved.
 
2359
 
 
2360
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
2361
# -------------------------------------
 
2362
# Define a conditional.
 
2363
AC_DEFUN([AM_CONDITIONAL],
 
2364
[AC_PREREQ([2.52])dnl
 
2365
 m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
2366
       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
2367
AC_SUBST([$1_TRUE])dnl
 
2368
AC_SUBST([$1_FALSE])dnl
 
2369
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
2370
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
2371
m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
2372
if $2; then
 
2373
  $1_TRUE=
 
2374
  $1_FALSE='#'
 
2375
else
 
2376
  $1_TRUE='#'
 
2377
  $1_FALSE=
 
2378
fi
 
2379
AC_CONFIG_COMMANDS_PRE(
 
2380
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
2381
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
2382
Usually this means the macro was only invoked conditionally.]])
 
2383
fi])])
 
2384
 
 
2385
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
2386
#
 
2387
# This file is free software; the Free Software Foundation
 
2388
# gives unlimited permission to copy and/or distribute it,
 
2389
# with or without modifications, as long as this notice is preserved.
 
2390
 
 
2391
 
 
2392
# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
 
2393
# written in clear, in which case automake, when reading aclocal.m4,
 
2394
# will think it sees a *use*, and therefore will trigger all it's
 
2395
# C support machinery.  Also note that it means that autoscan, seeing
 
2396
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
2397
 
 
2398
 
 
2399
# _AM_DEPENDENCIES(NAME)
 
2400
# ----------------------
 
2401
# See how the compiler implements dependency checking.
 
2402
# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
 
2403
# We try a few techniques and use that to set a single cache variable.
 
2404
#
 
2405
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
2406
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
2407
# dependency, and given that the user is not expected to run this macro,
 
2408
# just rely on AC_PROG_CC.
 
2409
AC_DEFUN([_AM_DEPENDENCIES],
 
2410
[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
2411
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
2412
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
2413
AC_REQUIRE([AM_DEP_TRACK])dnl
 
2414
 
 
2415
m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
 
2416
      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
 
2417
      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
2418
      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
 
2419
      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
 
2420
      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
2421
                    [depcc="$$1"   am_compiler_list=])
 
2422
 
 
2423
AC_CACHE_CHECK([dependency style of $depcc],
 
2424
               [am_cv_$1_dependencies_compiler_type],
 
2425
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
2426
  # We make a subdir and do the tests there.  Otherwise we can end up
 
2427
  # making bogus files that we don't know about and never remove.  For
 
2428
  # instance it was reported that on HP-UX the gcc test will end up
 
2429
  # making a dummy file named 'D' -- because '-MD' means "put the output
 
2430
  # in D".
 
2431
  rm -rf conftest.dir
 
2432
  mkdir conftest.dir
 
2433
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
2434
  # using a relative directory.
 
2435
  cp "$am_depcomp" conftest.dir
 
2436
  cd conftest.dir
 
2437
  # We will build objects and dependencies in a subdirectory because
 
2438
  # it helps to detect inapplicable dependency modes.  For instance
 
2439
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
2440
  # side effect of compilation, but ICC will put the dependencies in
 
2441
  # the current directory while Tru64 will put them in the object
 
2442
  # directory.
 
2443
  mkdir sub
 
2444
 
 
2445
  am_cv_$1_dependencies_compiler_type=none
 
2446
  if test "$am_compiler_list" = ""; then
 
2447
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
2448
  fi
 
2449
  am__universal=false
 
2450
  m4_case([$1], [CC],
 
2451
    [case " $depcc " in #(
 
2452
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
2453
     esac],
 
2454
    [CXX],
 
2455
    [case " $depcc " in #(
 
2456
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
2457
     esac])
 
2458
 
 
2459
  for depmode in $am_compiler_list; do
 
2460
    # Setup a source with many dependencies, because some compilers
 
2461
    # like to wrap large dependency lists on column 80 (with \), and
 
2462
    # we should not choose a depcomp mode which is confused by this.
 
2463
    #
 
2464
    # We need to recreate these files for each test, as the compiler may
 
2465
    # overwrite some of them when testing with obscure command lines.
 
2466
    # This happens at least with the AIX C compiler.
 
2467
    : > sub/conftest.c
 
2468
    for i in 1 2 3 4 5 6; do
 
2469
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
2470
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
 
2471
      # Solaris 10 /bin/sh.
 
2472
      echo '/* dummy */' > sub/conftst$i.h
 
2473
    done
 
2474
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
2475
 
 
2476
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
 
2477
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
2478
    # handle '-M -o', and we need to detect this.  Also, some Intel
 
2479
    # versions had trouble with output in subdirs.
 
2480
    am__obj=sub/conftest.${OBJEXT-o}
 
2481
    am__minus_obj="-o $am__obj"
 
2482
    case $depmode in
 
2483
    gcc)
 
2484
      # This depmode causes a compiler race in universal mode.
 
2485
      test "$am__universal" = false || continue
 
2486
      ;;
 
2487
    nosideeffect)
 
2488
      # After this tag, mechanisms are not by side-effect, so they'll
 
2489
      # only be used when explicitly requested.
 
2490
      if test "x$enable_dependency_tracking" = xyes; then
 
2491
        continue
 
2492
      else
 
2493
        break
 
2494
      fi
 
2495
      ;;
 
2496
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
 
2497
      # This compiler won't grok '-c -o', but also, the minuso test has
 
2498
      # not run yet.  These depmodes are late enough in the game, and
 
2499
      # so weak that their functioning should not be impacted.
 
2500
      am__obj=conftest.${OBJEXT-o}
 
2501
      am__minus_obj=
 
2502
      ;;
 
2503
    none) break ;;
 
2504
    esac
 
2505
    if depmode=$depmode \
 
2506
       source=sub/conftest.c object=$am__obj \
 
2507
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
2508
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
2509
         >/dev/null 2>conftest.err &&
 
2510
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
2511
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
2512
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
2513
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
2514
      # icc doesn't choke on unknown options, it will just issue warnings
 
2515
      # or remarks (even with -Werror).  So we grep stderr for any message
 
2516
      # that says an option was ignored or not supported.
 
2517
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
2518
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
2519
      # The diagnosis changed in icc 8.0:
 
2520
      #   icc: Command line remark: option '-MP' not supported
 
2521
      if (grep 'ignoring option' conftest.err ||
 
2522
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
2523
        am_cv_$1_dependencies_compiler_type=$depmode
 
2524
        break
 
2525
      fi
 
2526
    fi
 
2527
  done
 
2528
 
 
2529
  cd ..
 
2530
  rm -rf conftest.dir
 
2531
else
 
2532
  am_cv_$1_dependencies_compiler_type=none
 
2533
fi
 
2534
])
 
2535
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
2536
AM_CONDITIONAL([am__fastdep$1], [
 
2537
  test "x$enable_dependency_tracking" != xno \
 
2538
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
2539
])
 
2540
 
 
2541
 
 
2542
# AM_SET_DEPDIR
 
2543
# -------------
 
2544
# Choose a directory name for dependency files.
 
2545
# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
 
2546
AC_DEFUN([AM_SET_DEPDIR],
 
2547
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
2548
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
2549
])
 
2550
 
 
2551
 
 
2552
# AM_DEP_TRACK
 
2553
# ------------
 
2554
AC_DEFUN([AM_DEP_TRACK],
 
2555
[AC_ARG_ENABLE([dependency-tracking], [dnl
 
2556
AS_HELP_STRING(
 
2557
  [--enable-dependency-tracking],
 
2558
  [do not reject slow dependency extractors])
 
2559
AS_HELP_STRING(
 
2560
  [--disable-dependency-tracking],
 
2561
  [speeds up one-time build])])
 
2562
if test "x$enable_dependency_tracking" != xno; then
 
2563
  am_depcomp="$ac_aux_dir/depcomp"
 
2564
  AMDEPBACKSLASH='\'
 
2565
  am__nodep='_no'
 
2566
fi
 
2567
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
2568
AC_SUBST([AMDEPBACKSLASH])dnl
 
2569
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
2570
AC_SUBST([am__nodep])dnl
 
2571
_AM_SUBST_NOTMAKE([am__nodep])dnl
 
2572
])
 
2573
 
 
2574
# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
2575
 
 
2576
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
2577
#
 
2578
# This file is free software; the Free Software Foundation
 
2579
# gives unlimited permission to copy and/or distribute it,
 
2580
# with or without modifications, as long as this notice is preserved.
 
2581
 
 
2582
 
 
2583
# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
2584
# ------------------------------
 
2585
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
2586
[{
 
2587
  # Older Autoconf quotes --file arguments for eval, but not when files
 
2588
  # are listed without --file.  Let's play safe and only enable the eval
 
2589
  # if we detect the quoting.
 
2590
  case $CONFIG_FILES in
 
2591
  *\'*) eval set x "$CONFIG_FILES" ;;
 
2592
  *)   set x $CONFIG_FILES ;;
 
2593
  esac
 
2594
  shift
 
2595
  for mf
 
2596
  do
 
2597
    # Strip MF so we end up with the name of the file.
 
2598
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
2599
    # Check whether this is an Automake generated Makefile or not.
 
2600
    # We used to match only the files named 'Makefile.in', but
 
2601
    # some people rename them; so instead we look at the file content.
 
2602
    # Grep'ing the first line is not enough: some people post-process
 
2603
    # each Makefile.in and add a new line on top of each file to say so.
 
2604
    # Grep'ing the whole file is not good either: AIX grep has a line
 
2605
    # limit of 2048, but all sed's we know have understand at least 4000.
 
2606
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
2607
      dirpart=`AS_DIRNAME("$mf")`
 
2608
    else
 
2609
      continue
 
2610
    fi
 
2611
    # Extract the definition of DEPDIR, am__include, and am__quote
 
2612
    # from the Makefile without running 'make'.
 
2613
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
2614
    test -z "$DEPDIR" && continue
 
2615
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
2616
    test -z "$am__include" && continue
 
2617
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
2618
    # Find all dependency output files, they are included files with
 
2619
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
2620
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
2621
    # expansion.
 
2622
    for file in `sed -n "
 
2623
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
2624
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
 
2625
      # Make sure the directory exists.
 
2626
      test -f "$dirpart/$file" && continue
 
2627
      fdir=`AS_DIRNAME(["$file"])`
 
2628
      AS_MKDIR_P([$dirpart/$fdir])
 
2629
      # echo "creating $dirpart/$file"
 
2630
      echo '# dummy' > "$dirpart/$file"
 
2631
    done
 
2632
  done
 
2633
}
 
2634
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
2635
 
 
2636
 
 
2637
# AM_OUTPUT_DEPENDENCY_COMMANDS
 
2638
# -----------------------------
 
2639
# This macro should only be invoked once -- use via AC_REQUIRE.
 
2640
#
 
2641
# This code is only required when automatic dependency tracking
 
2642
# is enabled.  FIXME.  This creates each '.P' file that we will
 
2643
# need in order to bootstrap the dependency handling code.
 
2644
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
2645
[AC_CONFIG_COMMANDS([depfiles],
 
2646
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
2647
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
2648
])
 
2649
 
 
2650
# Do all the work for Automake.                             -*- Autoconf -*-
 
2651
 
 
2652
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
2653
#
 
2654
# This file is free software; the Free Software Foundation
 
2655
# gives unlimited permission to copy and/or distribute it,
 
2656
# with or without modifications, as long as this notice is preserved.
 
2657
 
 
2658
# This macro actually does too much.  Some checks are only needed if
 
2659
# your package does certain things.  But this isn't really a big deal.
 
2660
 
 
2661
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
2662
# AM_INIT_AUTOMAKE([OPTIONS])
 
2663
# -----------------------------------------------
 
2664
# The call with PACKAGE and VERSION arguments is the old style
 
2665
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
2666
# and VERSION should now be passed to AC_INIT and removed from
 
2667
# the call to AM_INIT_AUTOMAKE.
 
2668
# We support both call styles for the transition.  After
 
2669
# the next Automake release, Autoconf can make the AC_INIT
 
2670
# arguments mandatory, and then we can depend on a new Autoconf
 
2671
# release and drop the old call support.
 
2672
AC_DEFUN([AM_INIT_AUTOMAKE],
 
2673
[AC_PREREQ([2.65])dnl
 
2674
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
2675
dnl the ones we care about.
 
2676
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
2677
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
2678
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
2679
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2680
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2681
  # is not polluted with repeated "-I."
 
2682
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
2683
  # test to see if srcdir already configured
 
2684
  if test -f $srcdir/config.status; then
 
2685
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
2686
  fi
 
2687
fi
 
2688
 
 
2689
# test whether we have cygpath
 
2690
if test -z "$CYGPATH_W"; then
 
2691
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
2692
    CYGPATH_W='cygpath -w'
 
2693
  else
 
2694
    CYGPATH_W=echo
 
2695
  fi
 
2696
fi
 
2697
AC_SUBST([CYGPATH_W])
 
2698
 
 
2699
# Define the identity of the package.
 
2700
dnl Distinguish between old-style and new-style calls.
 
2701
m4_ifval([$2],
 
2702
[AC_DIAGNOSE([obsolete],
 
2703
             [$0: two- and three-arguments forms are deprecated.])
 
2704
m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
2705
 AC_SUBST([PACKAGE], [$1])dnl
 
2706
 AC_SUBST([VERSION], [$2])],
 
2707
[_AM_SET_OPTIONS([$1])dnl
 
2708
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
2709
m4_if(
 
2710
  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
 
2711
  [ok:ok],,
 
2712
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
2713
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
2714
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
2715
 
 
2716
_AM_IF_OPTION([no-define],,
 
2717
[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
 
2718
 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
 
2719
 
 
2720
# Some tools Automake needs.
 
2721
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
2722
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
2723
AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
2724
AM_MISSING_PROG([AUTOCONF], [autoconf])
 
2725
AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
2726
AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
2727
AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
2728
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
2729
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
2730
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
2731
# For better backward compatibility.  To be removed once Automake 1.9.x
 
2732
# dies out for good.  For more background, see:
 
2733
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
 
2734
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 
2735
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
 
2736
# We need awk for the "check" target.  The system "awk" is bad on
 
2737
# some platforms.
 
2738
AC_REQUIRE([AC_PROG_AWK])dnl
 
2739
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
2740
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
2741
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
2742
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
2743
                             [_AM_PROG_TAR([v7])])])
 
2744
_AM_IF_OPTION([no-dependencies],,
 
2745
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
2746
                  [_AM_DEPENDENCIES([CC])],
 
2747
                  [m4_define([AC_PROG_CC],
 
2748
                             m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
 
2749
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
2750
                  [_AM_DEPENDENCIES([CXX])],
 
2751
                  [m4_define([AC_PROG_CXX],
 
2752
                             m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
 
2753
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
2754
                  [_AM_DEPENDENCIES([OBJC])],
 
2755
                  [m4_define([AC_PROG_OBJC],
 
2756
                             m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
 
2757
AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
 
2758
                  [_AM_DEPENDENCIES([OBJCXX])],
 
2759
                  [m4_define([AC_PROG_OBJCXX],
 
2760
                             m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
 
2761
])
 
2762
AC_REQUIRE([AM_SILENT_RULES])dnl
 
2763
dnl The testsuite driver may need to know about EXEEXT, so add the
 
2764
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
 
2765
dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
2766
AC_CONFIG_COMMANDS_PRE(dnl
 
2767
[m4_provide_if([_AM_COMPILER_EXEEXT],
 
2768
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
2769
])
 
2770
 
 
2771
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 
2772
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
 
2773
dnl mangled by Autoconf and run in a shell conditional statement.
 
2774
m4_define([_AC_COMPILER_EXEEXT],
 
2775
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
 
2776
 
 
2777
 
 
2778
# When config.status generates a header, we must update the stamp-h file.
 
2779
# This file resides in the same directory as the config header
 
2780
# that is generated.  The stamp files are numbered to have different names.
 
2781
 
 
2782
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
2783
# loop where config.status creates the headers, so we can generate
 
2784
# our stamp files there.
 
2785
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
2786
[# Compute $1's index in $config_headers.
 
2787
_am_arg=$1
 
2788
_am_stamp_count=1
 
2789
for _am_header in $config_headers :; do
 
2790
  case $_am_header in
 
2791
    $_am_arg | $_am_arg:* )
 
2792
      break ;;
 
2793
    * )
 
2794
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
2795
  esac
 
2796
done
 
2797
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
2798
 
 
2799
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
2800
#
 
2801
# This file is free software; the Free Software Foundation
 
2802
# gives unlimited permission to copy and/or distribute it,
 
2803
# with or without modifications, as long as this notice is preserved.
 
2804
 
 
2805
# AM_PROG_INSTALL_SH
 
2806
# ------------------
 
2807
# Define $install_sh.
 
2808
AC_DEFUN([AM_PROG_INSTALL_SH],
 
2809
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
2810
if test x"${install_sh}" != xset; then
 
2811
  case $am_aux_dir in
 
2812
  *\ * | *\     *)
 
2813
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
2814
  *)
 
2815
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
2816
  esac
 
2817
fi
 
2818
AC_SUBST([install_sh])])
 
2819
 
 
2820
# Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
2821
#
 
2822
# This file is free software; the Free Software Foundation
 
2823
# gives unlimited permission to copy and/or distribute it,
 
2824
# with or without modifications, as long as this notice is preserved.
 
2825
 
 
2826
# Check whether the underlying file-system supports filenames
 
2827
# with a leading dot.  For instance MS-DOS doesn't.
 
2828
AC_DEFUN([AM_SET_LEADING_DOT],
 
2829
[rm -rf .tst 2>/dev/null
 
2830
mkdir .tst 2>/dev/null
 
2831
if test -d .tst; then
 
2832
  am__leading_dot=.
 
2833
else
 
2834
  am__leading_dot=_
 
2835
fi
 
2836
rmdir .tst 2>/dev/null
 
2837
AC_SUBST([am__leading_dot])])
 
2838
 
 
2839
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
2840
# From Jim Meyering
 
2841
 
 
2842
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
2843
#
 
2844
# This file is free software; the Free Software Foundation
 
2845
# gives unlimited permission to copy and/or distribute it,
 
2846
# with or without modifications, as long as this notice is preserved.
 
2847
 
 
2848
# AM_MAINTAINER_MODE([DEFAULT-MODE])
 
2849
# ----------------------------------
 
2850
# Control maintainer-specific portions of Makefiles.
 
2851
# Default is to disable them, unless 'enable' is passed literally.
 
2852
# For symmetry, 'disable' may be passed as well.  Anyway, the user
 
2853
# can override the default with the --enable/--disable switch.
 
2854
AC_DEFUN([AM_MAINTAINER_MODE],
 
2855
[m4_case(m4_default([$1], [disable]),
 
2856
       [enable], [m4_define([am_maintainer_other], [disable])],
 
2857
       [disable], [m4_define([am_maintainer_other], [enable])],
 
2858
       [m4_define([am_maintainer_other], [enable])
 
2859
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
 
2860
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
2861
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
 
2862
  AC_ARG_ENABLE([maintainer-mode],
 
2863
    [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
 
2864
      am_maintainer_other[ make rules and dependencies not useful
 
2865
      (and sometimes confusing) to the casual installer])],
 
2866
    [USE_MAINTAINER_MODE=$enableval],
 
2867
    [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
 
2868
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
2869
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
2870
  MAINT=$MAINTAINER_MODE_TRUE
 
2871
  AC_SUBST([MAINT])dnl
 
2872
]
 
2873
)
 
2874
 
 
2875
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
 
2876
 
 
2877
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
2878
#
 
2879
# This file is free software; the Free Software Foundation
 
2880
# gives unlimited permission to copy and/or distribute it,
 
2881
# with or without modifications, as long as this notice is preserved.
 
2882
 
 
2883
# AM_MAKE_INCLUDE()
 
2884
# -----------------
 
2885
# Check to see how make treats includes.
 
2886
AC_DEFUN([AM_MAKE_INCLUDE],
 
2887
[am_make=${MAKE-make}
 
2888
cat > confinc << 'END'
 
2889
am__doit:
 
2890
        @echo this is the am__doit target
 
2891
.PHONY: am__doit
 
2892
END
 
2893
# If we don't find an include directive, just comment out the code.
 
2894
AC_MSG_CHECKING([for style of include used by $am_make])
 
2895
am__include="#"
 
2896
am__quote=
 
2897
_am_result=none
 
2898
# First try GNU make style include.
 
2899
echo "include confinc" > confmf
 
2900
# Ignore all kinds of additional output from 'make'.
 
2901
case `$am_make -s -f confmf 2> /dev/null` in #(
 
2902
*the\ am__doit\ target*)
 
2903
  am__include=include
 
2904
  am__quote=
 
2905
  _am_result=GNU
 
2906
  ;;
 
2907
esac
 
2908
# Now try BSD make style include.
 
2909
if test "$am__include" = "#"; then
 
2910
   echo '.include "confinc"' > confmf
 
2911
   case `$am_make -s -f confmf 2> /dev/null` in #(
 
2912
   *the\ am__doit\ target*)
 
2913
     am__include=.include
 
2914
     am__quote="\""
 
2915
     _am_result=BSD
 
2916
     ;;
 
2917
   esac
 
2918
fi
 
2919
AC_SUBST([am__include])
 
2920
AC_SUBST([am__quote])
 
2921
AC_MSG_RESULT([$_am_result])
 
2922
rm -f confinc confmf
 
2923
])
 
2924
 
 
2925
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
2926
 
 
2927
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
2928
#
 
2929
# This file is free software; the Free Software Foundation
 
2930
# gives unlimited permission to copy and/or distribute it,
 
2931
# with or without modifications, as long as this notice is preserved.
 
2932
 
 
2933
# AM_MISSING_PROG(NAME, PROGRAM)
 
2934
# ------------------------------
 
2935
AC_DEFUN([AM_MISSING_PROG],
 
2936
[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
2937
$1=${$1-"${am_missing_run}$2"}
 
2938
AC_SUBST($1)])
 
2939
 
 
2940
# AM_MISSING_HAS_RUN
 
2941
# ------------------
 
2942
# Define MISSING if not defined so far and test if it is modern enough.
 
2943
# If it is, set am_missing_run to use it, otherwise, to nothing.
 
2944
AC_DEFUN([AM_MISSING_HAS_RUN],
 
2945
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
2946
AC_REQUIRE_AUX_FILE([missing])dnl
 
2947
if test x"${MISSING+set}" != xset; then
 
2948
  case $am_aux_dir in
 
2949
  *\ * | *\     *)
 
2950
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
2951
  *)
 
2952
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
2953
  esac
 
2954
fi
 
2955
# Use eval to expand $SHELL
 
2956
if eval "$MISSING --is-lightweight"; then
 
2957
  am_missing_run="$MISSING "
 
2958
else
 
2959
  am_missing_run=
 
2960
  AC_MSG_WARN(['missing' script is too old or missing])
 
2961
fi
 
2962
])
 
2963
 
 
2964
# Helper functions for option handling.                     -*- Autoconf -*-
 
2965
 
 
2966
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
2967
#
 
2968
# This file is free software; the Free Software Foundation
 
2969
# gives unlimited permission to copy and/or distribute it,
 
2970
# with or without modifications, as long as this notice is preserved.
 
2971
 
 
2972
# _AM_MANGLE_OPTION(NAME)
 
2973
# -----------------------
 
2974
AC_DEFUN([_AM_MANGLE_OPTION],
 
2975
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
2976
 
 
2977
# _AM_SET_OPTION(NAME)
 
2978
# --------------------
 
2979
# Set option NAME.  Presently that only means defining a flag for this option.
 
2980
AC_DEFUN([_AM_SET_OPTION],
 
2981
[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
 
2982
 
 
2983
# _AM_SET_OPTIONS(OPTIONS)
 
2984
# ------------------------
 
2985
# OPTIONS is a space-separated list of Automake options.
 
2986
AC_DEFUN([_AM_SET_OPTIONS],
 
2987
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
2988
 
 
2989
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
2990
# -------------------------------------------
 
2991
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
2992
AC_DEFUN([_AM_IF_OPTION],
 
2993
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
2994
 
 
2995
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
2996
 
 
2997
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
2998
#
 
2999
# This file is free software; the Free Software Foundation
 
3000
# gives unlimited permission to copy and/or distribute it,
 
3001
# with or without modifications, as long as this notice is preserved.
 
3002
 
 
3003
# AM_SANITY_CHECK
 
3004
# ---------------
 
3005
AC_DEFUN([AM_SANITY_CHECK],
 
3006
[AC_MSG_CHECKING([whether build environment is sane])
 
3007
# Reject unsafe characters in $srcdir or the absolute working directory
 
3008
# name.  Accept space and tab only in the latter.
 
3009
am_lf='
 
3010
'
 
3011
case `pwd` in
 
3012
  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
3013
    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
3014
esac
 
3015
case $srcdir in
 
3016
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
 
3017
    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
 
3018
esac
 
3019
 
 
3020
# Do 'set' in a subshell so we don't clobber the current shell's
 
3021
# arguments.  Must try -L first in case configure is actually a
 
3022
# symlink; some systems play weird games with the mod time of symlinks
 
3023
# (eg FreeBSD returns the mod time of the symlink's containing
 
3024
# directory).
 
3025
if (
 
3026
   am_has_slept=no
 
3027
   for am_try in 1 2; do
 
3028
     echo "timestamp, slept: $am_has_slept" > conftest.file
 
3029
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
3030
     if test "$[*]" = "X"; then
 
3031
        # -L didn't work.
 
3032
        set X `ls -t "$srcdir/configure" conftest.file`
 
3033
     fi
 
3034
     if test "$[*]" != "X $srcdir/configure conftest.file" \
 
3035
        && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
3036
 
 
3037
        # If neither matched, then we have a broken ls.  This can happen
 
3038
        # if, for instance, CONFIG_SHELL is bash and it inherits a
 
3039
        # broken ls alias from the environment.  This has actually
 
3040
        # happened.  Such a system could not be considered "sane".
 
3041
        AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
3042
  alias in your environment])
 
3043
     fi
 
3044
     if test "$[2]" = conftest.file || test $am_try -eq 2; then
 
3045
       break
 
3046
     fi
 
3047
     # Just in case.
 
3048
     sleep 1
 
3049
     am_has_slept=yes
 
3050
   done
 
3051
   test "$[2]" = conftest.file
 
3052
   )
 
3053
then
 
3054
   # Ok.
 
3055
   :
 
3056
else
 
3057
   AC_MSG_ERROR([newly created file is older than distributed files!
 
3058
Check your system clock])
 
3059
fi
 
3060
AC_MSG_RESULT([yes])
 
3061
# If we didn't sleep, we still need to ensure time stamps of config.status and
 
3062
# generated files are strictly newer.
 
3063
am_sleep_pid=
 
3064
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
 
3065
  ( sleep 1 ) &
 
3066
  am_sleep_pid=$!
 
3067
fi
 
3068
AC_CONFIG_COMMANDS_PRE(
 
3069
  [AC_MSG_CHECKING([that generated files are newer than configure])
 
3070
   if test -n "$am_sleep_pid"; then
 
3071
     # Hide warnings about reused PIDs.
 
3072
     wait $am_sleep_pid 2>/dev/null
 
3073
   fi
 
3074
   AC_MSG_RESULT([done])])
 
3075
rm -f conftest.file
 
3076
])
 
3077
 
 
3078
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
3079
#
 
3080
# This file is free software; the Free Software Foundation
 
3081
# gives unlimited permission to copy and/or distribute it,
 
3082
# with or without modifications, as long as this notice is preserved.
 
3083
 
 
3084
# AM_SILENT_RULES([DEFAULT])
 
3085
# --------------------------
 
3086
# Enable less verbose build rules; with the default set to DEFAULT
 
3087
# ("yes" being less verbose, "no" or empty being verbose).
 
3088
AC_DEFUN([AM_SILENT_RULES],
 
3089
[AC_ARG_ENABLE([silent-rules], [dnl
 
3090
AS_HELP_STRING(
 
3091
  [--enable-silent-rules],
 
3092
  [less verbose build output (undo: "make V=1")])
 
3093
AS_HELP_STRING(
 
3094
  [--disable-silent-rules],
 
3095
  [verbose build output (undo: "make V=0")])dnl
 
3096
])
 
3097
case $enable_silent_rules in @%:@ (((
 
3098
  yes) AM_DEFAULT_VERBOSITY=0;;
 
3099
   no) AM_DEFAULT_VERBOSITY=1;;
 
3100
    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
3101
esac
 
3102
dnl
 
3103
dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
 
3104
dnl do not support nested variable expansions.
 
3105
dnl See automake bug#9928 and bug#10237.
 
3106
am_make=${MAKE-make}
 
3107
AC_CACHE_CHECK([whether $am_make supports nested variables],
 
3108
   [am_cv_make_support_nested_variables],
 
3109
   [if AS_ECHO([['TRUE=$(BAR$(V))
 
3110
BAR0=false
 
3111
BAR1=true
 
3112
V=1
 
3113
am__doit:
 
3114
        @$(TRUE)
 
3115
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
 
3116
  am_cv_make_support_nested_variables=yes
 
3117
else
 
3118
  am_cv_make_support_nested_variables=no
 
3119
fi])
 
3120
if test $am_cv_make_support_nested_variables = yes; then
 
3121
  dnl Using '$V' instead of '$(V)' breaks IRIX make.
 
3122
  AM_V='$(V)'
 
3123
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
3124
else
 
3125
  AM_V=$AM_DEFAULT_VERBOSITY
 
3126
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
3127
fi
 
3128
AC_SUBST([AM_V])dnl
 
3129
AM_SUBST_NOTMAKE([AM_V])dnl
 
3130
AC_SUBST([AM_DEFAULT_V])dnl
 
3131
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
 
3132
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
3133
AM_BACKSLASH='\'
 
3134
AC_SUBST([AM_BACKSLASH])dnl
 
3135
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
3136
])
 
3137
 
 
3138
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
3139
#
 
3140
# This file is free software; the Free Software Foundation
 
3141
# gives unlimited permission to copy and/or distribute it,
 
3142
# with or without modifications, as long as this notice is preserved.
 
3143
 
 
3144
# AM_PROG_INSTALL_STRIP
 
3145
# ---------------------
 
3146
# One issue with vendor 'install' (even GNU) is that you can't
 
3147
# specify the program used to strip binaries.  This is especially
 
3148
# annoying in cross-compiling environments, where the build's strip
 
3149
# is unlikely to handle the host's binaries.
 
3150
# Fortunately install-sh will honor a STRIPPROG variable, so we
 
3151
# always use install-sh in "make install-strip", and initialize
 
3152
# STRIPPROG with the value of the STRIP variable (set by the user).
 
3153
AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
3154
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
3155
# Installed binaries are usually stripped using 'strip' when the user
 
3156
# run "make install-strip".  However 'strip' might not be the right
 
3157
# tool to use in cross-compilation environments, therefore Automake
 
3158
# will honor the 'STRIP' environment variable to overrule this program.
 
3159
dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
 
3160
if test "$cross_compiling" != no; then
 
3161
  AC_CHECK_TOOL([STRIP], [strip], :)
 
3162
fi
 
3163
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
3164
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
3165
 
 
3166
# Copyright (C) 2006-2013 Free Software Foundation, Inc.
 
3167
#
 
3168
# This file is free software; the Free Software Foundation
 
3169
# gives unlimited permission to copy and/or distribute it,
 
3170
# with or without modifications, as long as this notice is preserved.
 
3171
 
 
3172
# _AM_SUBST_NOTMAKE(VARIABLE)
 
3173
# ---------------------------
 
3174
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
3175
# This macro is traced by Automake.
 
3176
AC_DEFUN([_AM_SUBST_NOTMAKE])
 
3177
 
 
3178
# AM_SUBST_NOTMAKE(VARIABLE)
 
3179
# --------------------------
 
3180
# Public sister of _AM_SUBST_NOTMAKE.
 
3181
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
3182
 
 
3183
# Check how to create a tarball.                            -*- Autoconf -*-
 
3184
 
 
3185
# Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
3186
#
 
3187
# This file is free software; the Free Software Foundation
 
3188
# gives unlimited permission to copy and/or distribute it,
 
3189
# with or without modifications, as long as this notice is preserved.
 
3190
 
 
3191
# _AM_PROG_TAR(FORMAT)
 
3192
# --------------------
 
3193
# Check how to create a tarball in format FORMAT.
 
3194
# FORMAT should be one of 'v7', 'ustar', or 'pax'.
 
3195
#
 
3196
# Substitute a variable $(am__tar) that is a command
 
3197
# writing to stdout a FORMAT-tarball containing the directory
 
3198
# $tardir.
 
3199
#     tardir=directory && $(am__tar) > result.tar
 
3200
#
 
3201
# Substitute a variable $(am__untar) that extract such
 
3202
# a tarball read from stdin.
 
3203
#     $(am__untar) < result.tar
 
3204
#
 
3205
AC_DEFUN([_AM_PROG_TAR],
 
3206
[# Always define AMTAR for backward compatibility.  Yes, it's still used
 
3207
# in the wild :-(  We should find a proper way to deprecate it ...
 
3208
AC_SUBST([AMTAR], ['$${TAR-tar}'])
 
3209
 
 
3210
# We'll loop over all known methods to create a tar archive until one works.
 
3211
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
3212
 
 
3213
m4_if([$1], [v7],
 
3214
  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
 
3215
 
 
3216
  [m4_case([$1],
 
3217
    [ustar],
 
3218
     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
 
3219
      # There is notably a 21 bits limit for the UID and the GID.  In fact,
 
3220
      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
 
3221
      # and bug#13588).
 
3222
      am_max_uid=2097151 # 2^21 - 1
 
3223
      am_max_gid=$am_max_uid
 
3224
      # The $UID and $GID variables are not portable, so we need to resort
 
3225
      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
 
3226
      # below are definitely unexpected, so allow the users to see them
 
3227
      # (that is, avoid stderr redirection).
 
3228
      am_uid=`id -u || echo unknown`
 
3229
      am_gid=`id -g || echo unknown`
 
3230
      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
 
3231
      if test $am_uid -le $am_max_uid; then
 
3232
         AC_MSG_RESULT([yes])
 
3233
      else
 
3234
         AC_MSG_RESULT([no])
 
3235
         _am_tools=none
 
3236
      fi
 
3237
      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
 
3238
      if test $am_gid -le $am_max_gid; then
 
3239
         AC_MSG_RESULT([yes])
 
3240
      else
 
3241
        AC_MSG_RESULT([no])
 
3242
        _am_tools=none
 
3243
      fi],
 
3244
 
 
3245
  [pax],
 
3246
    [],
 
3247
 
 
3248
  [m4_fatal([Unknown tar format])])
 
3249
 
 
3250
  AC_MSG_CHECKING([how to create a $1 tar archive])
 
3251
 
 
3252
  # Go ahead even if we have the value already cached.  We do so because we
 
3253
  # need to set the values for the 'am__tar' and 'am__untar' variables.
 
3254
  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
3255
 
 
3256
  for _am_tool in $_am_tools; do
 
3257
    case $_am_tool in
 
3258
    gnutar)
 
3259
      for _am_tar in tar gnutar gtar; do
 
3260
        AM_RUN_LOG([$_am_tar --version]) && break
 
3261
      done
 
3262
      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
3263
      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
3264
      am__untar="$_am_tar -xf -"
 
3265
      ;;
 
3266
    plaintar)
 
3267
      # Must skip GNU tar: if it does not support --format= it doesn't create
 
3268
      # ustar tarball either.
 
3269
      (tar --version) >/dev/null 2>&1 && continue
 
3270
      am__tar='tar chf - "$$tardir"'
 
3271
      am__tar_='tar chf - "$tardir"'
 
3272
      am__untar='tar xf -'
 
3273
      ;;
 
3274
    pax)
 
3275
      am__tar='pax -L -x $1 -w "$$tardir"'
 
3276
      am__tar_='pax -L -x $1 -w "$tardir"'
 
3277
      am__untar='pax -r'
 
3278
      ;;
 
3279
    cpio)
 
3280
      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
3281
      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
3282
      am__untar='cpio -i -H $1 -d'
 
3283
      ;;
 
3284
    none)
 
3285
      am__tar=false
 
3286
      am__tar_=false
 
3287
      am__untar=false
 
3288
      ;;
 
3289
    esac
 
3290
 
 
3291
    # If the value was cached, stop now.  We just wanted to have am__tar
 
3292
    # and am__untar set.
 
3293
    test -n "${am_cv_prog_tar_$1}" && break
 
3294
 
 
3295
    # tar/untar a dummy directory, and stop if the command works.
 
3296
    rm -rf conftest.dir
 
3297
    mkdir conftest.dir
 
3298
    echo GrepMe > conftest.dir/file
 
3299
    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
3300
    rm -rf conftest.dir
 
3301
    if test -s conftest.tar; then
 
3302
      AM_RUN_LOG([$am__untar <conftest.tar])
 
3303
      AM_RUN_LOG([cat conftest.dir/file])
 
3304
      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
3305
    fi
 
3306
  done
 
3307
  rm -rf conftest.dir
 
3308
 
 
3309
  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
3310
  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
3311
 
 
3312
AC_SUBST([am__tar])
 
3313
AC_SUBST([am__untar])
 
3314
]) # _AM_PROG_TAR
 
3315