Imported Upstream version 3.7.3
[platform/upstream/python-gobject.git] / aclocal.m4
1 # generated automatically by aclocal 1.11.6 -*- Autoconf -*-
2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5 # Inc.
6 # This file is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 m4_ifndef([AC_AUTOCONF_VERSION],
16   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 [m4_warning([this file was generated for autoconf 2.69.
19 You have another version of autoconf.  It may work, but is not guaranteed to.
20 If you have problems, you may need to regenerate the build system entirely.
21 To do so, use the procedure documented by the package, typically `autoreconf'.])])
22
23 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
24 # Foundation, Inc.
25 #
26 # This file is free software; the Free Software Foundation
27 # gives unlimited permission to copy and/or distribute it,
28 # with or without modifications, as long as this notice is preserved.
29
30 # serial 1
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 # (This private macro should not be called outside this file.)
37 AC_DEFUN([AM_AUTOMAKE_VERSION],
38 [am__api_version='1.11'
39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
40 dnl require some minimum version.  Point them to the right macro.
41 m4_if([$1], [1.11.6], [],
42       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
43 ])
44
45 # _AM_AUTOCONF_VERSION(VERSION)
46 # -----------------------------
47 # aclocal traces this macro to find the Autoconf version.
48 # This is a private macro too.  Using m4_define simplifies
49 # the logic in aclocal, which can simply ignore this definition.
50 m4_define([_AM_AUTOCONF_VERSION], [])
51
52 # AM_SET_CURRENT_AUTOMAKE_VERSION
53 # -------------------------------
54 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
57 [AM_AUTOMAKE_VERSION([1.11.6])dnl
58 m4_ifndef([AC_AUTOCONF_VERSION],
59   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
60 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
61
62 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
63
64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
65 #
66 # This file is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
68 # with or without modifications, as long as this notice is preserved.
69
70 # serial 1
71
72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
73 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
74 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
75 #
76 # Of course, Automake must honor this variable whenever it calls a
77 # tool from the auxiliary directory.  The problem is that $srcdir (and
78 # therefore $ac_aux_dir as well) can be either absolute or relative,
79 # depending on how configure is run.  This is pretty annoying, since
80 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
81 # source directory, any form will work fine, but in subdirectories a
82 # relative path needs to be adjusted first.
83 #
84 # $ac_aux_dir/missing
85 #    fails when called from a subdirectory if $ac_aux_dir is relative
86 # $top_srcdir/$ac_aux_dir/missing
87 #    fails if $ac_aux_dir is absolute,
88 #    fails when called from a subdirectory in a VPATH build with
89 #          a relative $ac_aux_dir
90 #
91 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
92 # are both prefixed by $srcdir.  In an in-source build this is usually
93 # harmless because $srcdir is `.', but things will broke when you
94 # start a VPATH build or use an absolute $srcdir.
95 #
96 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
97 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
98 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
99 # and then we would define $MISSING as
100 #   MISSING="\${SHELL} $am_aux_dir/missing"
101 # This will work as long as MISSING is not called from configure, because
102 # unfortunately $(top_srcdir) has no meaning in configure.
103 # However there are other variables, like CC, which are often used in
104 # configure, and could therefore not use this "fixed" $ac_aux_dir.
105 #
106 # Another solution, used here, is to always expand $ac_aux_dir to an
107 # absolute PATH.  The drawback is that using absolute paths prevent a
108 # configured tree to be moved without reconfiguration.
109
110 AC_DEFUN([AM_AUX_DIR_EXPAND],
111 [dnl Rely on autoconf to set up CDPATH properly.
112 AC_PREREQ([2.50])dnl
113 # expand $ac_aux_dir to an absolute path
114 am_aux_dir=`cd $ac_aux_dir && pwd`
115 ])
116
117
118 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005
119 # Free Software Foundation, Inc.
120 #
121 # This file is free software; the Free Software Foundation
122 # gives unlimited permission to copy and/or distribute it,
123 # with or without modifications, as long as this notice is preserved.
124
125 # serial 4
126
127 # This was merged into AC_PROG_CC in Autoconf.
128
129 AU_DEFUN([AM_PROG_CC_STDC],
130 [AC_PROG_CC
131 AC_DIAGNOSE([obsolete], [$0:
132         your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
133         `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
134         you adjust the code.  You can also remove the above call to
135         AC_PROG_CC if you already called it elsewhere.])
136 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
137 ])
138 AU_DEFUN([fp_PROG_CC_STDC])
139
140 # AM_CONDITIONAL                                            -*- Autoconf -*-
141
142 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
143 # Free Software Foundation, Inc.
144 #
145 # This file is free software; the Free Software Foundation
146 # gives unlimited permission to copy and/or distribute it,
147 # with or without modifications, as long as this notice is preserved.
148
149 # serial 9
150
151 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
152 # -------------------------------------
153 # Define a conditional.
154 AC_DEFUN([AM_CONDITIONAL],
155 [AC_PREREQ(2.52)dnl
156  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
157         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
158 AC_SUBST([$1_TRUE])dnl
159 AC_SUBST([$1_FALSE])dnl
160 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
161 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
162 m4_define([_AM_COND_VALUE_$1], [$2])dnl
163 if $2; then
164   $1_TRUE=
165   $1_FALSE='#'
166 else
167   $1_TRUE='#'
168   $1_FALSE=
169 fi
170 AC_CONFIG_COMMANDS_PRE(
171 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
172   AC_MSG_ERROR([[conditional "$1" was never defined.
173 Usually this means the macro was only invoked conditionally.]])
174 fi])])
175
176 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
177 # 2010, 2011 Free Software Foundation, Inc.
178 #
179 # This file is free software; the Free Software Foundation
180 # gives unlimited permission to copy and/or distribute it,
181 # with or without modifications, as long as this notice is preserved.
182
183 # serial 12
184
185 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
186 # written in clear, in which case automake, when reading aclocal.m4,
187 # will think it sees a *use*, and therefore will trigger all it's
188 # C support machinery.  Also note that it means that autoscan, seeing
189 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
190
191
192 # _AM_DEPENDENCIES(NAME)
193 # ----------------------
194 # See how the compiler implements dependency checking.
195 # NAME is "CC", "CXX", "GCJ", or "OBJC".
196 # We try a few techniques and use that to set a single cache variable.
197 #
198 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
199 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
200 # dependency, and given that the user is not expected to run this macro,
201 # just rely on AC_PROG_CC.
202 AC_DEFUN([_AM_DEPENDENCIES],
203 [AC_REQUIRE([AM_SET_DEPDIR])dnl
204 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
205 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
206 AC_REQUIRE([AM_DEP_TRACK])dnl
207
208 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
209        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
210        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
211        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
212        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
213                    [depcc="$$1"   am_compiler_list=])
214
215 AC_CACHE_CHECK([dependency style of $depcc],
216                [am_cv_$1_dependencies_compiler_type],
217 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
218   # We make a subdir and do the tests there.  Otherwise we can end up
219   # making bogus files that we don't know about and never remove.  For
220   # instance it was reported that on HP-UX the gcc test will end up
221   # making a dummy file named `D' -- because `-MD' means `put the output
222   # in D'.
223   rm -rf conftest.dir
224   mkdir conftest.dir
225   # Copy depcomp to subdir because otherwise we won't find it if we're
226   # using a relative directory.
227   cp "$am_depcomp" conftest.dir
228   cd conftest.dir
229   # We will build objects and dependencies in a subdirectory because
230   # it helps to detect inapplicable dependency modes.  For instance
231   # both Tru64's cc and ICC support -MD to output dependencies as a
232   # side effect of compilation, but ICC will put the dependencies in
233   # the current directory while Tru64 will put them in the object
234   # directory.
235   mkdir sub
236
237   am_cv_$1_dependencies_compiler_type=none
238   if test "$am_compiler_list" = ""; then
239      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
240   fi
241   am__universal=false
242   m4_case([$1], [CC],
243     [case " $depcc " in #(
244      *\ -arch\ *\ -arch\ *) am__universal=true ;;
245      esac],
246     [CXX],
247     [case " $depcc " in #(
248      *\ -arch\ *\ -arch\ *) am__universal=true ;;
249      esac])
250
251   for depmode in $am_compiler_list; do
252     # Setup a source with many dependencies, because some compilers
253     # like to wrap large dependency lists on column 80 (with \), and
254     # we should not choose a depcomp mode which is confused by this.
255     #
256     # We need to recreate these files for each test, as the compiler may
257     # overwrite some of them when testing with obscure command lines.
258     # This happens at least with the AIX C compiler.
259     : > sub/conftest.c
260     for i in 1 2 3 4 5 6; do
261       echo '#include "conftst'$i'.h"' >> sub/conftest.c
262       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
263       # Solaris 8's {/usr,}/bin/sh.
264       touch sub/conftst$i.h
265     done
266     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
267
268     # We check with `-c' and `-o' for the sake of the "dashmstdout"
269     # mode.  It turns out that the SunPro C++ compiler does not properly
270     # handle `-M -o', and we need to detect this.  Also, some Intel
271     # versions had trouble with output in subdirs
272     am__obj=sub/conftest.${OBJEXT-o}
273     am__minus_obj="-o $am__obj"
274     case $depmode in
275     gcc)
276       # This depmode causes a compiler race in universal mode.
277       test "$am__universal" = false || continue
278       ;;
279     nosideeffect)
280       # after this tag, mechanisms are not by side-effect, so they'll
281       # only be used when explicitly requested
282       if test "x$enable_dependency_tracking" = xyes; then
283         continue
284       else
285         break
286       fi
287       ;;
288     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
289       # This compiler won't grok `-c -o', but also, the minuso test has
290       # not run yet.  These depmodes are late enough in the game, and
291       # so weak that their functioning should not be impacted.
292       am__obj=conftest.${OBJEXT-o}
293       am__minus_obj=
294       ;;
295     none) break ;;
296     esac
297     if depmode=$depmode \
298        source=sub/conftest.c object=$am__obj \
299        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
300        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
301          >/dev/null 2>conftest.err &&
302        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
303        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
304        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
305        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
306       # icc doesn't choke on unknown options, it will just issue warnings
307       # or remarks (even with -Werror).  So we grep stderr for any message
308       # that says an option was ignored or not supported.
309       # When given -MP, icc 7.0 and 7.1 complain thusly:
310       #   icc: Command line warning: ignoring option '-M'; no argument required
311       # The diagnosis changed in icc 8.0:
312       #   icc: Command line remark: option '-MP' not supported
313       if (grep 'ignoring option' conftest.err ||
314           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
315         am_cv_$1_dependencies_compiler_type=$depmode
316         break
317       fi
318     fi
319   done
320
321   cd ..
322   rm -rf conftest.dir
323 else
324   am_cv_$1_dependencies_compiler_type=none
325 fi
326 ])
327 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
328 AM_CONDITIONAL([am__fastdep$1], [
329   test "x$enable_dependency_tracking" != xno \
330   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
331 ])
332
333
334 # AM_SET_DEPDIR
335 # -------------
336 # Choose a directory name for dependency files.
337 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
338 AC_DEFUN([AM_SET_DEPDIR],
339 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
340 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
341 ])
342
343
344 # AM_DEP_TRACK
345 # ------------
346 AC_DEFUN([AM_DEP_TRACK],
347 [AC_ARG_ENABLE(dependency-tracking,
348 [  --disable-dependency-tracking  speeds up one-time build
349   --enable-dependency-tracking   do not reject slow dependency extractors])
350 if test "x$enable_dependency_tracking" != xno; then
351   am_depcomp="$ac_aux_dir/depcomp"
352   AMDEPBACKSLASH='\'
353   am__nodep='_no'
354 fi
355 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
356 AC_SUBST([AMDEPBACKSLASH])dnl
357 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
358 AC_SUBST([am__nodep])dnl
359 _AM_SUBST_NOTMAKE([am__nodep])dnl
360 ])
361
362 # Generate code to set up dependency tracking.              -*- Autoconf -*-
363
364 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
365 # Free Software Foundation, Inc.
366 #
367 # This file is free software; the Free Software Foundation
368 # gives unlimited permission to copy and/or distribute it,
369 # with or without modifications, as long as this notice is preserved.
370
371 #serial 5
372
373 # _AM_OUTPUT_DEPENDENCY_COMMANDS
374 # ------------------------------
375 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
376 [{
377   # Autoconf 2.62 quotes --file arguments for eval, but not when files
378   # are listed without --file.  Let's play safe and only enable the eval
379   # if we detect the quoting.
380   case $CONFIG_FILES in
381   *\'*) eval set x "$CONFIG_FILES" ;;
382   *)   set x $CONFIG_FILES ;;
383   esac
384   shift
385   for mf
386   do
387     # Strip MF so we end up with the name of the file.
388     mf=`echo "$mf" | sed -e 's/:.*$//'`
389     # Check whether this is an Automake generated Makefile or not.
390     # We used to match only the files named `Makefile.in', but
391     # some people rename them; so instead we look at the file content.
392     # Grep'ing the first line is not enough: some people post-process
393     # each Makefile.in and add a new line on top of each file to say so.
394     # Grep'ing the whole file is not good either: AIX grep has a line
395     # limit of 2048, but all sed's we know have understand at least 4000.
396     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
397       dirpart=`AS_DIRNAME("$mf")`
398     else
399       continue
400     fi
401     # Extract the definition of DEPDIR, am__include, and am__quote
402     # from the Makefile without running `make'.
403     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
404     test -z "$DEPDIR" && continue
405     am__include=`sed -n 's/^am__include = //p' < "$mf"`
406     test -z "am__include" && continue
407     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
408     # When using ansi2knr, U may be empty or an underscore; expand it
409     U=`sed -n 's/^U = //p' < "$mf"`
410     # Find all dependency output files, they are included files with
411     # $(DEPDIR) in their names.  We invoke sed twice because it is the
412     # simplest approach to changing $(DEPDIR) to its actual value in the
413     # expansion.
414     for file in `sed -n "
415       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
416          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
417       # Make sure the directory exists.
418       test -f "$dirpart/$file" && continue
419       fdir=`AS_DIRNAME(["$file"])`
420       AS_MKDIR_P([$dirpart/$fdir])
421       # echo "creating $dirpart/$file"
422       echo '# dummy' > "$dirpart/$file"
423     done
424   done
425 }
426 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
427
428
429 # AM_OUTPUT_DEPENDENCY_COMMANDS
430 # -----------------------------
431 # This macro should only be invoked once -- use via AC_REQUIRE.
432 #
433 # This code is only required when automatic dependency tracking
434 # is enabled.  FIXME.  This creates each `.P' file that we will
435 # need in order to bootstrap the dependency handling code.
436 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
437 [AC_CONFIG_COMMANDS([depfiles],
438      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
439      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
440 ])
441
442 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
443 # Free Software Foundation, Inc.
444 #
445 # This file is free software; the Free Software Foundation
446 # gives unlimited permission to copy and/or distribute it,
447 # with or without modifications, as long as this notice is preserved.
448
449 # serial 8
450
451 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
452 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
453
454 # Do all the work for Automake.                             -*- Autoconf -*-
455
456 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
457 # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
458 #
459 # This file is free software; the Free Software Foundation
460 # gives unlimited permission to copy and/or distribute it,
461 # with or without modifications, as long as this notice is preserved.
462
463 # serial 16
464
465 # This macro actually does too much.  Some checks are only needed if
466 # your package does certain things.  But this isn't really a big deal.
467
468 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
469 # AM_INIT_AUTOMAKE([OPTIONS])
470 # -----------------------------------------------
471 # The call with PACKAGE and VERSION arguments is the old style
472 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
473 # and VERSION should now be passed to AC_INIT and removed from
474 # the call to AM_INIT_AUTOMAKE.
475 # We support both call styles for the transition.  After
476 # the next Automake release, Autoconf can make the AC_INIT
477 # arguments mandatory, and then we can depend on a new Autoconf
478 # release and drop the old call support.
479 AC_DEFUN([AM_INIT_AUTOMAKE],
480 [AC_PREREQ([2.62])dnl
481 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
482 dnl the ones we care about.
483 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
484 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
485 AC_REQUIRE([AC_PROG_INSTALL])dnl
486 if test "`cd $srcdir && pwd`" != "`pwd`"; then
487   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
488   # is not polluted with repeated "-I."
489   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
490   # test to see if srcdir already configured
491   if test -f $srcdir/config.status; then
492     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
493   fi
494 fi
495
496 # test whether we have cygpath
497 if test -z "$CYGPATH_W"; then
498   if (cygpath --version) >/dev/null 2>/dev/null; then
499     CYGPATH_W='cygpath -w'
500   else
501     CYGPATH_W=echo
502   fi
503 fi
504 AC_SUBST([CYGPATH_W])
505
506 # Define the identity of the package.
507 dnl Distinguish between old-style and new-style calls.
508 m4_ifval([$2],
509 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
510  AC_SUBST([PACKAGE], [$1])dnl
511  AC_SUBST([VERSION], [$2])],
512 [_AM_SET_OPTIONS([$1])dnl
513 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
514 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
515   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
516  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
517  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
518
519 _AM_IF_OPTION([no-define],,
520 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
521  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
522
523 # Some tools Automake needs.
524 AC_REQUIRE([AM_SANITY_CHECK])dnl
525 AC_REQUIRE([AC_ARG_PROGRAM])dnl
526 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
527 AM_MISSING_PROG(AUTOCONF, autoconf)
528 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
529 AM_MISSING_PROG(AUTOHEADER, autoheader)
530 AM_MISSING_PROG(MAKEINFO, makeinfo)
531 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
532 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
533 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
534 # We need awk for the "check" target.  The system "awk" is bad on
535 # some platforms.
536 AC_REQUIRE([AC_PROG_AWK])dnl
537 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
538 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
539 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
540               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
541                              [_AM_PROG_TAR([v7])])])
542 _AM_IF_OPTION([no-dependencies],,
543 [AC_PROVIDE_IFELSE([AC_PROG_CC],
544                   [_AM_DEPENDENCIES(CC)],
545                   [define([AC_PROG_CC],
546                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
547 AC_PROVIDE_IFELSE([AC_PROG_CXX],
548                   [_AM_DEPENDENCIES(CXX)],
549                   [define([AC_PROG_CXX],
550                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
551 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
552                   [_AM_DEPENDENCIES(OBJC)],
553                   [define([AC_PROG_OBJC],
554                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
555 ])
556 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
557 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
558 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
559 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
560 AC_CONFIG_COMMANDS_PRE(dnl
561 [m4_provide_if([_AM_COMPILER_EXEEXT],
562   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
563 ])
564
565 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
566 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
567 dnl mangled by Autoconf and run in a shell conditional statement.
568 m4_define([_AC_COMPILER_EXEEXT],
569 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
570
571
572 # When config.status generates a header, we must update the stamp-h file.
573 # This file resides in the same directory as the config header
574 # that is generated.  The stamp files are numbered to have different names.
575
576 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
577 # loop where config.status creates the headers, so we can generate
578 # our stamp files there.
579 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
580 [# Compute $1's index in $config_headers.
581 _am_arg=$1
582 _am_stamp_count=1
583 for _am_header in $config_headers :; do
584   case $_am_header in
585     $_am_arg | $_am_arg:* )
586       break ;;
587     * )
588       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
589   esac
590 done
591 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
592
593 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
594 # Inc.
595 #
596 # This file is free software; the Free Software Foundation
597 # gives unlimited permission to copy and/or distribute it,
598 # with or without modifications, as long as this notice is preserved.
599
600 # serial 1
601
602 # AM_PROG_INSTALL_SH
603 # ------------------
604 # Define $install_sh.
605 AC_DEFUN([AM_PROG_INSTALL_SH],
606 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
607 if test x"${install_sh}" != xset; then
608   case $am_aux_dir in
609   *\ * | *\     *)
610     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
611   *)
612     install_sh="\${SHELL} $am_aux_dir/install-sh"
613   esac
614 fi
615 AC_SUBST(install_sh)])
616
617 # Copyright (C) 2003, 2005  Free Software Foundation, Inc.
618 #
619 # This file is free software; the Free Software Foundation
620 # gives unlimited permission to copy and/or distribute it,
621 # with or without modifications, as long as this notice is preserved.
622
623 # serial 2
624
625 # Check whether the underlying file-system supports filenames
626 # with a leading dot.  For instance MS-DOS doesn't.
627 AC_DEFUN([AM_SET_LEADING_DOT],
628 [rm -rf .tst 2>/dev/null
629 mkdir .tst 2>/dev/null
630 if test -d .tst; then
631   am__leading_dot=.
632 else
633   am__leading_dot=_
634 fi
635 rmdir .tst 2>/dev/null
636 AC_SUBST([am__leading_dot])])
637
638 # Check to see how 'make' treats includes.                  -*- Autoconf -*-
639
640 # Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
641 #
642 # This file is free software; the Free Software Foundation
643 # gives unlimited permission to copy and/or distribute it,
644 # with or without modifications, as long as this notice is preserved.
645
646 # serial 4
647
648 # AM_MAKE_INCLUDE()
649 # -----------------
650 # Check to see how make treats includes.
651 AC_DEFUN([AM_MAKE_INCLUDE],
652 [am_make=${MAKE-make}
653 cat > confinc << 'END'
654 am__doit:
655         @echo this is the am__doit target
656 .PHONY: am__doit
657 END
658 # If we don't find an include directive, just comment out the code.
659 AC_MSG_CHECKING([for style of include used by $am_make])
660 am__include="#"
661 am__quote=
662 _am_result=none
663 # First try GNU make style include.
664 echo "include confinc" > confmf
665 # Ignore all kinds of additional output from `make'.
666 case `$am_make -s -f confmf 2> /dev/null` in #(
667 *the\ am__doit\ target*)
668   am__include=include
669   am__quote=
670   _am_result=GNU
671   ;;
672 esac
673 # Now try BSD make style include.
674 if test "$am__include" = "#"; then
675    echo '.include "confinc"' > confmf
676    case `$am_make -s -f confmf 2> /dev/null` in #(
677    *the\ am__doit\ target*)
678      am__include=.include
679      am__quote="\""
680      _am_result=BSD
681      ;;
682    esac
683 fi
684 AC_SUBST([am__include])
685 AC_SUBST([am__quote])
686 AC_MSG_RESULT([$_am_result])
687 rm -f confinc confmf
688 ])
689
690 # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
691 # Free Software Foundation, Inc.
692 #
693 # This file is free software; the Free Software Foundation
694 # gives unlimited permission to copy and/or distribute it,
695 # with or without modifications, as long as this notice is preserved.
696
697 # serial 6
698
699 # AM_PROG_CC_C_O
700 # --------------
701 # Like AC_PROG_CC_C_O, but changed for automake.
702 AC_DEFUN([AM_PROG_CC_C_O],
703 [AC_REQUIRE([AC_PROG_CC_C_O])dnl
704 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
705 AC_REQUIRE_AUX_FILE([compile])dnl
706 # FIXME: we rely on the cache variable name because
707 # there is no other way.
708 set dummy $CC
709 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
710 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
711 if test "$am_t" != yes; then
712    # Losing compiler, so override with the script.
713    # FIXME: It is wrong to rewrite CC.
714    # But if we don't then we get into trouble of one sort or another.
715    # A longer-term fix would be to have automake use am__CC in this case,
716    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
717    CC="$am_aux_dir/compile $CC"
718 fi
719 dnl Make sure AC_PROG_CC is never called again, or it will override our
720 dnl setting of CC.
721 m4_define([AC_PROG_CC],
722           [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
723 ])
724
725 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
726
727 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
728 # Free Software Foundation, Inc.
729 #
730 # This file is free software; the Free Software Foundation
731 # gives unlimited permission to copy and/or distribute it,
732 # with or without modifications, as long as this notice is preserved.
733
734 # serial 6
735
736 # AM_MISSING_PROG(NAME, PROGRAM)
737 # ------------------------------
738 AC_DEFUN([AM_MISSING_PROG],
739 [AC_REQUIRE([AM_MISSING_HAS_RUN])
740 $1=${$1-"${am_missing_run}$2"}
741 AC_SUBST($1)])
742
743
744 # AM_MISSING_HAS_RUN
745 # ------------------
746 # Define MISSING if not defined so far and test if it supports --run.
747 # If it does, set am_missing_run to use it, otherwise, to nothing.
748 AC_DEFUN([AM_MISSING_HAS_RUN],
749 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
750 AC_REQUIRE_AUX_FILE([missing])dnl
751 if test x"${MISSING+set}" != xset; then
752   case $am_aux_dir in
753   *\ * | *\     *)
754     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
755   *)
756     MISSING="\${SHELL} $am_aux_dir/missing" ;;
757   esac
758 fi
759 # Use eval to expand $SHELL
760 if eval "$MISSING --run true"; then
761   am_missing_run="$MISSING --run "
762 else
763   am_missing_run=
764   AC_MSG_WARN([`missing' script is too old or missing])
765 fi
766 ])
767
768 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
769 # Inc.
770 #
771 # This file is free software; the Free Software Foundation
772 # gives unlimited permission to copy and/or distribute it,
773 # with or without modifications, as long as this notice is preserved.
774
775 # serial 1
776
777 # AM_PROG_MKDIR_P
778 # ---------------
779 # Check for `mkdir -p'.
780 AC_DEFUN([AM_PROG_MKDIR_P],
781 [AC_PREREQ([2.60])dnl
782 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
783 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
784 dnl while keeping a definition of mkdir_p for backward compatibility.
785 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
786 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
787 dnl Makefile.ins that do not define MKDIR_P, so we do our own
788 dnl adjustment using top_builddir (which is defined more often than
789 dnl MKDIR_P).
790 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
791 case $mkdir_p in
792   [[\\/$]]* | ?:[[\\/]]*) ;;
793   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
794 esac
795 ])
796
797 # Helper functions for option handling.                     -*- Autoconf -*-
798
799 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
800 # Foundation, Inc.
801 #
802 # This file is free software; the Free Software Foundation
803 # gives unlimited permission to copy and/or distribute it,
804 # with or without modifications, as long as this notice is preserved.
805
806 # serial 5
807
808 # _AM_MANGLE_OPTION(NAME)
809 # -----------------------
810 AC_DEFUN([_AM_MANGLE_OPTION],
811 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
812
813 # _AM_SET_OPTION(NAME)
814 # --------------------
815 # Set option NAME.  Presently that only means defining a flag for this option.
816 AC_DEFUN([_AM_SET_OPTION],
817 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
818
819 # _AM_SET_OPTIONS(OPTIONS)
820 # ------------------------
821 # OPTIONS is a space-separated list of Automake options.
822 AC_DEFUN([_AM_SET_OPTIONS],
823 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
824
825 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
826 # -------------------------------------------
827 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
828 AC_DEFUN([_AM_IF_OPTION],
829 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
830
831 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009,
832 # 2011 Free Software Foundation, Inc.
833 #
834 # This file is free software; the Free Software Foundation
835 # gives unlimited permission to copy and/or distribute it,
836 # with or without modifications, as long as this notice is preserved.
837
838 # serial 2
839
840 # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
841 # ---------------------------------------------------------------------------
842 # Adds support for distributing Python modules and packages.  To
843 # install modules, copy them to $(pythondir), using the python_PYTHON
844 # automake variable.  To install a package with the same name as the
845 # automake package, install to $(pkgpythondir), or use the
846 # pkgpython_PYTHON automake variable.
847 #
848 # The variables $(pyexecdir) and $(pkgpyexecdir) are provided as
849 # locations to install python extension modules (shared libraries).
850 # Another macro is required to find the appropriate flags to compile
851 # extension modules.
852 #
853 # If your package is configured with a different prefix to python,
854 # users will have to add the install directory to the PYTHONPATH
855 # environment variable, or create a .pth file (see the python
856 # documentation for details).
857 #
858 # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will
859 # cause an error if the version of python installed on the system
860 # doesn't meet the requirement.  MINIMUM-VERSION should consist of
861 # numbers and dots only.
862 AC_DEFUN([AM_PATH_PYTHON],
863  [
864   dnl Find a Python interpreter.  Python versions prior to 2.0 are not
865   dnl supported. (2.0 was released on October 16, 2000).
866   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
867 [python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl
868  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
869
870   AC_ARG_VAR([PYTHON], [the Python interpreter])
871
872   m4_if([$1],[],[
873     dnl No version check is needed.
874     # Find any Python interpreter.
875     if test -z "$PYTHON"; then
876       AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
877     fi
878     am_display_PYTHON=python
879   ], [
880     dnl A version check is needed.
881     if test -n "$PYTHON"; then
882       # If the user set $PYTHON, use it and don't search something else.
883       AC_MSG_CHECKING([whether $PYTHON version >= $1])
884       AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
885                               [AC_MSG_RESULT(yes)],
886                               [AC_MSG_ERROR(too old)])
887       am_display_PYTHON=$PYTHON
888     else
889       # Otherwise, try each interpreter until we find one that satisfies
890       # VERSION.
891       AC_CACHE_CHECK([for a Python interpreter with version >= $1],
892         [am_cv_pathless_PYTHON],[
893         for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
894           test "$am_cv_pathless_PYTHON" = none && break
895           AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
896         done])
897       # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
898       if test "$am_cv_pathless_PYTHON" = none; then
899         PYTHON=:
900       else
901         AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
902       fi
903       am_display_PYTHON=$am_cv_pathless_PYTHON
904     fi
905   ])
906
907   if test "$PYTHON" = :; then
908   dnl Run any user-specified action, or abort.
909     m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
910   else
911
912   dnl Query Python for its version number.  Getting [:3] seems to be
913   dnl the best way to do this; it's what "site.py" does in the standard
914   dnl library.
915
916   AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
917     [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
918   AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
919
920   dnl Use the values of $prefix and $exec_prefix for the corresponding
921   dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX.  These are made
922   dnl distinct variables so they can be overridden if need be.  However,
923   dnl general consensus is that you shouldn't need this ability.
924
925   AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
926   AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
927
928   dnl At times (like when building shared libraries) you may want
929   dnl to know which OS platform Python thinks this is.
930
931   AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
932     [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
933   AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
934
935
936   dnl Set up 4 directories:
937
938   dnl pythondir -- where to install python scripts.  This is the
939   dnl   site-packages directory, not the python standard library
940   dnl   directory like in previous automake betas.  This behavior
941   dnl   is more consistent with lispdir.m4 for example.
942   dnl Query distutils for this directory.
943   AC_CACHE_CHECK([for $am_display_PYTHON script directory],
944     [am_cv_python_pythondir],
945     [if test "x$prefix" = xNONE
946      then
947        am_py_prefix=$ac_default_prefix
948      else
949        am_py_prefix=$prefix
950      fi
951      am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null`
952      case $am_cv_python_pythondir in
953      $am_py_prefix*)
954        am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
955        am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
956        ;;
957      *)
958        case $am_py_prefix in
959          /usr|/System*) ;;
960          *)
961           am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
962           ;;
963        esac
964        ;;
965      esac
966     ])
967   AC_SUBST([pythondir], [$am_cv_python_pythondir])
968
969   dnl pkgpythondir -- $PACKAGE directory under pythondir.  Was
970   dnl   PYTHON_SITE_PACKAGE in previous betas, but this naming is
971   dnl   more consistent with the rest of automake.
972
973   AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
974
975   dnl pyexecdir -- directory for installing python extension modules
976   dnl   (shared libraries)
977   dnl Query distutils for this directory.
978   AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],
979     [am_cv_python_pyexecdir],
980     [if test "x$exec_prefix" = xNONE
981      then
982        am_py_exec_prefix=$am_py_prefix
983      else
984        am_py_exec_prefix=$exec_prefix
985      fi
986      am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null`
987      case $am_cv_python_pyexecdir in
988      $am_py_exec_prefix*)
989        am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
990        am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
991        ;;
992      *)
993        case $am_py_exec_prefix in
994          /usr|/System*) ;;
995          *)
996            am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
997            ;;
998        esac
999        ;;
1000      esac
1001     ])
1002   AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
1003
1004   dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE)
1005
1006   AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
1007
1008   dnl Run any user-specified action.
1009   $2
1010   fi
1011
1012 ])
1013
1014
1015 # AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE])
1016 # ---------------------------------------------------------------------------
1017 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.
1018 # Run ACTION-IF-FALSE otherwise.
1019 # This test uses sys.hexversion instead of the string equivalent (first
1020 # word of sys.version), in order to cope with versions such as 2.2c1.
1021 # This supports Python 2.0 or higher. (2.0 was released on October 16, 2000).
1022 AC_DEFUN([AM_PYTHON_CHECK_VERSION],
1023  [prog="import sys
1024 # split strings by '.' and convert to numeric.  Append some zeros
1025 # because we need at least 4 digits for the hex conversion.
1026 # map returns an iterator in Python 3.0 and a list in 2.x
1027 minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]
1028 minverhex = 0
1029 # xrange is not present in Python 3.0 and range returns an iterator
1030 for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
1031 sys.exit(sys.hexversion < minverhex)"
1032   AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
1033
1034 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1035 #
1036 # This file is free software; the Free Software Foundation
1037 # gives unlimited permission to copy and/or distribute it,
1038 # with or without modifications, as long as this notice is preserved.
1039
1040 # serial 1
1041
1042 # AM_RUN_LOG(COMMAND)
1043 # -------------------
1044 # Run COMMAND, save the exit status in ac_status, and log it.
1045 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1046 AC_DEFUN([AM_RUN_LOG],
1047 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1048    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1049    ac_status=$?
1050    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1051    (exit $ac_status); }])
1052
1053 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
1054
1055 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
1056 # Free Software Foundation, Inc.
1057 #
1058 # This file is free software; the Free Software Foundation
1059 # gives unlimited permission to copy and/or distribute it,
1060 # with or without modifications, as long as this notice is preserved.
1061
1062 # serial 5
1063
1064 # AM_SANITY_CHECK
1065 # ---------------
1066 AC_DEFUN([AM_SANITY_CHECK],
1067 [AC_MSG_CHECKING([whether build environment is sane])
1068 # Just in case
1069 sleep 1
1070 echo timestamp > conftest.file
1071 # Reject unsafe characters in $srcdir or the absolute working directory
1072 # name.  Accept space and tab only in the latter.
1073 am_lf='
1074 '
1075 case `pwd` in
1076   *[[\\\"\#\$\&\'\`$am_lf]]*)
1077     AC_MSG_ERROR([unsafe absolute working directory name]);;
1078 esac
1079 case $srcdir in
1080   *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
1081     AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1082 esac
1083
1084 # Do `set' in a subshell so we don't clobber the current shell's
1085 # arguments.  Must try -L first in case configure is actually a
1086 # symlink; some systems play weird games with the mod time of symlinks
1087 # (eg FreeBSD returns the mod time of the symlink's containing
1088 # directory).
1089 if (
1090    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1091    if test "$[*]" = "X"; then
1092       # -L didn't work.
1093       set X `ls -t "$srcdir/configure" conftest.file`
1094    fi
1095    rm -f conftest.file
1096    if test "$[*]" != "X $srcdir/configure conftest.file" \
1097       && test "$[*]" != "X conftest.file $srcdir/configure"; then
1098
1099       # If neither matched, then we have a broken ls.  This can happen
1100       # if, for instance, CONFIG_SHELL is bash and it inherits a
1101       # broken ls alias from the environment.  This has actually
1102       # happened.  Such a system could not be considered "sane".
1103       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1104 alias in your environment])
1105    fi
1106
1107    test "$[2]" = conftest.file
1108    )
1109 then
1110    # Ok.
1111    :
1112 else
1113    AC_MSG_ERROR([newly created file is older than distributed files!
1114 Check your system clock])
1115 fi
1116 AC_MSG_RESULT(yes)])
1117
1118 # Copyright (C) 2009, 2011  Free Software Foundation, Inc.
1119 #
1120 # This file is free software; the Free Software Foundation
1121 # gives unlimited permission to copy and/or distribute it,
1122 # with or without modifications, as long as this notice is preserved.
1123
1124 # serial 2
1125
1126 # AM_SILENT_RULES([DEFAULT])
1127 # --------------------------
1128 # Enable less verbose build rules; with the default set to DEFAULT
1129 # (`yes' being less verbose, `no' or empty being verbose).
1130 AC_DEFUN([AM_SILENT_RULES],
1131 [AC_ARG_ENABLE([silent-rules],
1132 [  --enable-silent-rules          less verbose build output (undo: `make V=1')
1133   --disable-silent-rules         verbose build output (undo: `make V=0')])
1134 case $enable_silent_rules in
1135 yes) AM_DEFAULT_VERBOSITY=0;;
1136 no)  AM_DEFAULT_VERBOSITY=1;;
1137 *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1138 esac
1139 dnl
1140 dnl A few `make' implementations (e.g., NonStop OS and NextStep)
1141 dnl do not support nested variable expansions.
1142 dnl See automake bug#9928 and bug#10237.
1143 am_make=${MAKE-make}
1144 AC_CACHE_CHECK([whether $am_make supports nested variables],
1145    [am_cv_make_support_nested_variables],
1146    [if AS_ECHO([['TRUE=$(BAR$(V))
1147 BAR0=false
1148 BAR1=true
1149 V=1
1150 am__doit:
1151         @$(TRUE)
1152 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1153   am_cv_make_support_nested_variables=yes
1154 else
1155   am_cv_make_support_nested_variables=no
1156 fi])
1157 if test $am_cv_make_support_nested_variables = yes; then
1158   dnl Using `$V' instead of `$(V)' breaks IRIX make.
1159   AM_V='$(V)'
1160   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1161 else
1162   AM_V=$AM_DEFAULT_VERBOSITY
1163   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1164 fi
1165 AC_SUBST([AM_V])dnl
1166 AM_SUBST_NOTMAKE([AM_V])dnl
1167 AC_SUBST([AM_DEFAULT_V])dnl
1168 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1169 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1170 AM_BACKSLASH='\'
1171 AC_SUBST([AM_BACKSLASH])dnl
1172 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1173 ])
1174
1175 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1176 #
1177 # This file is free software; the Free Software Foundation
1178 # gives unlimited permission to copy and/or distribute it,
1179 # with or without modifications, as long as this notice is preserved.
1180
1181 # serial 1
1182
1183 # AM_PROG_INSTALL_STRIP
1184 # ---------------------
1185 # One issue with vendor `install' (even GNU) is that you can't
1186 # specify the program used to strip binaries.  This is especially
1187 # annoying in cross-compiling environments, where the build's strip
1188 # is unlikely to handle the host's binaries.
1189 # Fortunately install-sh will honor a STRIPPROG variable, so we
1190 # always use install-sh in `make install-strip', and initialize
1191 # STRIPPROG with the value of the STRIP variable (set by the user).
1192 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1193 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1194 # Installed binaries are usually stripped using `strip' when the user
1195 # run `make install-strip'.  However `strip' might not be the right
1196 # tool to use in cross-compilation environments, therefore Automake
1197 # will honor the `STRIP' environment variable to overrule this program.
1198 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1199 if test "$cross_compiling" != no; then
1200   AC_CHECK_TOOL([STRIP], [strip], :)
1201 fi
1202 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1203 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1204
1205 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1206 #
1207 # This file is free software; the Free Software Foundation
1208 # gives unlimited permission to copy and/or distribute it,
1209 # with or without modifications, as long as this notice is preserved.
1210
1211 # serial 3
1212
1213 # _AM_SUBST_NOTMAKE(VARIABLE)
1214 # ---------------------------
1215 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1216 # This macro is traced by Automake.
1217 AC_DEFUN([_AM_SUBST_NOTMAKE])
1218
1219 # AM_SUBST_NOTMAKE(VARIABLE)
1220 # --------------------------
1221 # Public sister of _AM_SUBST_NOTMAKE.
1222 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1223
1224 # Check how to create a tarball.                            -*- Autoconf -*-
1225
1226 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1227 #
1228 # This file is free software; the Free Software Foundation
1229 # gives unlimited permission to copy and/or distribute it,
1230 # with or without modifications, as long as this notice is preserved.
1231
1232 # serial 2
1233
1234 # _AM_PROG_TAR(FORMAT)
1235 # --------------------
1236 # Check how to create a tarball in format FORMAT.
1237 # FORMAT should be one of `v7', `ustar', or `pax'.
1238 #
1239 # Substitute a variable $(am__tar) that is a command
1240 # writing to stdout a FORMAT-tarball containing the directory
1241 # $tardir.
1242 #     tardir=directory && $(am__tar) > result.tar
1243 #
1244 # Substitute a variable $(am__untar) that extract such
1245 # a tarball read from stdin.
1246 #     $(am__untar) < result.tar
1247 AC_DEFUN([_AM_PROG_TAR],
1248 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1249 # in the wild :-(  We should find a proper way to deprecate it ...
1250 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1251 m4_if([$1], [v7],
1252      [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1253      [m4_case([$1], [ustar],, [pax],,
1254               [m4_fatal([Unknown tar format])])
1255 AC_MSG_CHECKING([how to create a $1 tar archive])
1256 # Loop over all known methods to create a tar archive until one works.
1257 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1258 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1259 # Do not fold the above two line into one, because Tru64 sh and
1260 # Solaris sh will not grok spaces in the rhs of `-'.
1261 for _am_tool in $_am_tools
1262 do
1263   case $_am_tool in
1264   gnutar)
1265     for _am_tar in tar gnutar gtar;
1266     do
1267       AM_RUN_LOG([$_am_tar --version]) && break
1268     done
1269     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1270     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1271     am__untar="$_am_tar -xf -"
1272     ;;
1273   plaintar)
1274     # Must skip GNU tar: if it does not support --format= it doesn't create
1275     # ustar tarball either.
1276     (tar --version) >/dev/null 2>&1 && continue
1277     am__tar='tar chf - "$$tardir"'
1278     am__tar_='tar chf - "$tardir"'
1279     am__untar='tar xf -'
1280     ;;
1281   pax)
1282     am__tar='pax -L -x $1 -w "$$tardir"'
1283     am__tar_='pax -L -x $1 -w "$tardir"'
1284     am__untar='pax -r'
1285     ;;
1286   cpio)
1287     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1288     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1289     am__untar='cpio -i -H $1 -d'
1290     ;;
1291   none)
1292     am__tar=false
1293     am__tar_=false
1294     am__untar=false
1295     ;;
1296   esac
1297
1298   # If the value was cached, stop now.  We just wanted to have am__tar
1299   # and am__untar set.
1300   test -n "${am_cv_prog_tar_$1}" && break
1301
1302   # tar/untar a dummy directory, and stop if the command works
1303   rm -rf conftest.dir
1304   mkdir conftest.dir
1305   echo GrepMe > conftest.dir/file
1306   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1307   rm -rf conftest.dir
1308   if test -s conftest.tar; then
1309     AM_RUN_LOG([$am__untar <conftest.tar])
1310     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1311   fi
1312 done
1313 rm -rf conftest.dir
1314
1315 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1316 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1317 AC_SUBST([am__tar])
1318 AC_SUBST([am__untar])
1319 ]) # _AM_PROG_TAR
1320
1321 dnl GNOME_CODE_COVERAGE
1322 dnl
1323 dnl Defines CODE_COVERAGE_CFLAGS and CODE_COVERAGE_LDFLAGS which should be
1324 dnl included in the CFLAGS and LIBS/LDFLAGS variables of every build target
1325 dnl (program or library) which should be built with code coverage support.
1326 dnl Also defines GNOME_CODE_COVERAGE_RULES which should be substituted in your
1327 dnl Makefile; and $enable_code_coverage which can be used in subsequent
1328 dnl configure output.
1329 dnl
1330 dnl Note that all optimisation flags in CFLAGS must be disabled when code
1331 dnl coverage is enabled.
1332 dnl
1333 dnl Derived from Makefile.decl in GLib, originally licenced under LGPLv2.1+.
1334 dnl This file is licenced under GPLv3. For the full gnome-common licence
1335 dnl (GPLv3), see the COPYING file.
1336 dnl
1337 dnl Usage example:
1338 dnl configure.ac:
1339 dnl    GNOME_CODE_COVERAGE
1340 dnl
1341 dnl Makefile.am:
1342 dnl    @GNOME_CODE_COVERAGE_RULES@
1343 dnl    my_program_LIBS = … $(CODE_COVERAGE_LDFLAGS) …
1344 dnl    my_program_CFLAGS = … $(CODE_COVERAGE_CFLAGS) …
1345 dnl
1346 dnl This results in a “check-code-coverage” rule being added to any Makefile.am
1347 dnl which includes “@GNOME_CODE_COVERAGE_RULES@” (assuming the module has been
1348 dnl configured with --enable-code-coverage). Running `make check-code-coverage`
1349 dnl in that directory will run the module’s test suite (`make check`) and build
1350 dnl a code coverage report detailing the code which was touched, then print the
1351 dnl URI for the report.
1352
1353 AC_DEFUN([GNOME_CODE_COVERAGE],[
1354         dnl Check for --enable-code-coverage
1355         AC_MSG_CHECKING([whether to build with code coverage support])
1356         AC_ARG_ENABLE([code-coverage], AS_HELP_STRING([--enable-code-coverage], [Whether to enable code coverage support]),, enable_code_coverage=no)
1357         AM_CONDITIONAL([CODE_COVERAGE_ENABLED], [test x$enable_code_coverage = xyes])
1358         AC_SUBST([CODE_COVERAGE_ENABLED], [$enable_code_coverage])
1359         AC_MSG_RESULT($enable_code_coverage)
1360
1361         AS_IF([ test "$enable_code_coverage" = "yes" ], [
1362                 dnl Check if gcc is being used
1363                 AS_IF([ test "$GCC" = "no" ], [
1364                         AC_MSG_ERROR([not compiling with gcc, which is required for gcov code coverage])
1365                 ])
1366
1367                 # List of supported lcov versions.
1368                 lcov_version_list="1.6 1.7 1.8 1.9"
1369
1370                 AC_CHECK_PROG([LCOV], [lcov], [lcov])
1371                 AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
1372
1373                 AS_IF([ test "$LCOV" ], [
1374                         AC_CACHE_CHECK([for lcov version], gnome_cv_lcov_version, [
1375                                 gnome_cv_lcov_version=invalid
1376                                 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
1377                                 for lcov_check_version in $lcov_version_list; do
1378                                         if test "$lcov_version" = "$lcov_check_version"; then
1379                                                 gnome_cv_lcov_version="$lcov_check_version (ok)"
1380                                         fi
1381                                 done
1382                         ])
1383                 ], [
1384                         lcov_msg="To enable code coverage reporting you must have one of the following lcov versions installed: $lcov_version_list"
1385                         AC_MSG_ERROR([$lcov_msg])
1386                 ])
1387
1388                 case $gnome_cv_lcov_version in
1389                         ""|invalid[)]
1390                                 lcov_msg="You must have one of the following versions of lcov: $lcov_version_list (found: $lcov_version)."
1391                                 AC_MSG_ERROR([$lcov_msg])
1392                                 LCOV="exit 0;"
1393                         ;;
1394                 esac
1395
1396                 AS_IF([ test -z "$GENHTML" ], [
1397                         AC_MSG_ERROR([Could not find genhtml from the lcov package])
1398                 ])
1399
1400                 dnl Build the code coverage flags
1401                 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
1402                 CODE_COVERAGE_LDFLAGS="-lgcov"
1403
1404                 AC_SUBST([CODE_COVERAGE_CFLAGS])
1405                 AC_SUBST([CODE_COVERAGE_LDFLAGS])
1406         ])
1407
1408 GNOME_CODE_COVERAGE_RULES='
1409 # Code coverage
1410 #
1411 # Optional:
1412 #  - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
1413 #    (Default: $(top_builddir))
1414 #  - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
1415 #    by lcov for code coverage. (Default:
1416 #    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
1417 #  - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
1418 #    reports to be created. (Default:
1419 #    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
1420 #  - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the lcov instance.
1421 #    (Default: empty)
1422 #  - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
1423 #    instance. (Default: empty)
1424 #
1425 # The generated report will be titled using the $(PACKAGE_NAME) and
1426 # $(PACKAGE_VERSION). In order to add the current git hash to the title,
1427 # use the git-version-gen script, available online.
1428
1429 # Optional variables
1430 CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
1431 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
1432 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
1433 CODE_COVERAGE_LCOV_OPTIONS ?=
1434 CODE_COVERAGE_GENHTML_OPTIONS ?=
1435
1436 # Use recursive makes in order to ignore errors during check
1437 check-code-coverage:
1438 ifdef CODE_COVERAGE_ENABLED
1439         -$(MAKE) $(AM_MAKEFLAGS) -k check
1440         $(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
1441 else
1442         @echo "Need to reconfigure with --enable-code-coverage"
1443 endif
1444
1445 # Capture code coverage data
1446 code-coverage-capture: code-coverage-capture-hook
1447 ifdef CODE_COVERAGE_ENABLED
1448         $(LCOV) --directory $(CODE_COVERAGE_DIRECTORY) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_OPTIONS)
1449         $(LCOV) --directory $(CODE_COVERAGE_DIRECTORY) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" --output-file "$(CODE_COVERAGE_OUTPUT_FILE)"
1450         -rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp
1451         LANG=C $(GENHTML) --prefix $(CODE_COVERAGE_DIRECTORY) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS)
1452         @echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html"
1453 else
1454         @echo "Need to reconfigure with --enable-code-coverage"
1455 endif
1456
1457 # Hook rule executed before code-coverage-capture, overridable by the user
1458 code-coverage-capture-hook:
1459
1460 clean: code-coverage-clean
1461 code-coverage-clean:
1462         -$(LCOV) --directory $(top_builddir) -z
1463         -rm -rf $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_FILE).tmp $(CODE_COVERAGE_OUTPUT_DIRECTORY)
1464         -find . -name "*.gcda" -o -name "*.gcov" -delete
1465
1466 GITIGNOREFILES ?=
1467 GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
1468
1469 DISTCHECK_CONFIGURE_FLAGS ?=
1470 DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
1471
1472 .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
1473 '
1474
1475         AC_SUBST([GNOME_CODE_COVERAGE_RULES])
1476         m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([GNOME_CODE_COVERAGE_RULES])])
1477 ])
1478
1479 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
1480 # serial 1 (pkg-config-0.24)
1481
1482 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
1483 #
1484 # This program is free software; you can redistribute it and/or modify
1485 # it under the terms of the GNU General Public License as published by
1486 # the Free Software Foundation; either version 2 of the License, or
1487 # (at your option) any later version.
1488 #
1489 # This program is distributed in the hope that it will be useful, but
1490 # WITHOUT ANY WARRANTY; without even the implied warranty of
1491 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1492 # General Public License for more details.
1493 #
1494 # You should have received a copy of the GNU General Public License
1495 # along with this program; if not, write to the Free Software
1496 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1497 #
1498 # As a special exception to the GNU General Public License, if you
1499 # distribute this file as part of a program that contains a
1500 # configuration script generated by Autoconf, you may include it under
1501 # the same distribution terms that you use for the rest of that program.
1502
1503 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
1504 # ----------------------------------
1505 AC_DEFUN([PKG_PROG_PKG_CONFIG],
1506 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1507 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
1508 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
1509 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
1510 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
1511 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
1512
1513 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1514         AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1515 fi
1516 if test -n "$PKG_CONFIG"; then
1517         _pkg_min_version=m4_default([$1], [0.9.0])
1518         AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
1519         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1520                 AC_MSG_RESULT([yes])
1521         else
1522                 AC_MSG_RESULT([no])
1523                 PKG_CONFIG=""
1524         fi
1525 fi[]dnl
1526 ])# PKG_PROG_PKG_CONFIG
1527
1528 # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
1529 #
1530 # Check to see whether a particular set of modules exists.  Similar
1531 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
1532 #
1533 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
1534 # only at the first occurence in configure.ac, so if the first place
1535 # it's called might be skipped (such as if it is within an "if", you
1536 # have to call PKG_CHECK_EXISTS manually
1537 # --------------------------------------------------------------
1538 AC_DEFUN([PKG_CHECK_EXISTS],
1539 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1540 if test -n "$PKG_CONFIG" && \
1541     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
1542   m4_default([$2], [:])
1543 m4_ifvaln([$3], [else
1544   $3])dnl
1545 fi])
1546
1547 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
1548 # ---------------------------------------------
1549 m4_define([_PKG_CONFIG],
1550 [if test -n "$$1"; then
1551     pkg_cv_[]$1="$$1"
1552  elif test -n "$PKG_CONFIG"; then
1553     PKG_CHECK_EXISTS([$3],
1554                      [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
1555                       test "x$?" != "x0" && pkg_failed=yes ],
1556                      [pkg_failed=yes])
1557  else
1558     pkg_failed=untried
1559 fi[]dnl
1560 ])# _PKG_CONFIG
1561
1562 # _PKG_SHORT_ERRORS_SUPPORTED
1563 # -----------------------------
1564 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
1565 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
1566 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1567         _pkg_short_errors_supported=yes
1568 else
1569         _pkg_short_errors_supported=no
1570 fi[]dnl
1571 ])# _PKG_SHORT_ERRORS_SUPPORTED
1572
1573
1574 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
1575 # [ACTION-IF-NOT-FOUND])
1576 #
1577 #
1578 # Note that if there is a possibility the first call to
1579 # PKG_CHECK_MODULES might not happen, you should be sure to include an
1580 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
1581 #
1582 #
1583 # --------------------------------------------------------------
1584 AC_DEFUN([PKG_CHECK_MODULES],
1585 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1586 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
1587 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
1588
1589 pkg_failed=no
1590 AC_MSG_CHECKING([for $1])
1591
1592 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
1593 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
1594
1595 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
1596 and $1[]_LIBS to avoid the need to call pkg-config.
1597 See the pkg-config man page for more details.])
1598
1599 if test $pkg_failed = yes; then
1600         AC_MSG_RESULT([no])
1601         _PKG_SHORT_ERRORS_SUPPORTED
1602         if test $_pkg_short_errors_supported = yes; then
1603                 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
1604         else 
1605                 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
1606         fi
1607         # Put the nasty error message in config.log where it belongs
1608         echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
1609
1610         m4_default([$4], [AC_MSG_ERROR(
1611 [Package requirements ($2) were not met:
1612
1613 $$1_PKG_ERRORS
1614
1615 Consider adjusting the PKG_CONFIG_PATH environment variable if you
1616 installed software in a non-standard prefix.
1617
1618 _PKG_TEXT])[]dnl
1619         ])
1620 elif test $pkg_failed = untried; then
1621         AC_MSG_RESULT([no])
1622         m4_default([$4], [AC_MSG_FAILURE(
1623 [The pkg-config script could not be found or is too old.  Make sure it
1624 is in your PATH or set the PKG_CONFIG environment variable to the full
1625 path to pkg-config.
1626
1627 _PKG_TEXT
1628
1629 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
1630         ])
1631 else
1632         $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1633         $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
1634         AC_MSG_RESULT([yes])
1635         $3
1636 fi[]dnl
1637 ])# PKG_CHECK_MODULES
1638
1639 # Configure paths for GLIB
1640 # Owen Taylor     1997-2001
1641
1642 dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
1643 dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject,
1644 dnl gthread, or gio is specified in MODULES, pass to pkg-config
1645 dnl
1646 AC_DEFUN([AM_PATH_GLIB_2_0],
1647 [dnl 
1648 dnl Get the cflags and libraries from pkg-config
1649 dnl
1650 AC_ARG_ENABLE(glibtest, [  --disable-glibtest      do not try to compile and run a test GLIB program],
1651                     , enable_glibtest=yes)
1652
1653   pkg_config_args=glib-2.0
1654   for module in . $4
1655   do
1656       case "$module" in
1657          gmodule) 
1658              pkg_config_args="$pkg_config_args gmodule-2.0"
1659          ;;
1660          gmodule-no-export) 
1661              pkg_config_args="$pkg_config_args gmodule-no-export-2.0"
1662          ;;
1663          gobject) 
1664              pkg_config_args="$pkg_config_args gobject-2.0"
1665          ;;
1666          gthread) 
1667              pkg_config_args="$pkg_config_args gthread-2.0"
1668          ;;
1669          gio*) 
1670              pkg_config_args="$pkg_config_args $module-2.0"
1671          ;;
1672       esac
1673   done
1674
1675   PKG_PROG_PKG_CONFIG([0.16])
1676
1677   no_glib=""
1678
1679   if test "x$PKG_CONFIG" = x ; then
1680     no_glib=yes
1681     PKG_CONFIG=no
1682   fi
1683
1684   min_glib_version=ifelse([$1], ,2.0.0,$1)
1685   AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
1686
1687   if test x$PKG_CONFIG != xno ; then
1688     ## don't try to run the test against uninstalled libtool libs
1689     if $PKG_CONFIG --uninstalled $pkg_config_args; then
1690           echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH"
1691           enable_glibtest=no
1692     fi
1693
1694     if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then
1695           :
1696     else
1697           no_glib=yes
1698     fi
1699   fi
1700
1701   if test x"$no_glib" = x ; then
1702     GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
1703     GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
1704     GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
1705     GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
1706
1707     GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
1708     GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
1709     glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
1710            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
1711     glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \
1712            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
1713     glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \
1714            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
1715     if test "x$enable_glibtest" = "xyes" ; then
1716       ac_save_CFLAGS="$CFLAGS"
1717       ac_save_LIBS="$LIBS"
1718       CFLAGS="$CFLAGS $GLIB_CFLAGS"
1719       LIBS="$GLIB_LIBS $LIBS"
1720 dnl
1721 dnl Now check if the installed GLIB is sufficiently new. (Also sanity
1722 dnl checks the results of pkg-config to some extent)
1723 dnl
1724       rm -f conf.glibtest
1725       AC_TRY_RUN([
1726 #include <glib.h>
1727 #include <stdio.h>
1728 #include <stdlib.h>
1729
1730 int 
1731 main ()
1732 {
1733   unsigned int major, minor, micro;
1734   char *tmp_version;
1735
1736   fclose (fopen ("conf.glibtest", "w"));
1737
1738   /* HP/UX 9 (%@#!) writes to sscanf strings */
1739   tmp_version = g_strdup("$min_glib_version");
1740   if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, &micro) != 3) {
1741      printf("%s, bad version string\n", "$min_glib_version");
1742      exit(1);
1743    }
1744
1745   if ((glib_major_version != $glib_config_major_version) ||
1746       (glib_minor_version != $glib_config_minor_version) ||
1747       (glib_micro_version != $glib_config_micro_version))
1748     {
1749       printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", 
1750              $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version,
1751              glib_major_version, glib_minor_version, glib_micro_version);
1752       printf ("*** was found! If pkg-config was correct, then it is best\n");
1753       printf ("*** to remove the old version of GLib. You may also be able to fix the error\n");
1754       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
1755       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
1756       printf("*** required on your system.\n");
1757       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
1758       printf("*** to point to the correct configuration files\n");
1759     } 
1760   else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
1761            (glib_minor_version != GLIB_MINOR_VERSION) ||
1762            (glib_micro_version != GLIB_MICRO_VERSION))
1763     {
1764       printf("*** GLIB header files (version %d.%d.%d) do not match\n",
1765              GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
1766       printf("*** library (version %d.%d.%d)\n",
1767              glib_major_version, glib_minor_version, glib_micro_version);
1768     }
1769   else
1770     {
1771       if ((glib_major_version > major) ||
1772         ((glib_major_version == major) && (glib_minor_version > minor)) ||
1773         ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
1774       {
1775         return 0;
1776        }
1777      else
1778       {
1779         printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n",
1780                glib_major_version, glib_minor_version, glib_micro_version);
1781         printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n",
1782                major, minor, micro);
1783         printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
1784         printf("***\n");
1785         printf("*** If you have already installed a sufficiently new version, this error\n");
1786         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
1787         printf("*** being found. The easiest way to fix this is to remove the old version\n");
1788         printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n");
1789         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
1790         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
1791         printf("*** so that the correct libraries are found at run-time))\n");
1792       }
1793     }
1794   return 1;
1795 }
1796 ],, no_glib=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
1797        CFLAGS="$ac_save_CFLAGS"
1798        LIBS="$ac_save_LIBS"
1799      fi
1800   fi
1801   if test "x$no_glib" = x ; then
1802      AC_MSG_RESULT(yes (version $glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version))
1803      ifelse([$2], , :, [$2])     
1804   else
1805      AC_MSG_RESULT(no)
1806      if test "$PKG_CONFIG" = "no" ; then
1807        echo "*** A new enough version of pkg-config was not found."
1808        echo "*** See http://www.freedesktop.org/software/pkgconfig/"
1809      else
1810        if test -f conf.glibtest ; then
1811         :
1812        else
1813           echo "*** Could not run GLIB test program, checking why..."
1814           ac_save_CFLAGS="$CFLAGS"
1815           ac_save_LIBS="$LIBS"
1816           CFLAGS="$CFLAGS $GLIB_CFLAGS"
1817           LIBS="$LIBS $GLIB_LIBS"
1818           AC_TRY_LINK([
1819 #include <glib.h>
1820 #include <stdio.h>
1821 ],      [ return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ],
1822         [ echo "*** The test program compiled, but did not run. This usually means"
1823           echo "*** that the run-time linker is not finding GLIB or finding the wrong"
1824           echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
1825           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
1826           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
1827           echo "*** is required on your system"
1828           echo "***"
1829           echo "*** If you have an old version installed, it is best to remove it, although"
1830           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ],
1831         [ echo "*** The test program failed to compile or link. See the file config.log for the"
1832           echo "*** exact error that occured. This usually means GLIB is incorrectly installed."])
1833           CFLAGS="$ac_save_CFLAGS"
1834           LIBS="$ac_save_LIBS"
1835        fi
1836      fi
1837      GLIB_CFLAGS=""
1838      GLIB_LIBS=""
1839      GLIB_GENMARSHAL=""
1840      GOBJECT_QUERY=""
1841      GLIB_MKENUMS=""
1842      GLIB_COMPILE_RESOURCES=""
1843      ifelse([$3], , :, [$3])
1844   fi
1845   AC_SUBST(GLIB_CFLAGS)
1846   AC_SUBST(GLIB_LIBS)
1847   AC_SUBST(GLIB_GENMARSHAL)
1848   AC_SUBST(GOBJECT_QUERY)
1849   AC_SUBST(GLIB_MKENUMS)
1850   AC_SUBST(GLIB_COMPILE_RESOURCES)
1851   rm -f conf.glibtest
1852 ])
1853
1854 m4_include([m4/as-ac-expand.m4])
1855 m4_include([m4/jhflags.m4])
1856 m4_include([m4/libtool.m4])
1857 m4_include([m4/ltoptions.m4])
1858 m4_include([m4/ltsugar.m4])
1859 m4_include([m4/ltversion.m4])
1860 m4_include([m4/lt~obsolete.m4])
1861 m4_include([m4/python.m4])