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