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