~ubuntu-branches/ubuntu/karmic/evolution/karmic-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-10-19 11:28:09 UTC
  • mfrom: (1.1.69 upstream)
  • Revision ID: james.westby@ubuntu.com-20091019112809-dm58mhdd7mkedv4h
Tags: 2.28.1-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #552552 - File/Empty Trash does not expunge maildir folder    
  - #592117 - Calendar printout love
  - #592313 - Default label names untranslated (lp: #442250)
  - #594373 - Calendar notifications are not cleared from system tray    
              (lp: #437755)
  - #595501 - Crash on a changed filter rule removal (lp: #452921)
  - #595923 - Fix user doc compilation warnings 
  - #595938 - User doc clean up 
  - #596130 - Use correct Name and GenericName in .desktop file    
  - #596157 - Use "Message-ID" instead of "Message-Id" 
  - #596160 - Compiler warnings about _MailComponentPrivate.quit_state    
  - #596712 - Recovered messages not autosaved until modification
  - #596800 - Hang on contacts merging 
  - #597108 - E_CONFIG_SECTION headers not properly escaped    
  - #597564 - Invalid g_object_unref call in redo_queries 
  Miscellaneous:
  Disable gdk_event_get_graphics_expose
  Various composer autosave fixes. 
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
5
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.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(AC_AUTOCONF_VERSION, [2.63],,
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
17
17
[m4_warning([this file was generated for autoconf 2.63.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
21
21
 
22
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007  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.10'
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.10.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 AC_INIT_AUTOMAKE.
52
 
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53
 
[AM_AUTOMAKE_VERSION([1.10.1])dnl
54
 
m4_ifndef([AC_AUTOCONF_VERSION],
55
 
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
56
 
_AM_AUTOCONF_VERSION(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
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 8
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
 
if $2; then
134
 
  $1_TRUE=
135
 
  $1_FALSE='#'
136
 
else
137
 
  $1_TRUE='#'
138
 
  $1_FALSE=
139
 
fi
140
 
AC_CONFIG_COMMANDS_PRE(
141
 
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
142
 
  AC_MSG_ERROR([[conditional "$1" was never defined.
143
 
Usually this means the macro was only invoked conditionally.]])
144
 
fi])])
145
 
 
146
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
147
 
# Free Software Foundation, Inc.
148
 
#
149
 
# This file is free software; the Free Software Foundation
150
 
# gives unlimited permission to copy and/or distribute it,
151
 
# with or without modifications, as long as this notice is preserved.
152
 
 
153
 
# serial 9
154
 
 
155
 
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
156
 
# written in clear, in which case automake, when reading aclocal.m4,
157
 
# will think it sees a *use*, and therefore will trigger all it's
158
 
# C support machinery.  Also note that it means that autoscan, seeing
159
 
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
160
 
 
161
 
 
162
 
# _AM_DEPENDENCIES(NAME)
163
 
# ----------------------
164
 
# See how the compiler implements dependency checking.
165
 
# NAME is "CC", "CXX", "GCJ", or "OBJC".
166
 
# We try a few techniques and use that to set a single cache variable.
167
 
#
168
 
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
169
 
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
170
 
# dependency, and given that the user is not expected to run this macro,
171
 
# just rely on AC_PROG_CC.
172
 
AC_DEFUN([_AM_DEPENDENCIES],
173
 
[AC_REQUIRE([AM_SET_DEPDIR])dnl
174
 
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
175
 
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
176
 
AC_REQUIRE([AM_DEP_TRACK])dnl
177
 
 
178
 
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
179
 
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
180
 
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
181
 
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
182
 
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
183
 
                   [depcc="$$1"   am_compiler_list=])
184
 
 
185
 
AC_CACHE_CHECK([dependency style of $depcc],
186
 
               [am_cv_$1_dependencies_compiler_type],
187
 
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
188
 
  # We make a subdir and do the tests there.  Otherwise we can end up
189
 
  # making bogus files that we don't know about and never remove.  For
190
 
  # instance it was reported that on HP-UX the gcc test will end up
191
 
  # making a dummy file named `D' -- because `-MD' means `put the output
192
 
  # in D'.
193
 
  mkdir conftest.dir
194
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
195
 
  # using a relative directory.
196
 
  cp "$am_depcomp" conftest.dir
197
 
  cd conftest.dir
198
 
  # We will build objects and dependencies in a subdirectory because
199
 
  # it helps to detect inapplicable dependency modes.  For instance
200
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
201
 
  # side effect of compilation, but ICC will put the dependencies in
202
 
  # the current directory while Tru64 will put them in the object
203
 
  # directory.
204
 
  mkdir sub
205
 
 
206
 
  am_cv_$1_dependencies_compiler_type=none
207
 
  if test "$am_compiler_list" = ""; then
208
 
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
209
 
  fi
210
 
  for depmode in $am_compiler_list; do
211
 
    # Setup a source with many dependencies, because some compilers
212
 
    # like to wrap large dependency lists on column 80 (with \), and
213
 
    # we should not choose a depcomp mode which is confused by this.
214
 
    #
215
 
    # We need to recreate these files for each test, as the compiler may
216
 
    # overwrite some of them when testing with obscure command lines.
217
 
    # This happens at least with the AIX C compiler.
218
 
    : > sub/conftest.c
219
 
    for i in 1 2 3 4 5 6; do
220
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
221
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
222
 
      # Solaris 8's {/usr,}/bin/sh.
223
 
      touch sub/conftst$i.h
224
 
    done
225
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
226
 
 
227
 
    case $depmode in
228
 
    nosideeffect)
229
 
      # after this tag, mechanisms are not by side-effect, so they'll
230
 
      # only be used when explicitly requested
231
 
      if test "x$enable_dependency_tracking" = xyes; then
232
 
        continue
233
 
      else
234
 
        break
235
 
      fi
236
 
      ;;
237
 
    none) break ;;
238
 
    esac
239
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
240
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
241
 
    # handle `-M -o', and we need to detect this.
242
 
    if depmode=$depmode \
243
 
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
244
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
245
 
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
246
 
         >/dev/null 2>conftest.err &&
247
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
248
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
249
 
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
250
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
251
 
      # icc doesn't choke on unknown options, it will just issue warnings
252
 
      # or remarks (even with -Werror).  So we grep stderr for any message
253
 
      # that says an option was ignored or not supported.
254
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
255
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
256
 
      # The diagnosis changed in icc 8.0:
257
 
      #   icc: Command line remark: option '-MP' not supported
258
 
      if (grep 'ignoring option' conftest.err ||
259
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
260
 
        am_cv_$1_dependencies_compiler_type=$depmode
261
 
        break
262
 
      fi
263
 
    fi
264
 
  done
265
 
 
266
 
  cd ..
267
 
  rm -rf conftest.dir
268
 
else
269
 
  am_cv_$1_dependencies_compiler_type=none
270
 
fi
271
 
])
272
 
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
273
 
AM_CONDITIONAL([am__fastdep$1], [
274
 
  test "x$enable_dependency_tracking" != xno \
275
 
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
276
 
])
277
 
 
278
 
 
279
 
# AM_SET_DEPDIR
280
 
# -------------
281
 
# Choose a directory name for dependency files.
282
 
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
283
 
AC_DEFUN([AM_SET_DEPDIR],
284
 
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
285
 
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
286
 
])
287
 
 
288
 
 
289
 
# AM_DEP_TRACK
290
 
# ------------
291
 
AC_DEFUN([AM_DEP_TRACK],
292
 
[AC_ARG_ENABLE(dependency-tracking,
293
 
[  --disable-dependency-tracking  speeds up one-time build
294
 
  --enable-dependency-tracking   do not reject slow dependency extractors])
295
 
if test "x$enable_dependency_tracking" != xno; then
296
 
  am_depcomp="$ac_aux_dir/depcomp"
297
 
  AMDEPBACKSLASH='\'
298
 
fi
299
 
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
300
 
AC_SUBST([AMDEPBACKSLASH])dnl
301
 
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
302
 
])
303
 
 
304
 
# Generate code to set up dependency tracking.              -*- Autoconf -*-
305
 
 
306
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
307
 
# Free Software Foundation, Inc.
308
 
#
309
 
# This file is free software; the Free Software Foundation
310
 
# gives unlimited permission to copy and/or distribute it,
311
 
# with or without modifications, as long as this notice is preserved.
312
 
 
313
 
#serial 3
314
 
 
315
 
# _AM_OUTPUT_DEPENDENCY_COMMANDS
316
 
# ------------------------------
317
 
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
318
 
[for mf in $CONFIG_FILES; do
319
 
  # Strip MF so we end up with the name of the file.
320
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
321
 
  # Check whether this is an Automake generated Makefile or not.
322
 
  # We used to match only the files named `Makefile.in', but
323
 
  # some people rename them; so instead we look at the file content.
324
 
  # Grep'ing the first line is not enough: some people post-process
325
 
  # each Makefile.in and add a new line on top of each file to say so.
326
 
  # Grep'ing the whole file is not good either: AIX grep has a line
327
 
  # limit of 2048, but all sed's we know have understand at least 4000.
328
 
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
329
 
    dirpart=`AS_DIRNAME("$mf")`
330
 
  else
331
 
    continue
332
 
  fi
333
 
  # Extract the definition of DEPDIR, am__include, and am__quote
334
 
  # from the Makefile without running `make'.
335
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
336
 
  test -z "$DEPDIR" && continue
337
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
338
 
  test -z "am__include" && continue
339
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
340
 
  # When using ansi2knr, U may be empty or an underscore; expand it
341
 
  U=`sed -n 's/^U = //p' < "$mf"`
342
 
  # Find all dependency output files, they are included files with
343
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
344
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
345
 
  # expansion.
346
 
  for file in `sed -n "
347
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
348
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
349
 
    # Make sure the directory exists.
350
 
    test -f "$dirpart/$file" && continue
351
 
    fdir=`AS_DIRNAME(["$file"])`
352
 
    AS_MKDIR_P([$dirpart/$fdir])
353
 
    # echo "creating $dirpart/$file"
354
 
    echo '# dummy' > "$dirpart/$file"
355
 
  done
356
 
done
357
 
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
358
 
 
359
 
 
360
 
# AM_OUTPUT_DEPENDENCY_COMMANDS
361
 
# -----------------------------
362
 
# This macro should only be invoked once -- use via AC_REQUIRE.
363
 
#
364
 
# This code is only required when automatic dependency tracking
365
 
# is enabled.  FIXME.  This creates each `.P' file that we will
366
 
# need in order to bootstrap the dependency handling code.
367
 
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
368
 
[AC_CONFIG_COMMANDS([depfiles],
369
 
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
370
 
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
371
 
])
372
 
 
373
 
# Do all the work for Automake.                             -*- Autoconf -*-
374
 
 
375
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
376
 
# 2005, 2006, 2008 Free Software Foundation, Inc.
377
 
#
378
 
# This file is free software; the Free Software Foundation
379
 
# gives unlimited permission to copy and/or distribute it,
380
 
# with or without modifications, as long as this notice is preserved.
381
 
 
382
 
# serial 13
383
 
 
384
 
# This macro actually does too much.  Some checks are only needed if
385
 
# your package does certain things.  But this isn't really a big deal.
386
 
 
387
 
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
388
 
# AM_INIT_AUTOMAKE([OPTIONS])
389
 
# -----------------------------------------------
390
 
# The call with PACKAGE and VERSION arguments is the old style
391
 
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
392
 
# and VERSION should now be passed to AC_INIT and removed from
393
 
# the call to AM_INIT_AUTOMAKE.
394
 
# We support both call styles for the transition.  After
395
 
# the next Automake release, Autoconf can make the AC_INIT
396
 
# arguments mandatory, and then we can depend on a new Autoconf
397
 
# release and drop the old call support.
398
 
AC_DEFUN([AM_INIT_AUTOMAKE],
399
 
[AC_PREREQ([2.60])dnl
400
 
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
401
 
dnl the ones we care about.
402
 
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
403
 
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
404
 
AC_REQUIRE([AC_PROG_INSTALL])dnl
405
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
406
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
407
 
  # is not polluted with repeated "-I."
408
 
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
409
 
  # test to see if srcdir already configured
410
 
  if test -f $srcdir/config.status; then
411
 
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
412
 
  fi
413
 
fi
414
 
 
415
 
# test whether we have cygpath
416
 
if test -z "$CYGPATH_W"; then
417
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
418
 
    CYGPATH_W='cygpath -w'
419
 
  else
420
 
    CYGPATH_W=echo
421
 
  fi
422
 
fi
423
 
AC_SUBST([CYGPATH_W])
424
 
 
425
 
# Define the identity of the package.
426
 
dnl Distinguish between old-style and new-style calls.
427
 
m4_ifval([$2],
428
 
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
429
 
 AC_SUBST([PACKAGE], [$1])dnl
430
 
 AC_SUBST([VERSION], [$2])],
431
 
[_AM_SET_OPTIONS([$1])dnl
432
 
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
433
 
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
434
 
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
435
 
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
436
 
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
437
 
 
438
 
_AM_IF_OPTION([no-define],,
439
 
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
440
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
441
 
 
442
 
# Some tools Automake needs.
443
 
AC_REQUIRE([AM_SANITY_CHECK])dnl
444
 
AC_REQUIRE([AC_ARG_PROGRAM])dnl
445
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
446
 
AM_MISSING_PROG(AUTOCONF, autoconf)
447
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
448
 
AM_MISSING_PROG(AUTOHEADER, autoheader)
449
 
AM_MISSING_PROG(MAKEINFO, makeinfo)
450
 
AM_PROG_INSTALL_SH
451
 
AM_PROG_INSTALL_STRIP
452
 
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
453
 
# We need awk for the "check" target.  The system "awk" is bad on
454
 
# some platforms.
455
 
AC_REQUIRE([AC_PROG_AWK])dnl
456
 
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
457
 
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
458
 
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
459
 
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
460
 
                             [_AM_PROG_TAR([v7])])])
461
 
_AM_IF_OPTION([no-dependencies],,
462
 
[AC_PROVIDE_IFELSE([AC_PROG_CC],
463
 
                  [_AM_DEPENDENCIES(CC)],
464
 
                  [define([AC_PROG_CC],
465
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
466
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
467
 
                  [_AM_DEPENDENCIES(CXX)],
468
 
                  [define([AC_PROG_CXX],
469
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
470
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
471
 
                  [_AM_DEPENDENCIES(OBJC)],
472
 
                  [define([AC_PROG_OBJC],
473
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
474
 
])
475
 
])
476
 
 
477
 
 
478
 
# When config.status generates a header, we must update the stamp-h file.
479
 
# This file resides in the same directory as the config header
480
 
# that is generated.  The stamp files are numbered to have different names.
481
 
 
482
 
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
483
 
# loop where config.status creates the headers, so we can generate
484
 
# our stamp files there.
485
 
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
486
 
[# Compute $1's index in $config_headers.
487
 
_am_arg=$1
488
 
_am_stamp_count=1
489
 
for _am_header in $config_headers :; do
490
 
  case $_am_header in
491
 
    $_am_arg | $_am_arg:* )
492
 
      break ;;
493
 
    * )
494
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
495
 
  esac
496
 
done
497
 
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
498
 
 
499
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
500
 
#
501
 
# This file is free software; the Free Software Foundation
502
 
# gives unlimited permission to copy and/or distribute it,
503
 
# with or without modifications, as long as this notice is preserved.
504
 
 
505
 
# AM_PROG_INSTALL_SH
506
 
# ------------------
507
 
# Define $install_sh.
508
 
AC_DEFUN([AM_PROG_INSTALL_SH],
509
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
510
 
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
511
 
AC_SUBST(install_sh)])
512
 
 
513
 
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
514
 
#
515
 
# This file is free software; the Free Software Foundation
516
 
# gives unlimited permission to copy and/or distribute it,
517
 
# with or without modifications, as long as this notice is preserved.
518
 
 
519
 
# serial 2
520
 
 
521
 
# Check whether the underlying file-system supports filenames
522
 
# with a leading dot.  For instance MS-DOS doesn't.
523
 
AC_DEFUN([AM_SET_LEADING_DOT],
524
 
[rm -rf .tst 2>/dev/null
525
 
mkdir .tst 2>/dev/null
526
 
if test -d .tst; then
527
 
  am__leading_dot=.
528
 
else
529
 
  am__leading_dot=_
530
 
fi
531
 
rmdir .tst 2>/dev/null
532
 
AC_SUBST([am__leading_dot])])
533
 
 
534
 
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
535
 
# Free Software Foundation, Inc.
536
 
#
537
 
# This file is free software; the Free Software Foundation
538
 
# gives unlimited permission to copy and/or distribute it,
539
 
# with or without modifications, as long as this notice is preserved.
540
 
 
541
 
# serial 5
542
 
 
543
 
# AM_PROG_LEX
544
 
# -----------
545
 
# Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
546
 
# "missing" invocation, for better error output.
547
 
AC_DEFUN([AM_PROG_LEX],
548
 
[AC_PREREQ(2.50)dnl
549
 
AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
550
 
AC_REQUIRE([AC_PROG_LEX])dnl
551
 
if test "$LEX" = :; then
552
 
  LEX=${am_missing_run}flex
553
 
fi])
554
 
 
555
 
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
556
 
# From Jim Meyering
557
 
 
558
 
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
559
 
# Free Software Foundation, Inc.
560
 
#
561
 
# This file is free software; the Free Software Foundation
562
 
# gives unlimited permission to copy and/or distribute it,
563
 
# with or without modifications, as long as this notice is preserved.
564
 
 
565
 
# serial 4
566
 
 
567
 
AC_DEFUN([AM_MAINTAINER_MODE],
568
 
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
569
 
  dnl maintainer-mode is disabled by default
570
 
  AC_ARG_ENABLE(maintainer-mode,
571
 
[  --enable-maintainer-mode  enable make rules and dependencies not useful
572
 
                          (and sometimes confusing) to the casual installer],
573
 
      USE_MAINTAINER_MODE=$enableval,
574
 
      USE_MAINTAINER_MODE=no)
575
 
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
576
 
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
577
 
  MAINT=$MAINTAINER_MODE_TRUE
578
 
  AC_SUBST(MAINT)dnl
579
 
]
580
 
)
581
 
 
582
 
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
583
 
 
584
 
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
585
 
 
586
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
587
 
#
588
 
# This file is free software; the Free Software Foundation
589
 
# gives unlimited permission to copy and/or distribute it,
590
 
# with or without modifications, as long as this notice is preserved.
591
 
 
592
 
# serial 3
593
 
 
594
 
# AM_MAKE_INCLUDE()
595
 
# -----------------
596
 
# Check to see how make treats includes.
597
 
AC_DEFUN([AM_MAKE_INCLUDE],
598
 
[am_make=${MAKE-make}
599
 
cat > confinc << 'END'
600
 
am__doit:
601
 
        @echo done
602
 
.PHONY: am__doit
603
 
END
604
 
# If we don't find an include directive, just comment out the code.
605
 
AC_MSG_CHECKING([for style of include used by $am_make])
606
 
am__include="#"
607
 
am__quote=
608
 
_am_result=none
609
 
# First try GNU make style include.
610
 
echo "include confinc" > confmf
611
 
# We grep out `Entering directory' and `Leaving directory'
612
 
# messages which can occur if `w' ends up in MAKEFLAGS.
613
 
# In particular we don't look at `^make:' because GNU make might
614
 
# be invoked under some other name (usually "gmake"), in which
615
 
# case it prints its new name instead of `make'.
616
 
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
617
 
   am__include=include
618
 
   am__quote=
619
 
   _am_result=GNU
620
 
fi
621
 
# Now try BSD make style include.
622
 
if test "$am__include" = "#"; then
623
 
   echo '.include "confinc"' > confmf
624
 
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
625
 
      am__include=.include
626
 
      am__quote="\""
627
 
      _am_result=BSD
628
 
   fi
629
 
fi
630
 
AC_SUBST([am__include])
631
 
AC_SUBST([am__quote])
632
 
AC_MSG_RESULT([$_am_result])
633
 
rm -f confinc confmf
634
 
])
635
 
 
636
 
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
637
 
 
638
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
639
 
# Free Software Foundation, Inc.
640
 
#
641
 
# This file is free software; the Free Software Foundation
642
 
# gives unlimited permission to copy and/or distribute it,
643
 
# with or without modifications, as long as this notice is preserved.
644
 
 
645
 
# serial 5
646
 
 
647
 
# AM_MISSING_PROG(NAME, PROGRAM)
648
 
# ------------------------------
649
 
AC_DEFUN([AM_MISSING_PROG],
650
 
[AC_REQUIRE([AM_MISSING_HAS_RUN])
651
 
$1=${$1-"${am_missing_run}$2"}
652
 
AC_SUBST($1)])
653
 
 
654
 
 
655
 
# AM_MISSING_HAS_RUN
656
 
# ------------------
657
 
# Define MISSING if not defined so far and test if it supports --run.
658
 
# If it does, set am_missing_run to use it, otherwise, to nothing.
659
 
AC_DEFUN([AM_MISSING_HAS_RUN],
660
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
661
 
AC_REQUIRE_AUX_FILE([missing])dnl
662
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
663
 
# Use eval to expand $SHELL
664
 
if eval "$MISSING --run true"; then
665
 
  am_missing_run="$MISSING --run "
666
 
else
667
 
  am_missing_run=
668
 
  AC_MSG_WARN([`missing' script is too old or missing])
669
 
fi
670
 
])
671
 
 
672
 
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
673
 
#
674
 
# This file is free software; the Free Software Foundation
675
 
# gives unlimited permission to copy and/or distribute it,
676
 
# with or without modifications, as long as this notice is preserved.
677
 
 
678
 
# AM_PROG_MKDIR_P
679
 
# ---------------
680
 
# Check for `mkdir -p'.
681
 
AC_DEFUN([AM_PROG_MKDIR_P],
682
 
[AC_PREREQ([2.60])dnl
683
 
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
684
 
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
685
 
dnl while keeping a definition of mkdir_p for backward compatibility.
686
 
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
687
 
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
688
 
dnl Makefile.ins that do not define MKDIR_P, so we do our own
689
 
dnl adjustment using top_builddir (which is defined more often than
690
 
dnl MKDIR_P).
691
 
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
692
 
case $mkdir_p in
693
 
  [[\\/$]]* | ?:[[\\/]]*) ;;
694
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
695
 
esac
696
 
])
697
 
 
698
 
# Helper functions for option handling.                     -*- Autoconf -*-
699
 
 
700
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
701
 
#
702
 
# This file is free software; the Free Software Foundation
703
 
# gives unlimited permission to copy and/or distribute it,
704
 
# with or without modifications, as long as this notice is preserved.
705
 
 
706
 
# serial 3
707
 
 
708
 
# _AM_MANGLE_OPTION(NAME)
709
 
# -----------------------
710
 
AC_DEFUN([_AM_MANGLE_OPTION],
711
 
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
712
 
 
713
 
# _AM_SET_OPTION(NAME)
714
 
# ------------------------------
715
 
# Set option NAME.  Presently that only means defining a flag for this option.
716
 
AC_DEFUN([_AM_SET_OPTION],
717
 
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
718
 
 
719
 
# _AM_SET_OPTIONS(OPTIONS)
720
 
# ----------------------------------
721
 
# OPTIONS is a space-separated list of Automake options.
722
 
AC_DEFUN([_AM_SET_OPTIONS],
723
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
724
 
 
725
 
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
726
 
# -------------------------------------------
727
 
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
728
 
AC_DEFUN([_AM_IF_OPTION],
729
 
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
730
 
 
731
 
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
732
 
 
733
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
734
 
# Free Software Foundation, Inc.
735
 
#
736
 
# This file is free software; the Free Software Foundation
737
 
# gives unlimited permission to copy and/or distribute it,
738
 
# with or without modifications, as long as this notice is preserved.
739
 
 
740
 
# serial 4
741
 
 
742
 
# AM_SANITY_CHECK
743
 
# ---------------
744
 
AC_DEFUN([AM_SANITY_CHECK],
745
 
[AC_MSG_CHECKING([whether build environment is sane])
746
 
# Just in case
747
 
sleep 1
748
 
echo timestamp > conftest.file
749
 
# Do `set' in a subshell so we don't clobber the current shell's
750
 
# arguments.  Must try -L first in case configure is actually a
751
 
# symlink; some systems play weird games with the mod time of symlinks
752
 
# (eg FreeBSD returns the mod time of the symlink's containing
753
 
# directory).
754
 
if (
755
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
756
 
   if test "$[*]" = "X"; then
757
 
      # -L didn't work.
758
 
      set X `ls -t $srcdir/configure conftest.file`
759
 
   fi
760
 
   rm -f conftest.file
761
 
   if test "$[*]" != "X $srcdir/configure conftest.file" \
762
 
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
763
 
 
764
 
      # If neither matched, then we have a broken ls.  This can happen
765
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
766
 
      # broken ls alias from the environment.  This has actually
767
 
      # happened.  Such a system could not be considered "sane".
768
 
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
769
 
alias in your environment])
770
 
   fi
771
 
 
772
 
   test "$[2]" = conftest.file
773
 
   )
774
 
then
775
 
   # Ok.
776
 
   :
777
 
else
778
 
   AC_MSG_ERROR([newly created file is older than distributed files!
779
 
Check your system clock])
780
 
fi
781
 
AC_MSG_RESULT(yes)])
782
 
 
783
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
784
 
#
785
 
# This file is free software; the Free Software Foundation
786
 
# gives unlimited permission to copy and/or distribute it,
787
 
# with or without modifications, as long as this notice is preserved.
788
 
 
789
 
# AM_PROG_INSTALL_STRIP
790
 
# ---------------------
791
 
# One issue with vendor `install' (even GNU) is that you can't
792
 
# specify the program used to strip binaries.  This is especially
793
 
# annoying in cross-compiling environments, where the build's strip
794
 
# is unlikely to handle the host's binaries.
795
 
# Fortunately install-sh will honor a STRIPPROG variable, so we
796
 
# always use install-sh in `make install-strip', and initialize
797
 
# STRIPPROG with the value of the STRIP variable (set by the user).
798
 
AC_DEFUN([AM_PROG_INSTALL_STRIP],
799
 
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
800
 
# Installed binaries are usually stripped using `strip' when the user
801
 
# run `make install-strip'.  However `strip' might not be the right
802
 
# tool to use in cross-compilation environments, therefore Automake
803
 
# will honor the `STRIP' environment variable to overrule this program.
804
 
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
805
 
if test "$cross_compiling" != no; then
806
 
  AC_CHECK_TOOL([STRIP], [strip], :)
807
 
fi
808
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
809
 
AC_SUBST([INSTALL_STRIP_PROGRAM])])
810
 
 
811
 
# Copyright (C) 2006  Free Software Foundation, Inc.
812
 
#
813
 
# This file is free software; the Free Software Foundation
814
 
# gives unlimited permission to copy and/or distribute it,
815
 
# with or without modifications, as long as this notice is preserved.
816
 
 
817
 
# _AM_SUBST_NOTMAKE(VARIABLE)
818
 
# ---------------------------
819
 
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
820
 
# This macro is traced by Automake.
821
 
AC_DEFUN([_AM_SUBST_NOTMAKE])
822
 
 
823
 
# Check how to create a tarball.                            -*- Autoconf -*-
824
 
 
825
 
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
826
 
#
827
 
# This file is free software; the Free Software Foundation
828
 
# gives unlimited permission to copy and/or distribute it,
829
 
# with or without modifications, as long as this notice is preserved.
830
 
 
831
 
# serial 2
832
 
 
833
 
# _AM_PROG_TAR(FORMAT)
834
 
# --------------------
835
 
# Check how to create a tarball in format FORMAT.
836
 
# FORMAT should be one of `v7', `ustar', or `pax'.
837
 
#
838
 
# Substitute a variable $(am__tar) that is a command
839
 
# writing to stdout a FORMAT-tarball containing the directory
840
 
# $tardir.
841
 
#     tardir=directory && $(am__tar) > result.tar
842
 
#
843
 
# Substitute a variable $(am__untar) that extract such
844
 
# a tarball read from stdin.
845
 
#     $(am__untar) < result.tar
846
 
AC_DEFUN([_AM_PROG_TAR],
847
 
[# Always define AMTAR for backward compatibility.
848
 
AM_MISSING_PROG([AMTAR], [tar])
849
 
m4_if([$1], [v7],
850
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
851
 
     [m4_case([$1], [ustar],, [pax],,
852
 
              [m4_fatal([Unknown tar format])])
853
 
AC_MSG_CHECKING([how to create a $1 tar archive])
854
 
# Loop over all known methods to create a tar archive until one works.
855
 
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
856
 
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
857
 
# Do not fold the above two line into one, because Tru64 sh and
858
 
# Solaris sh will not grok spaces in the rhs of `-'.
859
 
for _am_tool in $_am_tools
860
 
do
861
 
  case $_am_tool in
862
 
  gnutar)
863
 
    for _am_tar in tar gnutar gtar;
864
 
    do
865
 
      AM_RUN_LOG([$_am_tar --version]) && break
866
 
    done
867
 
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
868
 
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
869
 
    am__untar="$_am_tar -xf -"
870
 
    ;;
871
 
  plaintar)
872
 
    # Must skip GNU tar: if it does not support --format= it doesn't create
873
 
    # ustar tarball either.
874
 
    (tar --version) >/dev/null 2>&1 && continue
875
 
    am__tar='tar chf - "$$tardir"'
876
 
    am__tar_='tar chf - "$tardir"'
877
 
    am__untar='tar xf -'
878
 
    ;;
879
 
  pax)
880
 
    am__tar='pax -L -x $1 -w "$$tardir"'
881
 
    am__tar_='pax -L -x $1 -w "$tardir"'
882
 
    am__untar='pax -r'
883
 
    ;;
884
 
  cpio)
885
 
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
886
 
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
887
 
    am__untar='cpio -i -H $1 -d'
888
 
    ;;
889
 
  none)
890
 
    am__tar=false
891
 
    am__tar_=false
892
 
    am__untar=false
893
 
    ;;
894
 
  esac
895
 
 
896
 
  # If the value was cached, stop now.  We just wanted to have am__tar
897
 
  # and am__untar set.
898
 
  test -n "${am_cv_prog_tar_$1}" && break
899
 
 
900
 
  # tar/untar a dummy directory, and stop if the command works
901
 
  rm -rf conftest.dir
902
 
  mkdir conftest.dir
903
 
  echo GrepMe > conftest.dir/file
904
 
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
905
 
  rm -rf conftest.dir
906
 
  if test -s conftest.tar; then
907
 
    AM_RUN_LOG([$am__untar <conftest.tar])
908
 
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
909
 
  fi
910
 
done
911
 
rm -rf conftest.dir
912
 
 
913
 
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
914
 
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
915
 
AC_SUBST([am__tar])
916
 
AC_SUBST([am__untar])
917
 
]) # _AM_PROG_TAR
918
 
 
919
 
# nls.m4 serial 3 (gettext-0.15)
920
 
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
921
 
dnl This file is free software; the Free Software Foundation
922
 
dnl gives unlimited permission to copy and/or distribute it,
923
 
dnl with or without modifications, as long as this notice is preserved.
924
 
dnl
925
 
dnl This file can can be used in projects which are not available under
926
 
dnl the GNU General Public License or the GNU Library General Public
927
 
dnl License but which still want to provide support for the GNU gettext
928
 
dnl functionality.
929
 
dnl Please note that the actual code of the GNU gettext library is covered
930
 
dnl by the GNU Library General Public License, and the rest of the GNU
931
 
dnl gettext package package is covered by the GNU General Public License.
932
 
dnl They are *not* in the public domain.
933
 
 
934
 
dnl Authors:
935
 
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
936
 
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
937
 
 
938
 
AC_PREREQ(2.50)
939
 
 
940
 
AC_DEFUN([AM_NLS],
941
 
[
942
 
  AC_MSG_CHECKING([whether NLS is requested])
943
 
  dnl Default is enabled NLS
944
 
  AC_ARG_ENABLE(nls,
945
 
    [  --disable-nls           do not use Native Language Support],
946
 
    USE_NLS=$enableval, USE_NLS=yes)
947
 
  AC_MSG_RESULT($USE_NLS)
948
 
  AC_SUBST(USE_NLS)
949
 
])
950
 
 
951
 
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
952
 
953
 
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
954
 
#
955
 
# This program is free software; you can redistribute it and/or modify
956
 
# it under the terms of the GNU General Public License as published by
957
 
# the Free Software Foundation; either version 2 of the License, or
958
 
# (at your option) any later version.
959
 
#
960
 
# This program is distributed in the hope that it will be useful, but
961
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
962
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
963
 
# General Public License for more details.
964
 
#
965
 
# You should have received a copy of the GNU General Public License
966
 
# along with this program; if not, write to the Free Software
967
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
968
 
#
969
 
# As a special exception to the GNU General Public License, if you
970
 
# distribute this file as part of a program that contains a
971
 
# configuration script generated by Autoconf, you may include it under
972
 
# the same distribution terms that you use for the rest of that program.
973
 
 
974
 
# PKG_PROG_PKG_CONFIG([MIN-VERSION])
975
 
# ----------------------------------
976
 
AC_DEFUN([PKG_PROG_PKG_CONFIG],
977
 
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
978
 
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
979
 
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
980
 
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
981
 
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
982
 
fi
983
 
if test -n "$PKG_CONFIG"; then
984
 
        _pkg_min_version=m4_default([$1], [0.9.0])
985
 
        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
986
 
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
987
 
                AC_MSG_RESULT([yes])
988
 
        else
989
 
                AC_MSG_RESULT([no])
990
 
                PKG_CONFIG=""
991
 
        fi
992
 
                
993
 
fi[]dnl
994
 
])# PKG_PROG_PKG_CONFIG
995
 
 
996
 
# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
997
 
#
998
 
# Check to see whether a particular set of modules exists.  Similar
999
 
# to PKG_CHECK_MODULES(), but does not set variables or print errors.
1000
 
#
1001
 
#
1002
 
# Similar to PKG_CHECK_MODULES, make sure that the first instance of
1003
 
# this or PKG_CHECK_MODULES is called, or make sure to call
1004
 
# PKG_CHECK_EXISTS manually
1005
 
# --------------------------------------------------------------
1006
 
AC_DEFUN([PKG_CHECK_EXISTS],
1007
 
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1008
 
if test -n "$PKG_CONFIG" && \
1009
 
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
1010
 
  m4_ifval([$2], [$2], [:])
1011
 
m4_ifvaln([$3], [else
1012
 
  $3])dnl
1013
 
fi])
1014
 
 
1015
 
 
1016
 
# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
1017
 
# ---------------------------------------------
1018
 
m4_define([_PKG_CONFIG],
1019
 
[if test -n "$$1"; then
1020
 
    pkg_cv_[]$1="$$1"
1021
 
 elif test -n "$PKG_CONFIG"; then
1022
 
    PKG_CHECK_EXISTS([$3],
1023
 
                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
1024
 
                     [pkg_failed=yes])
1025
 
 else
1026
 
    pkg_failed=untried
1027
 
fi[]dnl
1028
 
])# _PKG_CONFIG
1029
 
 
1030
 
# _PKG_SHORT_ERRORS_SUPPORTED
1031
 
# -----------------------------
1032
 
AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
1033
 
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
1034
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1035
 
        _pkg_short_errors_supported=yes
1036
 
else
1037
 
        _pkg_short_errors_supported=no
1038
 
fi[]dnl
1039
 
])# _PKG_SHORT_ERRORS_SUPPORTED
1040
 
 
1041
 
 
1042
 
# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
1043
 
# [ACTION-IF-NOT-FOUND])
1044
 
#
1045
 
#
1046
 
# Note that if there is a possibility the first call to
1047
 
# PKG_CHECK_MODULES might not happen, you should be sure to include an
1048
 
# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
1049
 
#
1050
 
#
1051
 
# --------------------------------------------------------------
1052
 
AC_DEFUN([PKG_CHECK_MODULES],
1053
 
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1054
 
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
1055
 
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
1056
 
 
1057
 
pkg_failed=no
1058
 
AC_MSG_CHECKING([for $1])
1059
 
 
1060
 
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
1061
 
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
1062
 
 
1063
 
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
1064
 
and $1[]_LIBS to avoid the need to call pkg-config.
1065
 
See the pkg-config man page for more details.])
1066
 
 
1067
 
if test $pkg_failed = yes; then
1068
 
        _PKG_SHORT_ERRORS_SUPPORTED
1069
 
        if test $_pkg_short_errors_supported = yes; then
1070
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
1071
 
        else 
1072
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
1073
 
        fi
1074
 
        # Put the nasty error message in config.log where it belongs
1075
 
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
1076
 
 
1077
 
        ifelse([$4], , [AC_MSG_ERROR(dnl
1078
 
[Package requirements ($2) were not met:
1079
 
 
1080
 
$$1_PKG_ERRORS
1081
 
 
1082
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
1083
 
installed software in a non-standard prefix.
1084
 
 
1085
 
_PKG_TEXT
1086
 
])],
1087
 
                [AC_MSG_RESULT([no])
1088
 
                $4])
1089
 
elif test $pkg_failed = untried; then
1090
 
        ifelse([$4], , [AC_MSG_FAILURE(dnl
1091
 
[The pkg-config script could not be found or is too old.  Make sure it
1092
 
is in your PATH or set the PKG_CONFIG environment variable to the full
1093
 
path to pkg-config.
1094
 
 
1095
 
_PKG_TEXT
1096
 
 
1097
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
1098
 
                [$4])
1099
 
else
1100
 
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1101
 
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
1102
 
        AC_MSG_RESULT([yes])
1103
 
        ifelse([$3], , :, [$3])
1104
 
fi[]dnl
1105
 
])# PKG_CHECK_MODULES
1106
 
 
1107
22
dnl AM_PATH_ORBIT2([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
1108
23
dnl Test for ORBit2, and define ORBIT_CFLAGS and ORBIT_LIBS
1109
24
dnl
2007
922
fi])
2008
923
 
2009
924
 
 
925
# nls.m4 serial 3 (gettext-0.15)
 
926
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
927
dnl This file is free software; the Free Software Foundation
 
928
dnl gives unlimited permission to copy and/or distribute it,
 
929
dnl with or without modifications, as long as this notice is preserved.
 
930
dnl
 
931
dnl This file can can be used in projects which are not available under
 
932
dnl the GNU General Public License or the GNU Library General Public
 
933
dnl License but which still want to provide support for the GNU gettext
 
934
dnl functionality.
 
935
dnl Please note that the actual code of the GNU gettext library is covered
 
936
dnl by the GNU Library General Public License, and the rest of the GNU
 
937
dnl gettext package package is covered by the GNU General Public License.
 
938
dnl They are *not* in the public domain.
 
939
 
 
940
dnl Authors:
 
941
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 
942
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 
943
 
 
944
AC_PREREQ(2.50)
 
945
 
 
946
AC_DEFUN([AM_NLS],
 
947
[
 
948
  AC_MSG_CHECKING([whether NLS is requested])
 
949
  dnl Default is enabled NLS
 
950
  AC_ARG_ENABLE(nls,
 
951
    [  --disable-nls           do not use Native Language Support],
 
952
    USE_NLS=$enableval, USE_NLS=yes)
 
953
  AC_MSG_RESULT($USE_NLS)
 
954
  AC_SUBST(USE_NLS)
 
955
])
 
956
 
 
957
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
958
 
959
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 
960
#
 
961
# This program is free software; you can redistribute it and/or modify
 
962
# it under the terms of the GNU General Public License as published by
 
963
# the Free Software Foundation; either version 2 of the License, or
 
964
# (at your option) any later version.
 
965
#
 
966
# This program is distributed in the hope that it will be useful, but
 
967
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
968
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
969
# General Public License for more details.
 
970
#
 
971
# You should have received a copy of the GNU General Public License
 
972
# along with this program; if not, write to the Free Software
 
973
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
974
#
 
975
# As a special exception to the GNU General Public License, if you
 
976
# distribute this file as part of a program that contains a
 
977
# configuration script generated by Autoconf, you may include it under
 
978
# the same distribution terms that you use for the rest of that program.
 
979
 
 
980
# PKG_PROG_PKG_CONFIG([MIN-VERSION])
 
981
# ----------------------------------
 
982
AC_DEFUN([PKG_PROG_PKG_CONFIG],
 
983
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
984
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
985
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
986
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
987
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
988
fi
 
989
if test -n "$PKG_CONFIG"; then
 
990
        _pkg_min_version=m4_default([$1], [0.9.0])
 
991
        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
992
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
993
                AC_MSG_RESULT([yes])
 
994
        else
 
995
                AC_MSG_RESULT([no])
 
996
                PKG_CONFIG=""
 
997
        fi
 
998
                
 
999
fi[]dnl
 
1000
])# PKG_PROG_PKG_CONFIG
 
1001
 
 
1002
# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
1003
#
 
1004
# Check to see whether a particular set of modules exists.  Similar
 
1005
# to PKG_CHECK_MODULES(), but does not set variables or print errors.
 
1006
#
 
1007
#
 
1008
# Similar to PKG_CHECK_MODULES, make sure that the first instance of
 
1009
# this or PKG_CHECK_MODULES is called, or make sure to call
 
1010
# PKG_CHECK_EXISTS manually
 
1011
# --------------------------------------------------------------
 
1012
AC_DEFUN([PKG_CHECK_EXISTS],
 
1013
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
1014
if test -n "$PKG_CONFIG" && \
 
1015
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
1016
  m4_ifval([$2], [$2], [:])
 
1017
m4_ifvaln([$3], [else
 
1018
  $3])dnl
 
1019
fi])
 
1020
 
 
1021
 
 
1022
# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
1023
# ---------------------------------------------
 
1024
m4_define([_PKG_CONFIG],
 
1025
[if test -n "$$1"; then
 
1026
    pkg_cv_[]$1="$$1"
 
1027
 elif test -n "$PKG_CONFIG"; then
 
1028
    PKG_CHECK_EXISTS([$3],
 
1029
                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
1030
                     [pkg_failed=yes])
 
1031
 else
 
1032
    pkg_failed=untried
 
1033
fi[]dnl
 
1034
])# _PKG_CONFIG
 
1035
 
 
1036
# _PKG_SHORT_ERRORS_SUPPORTED
 
1037
# -----------------------------
 
1038
AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 
1039
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
1040
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
1041
        _pkg_short_errors_supported=yes
 
1042
else
 
1043
        _pkg_short_errors_supported=no
 
1044
fi[]dnl
 
1045
])# _PKG_SHORT_ERRORS_SUPPORTED
 
1046
 
 
1047
 
 
1048
# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
 
1049
# [ACTION-IF-NOT-FOUND])
 
1050
#
 
1051
#
 
1052
# Note that if there is a possibility the first call to
 
1053
# PKG_CHECK_MODULES might not happen, you should be sure to include an
 
1054
# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 
1055
#
 
1056
#
 
1057
# --------------------------------------------------------------
 
1058
AC_DEFUN([PKG_CHECK_MODULES],
 
1059
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
1060
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
1061
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
1062
 
 
1063
pkg_failed=no
 
1064
AC_MSG_CHECKING([for $1])
 
1065
 
 
1066
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
1067
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
1068
 
 
1069
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
1070
and $1[]_LIBS to avoid the need to call pkg-config.
 
1071
See the pkg-config man page for more details.])
 
1072
 
 
1073
if test $pkg_failed = yes; then
 
1074
        _PKG_SHORT_ERRORS_SUPPORTED
 
1075
        if test $_pkg_short_errors_supported = yes; then
 
1076
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
 
1077
        else 
 
1078
                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
 
1079
        fi
 
1080
        # Put the nasty error message in config.log where it belongs
 
1081
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
1082
 
 
1083
        ifelse([$4], , [AC_MSG_ERROR(dnl
 
1084
[Package requirements ($2) were not met:
 
1085
 
 
1086
$$1_PKG_ERRORS
 
1087
 
 
1088
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
1089
installed software in a non-standard prefix.
 
1090
 
 
1091
_PKG_TEXT
 
1092
])],
 
1093
                [AC_MSG_RESULT([no])
 
1094
                $4])
 
1095
elif test $pkg_failed = untried; then
 
1096
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 
1097
[The pkg-config script could not be found or is too old.  Make sure it
 
1098
is in your PATH or set the PKG_CONFIG environment variable to the full
 
1099
path to pkg-config.
 
1100
 
 
1101
_PKG_TEXT
 
1102
 
 
1103
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
1104
                [$4])
 
1105
else
 
1106
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
1107
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
1108
        AC_MSG_RESULT([yes])
 
1109
        ifelse([$3], , :, [$3])
 
1110
fi[]dnl
 
1111
])# PKG_CHECK_MODULES
 
1112
 
 
1113
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
1114
#
 
1115
# This file is free software; the Free Software Foundation
 
1116
# gives unlimited permission to copy and/or distribute it,
 
1117
# with or without modifications, as long as this notice is preserved.
 
1118
 
 
1119
# AM_AUTOMAKE_VERSION(VERSION)
 
1120
# ----------------------------
 
1121
# Automake X.Y traces this macro to ensure aclocal.m4 has been
 
1122
# generated from the m4 files accompanying Automake X.Y.
 
1123
# (This private macro should not be called outside this file.)
 
1124
AC_DEFUN([AM_AUTOMAKE_VERSION],
 
1125
[am__api_version='1.11'
 
1126
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
1127
dnl require some minimum version.  Point them to the right macro.
 
1128
m4_if([$1], [1.11], [],
 
1129
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
1130
])
 
1131
 
 
1132
# _AM_AUTOCONF_VERSION(VERSION)
 
1133
# -----------------------------
 
1134
# aclocal traces this macro to find the Autoconf version.
 
1135
# This is a private macro too.  Using m4_define simplifies
 
1136
# the logic in aclocal, which can simply ignore this definition.
 
1137
m4_define([_AM_AUTOCONF_VERSION], [])
 
1138
 
 
1139
# AM_SET_CURRENT_AUTOMAKE_VERSION
 
1140
# -------------------------------
 
1141
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
1142
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 
1143
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
1144
[AM_AUTOMAKE_VERSION([1.11])dnl
 
1145
m4_ifndef([AC_AUTOCONF_VERSION],
 
1146
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
1147
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
1148
 
 
1149
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
1150
 
 
1151
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
1152
#
 
1153
# This file is free software; the Free Software Foundation
 
1154
# gives unlimited permission to copy and/or distribute it,
 
1155
# with or without modifications, as long as this notice is preserved.
 
1156
 
 
1157
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
1158
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
1159
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
 
1160
#
 
1161
# Of course, Automake must honor this variable whenever it calls a
 
1162
# tool from the auxiliary directory.  The problem is that $srcdir (and
 
1163
# therefore $ac_aux_dir as well) can be either absolute or relative,
 
1164
# depending on how configure is run.  This is pretty annoying, since
 
1165
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
1166
# source directory, any form will work fine, but in subdirectories a
 
1167
# relative path needs to be adjusted first.
 
1168
#
 
1169
# $ac_aux_dir/missing
 
1170
#    fails when called from a subdirectory if $ac_aux_dir is relative
 
1171
# $top_srcdir/$ac_aux_dir/missing
 
1172
#    fails if $ac_aux_dir is absolute,
 
1173
#    fails when called from a subdirectory in a VPATH build with
 
1174
#          a relative $ac_aux_dir
 
1175
#
 
1176
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
1177
# are both prefixed by $srcdir.  In an in-source build this is usually
 
1178
# harmless because $srcdir is `.', but things will broke when you
 
1179
# start a VPATH build or use an absolute $srcdir.
 
1180
#
 
1181
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
1182
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
1183
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
1184
# and then we would define $MISSING as
 
1185
#   MISSING="\${SHELL} $am_aux_dir/missing"
 
1186
# This will work as long as MISSING is not called from configure, because
 
1187
# unfortunately $(top_srcdir) has no meaning in configure.
 
1188
# However there are other variables, like CC, which are often used in
 
1189
# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
1190
#
 
1191
# Another solution, used here, is to always expand $ac_aux_dir to an
 
1192
# absolute PATH.  The drawback is that using absolute paths prevent a
 
1193
# configured tree to be moved without reconfiguration.
 
1194
 
 
1195
AC_DEFUN([AM_AUX_DIR_EXPAND],
 
1196
[dnl Rely on autoconf to set up CDPATH properly.
 
1197
AC_PREREQ([2.50])dnl
 
1198
# expand $ac_aux_dir to an absolute path
 
1199
am_aux_dir=`cd $ac_aux_dir && pwd`
 
1200
])
 
1201
 
 
1202
# AM_CONDITIONAL                                            -*- Autoconf -*-
 
1203
 
 
1204
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
 
1205
# Free Software Foundation, Inc.
 
1206
#
 
1207
# This file is free software; the Free Software Foundation
 
1208
# gives unlimited permission to copy and/or distribute it,
 
1209
# with or without modifications, as long as this notice is preserved.
 
1210
 
 
1211
# serial 9
 
1212
 
 
1213
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
1214
# -------------------------------------
 
1215
# Define a conditional.
 
1216
AC_DEFUN([AM_CONDITIONAL],
 
1217
[AC_PREREQ(2.52)dnl
 
1218
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
1219
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
1220
AC_SUBST([$1_TRUE])dnl
 
1221
AC_SUBST([$1_FALSE])dnl
 
1222
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
1223
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
1224
m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
1225
if $2; then
 
1226
  $1_TRUE=
 
1227
  $1_FALSE='#'
 
1228
else
 
1229
  $1_TRUE='#'
 
1230
  $1_FALSE=
 
1231
fi
 
1232
AC_CONFIG_COMMANDS_PRE(
 
1233
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
1234
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
1235
Usually this means the macro was only invoked conditionally.]])
 
1236
fi])])
 
1237
 
 
1238
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
 
1239
# Free Software Foundation, Inc.
 
1240
#
 
1241
# This file is free software; the Free Software Foundation
 
1242
# gives unlimited permission to copy and/or distribute it,
 
1243
# with or without modifications, as long as this notice is preserved.
 
1244
 
 
1245
# serial 10
 
1246
 
 
1247
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
1248
# written in clear, in which case automake, when reading aclocal.m4,
 
1249
# will think it sees a *use*, and therefore will trigger all it's
 
1250
# C support machinery.  Also note that it means that autoscan, seeing
 
1251
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
1252
 
 
1253
 
 
1254
# _AM_DEPENDENCIES(NAME)
 
1255
# ----------------------
 
1256
# See how the compiler implements dependency checking.
 
1257
# NAME is "CC", "CXX", "GCJ", or "OBJC".
 
1258
# We try a few techniques and use that to set a single cache variable.
 
1259
#
 
1260
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
1261
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
1262
# dependency, and given that the user is not expected to run this macro,
 
1263
# just rely on AC_PROG_CC.
 
1264
AC_DEFUN([_AM_DEPENDENCIES],
 
1265
[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
1266
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
1267
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
1268
AC_REQUIRE([AM_DEP_TRACK])dnl
 
1269
 
 
1270
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
1271
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
1272
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
1273
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
1274
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
1275
                   [depcc="$$1"   am_compiler_list=])
 
1276
 
 
1277
AC_CACHE_CHECK([dependency style of $depcc],
 
1278
               [am_cv_$1_dependencies_compiler_type],
 
1279
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
1280
  # We make a subdir and do the tests there.  Otherwise we can end up
 
1281
  # making bogus files that we don't know about and never remove.  For
 
1282
  # instance it was reported that on HP-UX the gcc test will end up
 
1283
  # making a dummy file named `D' -- because `-MD' means `put the output
 
1284
  # in D'.
 
1285
  mkdir conftest.dir
 
1286
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
1287
  # using a relative directory.
 
1288
  cp "$am_depcomp" conftest.dir
 
1289
  cd conftest.dir
 
1290
  # We will build objects and dependencies in a subdirectory because
 
1291
  # it helps to detect inapplicable dependency modes.  For instance
 
1292
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
1293
  # side effect of compilation, but ICC will put the dependencies in
 
1294
  # the current directory while Tru64 will put them in the object
 
1295
  # directory.
 
1296
  mkdir sub
 
1297
 
 
1298
  am_cv_$1_dependencies_compiler_type=none
 
1299
  if test "$am_compiler_list" = ""; then
 
1300
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
1301
  fi
 
1302
  am__universal=false
 
1303
  m4_case([$1], [CC],
 
1304
    [case " $depcc " in #(
 
1305
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
1306
     esac],
 
1307
    [CXX],
 
1308
    [case " $depcc " in #(
 
1309
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
1310
     esac])
 
1311
 
 
1312
  for depmode in $am_compiler_list; do
 
1313
    # Setup a source with many dependencies, because some compilers
 
1314
    # like to wrap large dependency lists on column 80 (with \), and
 
1315
    # we should not choose a depcomp mode which is confused by this.
 
1316
    #
 
1317
    # We need to recreate these files for each test, as the compiler may
 
1318
    # overwrite some of them when testing with obscure command lines.
 
1319
    # This happens at least with the AIX C compiler.
 
1320
    : > sub/conftest.c
 
1321
    for i in 1 2 3 4 5 6; do
 
1322
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
1323
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
1324
      # Solaris 8's {/usr,}/bin/sh.
 
1325
      touch sub/conftst$i.h
 
1326
    done
 
1327
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
1328
 
 
1329
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
1330
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
1331
    # handle `-M -o', and we need to detect this.  Also, some Intel
 
1332
    # versions had trouble with output in subdirs
 
1333
    am__obj=sub/conftest.${OBJEXT-o}
 
1334
    am__minus_obj="-o $am__obj"
 
1335
    case $depmode in
 
1336
    gcc)
 
1337
      # This depmode causes a compiler race in universal mode.
 
1338
      test "$am__universal" = false || continue
 
1339
      ;;
 
1340
    nosideeffect)
 
1341
      # after this tag, mechanisms are not by side-effect, so they'll
 
1342
      # only be used when explicitly requested
 
1343
      if test "x$enable_dependency_tracking" = xyes; then
 
1344
        continue
 
1345
      else
 
1346
        break
 
1347
      fi
 
1348
      ;;
 
1349
    msvisualcpp | msvcmsys)
 
1350
      # This compiler won't grok `-c -o', but also, the minuso test has
 
1351
      # not run yet.  These depmodes are late enough in the game, and
 
1352
      # so weak that their functioning should not be impacted.
 
1353
      am__obj=conftest.${OBJEXT-o}
 
1354
      am__minus_obj=
 
1355
      ;;
 
1356
    none) break ;;
 
1357
    esac
 
1358
    if depmode=$depmode \
 
1359
       source=sub/conftest.c object=$am__obj \
 
1360
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
1361
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
1362
         >/dev/null 2>conftest.err &&
 
1363
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
1364
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
1365
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
1366
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
1367
      # icc doesn't choke on unknown options, it will just issue warnings
 
1368
      # or remarks (even with -Werror).  So we grep stderr for any message
 
1369
      # that says an option was ignored or not supported.
 
1370
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
1371
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
1372
      # The diagnosis changed in icc 8.0:
 
1373
      #   icc: Command line remark: option '-MP' not supported
 
1374
      if (grep 'ignoring option' conftest.err ||
 
1375
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
1376
        am_cv_$1_dependencies_compiler_type=$depmode
 
1377
        break
 
1378
      fi
 
1379
    fi
 
1380
  done
 
1381
 
 
1382
  cd ..
 
1383
  rm -rf conftest.dir
 
1384
else
 
1385
  am_cv_$1_dependencies_compiler_type=none
 
1386
fi
 
1387
])
 
1388
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
1389
AM_CONDITIONAL([am__fastdep$1], [
 
1390
  test "x$enable_dependency_tracking" != xno \
 
1391
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
1392
])
 
1393
 
 
1394
 
 
1395
# AM_SET_DEPDIR
 
1396
# -------------
 
1397
# Choose a directory name for dependency files.
 
1398
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
1399
AC_DEFUN([AM_SET_DEPDIR],
 
1400
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
1401
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
1402
])
 
1403
 
 
1404
 
 
1405
# AM_DEP_TRACK
 
1406
# ------------
 
1407
AC_DEFUN([AM_DEP_TRACK],
 
1408
[AC_ARG_ENABLE(dependency-tracking,
 
1409
[  --disable-dependency-tracking  speeds up one-time build
 
1410
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
1411
if test "x$enable_dependency_tracking" != xno; then
 
1412
  am_depcomp="$ac_aux_dir/depcomp"
 
1413
  AMDEPBACKSLASH='\'
 
1414
fi
 
1415
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
1416
AC_SUBST([AMDEPBACKSLASH])dnl
 
1417
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
1418
])
 
1419
 
 
1420
# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
1421
 
 
1422
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
1423
# Free Software Foundation, Inc.
 
1424
#
 
1425
# This file is free software; the Free Software Foundation
 
1426
# gives unlimited permission to copy and/or distribute it,
 
1427
# with or without modifications, as long as this notice is preserved.
 
1428
 
 
1429
#serial 5
 
1430
 
 
1431
# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
1432
# ------------------------------
 
1433
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
1434
[{
 
1435
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
1436
  # are listed without --file.  Let's play safe and only enable the eval
 
1437
  # if we detect the quoting.
 
1438
  case $CONFIG_FILES in
 
1439
  *\'*) eval set x "$CONFIG_FILES" ;;
 
1440
  *)   set x $CONFIG_FILES ;;
 
1441
  esac
 
1442
  shift
 
1443
  for mf
 
1444
  do
 
1445
    # Strip MF so we end up with the name of the file.
 
1446
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
1447
    # Check whether this is an Automake generated Makefile or not.
 
1448
    # We used to match only the files named `Makefile.in', but
 
1449
    # some people rename them; so instead we look at the file content.
 
1450
    # Grep'ing the first line is not enough: some people post-process
 
1451
    # each Makefile.in and add a new line on top of each file to say so.
 
1452
    # Grep'ing the whole file is not good either: AIX grep has a line
 
1453
    # limit of 2048, but all sed's we know have understand at least 4000.
 
1454
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
1455
      dirpart=`AS_DIRNAME("$mf")`
 
1456
    else
 
1457
      continue
 
1458
    fi
 
1459
    # Extract the definition of DEPDIR, am__include, and am__quote
 
1460
    # from the Makefile without running `make'.
 
1461
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
1462
    test -z "$DEPDIR" && continue
 
1463
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
1464
    test -z "am__include" && continue
 
1465
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
1466
    # When using ansi2knr, U may be empty or an underscore; expand it
 
1467
    U=`sed -n 's/^U = //p' < "$mf"`
 
1468
    # Find all dependency output files, they are included files with
 
1469
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
1470
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
1471
    # expansion.
 
1472
    for file in `sed -n "
 
1473
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
1474
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
1475
      # Make sure the directory exists.
 
1476
      test -f "$dirpart/$file" && continue
 
1477
      fdir=`AS_DIRNAME(["$file"])`
 
1478
      AS_MKDIR_P([$dirpart/$fdir])
 
1479
      # echo "creating $dirpart/$file"
 
1480
      echo '# dummy' > "$dirpart/$file"
 
1481
    done
 
1482
  done
 
1483
}
 
1484
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
1485
 
 
1486
 
 
1487
# AM_OUTPUT_DEPENDENCY_COMMANDS
 
1488
# -----------------------------
 
1489
# This macro should only be invoked once -- use via AC_REQUIRE.
 
1490
#
 
1491
# This code is only required when automatic dependency tracking
 
1492
# is enabled.  FIXME.  This creates each `.P' file that we will
 
1493
# need in order to bootstrap the dependency handling code.
 
1494
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
1495
[AC_CONFIG_COMMANDS([depfiles],
 
1496
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
1497
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
1498
])
 
1499
 
 
1500
# Do all the work for Automake.                             -*- Autoconf -*-
 
1501
 
 
1502
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
1503
# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
 
1504
#
 
1505
# This file is free software; the Free Software Foundation
 
1506
# gives unlimited permission to copy and/or distribute it,
 
1507
# with or without modifications, as long as this notice is preserved.
 
1508
 
 
1509
# serial 16
 
1510
 
 
1511
# This macro actually does too much.  Some checks are only needed if
 
1512
# your package does certain things.  But this isn't really a big deal.
 
1513
 
 
1514
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
1515
# AM_INIT_AUTOMAKE([OPTIONS])
 
1516
# -----------------------------------------------
 
1517
# The call with PACKAGE and VERSION arguments is the old style
 
1518
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
1519
# and VERSION should now be passed to AC_INIT and removed from
 
1520
# the call to AM_INIT_AUTOMAKE.
 
1521
# We support both call styles for the transition.  After
 
1522
# the next Automake release, Autoconf can make the AC_INIT
 
1523
# arguments mandatory, and then we can depend on a new Autoconf
 
1524
# release and drop the old call support.
 
1525
AC_DEFUN([AM_INIT_AUTOMAKE],
 
1526
[AC_PREREQ([2.62])dnl
 
1527
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
1528
dnl the ones we care about.
 
1529
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
1530
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
1531
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
1532
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
1533
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
1534
  # is not polluted with repeated "-I."
 
1535
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
1536
  # test to see if srcdir already configured
 
1537
  if test -f $srcdir/config.status; then
 
1538
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
1539
  fi
 
1540
fi
 
1541
 
 
1542
# test whether we have cygpath
 
1543
if test -z "$CYGPATH_W"; then
 
1544
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
1545
    CYGPATH_W='cygpath -w'
 
1546
  else
 
1547
    CYGPATH_W=echo
 
1548
  fi
 
1549
fi
 
1550
AC_SUBST([CYGPATH_W])
 
1551
 
 
1552
# Define the identity of the package.
 
1553
dnl Distinguish between old-style and new-style calls.
 
1554
m4_ifval([$2],
 
1555
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
1556
 AC_SUBST([PACKAGE], [$1])dnl
 
1557
 AC_SUBST([VERSION], [$2])],
 
1558
[_AM_SET_OPTIONS([$1])dnl
 
1559
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
1560
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
1561
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
1562
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
1563
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
1564
 
 
1565
_AM_IF_OPTION([no-define],,
 
1566
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
1567
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
1568
 
 
1569
# Some tools Automake needs.
 
1570
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
1571
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
1572
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
1573
AM_MISSING_PROG(AUTOCONF, autoconf)
 
1574
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
1575
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
1576
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
1577
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
1578
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
1579
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
1580
# We need awk for the "check" target.  The system "awk" is bad on
 
1581
# some platforms.
 
1582
AC_REQUIRE([AC_PROG_AWK])dnl
 
1583
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
1584
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
1585
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
1586
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
1587
                             [_AM_PROG_TAR([v7])])])
 
1588
_AM_IF_OPTION([no-dependencies],,
 
1589
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
1590
                  [_AM_DEPENDENCIES(CC)],
 
1591
                  [define([AC_PROG_CC],
 
1592
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
1593
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
1594
                  [_AM_DEPENDENCIES(CXX)],
 
1595
                  [define([AC_PROG_CXX],
 
1596
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
1597
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
1598
                  [_AM_DEPENDENCIES(OBJC)],
 
1599
                  [define([AC_PROG_OBJC],
 
1600
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
1601
])
 
1602
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
1603
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
1604
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
1605
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
1606
AC_CONFIG_COMMANDS_PRE(dnl
 
1607
[m4_provide_if([_AM_COMPILER_EXEEXT],
 
1608
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
1609
])
 
1610
 
 
1611
dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 
1612
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
 
1613
dnl mangled by Autoconf and run in a shell conditional statement.
 
1614
m4_define([_AC_COMPILER_EXEEXT],
 
1615
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
 
1616
 
 
1617
 
 
1618
# When config.status generates a header, we must update the stamp-h file.
 
1619
# This file resides in the same directory as the config header
 
1620
# that is generated.  The stamp files are numbered to have different names.
 
1621
 
 
1622
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
1623
# loop where config.status creates the headers, so we can generate
 
1624
# our stamp files there.
 
1625
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
1626
[# Compute $1's index in $config_headers.
 
1627
_am_arg=$1
 
1628
_am_stamp_count=1
 
1629
for _am_header in $config_headers :; do
 
1630
  case $_am_header in
 
1631
    $_am_arg | $_am_arg:* )
 
1632
      break ;;
 
1633
    * )
 
1634
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
1635
  esac
 
1636
done
 
1637
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
1638
 
 
1639
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
1640
#
 
1641
# This file is free software; the Free Software Foundation
 
1642
# gives unlimited permission to copy and/or distribute it,
 
1643
# with or without modifications, as long as this notice is preserved.
 
1644
 
 
1645
# AM_PROG_INSTALL_SH
 
1646
# ------------------
 
1647
# Define $install_sh.
 
1648
AC_DEFUN([AM_PROG_INSTALL_SH],
 
1649
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1650
if test x"${install_sh}" != xset; then
 
1651
  case $am_aux_dir in
 
1652
  *\ * | *\     *)
 
1653
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
1654
  *)
 
1655
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
1656
  esac
 
1657
fi
 
1658
AC_SUBST(install_sh)])
 
1659
 
 
1660
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
1661
#
 
1662
# This file is free software; the Free Software Foundation
 
1663
# gives unlimited permission to copy and/or distribute it,
 
1664
# with or without modifications, as long as this notice is preserved.
 
1665
 
 
1666
# serial 2
 
1667
 
 
1668
# Check whether the underlying file-system supports filenames
 
1669
# with a leading dot.  For instance MS-DOS doesn't.
 
1670
AC_DEFUN([AM_SET_LEADING_DOT],
 
1671
[rm -rf .tst 2>/dev/null
 
1672
mkdir .tst 2>/dev/null
 
1673
if test -d .tst; then
 
1674
  am__leading_dot=.
 
1675
else
 
1676
  am__leading_dot=_
 
1677
fi
 
1678
rmdir .tst 2>/dev/null
 
1679
AC_SUBST([am__leading_dot])])
 
1680
 
 
1681
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
 
1682
# Free Software Foundation, Inc.
 
1683
#
 
1684
# This file is free software; the Free Software Foundation
 
1685
# gives unlimited permission to copy and/or distribute it,
 
1686
# with or without modifications, as long as this notice is preserved.
 
1687
 
 
1688
# serial 5
 
1689
 
 
1690
# AM_PROG_LEX
 
1691
# -----------
 
1692
# Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
 
1693
# "missing" invocation, for better error output.
 
1694
AC_DEFUN([AM_PROG_LEX],
 
1695
[AC_PREREQ(2.50)dnl
 
1696
AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
 
1697
AC_REQUIRE([AC_PROG_LEX])dnl
 
1698
if test "$LEX" = :; then
 
1699
  LEX=${am_missing_run}flex
 
1700
fi])
 
1701
 
 
1702
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
1703
# From Jim Meyering
 
1704
 
 
1705
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
1706
# Free Software Foundation, Inc.
 
1707
#
 
1708
# This file is free software; the Free Software Foundation
 
1709
# gives unlimited permission to copy and/or distribute it,
 
1710
# with or without modifications, as long as this notice is preserved.
 
1711
 
 
1712
# serial 5
 
1713
 
 
1714
# AM_MAINTAINER_MODE([DEFAULT-MODE])
 
1715
# ----------------------------------
 
1716
# Control maintainer-specific portions of Makefiles.
 
1717
# Default is to disable them, unless `enable' is passed literally.
 
1718
# For symmetry, `disable' may be passed as well.  Anyway, the user
 
1719
# can override the default with the --enable/--disable switch.
 
1720
AC_DEFUN([AM_MAINTAINER_MODE],
 
1721
[m4_case(m4_default([$1], [disable]),
 
1722
       [enable], [m4_define([am_maintainer_other], [disable])],
 
1723
       [disable], [m4_define([am_maintainer_other], [enable])],
 
1724
       [m4_define([am_maintainer_other], [enable])
 
1725
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
 
1726
AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
 
1727
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
 
1728
  AC_ARG_ENABLE([maintainer-mode],
 
1729
[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
 
1730
                          (and sometimes confusing) to the casual installer],
 
1731
      [USE_MAINTAINER_MODE=$enableval],
 
1732
      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
 
1733
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
1734
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
1735
  MAINT=$MAINTAINER_MODE_TRUE
 
1736
  AC_SUBST([MAINT])dnl
 
1737
]
 
1738
)
 
1739
 
 
1740
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
1741
 
 
1742
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
 
1743
 
 
1744
# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
 
1745
#
 
1746
# This file is free software; the Free Software Foundation
 
1747
# gives unlimited permission to copy and/or distribute it,
 
1748
# with or without modifications, as long as this notice is preserved.
 
1749
 
 
1750
# serial 4
 
1751
 
 
1752
# AM_MAKE_INCLUDE()
 
1753
# -----------------
 
1754
# Check to see how make treats includes.
 
1755
AC_DEFUN([AM_MAKE_INCLUDE],
 
1756
[am_make=${MAKE-make}
 
1757
cat > confinc << 'END'
 
1758
am__doit:
 
1759
        @echo this is the am__doit target
 
1760
.PHONY: am__doit
 
1761
END
 
1762
# If we don't find an include directive, just comment out the code.
 
1763
AC_MSG_CHECKING([for style of include used by $am_make])
 
1764
am__include="#"
 
1765
am__quote=
 
1766
_am_result=none
 
1767
# First try GNU make style include.
 
1768
echo "include confinc" > confmf
 
1769
# Ignore all kinds of additional output from `make'.
 
1770
case `$am_make -s -f confmf 2> /dev/null` in #(
 
1771
*the\ am__doit\ target*)
 
1772
  am__include=include
 
1773
  am__quote=
 
1774
  _am_result=GNU
 
1775
  ;;
 
1776
esac
 
1777
# Now try BSD make style include.
 
1778
if test "$am__include" = "#"; then
 
1779
   echo '.include "confinc"' > confmf
 
1780
   case `$am_make -s -f confmf 2> /dev/null` in #(
 
1781
   *the\ am__doit\ target*)
 
1782
     am__include=.include
 
1783
     am__quote="\""
 
1784
     _am_result=BSD
 
1785
     ;;
 
1786
   esac
 
1787
fi
 
1788
AC_SUBST([am__include])
 
1789
AC_SUBST([am__quote])
 
1790
AC_MSG_RESULT([$_am_result])
 
1791
rm -f confinc confmf
 
1792
])
 
1793
 
 
1794
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
1795
 
 
1796
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
 
1797
# Free Software Foundation, Inc.
 
1798
#
 
1799
# This file is free software; the Free Software Foundation
 
1800
# gives unlimited permission to copy and/or distribute it,
 
1801
# with or without modifications, as long as this notice is preserved.
 
1802
 
 
1803
# serial 6
 
1804
 
 
1805
# AM_MISSING_PROG(NAME, PROGRAM)
 
1806
# ------------------------------
 
1807
AC_DEFUN([AM_MISSING_PROG],
 
1808
[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
1809
$1=${$1-"${am_missing_run}$2"}
 
1810
AC_SUBST($1)])
 
1811
 
 
1812
 
 
1813
# AM_MISSING_HAS_RUN
 
1814
# ------------------
 
1815
# Define MISSING if not defined so far and test if it supports --run.
 
1816
# If it does, set am_missing_run to use it, otherwise, to nothing.
 
1817
AC_DEFUN([AM_MISSING_HAS_RUN],
 
1818
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1819
AC_REQUIRE_AUX_FILE([missing])dnl
 
1820
if test x"${MISSING+set}" != xset; then
 
1821
  case $am_aux_dir in
 
1822
  *\ * | *\     *)
 
1823
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
1824
  *)
 
1825
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
1826
  esac
 
1827
fi
 
1828
# Use eval to expand $SHELL
 
1829
if eval "$MISSING --run true"; then
 
1830
  am_missing_run="$MISSING --run "
 
1831
else
 
1832
  am_missing_run=
 
1833
  AC_MSG_WARN([`missing' script is too old or missing])
 
1834
fi
 
1835
])
 
1836
 
 
1837
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
1838
#
 
1839
# This file is free software; the Free Software Foundation
 
1840
# gives unlimited permission to copy and/or distribute it,
 
1841
# with or without modifications, as long as this notice is preserved.
 
1842
 
 
1843
# AM_PROG_MKDIR_P
 
1844
# ---------------
 
1845
# Check for `mkdir -p'.
 
1846
AC_DEFUN([AM_PROG_MKDIR_P],
 
1847
[AC_PREREQ([2.60])dnl
 
1848
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
1849
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
1850
dnl while keeping a definition of mkdir_p for backward compatibility.
 
1851
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
1852
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
1853
dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
1854
dnl adjustment using top_builddir (which is defined more often than
 
1855
dnl MKDIR_P).
 
1856
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
1857
case $mkdir_p in
 
1858
  [[\\/$]]* | ?:[[\\/]]*) ;;
 
1859
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
1860
esac
 
1861
])
 
1862
 
 
1863
# Helper functions for option handling.                     -*- Autoconf -*-
 
1864
 
 
1865
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
1866
#
 
1867
# This file is free software; the Free Software Foundation
 
1868
# gives unlimited permission to copy and/or distribute it,
 
1869
# with or without modifications, as long as this notice is preserved.
 
1870
 
 
1871
# serial 4
 
1872
 
 
1873
# _AM_MANGLE_OPTION(NAME)
 
1874
# -----------------------
 
1875
AC_DEFUN([_AM_MANGLE_OPTION],
 
1876
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
1877
 
 
1878
# _AM_SET_OPTION(NAME)
 
1879
# ------------------------------
 
1880
# Set option NAME.  Presently that only means defining a flag for this option.
 
1881
AC_DEFUN([_AM_SET_OPTION],
 
1882
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
1883
 
 
1884
# _AM_SET_OPTIONS(OPTIONS)
 
1885
# ----------------------------------
 
1886
# OPTIONS is a space-separated list of Automake options.
 
1887
AC_DEFUN([_AM_SET_OPTIONS],
 
1888
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
1889
 
 
1890
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
1891
# -------------------------------------------
 
1892
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
1893
AC_DEFUN([_AM_IF_OPTION],
 
1894
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
1895
 
 
1896
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
1897
 
 
1898
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
 
1899
# Free Software Foundation, Inc.
 
1900
#
 
1901
# This file is free software; the Free Software Foundation
 
1902
# gives unlimited permission to copy and/or distribute it,
 
1903
# with or without modifications, as long as this notice is preserved.
 
1904
 
 
1905
# serial 5
 
1906
 
 
1907
# AM_SANITY_CHECK
 
1908
# ---------------
 
1909
AC_DEFUN([AM_SANITY_CHECK],
 
1910
[AC_MSG_CHECKING([whether build environment is sane])
 
1911
# Just in case
 
1912
sleep 1
 
1913
echo timestamp > conftest.file
 
1914
# Reject unsafe characters in $srcdir or the absolute working directory
 
1915
# name.  Accept space and tab only in the latter.
 
1916
am_lf='
 
1917
'
 
1918
case `pwd` in
 
1919
  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
1920
    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
1921
esac
 
1922
case $srcdir in
 
1923
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
 
1924
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
1925
esac
 
1926
 
 
1927
# Do `set' in a subshell so we don't clobber the current shell's
 
1928
# arguments.  Must try -L first in case configure is actually a
 
1929
# symlink; some systems play weird games with the mod time of symlinks
 
1930
# (eg FreeBSD returns the mod time of the symlink's containing
 
1931
# directory).
 
1932
if (
 
1933
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
1934
   if test "$[*]" = "X"; then
 
1935
      # -L didn't work.
 
1936
      set X `ls -t "$srcdir/configure" conftest.file`
 
1937
   fi
 
1938
   rm -f conftest.file
 
1939
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
1940
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
1941
 
 
1942
      # If neither matched, then we have a broken ls.  This can happen
 
1943
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1944
      # broken ls alias from the environment.  This has actually
 
1945
      # happened.  Such a system could not be considered "sane".
 
1946
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
1947
alias in your environment])
 
1948
   fi
 
1949
 
 
1950
   test "$[2]" = conftest.file
 
1951
   )
 
1952
then
 
1953
   # Ok.
 
1954
   :
 
1955
else
 
1956
   AC_MSG_ERROR([newly created file is older than distributed files!
 
1957
Check your system clock])
 
1958
fi
 
1959
AC_MSG_RESULT(yes)])
 
1960
 
 
1961
# Copyright (C) 2009  Free Software Foundation, Inc.
 
1962
#
 
1963
# This file is free software; the Free Software Foundation
 
1964
# gives unlimited permission to copy and/or distribute it,
 
1965
# with or without modifications, as long as this notice is preserved.
 
1966
 
 
1967
# serial 1
 
1968
 
 
1969
# AM_SILENT_RULES([DEFAULT])
 
1970
# --------------------------
 
1971
# Enable less verbose build rules; with the default set to DEFAULT
 
1972
# (`yes' being less verbose, `no' or empty being verbose).
 
1973
AC_DEFUN([AM_SILENT_RULES],
 
1974
[AC_ARG_ENABLE([silent-rules],
 
1975
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
1976
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
1977
case $enable_silent_rules in
 
1978
yes) AM_DEFAULT_VERBOSITY=0;;
 
1979
no)  AM_DEFAULT_VERBOSITY=1;;
 
1980
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
1981
esac
 
1982
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
1983
AM_BACKSLASH='\'
 
1984
AC_SUBST([AM_BACKSLASH])dnl
 
1985
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
1986
])
 
1987
 
 
1988
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
1989
#
 
1990
# This file is free software; the Free Software Foundation
 
1991
# gives unlimited permission to copy and/or distribute it,
 
1992
# with or without modifications, as long as this notice is preserved.
 
1993
 
 
1994
# AM_PROG_INSTALL_STRIP
 
1995
# ---------------------
 
1996
# One issue with vendor `install' (even GNU) is that you can't
 
1997
# specify the program used to strip binaries.  This is especially
 
1998
# annoying in cross-compiling environments, where the build's strip
 
1999
# is unlikely to handle the host's binaries.
 
2000
# Fortunately install-sh will honor a STRIPPROG variable, so we
 
2001
# always use install-sh in `make install-strip', and initialize
 
2002
# STRIPPROG with the value of the STRIP variable (set by the user).
 
2003
AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
2004
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
2005
# Installed binaries are usually stripped using `strip' when the user
 
2006
# run `make install-strip'.  However `strip' might not be the right
 
2007
# tool to use in cross-compilation environments, therefore Automake
 
2008
# will honor the `STRIP' environment variable to overrule this program.
 
2009
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
2010
if test "$cross_compiling" != no; then
 
2011
  AC_CHECK_TOOL([STRIP], [strip], :)
 
2012
fi
 
2013
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
2014
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
2015
 
 
2016
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
2017
#
 
2018
# This file is free software; the Free Software Foundation
 
2019
# gives unlimited permission to copy and/or distribute it,
 
2020
# with or without modifications, as long as this notice is preserved.
 
2021
 
 
2022
# serial 2
 
2023
 
 
2024
# _AM_SUBST_NOTMAKE(VARIABLE)
 
2025
# ---------------------------
 
2026
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
2027
# This macro is traced by Automake.
 
2028
AC_DEFUN([_AM_SUBST_NOTMAKE])
 
2029
 
 
2030
# AM_SUBST_NOTMAKE(VARIABLE)
 
2031
# ---------------------------
 
2032
# Public sister of _AM_SUBST_NOTMAKE.
 
2033
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
2034
 
 
2035
# Check how to create a tarball.                            -*- Autoconf -*-
 
2036
 
 
2037
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
2038
#
 
2039
# This file is free software; the Free Software Foundation
 
2040
# gives unlimited permission to copy and/or distribute it,
 
2041
# with or without modifications, as long as this notice is preserved.
 
2042
 
 
2043
# serial 2
 
2044
 
 
2045
# _AM_PROG_TAR(FORMAT)
 
2046
# --------------------
 
2047
# Check how to create a tarball in format FORMAT.
 
2048
# FORMAT should be one of `v7', `ustar', or `pax'.
 
2049
#
 
2050
# Substitute a variable $(am__tar) that is a command
 
2051
# writing to stdout a FORMAT-tarball containing the directory
 
2052
# $tardir.
 
2053
#     tardir=directory && $(am__tar) > result.tar
 
2054
#
 
2055
# Substitute a variable $(am__untar) that extract such
 
2056
# a tarball read from stdin.
 
2057
#     $(am__untar) < result.tar
 
2058
AC_DEFUN([_AM_PROG_TAR],
 
2059
[# Always define AMTAR for backward compatibility.
 
2060
AM_MISSING_PROG([AMTAR], [tar])
 
2061
m4_if([$1], [v7],
 
2062
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
2063
     [m4_case([$1], [ustar],, [pax],,
 
2064
              [m4_fatal([Unknown tar format])])
 
2065
AC_MSG_CHECKING([how to create a $1 tar archive])
 
2066
# Loop over all known methods to create a tar archive until one works.
 
2067
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
2068
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
2069
# Do not fold the above two line into one, because Tru64 sh and
 
2070
# Solaris sh will not grok spaces in the rhs of `-'.
 
2071
for _am_tool in $_am_tools
 
2072
do
 
2073
  case $_am_tool in
 
2074
  gnutar)
 
2075
    for _am_tar in tar gnutar gtar;
 
2076
    do
 
2077
      AM_RUN_LOG([$_am_tar --version]) && break
 
2078
    done
 
2079
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
2080
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
2081
    am__untar="$_am_tar -xf -"
 
2082
    ;;
 
2083
  plaintar)
 
2084
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
2085
    # ustar tarball either.
 
2086
    (tar --version) >/dev/null 2>&1 && continue
 
2087
    am__tar='tar chf - "$$tardir"'
 
2088
    am__tar_='tar chf - "$tardir"'
 
2089
    am__untar='tar xf -'
 
2090
    ;;
 
2091
  pax)
 
2092
    am__tar='pax -L -x $1 -w "$$tardir"'
 
2093
    am__tar_='pax -L -x $1 -w "$tardir"'
 
2094
    am__untar='pax -r'
 
2095
    ;;
 
2096
  cpio)
 
2097
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
2098
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
2099
    am__untar='cpio -i -H $1 -d'
 
2100
    ;;
 
2101
  none)
 
2102
    am__tar=false
 
2103
    am__tar_=false
 
2104
    am__untar=false
 
2105
    ;;
 
2106
  esac
 
2107
 
 
2108
  # If the value was cached, stop now.  We just wanted to have am__tar
 
2109
  # and am__untar set.
 
2110
  test -n "${am_cv_prog_tar_$1}" && break
 
2111
 
 
2112
  # tar/untar a dummy directory, and stop if the command works
 
2113
  rm -rf conftest.dir
 
2114
  mkdir conftest.dir
 
2115
  echo GrepMe > conftest.dir/file
 
2116
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
2117
  rm -rf conftest.dir
 
2118
  if test -s conftest.tar; then
 
2119
    AM_RUN_LOG([$am__untar <conftest.tar])
 
2120
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
2121
  fi
 
2122
done
 
2123
rm -rf conftest.dir
 
2124
 
 
2125
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
2126
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
2127
AC_SUBST([am__tar])
 
2128
AC_SUBST([am__untar])
 
2129
]) # _AM_PROG_TAR
 
2130
 
2010
2131
m4_include([m4/as-compiler-flag.m4])
2011
2132
m4_include([m4/dolt.m4])
2012
2133
m4_include([m4/evo_ldap_check.m4])