Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / aclocal.m4
1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
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 m4_ifndef([AC_AUTOCONF_VERSION],
15   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
17 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
18 #
19 # This file is free software; the Free Software Foundation
20 # gives unlimited permission to copy and/or distribute it,
21 # with or without modifications, as long as this notice is preserved.
22
23 # AM_AUTOMAKE_VERSION(VERSION)
24 # ----------------------------
25 # Automake X.Y traces this macro to ensure aclocal.m4 has been
26 # generated from the m4 files accompanying Automake X.Y.
27 # (This private macro should not be called outside this file.)
28 AC_DEFUN([AM_AUTOMAKE_VERSION],
29 [am__api_version='1.11'
30 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
31 dnl require some minimum version.  Point them to the right macro.
32 m4_if([$1], [1.11.1], [],
33       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
34 ])
35
36 # _AM_AUTOCONF_VERSION(VERSION)
37 # -----------------------------
38 # aclocal traces this macro to find the Autoconf version.
39 # This is a private macro too.  Using m4_define simplifies
40 # the logic in aclocal, which can simply ignore this definition.
41 m4_define([_AM_AUTOCONF_VERSION], [])
42
43 # AM_SET_CURRENT_AUTOMAKE_VERSION
44 # -------------------------------
45 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
46 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
47 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
48 [AM_AUTOMAKE_VERSION([1.11.1])dnl
49 m4_ifndef([AC_AUTOCONF_VERSION],
50   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
51 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
52
53 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
54
55 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
56 #
57 # This file is free software; the Free Software Foundation
58 # gives unlimited permission to copy and/or distribute it,
59 # with or without modifications, as long as this notice is preserved.
60
61 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
62 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
63 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
64 #
65 # Of course, Automake must honor this variable whenever it calls a
66 # tool from the auxiliary directory.  The problem is that $srcdir (and
67 # therefore $ac_aux_dir as well) can be either absolute or relative,
68 # depending on how configure is run.  This is pretty annoying, since
69 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
70 # source directory, any form will work fine, but in subdirectories a
71 # relative path needs to be adjusted first.
72 #
73 # $ac_aux_dir/missing
74 #    fails when called from a subdirectory if $ac_aux_dir is relative
75 # $top_srcdir/$ac_aux_dir/missing
76 #    fails if $ac_aux_dir is absolute,
77 #    fails when called from a subdirectory in a VPATH build with
78 #          a relative $ac_aux_dir
79 #
80 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
81 # are both prefixed by $srcdir.  In an in-source build this is usually
82 # harmless because $srcdir is `.', but things will broke when you
83 # start a VPATH build or use an absolute $srcdir.
84 #
85 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
86 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
87 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
88 # and then we would define $MISSING as
89 #   MISSING="\${SHELL} $am_aux_dir/missing"
90 # This will work as long as MISSING is not called from configure, because
91 # unfortunately $(top_srcdir) has no meaning in configure.
92 # However there are other variables, like CC, which are often used in
93 # configure, and could therefore not use this "fixed" $ac_aux_dir.
94 #
95 # Another solution, used here, is to always expand $ac_aux_dir to an
96 # absolute PATH.  The drawback is that using absolute paths prevent a
97 # configured tree to be moved without reconfiguration.
98
99 AC_DEFUN([AM_AUX_DIR_EXPAND],
100 [dnl Rely on autoconf to set up CDPATH properly.
101 AC_PREREQ([2.50])dnl
102 # expand $ac_aux_dir to an absolute path
103 am_aux_dir=`cd $ac_aux_dir && pwd`
104 ])
105
106 # Do all the work for Automake.                             -*- Autoconf -*-
107
108 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
109 # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
110 #
111 # This file is free software; the Free Software Foundation
112 # gives unlimited permission to copy and/or distribute it,
113 # with or without modifications, as long as this notice is preserved.
114
115 # serial 16
116
117 # This macro actually does too much.  Some checks are only needed if
118 # your package does certain things.  But this isn't really a big deal.
119
120 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
121 # AM_INIT_AUTOMAKE([OPTIONS])
122 # -----------------------------------------------
123 # The call with PACKAGE and VERSION arguments is the old style
124 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
125 # and VERSION should now be passed to AC_INIT and removed from
126 # the call to AM_INIT_AUTOMAKE.
127 # We support both call styles for the transition.  After
128 # the next Automake release, Autoconf can make the AC_INIT
129 # arguments mandatory, and then we can depend on a new Autoconf
130 # release and drop the old call support.
131 AC_DEFUN([AM_INIT_AUTOMAKE],
132 [AC_PREREQ([2.62])dnl
133 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
134 dnl the ones we care about.
135 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
136 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
137 AC_REQUIRE([AC_PROG_INSTALL])dnl
138 if test "`cd $srcdir && pwd`" != "`pwd`"; then
139   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
140   # is not polluted with repeated "-I."
141   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
142   # test to see if srcdir already configured
143   if test -f $srcdir/config.status; then
144     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
145   fi
146 fi
147
148 # test whether we have cygpath
149 if test -z "$CYGPATH_W"; then
150   if (cygpath --version) >/dev/null 2>/dev/null; then
151     CYGPATH_W='cygpath -w'
152   else
153     CYGPATH_W=echo
154   fi
155 fi
156 AC_SUBST([CYGPATH_W])
157
158 # Define the identity of the package.
159 dnl Distinguish between old-style and new-style calls.
160 m4_ifval([$2],
161 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
162  AC_SUBST([PACKAGE], [$1])dnl
163  AC_SUBST([VERSION], [$2])],
164 [_AM_SET_OPTIONS([$1])dnl
165 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
166 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
167   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
168  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
169  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
170
171 _AM_IF_OPTION([no-define],,
172 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
173  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
174
175 # Some tools Automake needs.
176 AC_REQUIRE([AM_SANITY_CHECK])dnl
177 AC_REQUIRE([AC_ARG_PROGRAM])dnl
178 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
179 AM_MISSING_PROG(AUTOCONF, autoconf)
180 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
181 AM_MISSING_PROG(AUTOHEADER, autoheader)
182 AM_MISSING_PROG(MAKEINFO, makeinfo)
183 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
184 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
185 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
186 # We need awk for the "check" target.  The system "awk" is bad on
187 # some platforms.
188 AC_REQUIRE([AC_PROG_AWK])dnl
189 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
190 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
191 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
192               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
193                              [_AM_PROG_TAR([v7])])])
194 _AM_IF_OPTION([no-dependencies],,
195 [AC_PROVIDE_IFELSE([AC_PROG_CC],
196                   [_AM_DEPENDENCIES(CC)],
197                   [define([AC_PROG_CC],
198                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
199 AC_PROVIDE_IFELSE([AC_PROG_CXX],
200                   [_AM_DEPENDENCIES(CXX)],
201                   [define([AC_PROG_CXX],
202                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
203 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
204                   [_AM_DEPENDENCIES(OBJC)],
205                   [define([AC_PROG_OBJC],
206                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
207 ])
208 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
209 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
210 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
211 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
212 AC_CONFIG_COMMANDS_PRE(dnl
213 [m4_provide_if([_AM_COMPILER_EXEEXT],
214   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
215 ])
216
217 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
218 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
219 dnl mangled by Autoconf and run in a shell conditional statement.
220 m4_define([_AC_COMPILER_EXEEXT],
221 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
222
223
224 # When config.status generates a header, we must update the stamp-h file.
225 # This file resides in the same directory as the config header
226 # that is generated.  The stamp files are numbered to have different names.
227
228 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
229 # loop where config.status creates the headers, so we can generate
230 # our stamp files there.
231 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
232 [# Compute $1's index in $config_headers.
233 _am_arg=$1
234 _am_stamp_count=1
235 for _am_header in $config_headers :; do
236   case $_am_header in
237     $_am_arg | $_am_arg:* )
238       break ;;
239     * )
240       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
241   esac
242 done
243 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
244
245 # Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
246 #
247 # This file is free software; the Free Software Foundation
248 # gives unlimited permission to copy and/or distribute it,
249 # with or without modifications, as long as this notice is preserved.
250
251 # AM_PROG_INSTALL_SH
252 # ------------------
253 # Define $install_sh.
254 AC_DEFUN([AM_PROG_INSTALL_SH],
255 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
256 if test x"${install_sh}" != xset; then
257   case $am_aux_dir in
258   *\ * | *\     *)
259     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
260   *)
261     install_sh="\${SHELL} $am_aux_dir/install-sh"
262   esac
263 fi
264 AC_SUBST(install_sh)])
265
266 # Copyright (C) 2003, 2005  Free Software Foundation, Inc.
267 #
268 # This file is free software; the Free Software Foundation
269 # gives unlimited permission to copy and/or distribute it,
270 # with or without modifications, as long as this notice is preserved.
271
272 # serial 2
273
274 # Check whether the underlying file-system supports filenames
275 # with a leading dot.  For instance MS-DOS doesn't.
276 AC_DEFUN([AM_SET_LEADING_DOT],
277 [rm -rf .tst 2>/dev/null
278 mkdir .tst 2>/dev/null
279 if test -d .tst; then
280   am__leading_dot=.
281 else
282   am__leading_dot=_
283 fi
284 rmdir .tst 2>/dev/null
285 AC_SUBST([am__leading_dot])])
286
287 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
288
289 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
290 # Free Software Foundation, Inc.
291 #
292 # This file is free software; the Free Software Foundation
293 # gives unlimited permission to copy and/or distribute it,
294 # with or without modifications, as long as this notice is preserved.
295
296 # serial 6
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 AC_REQUIRE_AUX_FILE([missing])dnl
313 if test x"${MISSING+set}" != xset; then
314   case $am_aux_dir in
315   *\ * | *\     *)
316     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
317   *)
318     MISSING="\${SHELL} $am_aux_dir/missing" ;;
319   esac
320 fi
321 # Use eval to expand $SHELL
322 if eval "$MISSING --run true"; then
323   am_missing_run="$MISSING --run "
324 else
325   am_missing_run=
326   AC_MSG_WARN([`missing' script is too old or missing])
327 fi
328 ])
329
330 # Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
331 #
332 # This file is free software; the Free Software Foundation
333 # gives unlimited permission to copy and/or distribute it,
334 # with or without modifications, as long as this notice is preserved.
335
336 # AM_PROG_MKDIR_P
337 # ---------------
338 # Check for `mkdir -p'.
339 AC_DEFUN([AM_PROG_MKDIR_P],
340 [AC_PREREQ([2.60])dnl
341 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
342 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
343 dnl while keeping a definition of mkdir_p for backward compatibility.
344 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
345 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
346 dnl Makefile.ins that do not define MKDIR_P, so we do our own
347 dnl adjustment using top_builddir (which is defined more often than
348 dnl MKDIR_P).
349 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
350 case $mkdir_p in
351   [[\\/$]]* | ?:[[\\/]]*) ;;
352   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
353 esac
354 ])
355
356 # Helper functions for option handling.                     -*- Autoconf -*-
357
358 # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
359 #
360 # This file is free software; the Free Software Foundation
361 # gives unlimited permission to copy and/or distribute it,
362 # with or without modifications, as long as this notice is preserved.
363
364 # serial 4
365
366 # _AM_MANGLE_OPTION(NAME)
367 # -----------------------
368 AC_DEFUN([_AM_MANGLE_OPTION],
369 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
370
371 # _AM_SET_OPTION(NAME)
372 # ------------------------------
373 # Set option NAME.  Presently that only means defining a flag for this option.
374 AC_DEFUN([_AM_SET_OPTION],
375 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
376
377 # _AM_SET_OPTIONS(OPTIONS)
378 # ----------------------------------
379 # OPTIONS is a space-separated list of Automake options.
380 AC_DEFUN([_AM_SET_OPTIONS],
381 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
382
383 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
384 # -------------------------------------------
385 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
386 AC_DEFUN([_AM_IF_OPTION],
387 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
388
389 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
390
391 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
392 # Free Software Foundation, Inc.
393 #
394 # This file is free software; the Free Software Foundation
395 # gives unlimited permission to copy and/or distribute it,
396 # with or without modifications, as long as this notice is preserved.
397
398 # serial 5
399
400 # AM_SANITY_CHECK
401 # ---------------
402 AC_DEFUN([AM_SANITY_CHECK],
403 [AC_MSG_CHECKING([whether build environment is sane])
404 # Just in case
405 sleep 1
406 echo timestamp > conftest.file
407 # Reject unsafe characters in $srcdir or the absolute working directory
408 # name.  Accept space and tab only in the latter.
409 am_lf='
410 '
411 case `pwd` in
412   *[[\\\"\#\$\&\'\`$am_lf]]*)
413     AC_MSG_ERROR([unsafe absolute working directory name]);;
414 esac
415 case $srcdir in
416   *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
417     AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
418 esac
419
420 # Do `set' in a subshell so we don't clobber the current shell's
421 # arguments.  Must try -L first in case configure is actually a
422 # symlink; some systems play weird games with the mod time of symlinks
423 # (eg FreeBSD returns the mod time of the symlink's containing
424 # directory).
425 if (
426    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
427    if test "$[*]" = "X"; then
428       # -L didn't work.
429       set X `ls -t "$srcdir/configure" conftest.file`
430    fi
431    rm -f conftest.file
432    if test "$[*]" != "X $srcdir/configure conftest.file" \
433       && test "$[*]" != "X conftest.file $srcdir/configure"; then
434
435       # If neither matched, then we have a broken ls.  This can happen
436       # if, for instance, CONFIG_SHELL is bash and it inherits a
437       # broken ls alias from the environment.  This has actually
438       # happened.  Such a system could not be considered "sane".
439       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
440 alias in your environment])
441    fi
442
443    test "$[2]" = conftest.file
444    )
445 then
446    # Ok.
447    :
448 else
449    AC_MSG_ERROR([newly created file is older than distributed files!
450 Check your system clock])
451 fi
452 AC_MSG_RESULT(yes)])
453
454 # Copyright (C) 2009  Free Software Foundation, Inc.
455 #
456 # This file is free software; the Free Software Foundation
457 # gives unlimited permission to copy and/or distribute it,
458 # with or without modifications, as long as this notice is preserved.
459
460 # serial 1
461
462 # AM_SILENT_RULES([DEFAULT])
463 # --------------------------
464 # Enable less verbose build rules; with the default set to DEFAULT
465 # (`yes' being less verbose, `no' or empty being verbose).
466 AC_DEFUN([AM_SILENT_RULES],
467 [AC_ARG_ENABLE([silent-rules],
468 [  --enable-silent-rules          less verbose build output (undo: `make V=1')
469   --disable-silent-rules         verbose build output (undo: `make V=0')])
470 case $enable_silent_rules in
471 yes) AM_DEFAULT_VERBOSITY=0;;
472 no)  AM_DEFAULT_VERBOSITY=1;;
473 *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
474 esac
475 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
476 AM_BACKSLASH='\'
477 AC_SUBST([AM_BACKSLASH])dnl
478 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
479 ])
480
481 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
482 #
483 # This file is free software; the Free Software Foundation
484 # gives unlimited permission to copy and/or distribute it,
485 # with or without modifications, as long as this notice is preserved.
486
487 # AM_PROG_INSTALL_STRIP
488 # ---------------------
489 # One issue with vendor `install' (even GNU) is that you can't
490 # specify the program used to strip binaries.  This is especially
491 # annoying in cross-compiling environments, where the build's strip
492 # is unlikely to handle the host's binaries.
493 # Fortunately install-sh will honor a STRIPPROG variable, so we
494 # always use install-sh in `make install-strip', and initialize
495 # STRIPPROG with the value of the STRIP variable (set by the user).
496 AC_DEFUN([AM_PROG_INSTALL_STRIP],
497 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
498 # Installed binaries are usually stripped using `strip' when the user
499 # run `make install-strip'.  However `strip' might not be the right
500 # tool to use in cross-compilation environments, therefore Automake
501 # will honor the `STRIP' environment variable to overrule this program.
502 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
503 if test "$cross_compiling" != no; then
504   AC_CHECK_TOOL([STRIP], [strip], :)
505 fi
506 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
507 AC_SUBST([INSTALL_STRIP_PROGRAM])])
508
509 # Copyright (C) 2006, 2008  Free Software Foundation, Inc.
510 #
511 # This file is free software; the Free Software Foundation
512 # gives unlimited permission to copy and/or distribute it,
513 # with or without modifications, as long as this notice is preserved.
514
515 # serial 2
516
517 # _AM_SUBST_NOTMAKE(VARIABLE)
518 # ---------------------------
519 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
520 # This macro is traced by Automake.
521 AC_DEFUN([_AM_SUBST_NOTMAKE])
522
523 # AM_SUBST_NOTMAKE(VARIABLE)
524 # ---------------------------
525 # Public sister of _AM_SUBST_NOTMAKE.
526 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
527
528 # Check how to create a tarball.                            -*- Autoconf -*-
529
530 # Copyright (C) 2004, 2005  Free Software Foundation, Inc.
531 #
532 # This file is free software; the Free Software Foundation
533 # gives unlimited permission to copy and/or distribute it,
534 # with or without modifications, as long as this notice is preserved.
535
536 # serial 2
537
538 # _AM_PROG_TAR(FORMAT)
539 # --------------------
540 # Check how to create a tarball in format FORMAT.
541 # FORMAT should be one of `v7', `ustar', or `pax'.
542 #
543 # Substitute a variable $(am__tar) that is a command
544 # writing to stdout a FORMAT-tarball containing the directory
545 # $tardir.
546 #     tardir=directory && $(am__tar) > result.tar
547 #
548 # Substitute a variable $(am__untar) that extract such
549 # a tarball read from stdin.
550 #     $(am__untar) < result.tar
551 AC_DEFUN([_AM_PROG_TAR],
552 [# Always define AMTAR for backward compatibility.
553 AM_MISSING_PROG([AMTAR], [tar])
554 m4_if([$1], [v7],
555      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
556      [m4_case([$1], [ustar],, [pax],,
557               [m4_fatal([Unknown tar format])])
558 AC_MSG_CHECKING([how to create a $1 tar archive])
559 # Loop over all known methods to create a tar archive until one works.
560 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
561 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
562 # Do not fold the above two line into one, because Tru64 sh and
563 # Solaris sh will not grok spaces in the rhs of `-'.
564 for _am_tool in $_am_tools
565 do
566   case $_am_tool in
567   gnutar)
568     for _am_tar in tar gnutar gtar;
569     do
570       AM_RUN_LOG([$_am_tar --version]) && break
571     done
572     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
573     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
574     am__untar="$_am_tar -xf -"
575     ;;
576   plaintar)
577     # Must skip GNU tar: if it does not support --format= it doesn't create
578     # ustar tarball either.
579     (tar --version) >/dev/null 2>&1 && continue
580     am__tar='tar chf - "$$tardir"'
581     am__tar_='tar chf - "$tardir"'
582     am__untar='tar xf -'
583     ;;
584   pax)
585     am__tar='pax -L -x $1 -w "$$tardir"'
586     am__tar_='pax -L -x $1 -w "$tardir"'
587     am__untar='pax -r'
588     ;;
589   cpio)
590     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
591     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
592     am__untar='cpio -i -H $1 -d'
593     ;;
594   none)
595     am__tar=false
596     am__tar_=false
597     am__untar=false
598     ;;
599   esac
600
601   # If the value was cached, stop now.  We just wanted to have am__tar
602   # and am__untar set.
603   test -n "${am_cv_prog_tar_$1}" && break
604
605   # tar/untar a dummy directory, and stop if the command works
606   rm -rf conftest.dir
607   mkdir conftest.dir
608   echo GrepMe > conftest.dir/file
609   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
610   rm -rf conftest.dir
611   if test -s conftest.tar; then
612     AM_RUN_LOG([$am__untar <conftest.tar])
613     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
614   fi
615 done
616 rm -rf conftest.dir
617
618 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
619 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
620 AC_SUBST([am__tar])
621 AC_SUBST([am__untar])
622 ]) # _AM_PROG_TAR
623
624 m4_include([m4/init-package-version.m4])