~ubuntu-branches/debian/squeeze/librsvg/squeeze

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-04 22:10:09 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060404221009-4mw2ndnf06bs257d
Tags: 2.14.3-1
* Sync with Debian
* New upstream version
* debian/rules:
  - shlibs update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.7.9 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.9.2 -*- Autoconf -*-
2
2
 
3
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4
4
# 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,
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
# Do all the work for Automake.                            -*- Autoconf -*-
15
 
 
16
 
# This macro actually does too much some checks are only needed if
17
 
# your package does certain things.  But this isn't really a big deal.
18
 
 
19
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
20
 
# Free Software Foundation, Inc.
21
 
 
22
 
# This program is free software; you can redistribute it and/or modify
23
 
# it under the terms of the GNU General Public License as published by
24
 
# the Free Software Foundation; either version 2, or (at your option)
25
 
# any later version.
26
 
 
27
 
# This program is distributed in the hope that it will be useful,
28
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
29
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
 
# GNU General Public License for more details.
31
 
 
32
 
# You should have received a copy of the GNU General Public License
33
 
# along with this program; if not, write to the Free Software
34
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
35
 
# 02111-1307, USA.
36
 
 
37
 
# serial 10
38
 
 
39
 
AC_PREREQ([2.54])
40
 
 
41
 
# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
42
 
# the ones we care about.
43
 
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
44
 
 
45
 
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
46
 
# AM_INIT_AUTOMAKE([OPTIONS])
47
 
# -----------------------------------------------
48
 
# The call with PACKAGE and VERSION arguments is the old style
49
 
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
50
 
# and VERSION should now be passed to AC_INIT and removed from
51
 
# the call to AM_INIT_AUTOMAKE.
52
 
# We support both call styles for the transition.  After
53
 
# the next Automake release, Autoconf can make the AC_INIT
54
 
# arguments mandatory, and then we can depend on a new Autoconf
55
 
# release and drop the old call support.
56
 
AC_DEFUN([AM_INIT_AUTOMAKE],
57
 
[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
58
 
 AC_REQUIRE([AC_PROG_INSTALL])dnl
59
 
# test to see if srcdir already configured
60
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
61
 
   test -f $srcdir/config.status; then
62
 
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
63
 
fi
64
 
 
65
 
# test whether we have cygpath
66
 
if test -z "$CYGPATH_W"; then
67
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
68
 
    CYGPATH_W='cygpath -w'
69
 
  else
70
 
    CYGPATH_W=echo
71
 
  fi
72
 
fi
73
 
AC_SUBST([CYGPATH_W])
74
 
 
75
 
# Define the identity of the package.
76
 
dnl Distinguish between old-style and new-style calls.
77
 
m4_ifval([$2],
78
 
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
79
 
 AC_SUBST([PACKAGE], [$1])dnl
80
 
 AC_SUBST([VERSION], [$2])],
81
 
[_AM_SET_OPTIONS([$1])dnl
82
 
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
83
 
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
84
 
 
85
 
_AM_IF_OPTION([no-define],,
86
 
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
87
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
88
 
 
89
 
# Some tools Automake needs.
90
 
AC_REQUIRE([AM_SANITY_CHECK])dnl
91
 
AC_REQUIRE([AC_ARG_PROGRAM])dnl
92
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
93
 
AM_MISSING_PROG(AUTOCONF, autoconf)
94
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
95
 
AM_MISSING_PROG(AUTOHEADER, autoheader)
96
 
AM_MISSING_PROG(MAKEINFO, makeinfo)
97
 
AM_MISSING_PROG(AMTAR, tar)
98
 
AM_PROG_INSTALL_SH
99
 
AM_PROG_INSTALL_STRIP
100
 
# We need awk for the "check" target.  The system "awk" is bad on
101
 
# some platforms.
102
 
AC_REQUIRE([AC_PROG_AWK])dnl
103
 
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
104
 
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
105
 
 
106
 
_AM_IF_OPTION([no-dependencies],,
107
 
[AC_PROVIDE_IFELSE([AC_PROG_CC],
108
 
                  [_AM_DEPENDENCIES(CC)],
109
 
                  [define([AC_PROG_CC],
110
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
111
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
112
 
                  [_AM_DEPENDENCIES(CXX)],
113
 
                  [define([AC_PROG_CXX],
114
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
115
 
])
116
 
])
117
 
 
118
 
 
119
 
# When config.status generates a header, we must update the stamp-h file.
120
 
# This file resides in the same directory as the config header
121
 
# that is generated.  The stamp files are numbered to have different names.
122
 
 
123
 
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
124
 
# loop where config.status creates the headers, so we can generate
125
 
# our stamp files there.
126
 
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
127
 
[# Compute $1's index in $config_headers.
128
 
_am_stamp_count=1
129
 
for _am_header in $config_headers :; do
130
 
  case $_am_header in
131
 
    $1 | $1:* )
132
 
      break ;;
133
 
    * )
134
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
135
 
  esac
136
 
done
137
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
138
 
 
139
 
# Copyright 2002  Free Software Foundation, Inc.
140
 
 
141
 
# This program is free software; you can redistribute it and/or modify
142
 
# it under the terms of the GNU General Public License as published by
143
 
# the Free Software Foundation; either version 2, or (at your option)
144
 
# any later version.
145
 
 
146
 
# This program is distributed in the hope that it will be useful,
147
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
148
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
149
 
# GNU General Public License for more details.
150
 
 
151
 
# You should have received a copy of the GNU General Public License
152
 
# along with this program; if not, write to the Free Software
153
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
154
 
 
155
 
# AM_AUTOMAKE_VERSION(VERSION)
156
 
# ----------------------------
157
 
# Automake X.Y traces this macro to ensure aclocal.m4 has been
158
 
# generated from the m4 files accompanying Automake X.Y.
159
 
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
160
 
 
161
 
# AM_SET_CURRENT_AUTOMAKE_VERSION
162
 
# -------------------------------
163
 
# Call AM_AUTOMAKE_VERSION so it can be traced.
164
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
165
 
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
166
 
         [AM_AUTOMAKE_VERSION([1.7.9])])
167
 
 
168
 
# Helper functions for option handling.                    -*- Autoconf -*-
169
 
 
170
 
# Copyright 2001, 2002  Free Software Foundation, Inc.
171
 
 
172
 
# This program is free software; you can redistribute it and/or modify
173
 
# it under the terms of the GNU General Public License as published by
174
 
# the Free Software Foundation; either version 2, or (at your option)
175
 
# any later version.
176
 
 
177
 
# This program is distributed in the hope that it will be useful,
178
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
179
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
180
 
# GNU General Public License for more details.
181
 
 
182
 
# You should have received a copy of the GNU General Public License
183
 
# along with this program; if not, write to the Free Software
184
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
185
 
# 02111-1307, USA.
186
 
 
187
 
# serial 2
188
 
 
189
 
# _AM_MANGLE_OPTION(NAME)
190
 
# -----------------------
191
 
AC_DEFUN([_AM_MANGLE_OPTION],
192
 
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
193
 
 
194
 
# _AM_SET_OPTION(NAME)
195
 
# ------------------------------
196
 
# Set option NAME.  Presently that only means defining a flag for this option.
197
 
AC_DEFUN([_AM_SET_OPTION],
198
 
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
199
 
 
200
 
# _AM_SET_OPTIONS(OPTIONS)
201
 
# ----------------------------------
202
 
# OPTIONS is a space-separated list of Automake options.
203
 
AC_DEFUN([_AM_SET_OPTIONS],
204
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
205
 
 
206
 
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
207
 
# -------------------------------------------
208
 
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
209
 
AC_DEFUN([_AM_IF_OPTION],
210
 
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
211
 
 
212
 
#
213
 
# Check to make sure that the build environment is sane.
214
 
#
215
 
 
216
 
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
217
 
 
218
 
# This program is free software; you can redistribute it and/or modify
219
 
# it under the terms of the GNU General Public License as published by
220
 
# the Free Software Foundation; either version 2, or (at your option)
221
 
# any later version.
222
 
 
223
 
# This program is distributed in the hope that it will be useful,
224
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
225
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
226
 
# GNU General Public License for more details.
227
 
 
228
 
# You should have received a copy of the GNU General Public License
229
 
# along with this program; if not, write to the Free Software
230
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
231
 
# 02111-1307, USA.
232
 
 
233
 
# serial 3
234
 
 
235
 
# AM_SANITY_CHECK
236
 
# ---------------
237
 
AC_DEFUN([AM_SANITY_CHECK],
238
 
[AC_MSG_CHECKING([whether build environment is sane])
239
 
# Just in case
240
 
sleep 1
241
 
echo timestamp > conftest.file
242
 
# Do `set' in a subshell so we don't clobber the current shell's
243
 
# arguments.  Must try -L first in case configure is actually a
244
 
# symlink; some systems play weird games with the mod time of symlinks
245
 
# (eg FreeBSD returns the mod time of the symlink's containing
246
 
# directory).
247
 
if (
248
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
249
 
   if test "$[*]" = "X"; then
250
 
      # -L didn't work.
251
 
      set X `ls -t $srcdir/configure conftest.file`
252
 
   fi
253
 
   rm -f conftest.file
254
 
   if test "$[*]" != "X $srcdir/configure conftest.file" \
255
 
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
256
 
 
257
 
      # If neither matched, then we have a broken ls.  This can happen
258
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
259
 
      # broken ls alias from the environment.  This has actually
260
 
      # happened.  Such a system could not be considered "sane".
261
 
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
262
 
alias in your environment])
263
 
   fi
264
 
 
265
 
   test "$[2]" = conftest.file
266
 
   )
267
 
then
268
 
   # Ok.
269
 
   :
270
 
else
271
 
   AC_MSG_ERROR([newly created file is older than distributed files!
272
 
Check your system clock])
273
 
fi
274
 
AC_MSG_RESULT(yes)])
275
 
 
276
 
#  -*- Autoconf -*-
277
 
 
278
 
 
279
 
# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
280
 
 
281
 
# This program is free software; you can redistribute it and/or modify
282
 
# it under the terms of the GNU General Public License as published by
283
 
# the Free Software Foundation; either version 2, or (at your option)
284
 
# any later version.
285
 
 
286
 
# This program is distributed in the hope that it will be useful,
287
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
288
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
289
 
# GNU General Public License for more details.
290
 
 
291
 
# You should have received a copy of the GNU General Public License
292
 
# along with this program; if not, write to the Free Software
293
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
294
 
# 02111-1307, USA.
295
 
 
296
 
# serial 3
297
 
 
298
 
# AM_MISSING_PROG(NAME, PROGRAM)
299
 
# ------------------------------
300
 
AC_DEFUN([AM_MISSING_PROG],
301
 
[AC_REQUIRE([AM_MISSING_HAS_RUN])
302
 
$1=${$1-"${am_missing_run}$2"}
303
 
AC_SUBST($1)])
304
 
 
305
 
 
306
 
# AM_MISSING_HAS_RUN
307
 
# ------------------
308
 
# Define MISSING if not defined so far and test if it supports --run.
309
 
# If it does, set am_missing_run to use it, otherwise, to nothing.
310
 
AC_DEFUN([AM_MISSING_HAS_RUN],
311
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
312
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
313
 
# Use eval to expand $SHELL
314
 
if eval "$MISSING --run true"; then
315
 
  am_missing_run="$MISSING --run "
316
 
else
317
 
  am_missing_run=
318
 
  AC_MSG_WARN([`missing' script is too old or missing])
319
 
fi
320
 
])
321
 
 
322
 
# AM_AUX_DIR_EXPAND
323
 
 
324
 
# Copyright 2001 Free Software Foundation, Inc.
325
 
 
326
 
# This program is free software; you can redistribute it and/or modify
327
 
# it under the terms of the GNU General Public License as published by
328
 
# the Free Software Foundation; either version 2, or (at your option)
329
 
# any later version.
330
 
 
331
 
# This program is distributed in the hope that it will be useful,
332
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
333
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
334
 
# GNU General Public License for more details.
335
 
 
336
 
# You should have received a copy of the GNU General Public License
337
 
# along with this program; if not, write to the Free Software
338
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
339
 
# 02111-1307, USA.
340
 
 
341
 
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
342
 
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
343
 
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
344
 
#
345
 
# Of course, Automake must honor this variable whenever it calls a
346
 
# tool from the auxiliary directory.  The problem is that $srcdir (and
347
 
# therefore $ac_aux_dir as well) can be either absolute or relative,
348
 
# depending on how configure is run.  This is pretty annoying, since
349
 
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
350
 
# source directory, any form will work fine, but in subdirectories a
351
 
# relative path needs to be adjusted first.
352
 
#
353
 
# $ac_aux_dir/missing
354
 
#    fails when called from a subdirectory if $ac_aux_dir is relative
355
 
# $top_srcdir/$ac_aux_dir/missing
356
 
#    fails if $ac_aux_dir is absolute,
357
 
#    fails when called from a subdirectory in a VPATH build with
358
 
#          a relative $ac_aux_dir
359
 
#
360
 
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
361
 
# are both prefixed by $srcdir.  In an in-source build this is usually
362
 
# harmless because $srcdir is `.', but things will broke when you
363
 
# start a VPATH build or use an absolute $srcdir.
364
 
#
365
 
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
366
 
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
367
 
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
368
 
# and then we would define $MISSING as
369
 
#   MISSING="\${SHELL} $am_aux_dir/missing"
370
 
# This will work as long as MISSING is not called from configure, because
371
 
# unfortunately $(top_srcdir) has no meaning in configure.
372
 
# However there are other variables, like CC, which are often used in
373
 
# configure, and could therefore not use this "fixed" $ac_aux_dir.
374
 
#
375
 
# Another solution, used here, is to always expand $ac_aux_dir to an
376
 
# absolute PATH.  The drawback is that using absolute paths prevent a
377
 
# configured tree to be moved without reconfiguration.
378
 
 
379
 
# Rely on autoconf to set up CDPATH properly.
380
 
AC_PREREQ([2.50])
381
 
 
382
 
AC_DEFUN([AM_AUX_DIR_EXPAND], [
383
 
# expand $ac_aux_dir to an absolute path
384
 
am_aux_dir=`cd $ac_aux_dir && pwd`
385
 
])
386
 
 
387
 
# AM_PROG_INSTALL_SH
388
 
# ------------------
389
 
# Define $install_sh.
390
 
 
391
 
# Copyright 2001 Free Software Foundation, Inc.
392
 
 
393
 
# This program is free software; you can redistribute it and/or modify
394
 
# it under the terms of the GNU General Public License as published by
395
 
# the Free Software Foundation; either version 2, or (at your option)
396
 
# any later version.
397
 
 
398
 
# This program is distributed in the hope that it will be useful,
399
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
400
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
401
 
# GNU General Public License for more details.
402
 
 
403
 
# You should have received a copy of the GNU General Public License
404
 
# along with this program; if not, write to the Free Software
405
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
406
 
# 02111-1307, USA.
407
 
 
408
 
AC_DEFUN([AM_PROG_INSTALL_SH],
409
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
410
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
411
 
AC_SUBST(install_sh)])
412
 
 
413
 
# AM_PROG_INSTALL_STRIP
414
 
 
415
 
# Copyright 2001 Free Software Foundation, Inc.
416
 
 
417
 
# This program is free software; you can redistribute it and/or modify
418
 
# it under the terms of the GNU General Public License as published by
419
 
# the Free Software Foundation; either version 2, or (at your option)
420
 
# any later version.
421
 
 
422
 
# This program is distributed in the hope that it will be useful,
423
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
424
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
425
 
# GNU General Public License for more details.
426
 
 
427
 
# You should have received a copy of the GNU General Public License
428
 
# along with this program; if not, write to the Free Software
429
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
430
 
# 02111-1307, USA.
431
 
 
432
 
# One issue with vendor `install' (even GNU) is that you can't
433
 
# specify the program used to strip binaries.  This is especially
434
 
# annoying in cross-compiling environments, where the build's strip
435
 
# is unlikely to handle the host's binaries.
436
 
# Fortunately install-sh will honor a STRIPPROG variable, so we
437
 
# always use install-sh in `make install-strip', and initialize
438
 
# STRIPPROG with the value of the STRIP variable (set by the user).
439
 
AC_DEFUN([AM_PROG_INSTALL_STRIP],
440
 
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
441
 
# Installed binaries are usually stripped using `strip' when the user
442
 
# run `make install-strip'.  However `strip' might not be the right
443
 
# tool to use in cross-compilation environments, therefore Automake
444
 
# will honor the `STRIP' environment variable to overrule this program.
445
 
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
446
 
if test "$cross_compiling" != no; then
447
 
  AC_CHECK_TOOL([STRIP], [strip], :)
448
 
fi
449
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
450
 
AC_SUBST([INSTALL_STRIP_PROGRAM])])
451
 
 
452
 
#                                                          -*- Autoconf -*-
453
 
# Copyright (C) 2003  Free Software Foundation, Inc.
454
 
 
455
 
# This program is free software; you can redistribute it and/or modify
456
 
# it under the terms of the GNU General Public License as published by
457
 
# the Free Software Foundation; either version 2, or (at your option)
458
 
# any later version.
459
 
 
460
 
# This program is distributed in the hope that it will be useful,
461
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
462
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
463
 
# GNU General Public License for more details.
464
 
 
465
 
# You should have received a copy of the GNU General Public License
466
 
# along with this program; if not, write to the Free Software
467
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
468
 
# 02111-1307, USA.
469
 
 
470
 
# serial 1
471
 
 
472
 
# Check whether the underlying file-system supports filenames
473
 
# with a leading dot.  For instance MS-DOS doesn't.
474
 
AC_DEFUN([AM_SET_LEADING_DOT],
475
 
[rm -rf .tst 2>/dev/null
476
 
mkdir .tst 2>/dev/null
477
 
if test -d .tst; then
478
 
  am__leading_dot=.
479
 
else
480
 
  am__leading_dot=_
481
 
fi
482
 
rmdir .tst 2>/dev/null
483
 
AC_SUBST([am__leading_dot])])
484
 
 
485
 
# serial 5                                              -*- Autoconf -*-
486
 
 
487
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
488
 
 
489
 
# This program is free software; you can redistribute it and/or modify
490
 
# it under the terms of the GNU General Public License as published by
491
 
# the Free Software Foundation; either version 2, or (at your option)
492
 
# any later version.
493
 
 
494
 
# This program is distributed in the hope that it will be useful,
495
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
496
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
497
 
# GNU General Public License for more details.
498
 
 
499
 
# You should have received a copy of the GNU General Public License
500
 
# along with this program; if not, write to the Free Software
501
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
502
 
# 02111-1307, USA.
503
 
 
504
 
 
505
 
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
506
 
# written in clear, in which case automake, when reading aclocal.m4,
507
 
# will think it sees a *use*, and therefore will trigger all it's
508
 
# C support machinery.  Also note that it means that autoscan, seeing
509
 
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
510
 
 
511
 
 
512
 
 
513
 
# _AM_DEPENDENCIES(NAME)
514
 
# ----------------------
515
 
# See how the compiler implements dependency checking.
516
 
# NAME is "CC", "CXX", "GCJ", or "OBJC".
517
 
# We try a few techniques and use that to set a single cache variable.
518
 
#
519
 
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
520
 
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
521
 
# dependency, and given that the user is not expected to run this macro,
522
 
# just rely on AC_PROG_CC.
523
 
AC_DEFUN([_AM_DEPENDENCIES],
524
 
[AC_REQUIRE([AM_SET_DEPDIR])dnl
525
 
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
526
 
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
527
 
AC_REQUIRE([AM_DEP_TRACK])dnl
528
 
 
529
 
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
530
 
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
531
 
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
532
 
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
533
 
                   [depcc="$$1"   am_compiler_list=])
534
 
 
535
 
AC_CACHE_CHECK([dependency style of $depcc],
536
 
               [am_cv_$1_dependencies_compiler_type],
537
 
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
538
 
  # We make a subdir and do the tests there.  Otherwise we can end up
539
 
  # making bogus files that we don't know about and never remove.  For
540
 
  # instance it was reported that on HP-UX the gcc test will end up
541
 
  # making a dummy file named `D' -- because `-MD' means `put the output
542
 
  # in D'.
543
 
  mkdir conftest.dir
544
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
545
 
  # using a relative directory.
546
 
  cp "$am_depcomp" conftest.dir
547
 
  cd conftest.dir
548
 
  # We will build objects and dependencies in a subdirectory because
549
 
  # it helps to detect inapplicable dependency modes.  For instance
550
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
551
 
  # side effect of compilation, but ICC will put the dependencies in
552
 
  # the current directory while Tru64 will put them in the object
553
 
  # directory.
554
 
  mkdir sub
555
 
 
556
 
  am_cv_$1_dependencies_compiler_type=none
557
 
  if test "$am_compiler_list" = ""; then
558
 
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
559
 
  fi
560
 
  for depmode in $am_compiler_list; do
561
 
    # Setup a source with many dependencies, because some compilers
562
 
    # like to wrap large dependency lists on column 80 (with \), and
563
 
    # we should not choose a depcomp mode which is confused by this.
564
 
    #
565
 
    # We need to recreate these files for each test, as the compiler may
566
 
    # overwrite some of them when testing with obscure command lines.
567
 
    # This happens at least with the AIX C compiler.
568
 
    : > sub/conftest.c
569
 
    for i in 1 2 3 4 5 6; do
570
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
571
 
      : > sub/conftst$i.h
572
 
    done
573
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
574
 
 
575
 
    case $depmode in
576
 
    nosideeffect)
577
 
      # after this tag, mechanisms are not by side-effect, so they'll
578
 
      # only be used when explicitly requested
579
 
      if test "x$enable_dependency_tracking" = xyes; then
580
 
        continue
581
 
      else
582
 
        break
583
 
      fi
584
 
      ;;
585
 
    none) break ;;
586
 
    esac
587
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
588
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
589
 
    # handle `-M -o', and we need to detect this.
590
 
    if depmode=$depmode \
591
 
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
592
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
593
 
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
594
 
         >/dev/null 2>conftest.err &&
595
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
596
 
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
597
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
598
 
      # icc doesn't choke on unknown options, it will just issue warnings
599
 
      # (even with -Werror).  So we grep stderr for any message
600
 
      # that says an option was ignored.
601
 
      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
602
 
        am_cv_$1_dependencies_compiler_type=$depmode
603
 
        break
604
 
      fi
605
 
    fi
606
 
  done
607
 
 
608
 
  cd ..
609
 
  rm -rf conftest.dir
610
 
else
611
 
  am_cv_$1_dependencies_compiler_type=none
612
 
fi
613
 
])
614
 
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
615
 
AM_CONDITIONAL([am__fastdep$1], [
616
 
  test "x$enable_dependency_tracking" != xno \
617
 
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
618
 
])
619
 
 
620
 
 
621
 
# AM_SET_DEPDIR
622
 
# -------------
623
 
# Choose a directory name for dependency files.
624
 
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
625
 
AC_DEFUN([AM_SET_DEPDIR],
626
 
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
627
 
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
628
 
])
629
 
 
630
 
 
631
 
# AM_DEP_TRACK
632
 
# ------------
633
 
AC_DEFUN([AM_DEP_TRACK],
634
 
[AC_ARG_ENABLE(dependency-tracking,
635
 
[  --disable-dependency-tracking Speeds up one-time builds
636
 
  --enable-dependency-tracking  Do not reject slow dependency extractors])
637
 
if test "x$enable_dependency_tracking" != xno; then
638
 
  am_depcomp="$ac_aux_dir/depcomp"
639
 
  AMDEPBACKSLASH='\'
640
 
fi
641
 
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
642
 
AC_SUBST([AMDEPBACKSLASH])
643
 
])
644
 
 
645
 
# Generate code to set up dependency tracking.   -*- Autoconf -*-
646
 
 
647
 
# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
648
 
 
649
 
# This program is free software; you can redistribute it and/or modify
650
 
# it under the terms of the GNU General Public License as published by
651
 
# the Free Software Foundation; either version 2, or (at your option)
652
 
# any later version.
653
 
 
654
 
# This program is distributed in the hope that it will be useful,
655
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
656
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
657
 
# GNU General Public License for more details.
658
 
 
659
 
# You should have received a copy of the GNU General Public License
660
 
# along with this program; if not, write to the Free Software
661
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
662
 
# 02111-1307, USA.
663
 
 
664
 
#serial 2
665
 
 
666
 
# _AM_OUTPUT_DEPENDENCY_COMMANDS
667
 
# ------------------------------
668
 
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
669
 
[for mf in $CONFIG_FILES; do
670
 
  # Strip MF so we end up with the name of the file.
671
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
672
 
  # Check whether this is an Automake generated Makefile or not.
673
 
  # We used to match only the files named `Makefile.in', but
674
 
  # some people rename them; so instead we look at the file content.
675
 
  # Grep'ing the first line is not enough: some people post-process
676
 
  # each Makefile.in and add a new line on top of each file to say so.
677
 
  # So let's grep whole file.
678
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
679
 
    dirpart=`AS_DIRNAME("$mf")`
680
 
  else
681
 
    continue
682
 
  fi
683
 
  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
684
 
  # Extract the definition of DEP_FILES from the Makefile without
685
 
  # running `make'.
686
 
  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
687
 
  test -z "$DEPDIR" && continue
688
 
  # When using ansi2knr, U may be empty or an underscore; expand it
689
 
  U=`sed -n -e '/^U = / s///p' < "$mf"`
690
 
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
691
 
  # We invoke sed twice because it is the simplest approach to
692
 
  # changing $(DEPDIR) to its actual value in the expansion.
693
 
  for file in `sed -n -e '
694
 
    /^DEP_FILES = .*\\\\$/ {
695
 
      s/^DEP_FILES = //
696
 
      :loop
697
 
        s/\\\\$//
698
 
        p
699
 
        n
700
 
        /\\\\$/ b loop
701
 
      p
702
 
    }
703
 
    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
704
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
705
 
    # Make sure the directory exists.
706
 
    test -f "$dirpart/$file" && continue
707
 
    fdir=`AS_DIRNAME(["$file"])`
708
 
    AS_MKDIR_P([$dirpart/$fdir])
709
 
    # echo "creating $dirpart/$file"
710
 
    echo '# dummy' > "$dirpart/$file"
711
 
  done
712
 
done
713
 
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
714
 
 
715
 
 
716
 
# AM_OUTPUT_DEPENDENCY_COMMANDS
717
 
# -----------------------------
718
 
# This macro should only be invoked once -- use via AC_REQUIRE.
719
 
#
720
 
# This code is only required when automatic dependency tracking
721
 
# is enabled.  FIXME.  This creates each `.P' file that we will
722
 
# need in order to bootstrap the dependency handling code.
723
 
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
724
 
[AC_CONFIG_COMMANDS([depfiles],
725
 
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
726
 
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
727
 
])
728
 
 
729
 
# Check to see how 'make' treats includes.      -*- Autoconf -*-
730
 
 
731
 
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
732
 
 
733
 
# This program is free software; you can redistribute it and/or modify
734
 
# it under the terms of the GNU General Public License as published by
735
 
# the Free Software Foundation; either version 2, or (at your option)
736
 
# any later version.
737
 
 
738
 
# This program is distributed in the hope that it will be useful,
739
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
740
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
741
 
# GNU General Public License for more details.
742
 
 
743
 
# You should have received a copy of the GNU General Public License
744
 
# along with this program; if not, write to the Free Software
745
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
746
 
# 02111-1307, USA.
747
 
 
748
 
# serial 2
749
 
 
750
 
# AM_MAKE_INCLUDE()
751
 
# -----------------
752
 
# Check to see how make treats includes.
753
 
AC_DEFUN([AM_MAKE_INCLUDE],
754
 
[am_make=${MAKE-make}
755
 
cat > confinc << 'END'
756
 
am__doit:
757
 
        @echo done
758
 
.PHONY: am__doit
759
 
END
760
 
# If we don't find an include directive, just comment out the code.
761
 
AC_MSG_CHECKING([for style of include used by $am_make])
762
 
am__include="#"
763
 
am__quote=
764
 
_am_result=none
765
 
# First try GNU make style include.
766
 
echo "include confinc" > confmf
767
 
# We grep out `Entering directory' and `Leaving directory'
768
 
# messages which can occur if `w' ends up in MAKEFLAGS.
769
 
# In particular we don't look at `^make:' because GNU make might
770
 
# be invoked under some other name (usually "gmake"), in which
771
 
# case it prints its new name instead of `make'.
772
 
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
773
 
   am__include=include
774
 
   am__quote=
775
 
   _am_result=GNU
776
 
fi
777
 
# Now try BSD make style include.
778
 
if test "$am__include" = "#"; then
779
 
   echo '.include "confinc"' > confmf
780
 
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
781
 
      am__include=.include
782
 
      am__quote="\""
783
 
      _am_result=BSD
784
 
   fi
785
 
fi
786
 
AC_SUBST([am__include])
787
 
AC_SUBST([am__quote])
788
 
AC_MSG_RESULT([$_am_result])
789
 
rm -f confinc confmf
790
 
])
791
 
 
792
 
# AM_CONDITIONAL                                              -*- Autoconf -*-
793
 
 
794
 
# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
795
 
 
796
 
# This program is free software; you can redistribute it and/or modify
797
 
# it under the terms of the GNU General Public License as published by
798
 
# the Free Software Foundation; either version 2, or (at your option)
799
 
# any later version.
800
 
 
801
 
# This program is distributed in the hope that it will be useful,
802
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
803
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
804
 
# GNU General Public License for more details.
805
 
 
806
 
# You should have received a copy of the GNU General Public License
807
 
# along with this program; if not, write to the Free Software
808
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
809
 
# 02111-1307, USA.
810
 
 
811
 
# serial 5
812
 
 
813
 
AC_PREREQ(2.52)
814
 
 
815
 
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
816
 
# -------------------------------------
817
 
# Define a conditional.
818
 
AC_DEFUN([AM_CONDITIONAL],
819
 
[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
820
 
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
821
 
AC_SUBST([$1_TRUE])
822
 
AC_SUBST([$1_FALSE])
823
 
if $2; then
824
 
  $1_TRUE=
825
 
  $1_FALSE='#'
826
 
else
827
 
  $1_TRUE='#'
828
 
  $1_FALSE=
829
 
fi
830
 
AC_CONFIG_COMMANDS_PRE(
831
 
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
832
 
  AC_MSG_ERROR([conditional "$1" was never defined.
833
 
Usually this means the macro was only invoked conditionally.])
834
 
fi])])
835
 
 
836
 
# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
837
 
 
838
 
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
839
 
 
840
 
# This program is free software; you can redistribute it and/or modify
841
 
# it under the terms of the GNU General Public License as published by
842
 
# the Free Software Foundation; either version 2, or (at your option)
843
 
# any later version.
844
 
 
845
 
# This program is distributed in the hope that it will be useful,
846
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
847
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
848
 
# GNU General Public License for more details.
849
 
 
850
 
# You should have received a copy of the GNU General Public License
851
 
# along with this program; if not, write to the Free Software
852
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
853
 
# 02111-1307, USA.
854
 
 
855
 
AC_PREREQ([2.52])
856
 
 
857
 
# serial 6
858
 
 
859
 
# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
860
 
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
861
 
 
862
 
# Add --enable-maintainer-mode option to configure.
863
 
# From Jim Meyering
864
 
 
865
 
# Copyright 1996, 1998, 2000, 2001, 2002  Free Software Foundation, Inc.
866
 
 
867
 
# This program is free software; you can redistribute it and/or modify
868
 
# it under the terms of the GNU General Public License as published by
869
 
# the Free Software Foundation; either version 2, or (at your option)
870
 
# any later version.
871
 
 
872
 
# This program is distributed in the hope that it will be useful,
873
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
874
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
875
 
# GNU General Public License for more details.
876
 
 
877
 
# You should have received a copy of the GNU General Public License
878
 
# along with this program; if not, write to the Free Software
879
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
880
 
# 02111-1307, USA.
881
 
 
882
 
# serial 2
883
 
 
884
 
AC_DEFUN([AM_MAINTAINER_MODE],
885
 
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
886
 
  dnl maintainer-mode is disabled by default
887
 
  AC_ARG_ENABLE(maintainer-mode,
888
 
[  --enable-maintainer-mode enable make rules and dependencies not useful
889
 
                          (and sometimes confusing) to the casual installer],
890
 
      USE_MAINTAINER_MODE=$enableval,
891
 
      USE_MAINTAINER_MODE=no)
892
 
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
893
 
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
894
 
  MAINT=$MAINTAINER_MODE_TRUE
895
 
  AC_SUBST(MAINT)dnl
896
 
]
897
 
)
898
 
 
899
 
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
900
 
 
901
14
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
902
15
 
903
16
# serial 47 AC_PROG_LIBTOOL
6881
5994
 
6882
5995
 
6883
5996
 
 
5997
#                                                        -*- Autoconf -*-
 
5998
# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 
5999
# Generated from amversion.in; do not edit by hand.
 
6000
 
 
6001
# This program is free software; you can redistribute it and/or modify
 
6002
# it under the terms of the GNU General Public License as published by
 
6003
# the Free Software Foundation; either version 2, or (at your option)
 
6004
# any later version.
 
6005
 
 
6006
# This program is distributed in the hope that it will be useful,
 
6007
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6008
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6009
# GNU General Public License for more details.
 
6010
 
 
6011
# You should have received a copy of the GNU General Public License
 
6012
# along with this program; if not, write to the Free Software
 
6013
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6014
 
 
6015
# AM_AUTOMAKE_VERSION(VERSION)
 
6016
# ----------------------------
 
6017
# Automake X.Y traces this macro to ensure aclocal.m4 has been
 
6018
# generated from the m4 files accompanying Automake X.Y.
 
6019
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
6020
 
 
6021
# AM_SET_CURRENT_AUTOMAKE_VERSION
 
6022
# -------------------------------
 
6023
# Call AM_AUTOMAKE_VERSION so it can be traced.
 
6024
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
6025
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
6026
         [AM_AUTOMAKE_VERSION([1.9.2])])
 
6027
 
 
6028
# AM_AUX_DIR_EXPAND
 
6029
 
 
6030
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
 
6031
 
 
6032
# This program is free software; you can redistribute it and/or modify
 
6033
# it under the terms of the GNU General Public License as published by
 
6034
# the Free Software Foundation; either version 2, or (at your option)
 
6035
# any later version.
 
6036
 
 
6037
# This program is distributed in the hope that it will be useful,
 
6038
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6039
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6040
# GNU General Public License for more details.
 
6041
 
 
6042
# You should have received a copy of the GNU General Public License
 
6043
# along with this program; if not, write to the Free Software
 
6044
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6045
# 02111-1307, USA.
 
6046
 
 
6047
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
6048
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
6049
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
 
6050
#
 
6051
# Of course, Automake must honor this variable whenever it calls a
 
6052
# tool from the auxiliary directory.  The problem is that $srcdir (and
 
6053
# therefore $ac_aux_dir as well) can be either absolute or relative,
 
6054
# depending on how configure is run.  This is pretty annoying, since
 
6055
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
6056
# source directory, any form will work fine, but in subdirectories a
 
6057
# relative path needs to be adjusted first.
 
6058
#
 
6059
# $ac_aux_dir/missing
 
6060
#    fails when called from a subdirectory if $ac_aux_dir is relative
 
6061
# $top_srcdir/$ac_aux_dir/missing
 
6062
#    fails if $ac_aux_dir is absolute,
 
6063
#    fails when called from a subdirectory in a VPATH build with
 
6064
#          a relative $ac_aux_dir
 
6065
#
 
6066
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
6067
# are both prefixed by $srcdir.  In an in-source build this is usually
 
6068
# harmless because $srcdir is `.', but things will broke when you
 
6069
# start a VPATH build or use an absolute $srcdir.
 
6070
#
 
6071
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
6072
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
6073
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
6074
# and then we would define $MISSING as
 
6075
#   MISSING="\${SHELL} $am_aux_dir/missing"
 
6076
# This will work as long as MISSING is not called from configure, because
 
6077
# unfortunately $(top_srcdir) has no meaning in configure.
 
6078
# However there are other variables, like CC, which are often used in
 
6079
# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
6080
#
 
6081
# Another solution, used here, is to always expand $ac_aux_dir to an
 
6082
# absolute PATH.  The drawback is that using absolute paths prevent a
 
6083
# configured tree to be moved without reconfiguration.
 
6084
 
 
6085
AC_DEFUN([AM_AUX_DIR_EXPAND],
 
6086
[dnl Rely on autoconf to set up CDPATH properly.
 
6087
AC_PREREQ([2.50])dnl
 
6088
# expand $ac_aux_dir to an absolute path
 
6089
am_aux_dir=`cd $ac_aux_dir && pwd`
 
6090
])
 
6091
 
 
6092
# AM_CONDITIONAL                                              -*- Autoconf -*-
 
6093
 
 
6094
# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
6095
 
 
6096
# This program is free software; you can redistribute it and/or modify
 
6097
# it under the terms of the GNU General Public License as published by
 
6098
# the Free Software Foundation; either version 2, or (at your option)
 
6099
# any later version.
 
6100
 
 
6101
# This program is distributed in the hope that it will be useful,
 
6102
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6103
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6104
# GNU General Public License for more details.
 
6105
 
 
6106
# You should have received a copy of the GNU General Public License
 
6107
# along with this program; if not, write to the Free Software
 
6108
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6109
# 02111-1307, USA.
 
6110
 
 
6111
# serial 6
 
6112
 
 
6113
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
6114
# -------------------------------------
 
6115
# Define a conditional.
 
6116
AC_DEFUN([AM_CONDITIONAL],
 
6117
[AC_PREREQ(2.52)dnl
 
6118
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
6119
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
6120
AC_SUBST([$1_TRUE])
 
6121
AC_SUBST([$1_FALSE])
 
6122
if $2; then
 
6123
  $1_TRUE=
 
6124
  $1_FALSE='#'
 
6125
else
 
6126
  $1_TRUE='#'
 
6127
  $1_FALSE=
 
6128
fi
 
6129
AC_CONFIG_COMMANDS_PRE(
 
6130
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
6131
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
6132
Usually this means the macro was only invoked conditionally.]])
 
6133
fi])])
 
6134
 
 
6135
# serial 7                                              -*- Autoconf -*-
 
6136
 
 
6137
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
 
6138
# Free Software Foundation, Inc.
 
6139
 
 
6140
# This program is free software; you can redistribute it and/or modify
 
6141
# it under the terms of the GNU General Public License as published by
 
6142
# the Free Software Foundation; either version 2, or (at your option)
 
6143
# any later version.
 
6144
 
 
6145
# This program is distributed in the hope that it will be useful,
 
6146
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6147
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6148
# GNU General Public License for more details.
 
6149
 
 
6150
# You should have received a copy of the GNU General Public License
 
6151
# along with this program; if not, write to the Free Software
 
6152
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6153
# 02111-1307, USA.
 
6154
 
 
6155
 
 
6156
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
6157
# written in clear, in which case automake, when reading aclocal.m4,
 
6158
# will think it sees a *use*, and therefore will trigger all it's
 
6159
# C support machinery.  Also note that it means that autoscan, seeing
 
6160
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
6161
 
 
6162
 
 
6163
 
 
6164
# _AM_DEPENDENCIES(NAME)
 
6165
# ----------------------
 
6166
# See how the compiler implements dependency checking.
 
6167
# NAME is "CC", "CXX", "GCJ", or "OBJC".
 
6168
# We try a few techniques and use that to set a single cache variable.
 
6169
#
 
6170
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
6171
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
6172
# dependency, and given that the user is not expected to run this macro,
 
6173
# just rely on AC_PROG_CC.
 
6174
AC_DEFUN([_AM_DEPENDENCIES],
 
6175
[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
6176
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
6177
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
6178
AC_REQUIRE([AM_DEP_TRACK])dnl
 
6179
 
 
6180
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
6181
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
6182
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
6183
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
6184
                   [depcc="$$1"   am_compiler_list=])
 
6185
 
 
6186
AC_CACHE_CHECK([dependency style of $depcc],
 
6187
               [am_cv_$1_dependencies_compiler_type],
 
6188
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
6189
  # We make a subdir and do the tests there.  Otherwise we can end up
 
6190
  # making bogus files that we don't know about and never remove.  For
 
6191
  # instance it was reported that on HP-UX the gcc test will end up
 
6192
  # making a dummy file named `D' -- because `-MD' means `put the output
 
6193
  # in D'.
 
6194
  mkdir conftest.dir
 
6195
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
6196
  # using a relative directory.
 
6197
  cp "$am_depcomp" conftest.dir
 
6198
  cd conftest.dir
 
6199
  # We will build objects and dependencies in a subdirectory because
 
6200
  # it helps to detect inapplicable dependency modes.  For instance
 
6201
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
6202
  # side effect of compilation, but ICC will put the dependencies in
 
6203
  # the current directory while Tru64 will put them in the object
 
6204
  # directory.
 
6205
  mkdir sub
 
6206
 
 
6207
  am_cv_$1_dependencies_compiler_type=none
 
6208
  if test "$am_compiler_list" = ""; then
 
6209
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
6210
  fi
 
6211
  for depmode in $am_compiler_list; do
 
6212
    # Setup a source with many dependencies, because some compilers
 
6213
    # like to wrap large dependency lists on column 80 (with \), and
 
6214
    # we should not choose a depcomp mode which is confused by this.
 
6215
    #
 
6216
    # We need to recreate these files for each test, as the compiler may
 
6217
    # overwrite some of them when testing with obscure command lines.
 
6218
    # This happens at least with the AIX C compiler.
 
6219
    : > sub/conftest.c
 
6220
    for i in 1 2 3 4 5 6; do
 
6221
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
6222
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
6223
      # Solaris 8's {/usr,}/bin/sh.
 
6224
      touch sub/conftst$i.h
 
6225
    done
 
6226
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
6227
 
 
6228
    case $depmode in
 
6229
    nosideeffect)
 
6230
      # after this tag, mechanisms are not by side-effect, so they'll
 
6231
      # only be used when explicitly requested
 
6232
      if test "x$enable_dependency_tracking" = xyes; then
 
6233
        continue
 
6234
      else
 
6235
        break
 
6236
      fi
 
6237
      ;;
 
6238
    none) break ;;
 
6239
    esac
 
6240
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
6241
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
6242
    # handle `-M -o', and we need to detect this.
 
6243
    if depmode=$depmode \
 
6244
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
6245
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
6246
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
6247
         >/dev/null 2>conftest.err &&
 
6248
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
6249
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
6250
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
6251
      # icc doesn't choke on unknown options, it will just issue warnings
 
6252
      # or remarks (even with -Werror).  So we grep stderr for any message
 
6253
      # that says an option was ignored or not supported.
 
6254
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
6255
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
6256
      # The diagnosis changed in icc 8.0:
 
6257
      #   icc: Command line remark: option '-MP' not supported
 
6258
      if (grep 'ignoring option' conftest.err ||
 
6259
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
6260
        am_cv_$1_dependencies_compiler_type=$depmode
 
6261
        break
 
6262
      fi
 
6263
    fi
 
6264
  done
 
6265
 
 
6266
  cd ..
 
6267
  rm -rf conftest.dir
 
6268
else
 
6269
  am_cv_$1_dependencies_compiler_type=none
 
6270
fi
 
6271
])
 
6272
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
6273
AM_CONDITIONAL([am__fastdep$1], [
 
6274
  test "x$enable_dependency_tracking" != xno \
 
6275
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
6276
])
 
6277
 
 
6278
 
 
6279
# AM_SET_DEPDIR
 
6280
# -------------
 
6281
# Choose a directory name for dependency files.
 
6282
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
6283
AC_DEFUN([AM_SET_DEPDIR],
 
6284
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
6285
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
6286
])
 
6287
 
 
6288
 
 
6289
# AM_DEP_TRACK
 
6290
# ------------
 
6291
AC_DEFUN([AM_DEP_TRACK],
 
6292
[AC_ARG_ENABLE(dependency-tracking,
 
6293
[  --disable-dependency-tracking  speeds up one-time build
 
6294
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
6295
if test "x$enable_dependency_tracking" != xno; then
 
6296
  am_depcomp="$ac_aux_dir/depcomp"
 
6297
  AMDEPBACKSLASH='\'
 
6298
fi
 
6299
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
6300
AC_SUBST([AMDEPBACKSLASH])
 
6301
])
 
6302
 
 
6303
# Generate code to set up dependency tracking.   -*- Autoconf -*-
 
6304
 
 
6305
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
 
6306
#   Free Software Foundation, Inc.
 
6307
 
 
6308
# This program is free software; you can redistribute it and/or modify
 
6309
# it under the terms of the GNU General Public License as published by
 
6310
# the Free Software Foundation; either version 2, or (at your option)
 
6311
# any later version.
 
6312
 
 
6313
# This program is distributed in the hope that it will be useful,
 
6314
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6315
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6316
# GNU General Public License for more details.
 
6317
 
 
6318
# You should have received a copy of the GNU General Public License
 
6319
# along with this program; if not, write to the Free Software
 
6320
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6321
# 02111-1307, USA.
 
6322
 
 
6323
#serial 2
 
6324
 
 
6325
# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
6326
# ------------------------------
 
6327
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
6328
[for mf in $CONFIG_FILES; do
 
6329
  # Strip MF so we end up with the name of the file.
 
6330
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
6331
  # Check whether this is an Automake generated Makefile or not.
 
6332
  # We used to match only the files named `Makefile.in', but
 
6333
  # some people rename them; so instead we look at the file content.
 
6334
  # Grep'ing the first line is not enough: some people post-process
 
6335
  # each Makefile.in and add a new line on top of each file to say so.
 
6336
  # So let's grep whole file.
 
6337
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
6338
    dirpart=`AS_DIRNAME("$mf")`
 
6339
  else
 
6340
    continue
 
6341
  fi
 
6342
  # Extract the definition of DEPDIR, am__include, and am__quote
 
6343
  # from the Makefile without running `make'.
 
6344
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
6345
  test -z "$DEPDIR" && continue
 
6346
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
6347
  test -z "am__include" && continue
 
6348
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
6349
  # When using ansi2knr, U may be empty or an underscore; expand it
 
6350
  U=`sed -n 's/^U = //p' < "$mf"`
 
6351
  # Find all dependency output files, they are included files with
 
6352
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
6353
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
6354
  # expansion.
 
6355
  for file in `sed -n "
 
6356
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
6357
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
6358
    # Make sure the directory exists.
 
6359
    test -f "$dirpart/$file" && continue
 
6360
    fdir=`AS_DIRNAME(["$file"])`
 
6361
    AS_MKDIR_P([$dirpart/$fdir])
 
6362
    # echo "creating $dirpart/$file"
 
6363
    echo '# dummy' > "$dirpart/$file"
 
6364
  done
 
6365
done
 
6366
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
6367
 
 
6368
 
 
6369
# AM_OUTPUT_DEPENDENCY_COMMANDS
 
6370
# -----------------------------
 
6371
# This macro should only be invoked once -- use via AC_REQUIRE.
 
6372
#
 
6373
# This code is only required when automatic dependency tracking
 
6374
# is enabled.  FIXME.  This creates each `.P' file that we will
 
6375
# need in order to bootstrap the dependency handling code.
 
6376
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
6377
[AC_CONFIG_COMMANDS([depfiles],
 
6378
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
6379
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
6380
])
 
6381
 
 
6382
# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
 
6383
 
 
6384
# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
 
6385
 
 
6386
# This program is free software; you can redistribute it and/or modify
 
6387
# it under the terms of the GNU General Public License as published by
 
6388
# the Free Software Foundation; either version 2, or (at your option)
 
6389
# any later version.
 
6390
 
 
6391
# This program is distributed in the hope that it will be useful,
 
6392
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6393
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6394
# GNU General Public License for more details.
 
6395
 
 
6396
# You should have received a copy of the GNU General Public License
 
6397
# along with this program; if not, write to the Free Software
 
6398
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6399
# 02111-1307, USA.
 
6400
 
 
6401
# serial 7
 
6402
 
 
6403
# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
 
6404
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
 
6405
 
 
6406
# Do all the work for Automake.                            -*- Autoconf -*-
 
6407
 
 
6408
# This macro actually does too much some checks are only needed if
 
6409
# your package does certain things.  But this isn't really a big deal.
 
6410
 
 
6411
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 
6412
# Free Software Foundation, Inc.
 
6413
 
 
6414
# This program is free software; you can redistribute it and/or modify
 
6415
# it under the terms of the GNU General Public License as published by
 
6416
# the Free Software Foundation; either version 2, or (at your option)
 
6417
# any later version.
 
6418
 
 
6419
# This program is distributed in the hope that it will be useful,
 
6420
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6421
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6422
# GNU General Public License for more details.
 
6423
 
 
6424
# You should have received a copy of the GNU General Public License
 
6425
# along with this program; if not, write to the Free Software
 
6426
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6427
# 02111-1307, USA.
 
6428
 
 
6429
# serial 11
 
6430
 
 
6431
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
6432
# AM_INIT_AUTOMAKE([OPTIONS])
 
6433
# -----------------------------------------------
 
6434
# The call with PACKAGE and VERSION arguments is the old style
 
6435
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
6436
# and VERSION should now be passed to AC_INIT and removed from
 
6437
# the call to AM_INIT_AUTOMAKE.
 
6438
# We support both call styles for the transition.  After
 
6439
# the next Automake release, Autoconf can make the AC_INIT
 
6440
# arguments mandatory, and then we can depend on a new Autoconf
 
6441
# release and drop the old call support.
 
6442
AC_DEFUN([AM_INIT_AUTOMAKE],
 
6443
[AC_PREREQ([2.58])dnl
 
6444
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
6445
dnl the ones we care about.
 
6446
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
6447
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
6448
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
6449
# test to see if srcdir already configured
 
6450
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
6451
   test -f $srcdir/config.status; then
 
6452
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
6453
fi
 
6454
 
 
6455
# test whether we have cygpath
 
6456
if test -z "$CYGPATH_W"; then
 
6457
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
6458
    CYGPATH_W='cygpath -w'
 
6459
  else
 
6460
    CYGPATH_W=echo
 
6461
  fi
 
6462
fi
 
6463
AC_SUBST([CYGPATH_W])
 
6464
 
 
6465
# Define the identity of the package.
 
6466
dnl Distinguish between old-style and new-style calls.
 
6467
m4_ifval([$2],
 
6468
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
6469
 AC_SUBST([PACKAGE], [$1])dnl
 
6470
 AC_SUBST([VERSION], [$2])],
 
6471
[_AM_SET_OPTIONS([$1])dnl
 
6472
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
6473
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
6474
 
 
6475
_AM_IF_OPTION([no-define],,
 
6476
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
6477
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
6478
 
 
6479
# Some tools Automake needs.
 
6480
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
6481
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
6482
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
6483
AM_MISSING_PROG(AUTOCONF, autoconf)
 
6484
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
6485
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
6486
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
6487
AM_PROG_INSTALL_SH
 
6488
AM_PROG_INSTALL_STRIP
 
6489
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
6490
# We need awk for the "check" target.  The system "awk" is bad on
 
6491
# some platforms.
 
6492
AC_REQUIRE([AC_PROG_AWK])dnl
 
6493
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
6494
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
6495
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
6496
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
6497
                             [_AM_PROG_TAR([v7])])])
 
6498
_AM_IF_OPTION([no-dependencies],,
 
6499
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
6500
                  [_AM_DEPENDENCIES(CC)],
 
6501
                  [define([AC_PROG_CC],
 
6502
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
6503
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
6504
                  [_AM_DEPENDENCIES(CXX)],
 
6505
                  [define([AC_PROG_CXX],
 
6506
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
6507
])
 
6508
])
 
6509
 
 
6510
 
 
6511
# When config.status generates a header, we must update the stamp-h file.
 
6512
# This file resides in the same directory as the config header
 
6513
# that is generated.  The stamp files are numbered to have different names.
 
6514
 
 
6515
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
6516
# loop where config.status creates the headers, so we can generate
 
6517
# our stamp files there.
 
6518
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
6519
[# Compute $1's index in $config_headers.
 
6520
_am_stamp_count=1
 
6521
for _am_header in $config_headers :; do
 
6522
  case $_am_header in
 
6523
    $1 | $1:* )
 
6524
      break ;;
 
6525
    * )
 
6526
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
6527
  esac
 
6528
done
 
6529
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
6530
 
 
6531
# AM_PROG_INSTALL_SH
 
6532
# ------------------
 
6533
# Define $install_sh.
 
6534
 
 
6535
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
 
6536
 
 
6537
# This program is free software; you can redistribute it and/or modify
 
6538
# it under the terms of the GNU General Public License as published by
 
6539
# the Free Software Foundation; either version 2, or (at your option)
 
6540
# any later version.
 
6541
 
 
6542
# This program is distributed in the hope that it will be useful,
 
6543
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6544
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6545
# GNU General Public License for more details.
 
6546
 
 
6547
# You should have received a copy of the GNU General Public License
 
6548
# along with this program; if not, write to the Free Software
 
6549
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6550
# 02111-1307, USA.
 
6551
 
 
6552
AC_DEFUN([AM_PROG_INSTALL_SH],
 
6553
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
6554
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
6555
AC_SUBST(install_sh)])
 
6556
 
 
6557
#                                                          -*- Autoconf -*-
 
6558
# Copyright (C) 2003  Free Software Foundation, Inc.
 
6559
 
 
6560
# This program is free software; you can redistribute it and/or modify
 
6561
# it under the terms of the GNU General Public License as published by
 
6562
# the Free Software Foundation; either version 2, or (at your option)
 
6563
# any later version.
 
6564
 
 
6565
# This program is distributed in the hope that it will be useful,
 
6566
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6567
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6568
# GNU General Public License for more details.
 
6569
 
 
6570
# You should have received a copy of the GNU General Public License
 
6571
# along with this program; if not, write to the Free Software
 
6572
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6573
# 02111-1307, USA.
 
6574
 
 
6575
# serial 1
 
6576
 
 
6577
# Check whether the underlying file-system supports filenames
 
6578
# with a leading dot.  For instance MS-DOS doesn't.
 
6579
AC_DEFUN([AM_SET_LEADING_DOT],
 
6580
[rm -rf .tst 2>/dev/null
 
6581
mkdir .tst 2>/dev/null
 
6582
if test -d .tst; then
 
6583
  am__leading_dot=.
 
6584
else
 
6585
  am__leading_dot=_
 
6586
fi
 
6587
rmdir .tst 2>/dev/null
 
6588
AC_SUBST([am__leading_dot])])
 
6589
 
 
6590
# Add --enable-maintainer-mode option to configure.
 
6591
# From Jim Meyering
 
6592
 
 
6593
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
 
6594
# Free Software Foundation, Inc.
 
6595
 
 
6596
# This program is free software; you can redistribute it and/or modify
 
6597
# it under the terms of the GNU General Public License as published by
 
6598
# the Free Software Foundation; either version 2, or (at your option)
 
6599
# any later version.
 
6600
 
 
6601
# This program is distributed in the hope that it will be useful,
 
6602
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6603
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6604
# GNU General Public License for more details.
 
6605
 
 
6606
# You should have received a copy of the GNU General Public License
 
6607
# along with this program; if not, write to the Free Software
 
6608
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6609
# 02111-1307, USA.
 
6610
 
 
6611
# serial 3
 
6612
 
 
6613
AC_DEFUN([AM_MAINTAINER_MODE],
 
6614
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
6615
  dnl maintainer-mode is disabled by default
 
6616
  AC_ARG_ENABLE(maintainer-mode,
 
6617
[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
6618
                          (and sometimes confusing) to the casual installer],
 
6619
      USE_MAINTAINER_MODE=$enableval,
 
6620
      USE_MAINTAINER_MODE=no)
 
6621
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
6622
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
6623
  MAINT=$MAINTAINER_MODE_TRUE
 
6624
  AC_SUBST(MAINT)dnl
 
6625
]
 
6626
)
 
6627
 
 
6628
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
6629
 
 
6630
# Check to see how 'make' treats includes.      -*- Autoconf -*-
 
6631
 
 
6632
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
 
6633
 
 
6634
# This program is free software; you can redistribute it and/or modify
 
6635
# it under the terms of the GNU General Public License as published by
 
6636
# the Free Software Foundation; either version 2, or (at your option)
 
6637
# any later version.
 
6638
 
 
6639
# This program is distributed in the hope that it will be useful,
 
6640
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6641
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6642
# GNU General Public License for more details.
 
6643
 
 
6644
# You should have received a copy of the GNU General Public License
 
6645
# along with this program; if not, write to the Free Software
 
6646
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6647
# 02111-1307, USA.
 
6648
 
 
6649
# serial 2
 
6650
 
 
6651
# AM_MAKE_INCLUDE()
 
6652
# -----------------
 
6653
# Check to see how make treats includes.
 
6654
AC_DEFUN([AM_MAKE_INCLUDE],
 
6655
[am_make=${MAKE-make}
 
6656
cat > confinc << 'END'
 
6657
am__doit:
 
6658
        @echo done
 
6659
.PHONY: am__doit
 
6660
END
 
6661
# If we don't find an include directive, just comment out the code.
 
6662
AC_MSG_CHECKING([for style of include used by $am_make])
 
6663
am__include="#"
 
6664
am__quote=
 
6665
_am_result=none
 
6666
# First try GNU make style include.
 
6667
echo "include confinc" > confmf
 
6668
# We grep out `Entering directory' and `Leaving directory'
 
6669
# messages which can occur if `w' ends up in MAKEFLAGS.
 
6670
# In particular we don't look at `^make:' because GNU make might
 
6671
# be invoked under some other name (usually "gmake"), in which
 
6672
# case it prints its new name instead of `make'.
 
6673
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
6674
   am__include=include
 
6675
   am__quote=
 
6676
   _am_result=GNU
 
6677
fi
 
6678
# Now try BSD make style include.
 
6679
if test "$am__include" = "#"; then
 
6680
   echo '.include "confinc"' > confmf
 
6681
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
6682
      am__include=.include
 
6683
      am__quote="\""
 
6684
      _am_result=BSD
 
6685
   fi
 
6686
fi
 
6687
AC_SUBST([am__include])
 
6688
AC_SUBST([am__quote])
 
6689
AC_MSG_RESULT([$_am_result])
 
6690
rm -f confinc confmf
 
6691
])
 
6692
 
 
6693
#  -*- Autoconf -*-
 
6694
 
 
6695
 
 
6696
# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
 
6697
 
 
6698
# This program is free software; you can redistribute it and/or modify
 
6699
# it under the terms of the GNU General Public License as published by
 
6700
# the Free Software Foundation; either version 2, or (at your option)
 
6701
# any later version.
 
6702
 
 
6703
# This program is distributed in the hope that it will be useful,
 
6704
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6705
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6706
# GNU General Public License for more details.
 
6707
 
 
6708
# You should have received a copy of the GNU General Public License
 
6709
# along with this program; if not, write to the Free Software
 
6710
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6711
# 02111-1307, USA.
 
6712
 
 
6713
# serial 3
 
6714
 
 
6715
# AM_MISSING_PROG(NAME, PROGRAM)
 
6716
# ------------------------------
 
6717
AC_DEFUN([AM_MISSING_PROG],
 
6718
[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
6719
$1=${$1-"${am_missing_run}$2"}
 
6720
AC_SUBST($1)])
 
6721
 
 
6722
 
 
6723
# AM_MISSING_HAS_RUN
 
6724
# ------------------
 
6725
# Define MISSING if not defined so far and test if it supports --run.
 
6726
# If it does, set am_missing_run to use it, otherwise, to nothing.
 
6727
AC_DEFUN([AM_MISSING_HAS_RUN],
 
6728
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
6729
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
6730
# Use eval to expand $SHELL
 
6731
if eval "$MISSING --run true"; then
 
6732
  am_missing_run="$MISSING --run "
 
6733
else
 
6734
  am_missing_run=
 
6735
  AC_MSG_WARN([`missing' script is too old or missing])
 
6736
fi
 
6737
])
 
6738
 
 
6739
# AM_PROG_MKDIR_P
 
6740
# ---------------
 
6741
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
 
6742
 
 
6743
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
6744
 
 
6745
# This program is free software; you can redistribute it and/or modify
 
6746
# it under the terms of the GNU General Public License as published by
 
6747
# the Free Software Foundation; either version 2, or (at your option)
 
6748
# any later version.
 
6749
 
 
6750
# This program is distributed in the hope that it will be useful,
 
6751
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6752
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6753
# GNU General Public License for more details.
 
6754
 
 
6755
# You should have received a copy of the GNU General Public License
 
6756
# along with this program; if not, write to the Free Software
 
6757
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6758
# 02111-1307, USA.
 
6759
 
 
6760
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
 
6761
# created by `make install' are always world readable, even if the
 
6762
# installer happens to have an overly restrictive umask (e.g. 077).
 
6763
# This was a mistake.  There are at least two reasons why we must not
 
6764
# use `-m 0755':
 
6765
#   - it causes special bits like SGID to be ignored,
 
6766
#   - it may be too restrictive (some setups expect 775 directories).
 
6767
#
 
6768
# Do not use -m 0755 and let people choose whatever they expect by
 
6769
# setting umask.
 
6770
#
 
6771
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
 
6772
# Some implementations (such as Solaris 8's) are not thread-safe: if a
 
6773
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
 
6774
# concurrently, both version can detect that a/ is missing, but only
 
6775
# one can create it and the other will error out.  Consequently we
 
6776
# restrict ourselves to GNU make (using the --version option ensures
 
6777
# this.)
 
6778
AC_DEFUN([AM_PROG_MKDIR_P],
 
6779
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
6780
  # We used to keeping the `.' as first argument, in order to
 
6781
  # allow $(mkdir_p) to be used without argument.  As in
 
6782
  #   $(mkdir_p) $(somedir)
 
6783
  # where $(somedir) is conditionally defined.  However this is wrong
 
6784
  # for two reasons:
 
6785
  #  1. if the package is installed by a user who cannot write `.'
 
6786
  #     make install will fail,
 
6787
  #  2. the above comment should most certainly read
 
6788
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
6789
  #     so it does not work when $(somedir) is undefined and
 
6790
  #     $(DESTDIR) is not.
 
6791
  #  To support the latter case, we have to write
 
6792
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
6793
  #  so the `.' trick is pointless.
 
6794
  mkdir_p='mkdir -p --'
 
6795
else
 
6796
  # On NextStep and OpenStep, the `mkdir' command does not
 
6797
  # recognize any option.  It will interpret all options as
 
6798
  # directories to create, and then abort because `.' already
 
6799
  # exists.
 
6800
  for d in ./-p ./--version;
 
6801
  do
 
6802
    test -d $d && rmdir $d
 
6803
  done
 
6804
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
6805
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
6806
    mkdir_p='$(mkinstalldirs)'
 
6807
  else
 
6808
    mkdir_p='$(install_sh) -d'
 
6809
  fi
 
6810
fi
 
6811
AC_SUBST([mkdir_p])])
 
6812
 
 
6813
# Helper functions for option handling.                    -*- Autoconf -*-
 
6814
 
 
6815
# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
 
6816
 
 
6817
# This program is free software; you can redistribute it and/or modify
 
6818
# it under the terms of the GNU General Public License as published by
 
6819
# the Free Software Foundation; either version 2, or (at your option)
 
6820
# any later version.
 
6821
 
 
6822
# This program is distributed in the hope that it will be useful,
 
6823
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6824
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6825
# GNU General Public License for more details.
 
6826
 
 
6827
# You should have received a copy of the GNU General Public License
 
6828
# along with this program; if not, write to the Free Software
 
6829
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6830
# 02111-1307, USA.
 
6831
 
 
6832
# serial 2
 
6833
 
 
6834
# _AM_MANGLE_OPTION(NAME)
 
6835
# -----------------------
 
6836
AC_DEFUN([_AM_MANGLE_OPTION],
 
6837
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
6838
 
 
6839
# _AM_SET_OPTION(NAME)
 
6840
# ------------------------------
 
6841
# Set option NAME.  Presently that only means defining a flag for this option.
 
6842
AC_DEFUN([_AM_SET_OPTION],
 
6843
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
6844
 
 
6845
# _AM_SET_OPTIONS(OPTIONS)
 
6846
# ----------------------------------
 
6847
# OPTIONS is a space-separated list of Automake options.
 
6848
AC_DEFUN([_AM_SET_OPTIONS],
 
6849
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
6850
 
 
6851
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
6852
# -------------------------------------------
 
6853
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
6854
AC_DEFUN([_AM_IF_OPTION],
 
6855
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
6856
 
 
6857
#
 
6858
# Check to make sure that the build environment is sane.
 
6859
#
 
6860
 
 
6861
# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
 
6862
 
 
6863
# This program is free software; you can redistribute it and/or modify
 
6864
# it under the terms of the GNU General Public License as published by
 
6865
# the Free Software Foundation; either version 2, or (at your option)
 
6866
# any later version.
 
6867
 
 
6868
# This program is distributed in the hope that it will be useful,
 
6869
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6870
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6871
# GNU General Public License for more details.
 
6872
 
 
6873
# You should have received a copy of the GNU General Public License
 
6874
# along with this program; if not, write to the Free Software
 
6875
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6876
# 02111-1307, USA.
 
6877
 
 
6878
# serial 3
 
6879
 
 
6880
# AM_SANITY_CHECK
 
6881
# ---------------
 
6882
AC_DEFUN([AM_SANITY_CHECK],
 
6883
[AC_MSG_CHECKING([whether build environment is sane])
 
6884
# Just in case
 
6885
sleep 1
 
6886
echo timestamp > conftest.file
 
6887
# Do `set' in a subshell so we don't clobber the current shell's
 
6888
# arguments.  Must try -L first in case configure is actually a
 
6889
# symlink; some systems play weird games with the mod time of symlinks
 
6890
# (eg FreeBSD returns the mod time of the symlink's containing
 
6891
# directory).
 
6892
if (
 
6893
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
6894
   if test "$[*]" = "X"; then
 
6895
      # -L didn't work.
 
6896
      set X `ls -t $srcdir/configure conftest.file`
 
6897
   fi
 
6898
   rm -f conftest.file
 
6899
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
6900
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
6901
 
 
6902
      # If neither matched, then we have a broken ls.  This can happen
 
6903
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
6904
      # broken ls alias from the environment.  This has actually
 
6905
      # happened.  Such a system could not be considered "sane".
 
6906
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
6907
alias in your environment])
 
6908
   fi
 
6909
 
 
6910
   test "$[2]" = conftest.file
 
6911
   )
 
6912
then
 
6913
   # Ok.
 
6914
   :
 
6915
else
 
6916
   AC_MSG_ERROR([newly created file is older than distributed files!
 
6917
Check your system clock])
 
6918
fi
 
6919
AC_MSG_RESULT(yes)])
 
6920
 
 
6921
# AM_PROG_INSTALL_STRIP
 
6922
 
 
6923
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
 
6924
 
 
6925
# This program is free software; you can redistribute it and/or modify
 
6926
# it under the terms of the GNU General Public License as published by
 
6927
# the Free Software Foundation; either version 2, or (at your option)
 
6928
# any later version.
 
6929
 
 
6930
# This program is distributed in the hope that it will be useful,
 
6931
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6932
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6933
# GNU General Public License for more details.
 
6934
 
 
6935
# You should have received a copy of the GNU General Public License
 
6936
# along with this program; if not, write to the Free Software
 
6937
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6938
# 02111-1307, USA.
 
6939
 
 
6940
# One issue with vendor `install' (even GNU) is that you can't
 
6941
# specify the program used to strip binaries.  This is especially
 
6942
# annoying in cross-compiling environments, where the build's strip
 
6943
# is unlikely to handle the host's binaries.
 
6944
# Fortunately install-sh will honor a STRIPPROG variable, so we
 
6945
# always use install-sh in `make install-strip', and initialize
 
6946
# STRIPPROG with the value of the STRIP variable (set by the user).
 
6947
AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
6948
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
6949
# Installed binaries are usually stripped using `strip' when the user
 
6950
# run `make install-strip'.  However `strip' might not be the right
 
6951
# tool to use in cross-compilation environments, therefore Automake
 
6952
# will honor the `STRIP' environment variable to overrule this program.
 
6953
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
6954
if test "$cross_compiling" != no; then
 
6955
  AC_CHECK_TOOL([STRIP], [strip], :)
 
6956
fi
 
6957
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
6958
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
6959
 
 
6960
# Check how to create a tarball.                            -*- Autoconf -*-
 
6961
 
 
6962
# Copyright (C) 2004  Free Software Foundation, Inc.
 
6963
 
 
6964
# This program is free software; you can redistribute it and/or modify
 
6965
# it under the terms of the GNU General Public License as published by
 
6966
# the Free Software Foundation; either version 2, or (at your option)
 
6967
# any later version.
 
6968
 
 
6969
# This program is distributed in the hope that it will be useful,
 
6970
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6971
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6972
# GNU General Public License for more details.
 
6973
 
 
6974
# You should have received a copy of the GNU General Public License
 
6975
# along with this program; if not, write to the Free Software
 
6976
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6977
# 02111-1307, USA.
 
6978
 
 
6979
# serial 1
 
6980
 
 
6981
 
 
6982
# _AM_PROG_TAR(FORMAT)
 
6983
# --------------------
 
6984
# Check how to create a tarball in format FORMAT.
 
6985
# FORMAT should be one of `v7', `ustar', or `pax'.
 
6986
#
 
6987
# Substitute a variable $(am__tar) that is a command
 
6988
# writing to stdout a FORMAT-tarball containing the directory
 
6989
# $tardir.
 
6990
#     tardir=directory && $(am__tar) > result.tar
 
6991
#
 
6992
# Substitute a variable $(am__untar) that extract such
 
6993
# a tarball read from stdin.
 
6994
#     $(am__untar) < result.tar
 
6995
AC_DEFUN([_AM_PROG_TAR],
 
6996
[# Always define AMTAR for backward compatibility.
 
6997
AM_MISSING_PROG([AMTAR], [tar])
 
6998
m4_if([$1], [v7],
 
6999
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
7000
     [m4_case([$1], [ustar],, [pax],,
 
7001
              [m4_fatal([Unknown tar format])])
 
7002
AC_MSG_CHECKING([how to create a $1 tar archive])
 
7003
# Loop over all known methods to create a tar archive until one works.
 
7004
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
7005
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
7006
# Do not fold the above two line into one, because Tru64 sh and
 
7007
# Solaris sh will not grok spaces in the rhs of `-'.
 
7008
for _am_tool in $_am_tools
 
7009
do
 
7010
  case $_am_tool in
 
7011
  gnutar)
 
7012
    for _am_tar in tar gnutar gtar;
 
7013
    do
 
7014
      AM_RUN_LOG([$_am_tar --version]) && break
 
7015
    done
 
7016
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
7017
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
7018
    am__untar="$_am_tar -xf -"
 
7019
    ;;
 
7020
  plaintar)
 
7021
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
7022
    # ustar tarball either.
 
7023
    (tar --version) >/dev/null 2>&1 && continue
 
7024
    am__tar='tar chf - "$$tardir"'
 
7025
    am__tar_='tar chf - "$tardir"'
 
7026
    am__untar='tar xf -'
 
7027
    ;;
 
7028
  pax)
 
7029
    am__tar='pax -L -x $1 -w "$$tardir"'
 
7030
    am__tar_='pax -L -x $1 -w "$tardir"'
 
7031
    am__untar='pax -r'
 
7032
    ;;
 
7033
  cpio)
 
7034
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
7035
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
7036
    am__untar='cpio -i -H $1 -d'
 
7037
    ;;
 
7038
  none)
 
7039
    am__tar=false
 
7040
    am__tar_=false
 
7041
    am__untar=false
 
7042
    ;;
 
7043
  esac
 
7044
 
 
7045
  # If the value was cached, stop now.  We just wanted to have am__tar
 
7046
  # and am__untar set.
 
7047
  test -n "${am_cv_prog_tar_$1}" && break
 
7048
 
 
7049
  # tar/untar a dummy directory, and stop if the command works
 
7050
  rm -rf conftest.dir
 
7051
  mkdir conftest.dir
 
7052
  echo GrepMe > conftest.dir/file
 
7053
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
7054
  rm -rf conftest.dir
 
7055
  if test -s conftest.tar; then
 
7056
    AM_RUN_LOG([$am__untar <conftest.tar])
 
7057
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
7058
  fi
 
7059
done
 
7060
rm -rf conftest.dir
 
7061
 
 
7062
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
7063
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
7064
AC_SUBST([am__tar])
 
7065
AC_SUBST([am__untar])
 
7066
]) # _AM_PROG_TAR
 
7067