Imported Upstream version 1.1.2
[psensor-pkg-ubuntu.git] / aclocal.m4
1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
3 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
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 dnl GLIB_GSETTINGS
24 dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
25 dnl the schema should be compiled
26 dnl
27
28 AC_DEFUN([GLIB_GSETTINGS],
29 [
30   m4_pattern_allow([AM_V_GEN])
31   AC_ARG_ENABLE(schemas-compile,
32                 AS_HELP_STRING([--disable-schemas-compile],
33                                [Disable regeneration of gschemas.compiled on install]),
34                 [case ${enableval} in
35                   yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
36                   no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
37                   *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;;
38                  esac])
39   AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
40   PKG_PROG_PKG_CONFIG([0.16])
41   AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
42   if test x$cross_compiling != xyes; then
43     GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
44   else
45     AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
46   fi
47   AC_SUBST(GLIB_COMPILE_SCHEMAS)
48   if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
49     ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
50   else
51     ifelse([$1],,[:],[$1])
52   fi
53
54   GSETTINGS_RULES='
55 .PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
56
57 mostlyclean-am: clean-gsettings-schemas
58
59 gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
60
61 %.gschema.valid: %.gschema.xml $(gsettings__enum_file)
62         $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@
63
64 all-am: $(gsettings_SCHEMAS:.xml=.valid)
65 uninstall-am: uninstall-gsettings-schemas
66 install-data-am: install-gsettings-schemas
67
68 .SECONDARY: $(gsettings_SCHEMAS)
69
70 install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
71         @$(NORMAL_INSTALL)
72         if test -n "$^"; then \
73                 test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
74                 $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
75                 test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
76         fi
77
78 uninstall-gsettings-schemas:
79         @$(NORMAL_UNINSTALL)
80         @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
81         files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
82         test -n "$$files" || exit 0; \
83         echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
84         cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
85         test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
86
87 clean-gsettings-schemas:
88         rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
89
90 ifdef gsettings_ENUM_NAMESPACE
91 $(gsettings__enum_file): $(gsettings_ENUM_FILES)
92         $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
93 endif
94 '
95   _GSETTINGS_SUBST(GSETTINGS_RULES)
96 ])
97
98 dnl _GSETTINGS_SUBST(VARIABLE)
99 dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
100 AC_DEFUN([_GSETTINGS_SUBST],
101 [
102 AC_SUBST([$1])
103 m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
104 ]
105 )
106
107 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
108 # serial 1 (pkg-config-0.24)
109
110 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
111 #
112 # This program is free software; you can redistribute it and/or modify
113 # it under the terms of the GNU General Public License as published by
114 # the Free Software Foundation; either version 2 of the License, or
115 # (at your option) any later version.
116 #
117 # This program is distributed in the hope that it will be useful, but
118 # WITHOUT ANY WARRANTY; without even the implied warranty of
119 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
120 # General Public License for more details.
121 #
122 # You should have received a copy of the GNU General Public License
123 # along with this program; if not, write to the Free Software
124 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
125 #
126 # As a special exception to the GNU General Public License, if you
127 # distribute this file as part of a program that contains a
128 # configuration script generated by Autoconf, you may include it under
129 # the same distribution terms that you use for the rest of that program.
130
131 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
132 # ----------------------------------
133 AC_DEFUN([PKG_PROG_PKG_CONFIG],
134 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
135 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
136 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
137 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
138 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
139 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
140
141 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
142         AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
143 fi
144 if test -n "$PKG_CONFIG"; then
145         _pkg_min_version=m4_default([$1], [0.9.0])
146         AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
147         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
148                 AC_MSG_RESULT([yes])
149         else
150                 AC_MSG_RESULT([no])
151                 PKG_CONFIG=""
152         fi
153 fi[]dnl
154 ])# PKG_PROG_PKG_CONFIG
155
156 # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
157 #
158 # Check to see whether a particular set of modules exists.  Similar
159 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
160 #
161 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
162 # only at the first occurence in configure.ac, so if the first place
163 # it's called might be skipped (such as if it is within an "if", you
164 # have to call PKG_CHECK_EXISTS manually
165 # --------------------------------------------------------------
166 AC_DEFUN([PKG_CHECK_EXISTS],
167 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
168 if test -n "$PKG_CONFIG" && \
169     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
170   m4_default([$2], [:])
171 m4_ifvaln([$3], [else
172   $3])dnl
173 fi])
174
175 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
176 # ---------------------------------------------
177 m4_define([_PKG_CONFIG],
178 [if test -n "$$1"; then
179     pkg_cv_[]$1="$$1"
180  elif test -n "$PKG_CONFIG"; then
181     PKG_CHECK_EXISTS([$3],
182                      [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
183                       test "x$?" != "x0" && pkg_failed=yes ],
184                      [pkg_failed=yes])
185  else
186     pkg_failed=untried
187 fi[]dnl
188 ])# _PKG_CONFIG
189
190 # _PKG_SHORT_ERRORS_SUPPORTED
191 # -----------------------------
192 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
193 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
194 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
195         _pkg_short_errors_supported=yes
196 else
197         _pkg_short_errors_supported=no
198 fi[]dnl
199 ])# _PKG_SHORT_ERRORS_SUPPORTED
200
201
202 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
203 # [ACTION-IF-NOT-FOUND])
204 #
205 #
206 # Note that if there is a possibility the first call to
207 # PKG_CHECK_MODULES might not happen, you should be sure to include an
208 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
209 #
210 #
211 # --------------------------------------------------------------
212 AC_DEFUN([PKG_CHECK_MODULES],
213 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
214 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
215 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
216
217 pkg_failed=no
218 AC_MSG_CHECKING([for $1])
219
220 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
221 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
222
223 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
224 and $1[]_LIBS to avoid the need to call pkg-config.
225 See the pkg-config man page for more details.])
226
227 if test $pkg_failed = yes; then
228         AC_MSG_RESULT([no])
229         _PKG_SHORT_ERRORS_SUPPORTED
230         if test $_pkg_short_errors_supported = yes; then
231                 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
232         else 
233                 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
234         fi
235         # Put the nasty error message in config.log where it belongs
236         echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
237
238         m4_default([$4], [AC_MSG_ERROR(
239 [Package requirements ($2) were not met:
240
241 $$1_PKG_ERRORS
242
243 Consider adjusting the PKG_CONFIG_PATH environment variable if you
244 installed software in a non-standard prefix.
245
246 _PKG_TEXT])[]dnl
247         ])
248 elif test $pkg_failed = untried; then
249         AC_MSG_RESULT([no])
250         m4_default([$4], [AC_MSG_FAILURE(
251 [The pkg-config script could not be found or is too old.  Make sure it
252 is in your PATH or set the PKG_CONFIG environment variable to the full
253 path to pkg-config.
254
255 _PKG_TEXT
256
257 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
258         ])
259 else
260         $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
261         $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
262         AC_MSG_RESULT([yes])
263         $3
264 fi[]dnl
265 ])# PKG_CHECK_MODULES
266
267 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
268 #
269 # This file is free software; the Free Software Foundation
270 # gives unlimited permission to copy and/or distribute it,
271 # with or without modifications, as long as this notice is preserved.
272
273 # AM_AUTOMAKE_VERSION(VERSION)
274 # ----------------------------
275 # Automake X.Y traces this macro to ensure aclocal.m4 has been
276 # generated from the m4 files accompanying Automake X.Y.
277 # (This private macro should not be called outside this file.)
278 AC_DEFUN([AM_AUTOMAKE_VERSION],
279 [am__api_version='1.14'
280 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
281 dnl require some minimum version.  Point them to the right macro.
282 m4_if([$1], [1.14.1], [],
283       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
284 ])
285
286 # _AM_AUTOCONF_VERSION(VERSION)
287 # -----------------------------
288 # aclocal traces this macro to find the Autoconf version.
289 # This is a private macro too.  Using m4_define simplifies
290 # the logic in aclocal, which can simply ignore this definition.
291 m4_define([_AM_AUTOCONF_VERSION], [])
292
293 # AM_SET_CURRENT_AUTOMAKE_VERSION
294 # -------------------------------
295 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
296 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
297 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
298 [AM_AUTOMAKE_VERSION([1.14.1])dnl
299 m4_ifndef([AC_AUTOCONF_VERSION],
300   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
301 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
302
303 # Copyright (C) 2011-2013 Free Software Foundation, Inc.
304 #
305 # This file is free software; the Free Software Foundation
306 # gives unlimited permission to copy and/or distribute it,
307 # with or without modifications, as long as this notice is preserved.
308
309 # AM_PROG_AR([ACT-IF-FAIL])
310 # -------------------------
311 # Try to determine the archiver interface, and trigger the ar-lib wrapper
312 # if it is needed.  If the detection of archiver interface fails, run
313 # ACT-IF-FAIL (default is to abort configure with a proper error message).
314 AC_DEFUN([AM_PROG_AR],
315 [AC_BEFORE([$0], [LT_INIT])dnl
316 AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl
317 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
318 AC_REQUIRE_AUX_FILE([ar-lib])dnl
319 AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
320 : ${AR=ar}
321
322 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
323   [AC_LANG_PUSH([C])
324    am_cv_ar_interface=ar
325    AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])],
326      [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
327       AC_TRY_EVAL([am_ar_try])
328       if test "$ac_status" -eq 0; then
329         am_cv_ar_interface=ar
330       else
331         am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
332         AC_TRY_EVAL([am_ar_try])
333         if test "$ac_status" -eq 0; then
334           am_cv_ar_interface=lib
335         else
336           am_cv_ar_interface=unknown
337         fi
338       fi
339       rm -f conftest.lib libconftest.a
340      ])
341    AC_LANG_POP([C])])
342
343 case $am_cv_ar_interface in
344 ar)
345   ;;
346 lib)
347   # Microsoft lib, so override with the ar-lib wrapper script.
348   # FIXME: It is wrong to rewrite AR.
349   # But if we don't then we get into trouble of one sort or another.
350   # A longer-term fix would be to have automake use am__AR in this case,
351   # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
352   # similar.
353   AR="$am_aux_dir/ar-lib $AR"
354   ;;
355 unknown)
356   m4_default([$1],
357              [AC_MSG_ERROR([could not determine $AR interface])])
358   ;;
359 esac
360 AC_SUBST([AR])dnl
361 ])
362
363 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
364
365 # Copyright (C) 2001-2013 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 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
372 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
373 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
374 #
375 # Of course, Automake must honor this variable whenever it calls a
376 # tool from the auxiliary directory.  The problem is that $srcdir (and
377 # therefore $ac_aux_dir as well) can be either absolute or relative,
378 # depending on how configure is run.  This is pretty annoying, since
379 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
380 # source directory, any form will work fine, but in subdirectories a
381 # relative path needs to be adjusted first.
382 #
383 # $ac_aux_dir/missing
384 #    fails when called from a subdirectory if $ac_aux_dir is relative
385 # $top_srcdir/$ac_aux_dir/missing
386 #    fails if $ac_aux_dir is absolute,
387 #    fails when called from a subdirectory in a VPATH build with
388 #          a relative $ac_aux_dir
389 #
390 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
391 # are both prefixed by $srcdir.  In an in-source build this is usually
392 # harmless because $srcdir is '.', but things will broke when you
393 # start a VPATH build or use an absolute $srcdir.
394 #
395 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
396 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
397 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
398 # and then we would define $MISSING as
399 #   MISSING="\${SHELL} $am_aux_dir/missing"
400 # This will work as long as MISSING is not called from configure, because
401 # unfortunately $(top_srcdir) has no meaning in configure.
402 # However there are other variables, like CC, which are often used in
403 # configure, and could therefore not use this "fixed" $ac_aux_dir.
404 #
405 # Another solution, used here, is to always expand $ac_aux_dir to an
406 # absolute PATH.  The drawback is that using absolute paths prevent a
407 # configured tree to be moved without reconfiguration.
408
409 AC_DEFUN([AM_AUX_DIR_EXPAND],
410 [dnl Rely on autoconf to set up CDPATH properly.
411 AC_PREREQ([2.50])dnl
412 # expand $ac_aux_dir to an absolute path
413 am_aux_dir=`cd $ac_aux_dir && pwd`
414 ])
415
416 # AM_CONDITIONAL                                            -*- Autoconf -*-
417
418 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
419 #
420 # This file is free software; the Free Software Foundation
421 # gives unlimited permission to copy and/or distribute it,
422 # with or without modifications, as long as this notice is preserved.
423
424 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
425 # -------------------------------------
426 # Define a conditional.
427 AC_DEFUN([AM_CONDITIONAL],
428 [AC_PREREQ([2.52])dnl
429  m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
430        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
431 AC_SUBST([$1_TRUE])dnl
432 AC_SUBST([$1_FALSE])dnl
433 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
434 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
435 m4_define([_AM_COND_VALUE_$1], [$2])dnl
436 if $2; then
437   $1_TRUE=
438   $1_FALSE='#'
439 else
440   $1_TRUE='#'
441   $1_FALSE=
442 fi
443 AC_CONFIG_COMMANDS_PRE(
444 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
445   AC_MSG_ERROR([[conditional "$1" was never defined.
446 Usually this means the macro was only invoked conditionally.]])
447 fi])])
448
449 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
450 #
451 # This file is free software; the Free Software Foundation
452 # gives unlimited permission to copy and/or distribute it,
453 # with or without modifications, as long as this notice is preserved.
454
455
456 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
457 # written in clear, in which case automake, when reading aclocal.m4,
458 # will think it sees a *use*, and therefore will trigger all it's
459 # C support machinery.  Also note that it means that autoscan, seeing
460 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
461
462
463 # _AM_DEPENDENCIES(NAME)
464 # ----------------------
465 # See how the compiler implements dependency checking.
466 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
467 # We try a few techniques and use that to set a single cache variable.
468 #
469 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
470 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
471 # dependency, and given that the user is not expected to run this macro,
472 # just rely on AC_PROG_CC.
473 AC_DEFUN([_AM_DEPENDENCIES],
474 [AC_REQUIRE([AM_SET_DEPDIR])dnl
475 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
476 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
477 AC_REQUIRE([AM_DEP_TRACK])dnl
478
479 m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
480       [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
481       [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
482       [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
483       [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
484       [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
485                     [depcc="$$1"   am_compiler_list=])
486
487 AC_CACHE_CHECK([dependency style of $depcc],
488                [am_cv_$1_dependencies_compiler_type],
489 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
490   # We make a subdir and do the tests there.  Otherwise we can end up
491   # making bogus files that we don't know about and never remove.  For
492   # instance it was reported that on HP-UX the gcc test will end up
493   # making a dummy file named 'D' -- because '-MD' means "put the output
494   # in D".
495   rm -rf conftest.dir
496   mkdir conftest.dir
497   # Copy depcomp to subdir because otherwise we won't find it if we're
498   # using a relative directory.
499   cp "$am_depcomp" conftest.dir
500   cd conftest.dir
501   # We will build objects and dependencies in a subdirectory because
502   # it helps to detect inapplicable dependency modes.  For instance
503   # both Tru64's cc and ICC support -MD to output dependencies as a
504   # side effect of compilation, but ICC will put the dependencies in
505   # the current directory while Tru64 will put them in the object
506   # directory.
507   mkdir sub
508
509   am_cv_$1_dependencies_compiler_type=none
510   if test "$am_compiler_list" = ""; then
511      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
512   fi
513   am__universal=false
514   m4_case([$1], [CC],
515     [case " $depcc " in #(
516      *\ -arch\ *\ -arch\ *) am__universal=true ;;
517      esac],
518     [CXX],
519     [case " $depcc " in #(
520      *\ -arch\ *\ -arch\ *) am__universal=true ;;
521      esac])
522
523   for depmode in $am_compiler_list; do
524     # Setup a source with many dependencies, because some compilers
525     # like to wrap large dependency lists on column 80 (with \), and
526     # we should not choose a depcomp mode which is confused by this.
527     #
528     # We need to recreate these files for each test, as the compiler may
529     # overwrite some of them when testing with obscure command lines.
530     # This happens at least with the AIX C compiler.
531     : > sub/conftest.c
532     for i in 1 2 3 4 5 6; do
533       echo '#include "conftst'$i'.h"' >> sub/conftest.c
534       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
535       # Solaris 10 /bin/sh.
536       echo '/* dummy */' > sub/conftst$i.h
537     done
538     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
539
540     # We check with '-c' and '-o' for the sake of the "dashmstdout"
541     # mode.  It turns out that the SunPro C++ compiler does not properly
542     # handle '-M -o', and we need to detect this.  Also, some Intel
543     # versions had trouble with output in subdirs.
544     am__obj=sub/conftest.${OBJEXT-o}
545     am__minus_obj="-o $am__obj"
546     case $depmode in
547     gcc)
548       # This depmode causes a compiler race in universal mode.
549       test "$am__universal" = false || continue
550       ;;
551     nosideeffect)
552       # After this tag, mechanisms are not by side-effect, so they'll
553       # only be used when explicitly requested.
554       if test "x$enable_dependency_tracking" = xyes; then
555         continue
556       else
557         break
558       fi
559       ;;
560     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
561       # This compiler won't grok '-c -o', but also, the minuso test has
562       # not run yet.  These depmodes are late enough in the game, and
563       # so weak that their functioning should not be impacted.
564       am__obj=conftest.${OBJEXT-o}
565       am__minus_obj=
566       ;;
567     none) break ;;
568     esac
569     if depmode=$depmode \
570        source=sub/conftest.c object=$am__obj \
571        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
572        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
573          >/dev/null 2>conftest.err &&
574        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
575        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
576        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
577        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
578       # icc doesn't choke on unknown options, it will just issue warnings
579       # or remarks (even with -Werror).  So we grep stderr for any message
580       # that says an option was ignored or not supported.
581       # When given -MP, icc 7.0 and 7.1 complain thusly:
582       #   icc: Command line warning: ignoring option '-M'; no argument required
583       # The diagnosis changed in icc 8.0:
584       #   icc: Command line remark: option '-MP' not supported
585       if (grep 'ignoring option' conftest.err ||
586           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
587         am_cv_$1_dependencies_compiler_type=$depmode
588         break
589       fi
590     fi
591   done
592
593   cd ..
594   rm -rf conftest.dir
595 else
596   am_cv_$1_dependencies_compiler_type=none
597 fi
598 ])
599 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
600 AM_CONDITIONAL([am__fastdep$1], [
601   test "x$enable_dependency_tracking" != xno \
602   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
603 ])
604
605
606 # AM_SET_DEPDIR
607 # -------------
608 # Choose a directory name for dependency files.
609 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
610 AC_DEFUN([AM_SET_DEPDIR],
611 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
612 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
613 ])
614
615
616 # AM_DEP_TRACK
617 # ------------
618 AC_DEFUN([AM_DEP_TRACK],
619 [AC_ARG_ENABLE([dependency-tracking], [dnl
620 AS_HELP_STRING(
621   [--enable-dependency-tracking],
622   [do not reject slow dependency extractors])
623 AS_HELP_STRING(
624   [--disable-dependency-tracking],
625   [speeds up one-time build])])
626 if test "x$enable_dependency_tracking" != xno; then
627   am_depcomp="$ac_aux_dir/depcomp"
628   AMDEPBACKSLASH='\'
629   am__nodep='_no'
630 fi
631 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
632 AC_SUBST([AMDEPBACKSLASH])dnl
633 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
634 AC_SUBST([am__nodep])dnl
635 _AM_SUBST_NOTMAKE([am__nodep])dnl
636 ])
637
638 # Generate code to set up dependency tracking.              -*- Autoconf -*-
639
640 # Copyright (C) 1999-2013 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
647 # _AM_OUTPUT_DEPENDENCY_COMMANDS
648 # ------------------------------
649 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
650 [{
651   # Older Autoconf quotes --file arguments for eval, but not when files
652   # are listed without --file.  Let's play safe and only enable the eval
653   # if we detect the quoting.
654   case $CONFIG_FILES in
655   *\'*) eval set x "$CONFIG_FILES" ;;
656   *)   set x $CONFIG_FILES ;;
657   esac
658   shift
659   for mf
660   do
661     # Strip MF so we end up with the name of the file.
662     mf=`echo "$mf" | sed -e 's/:.*$//'`
663     # Check whether this is an Automake generated Makefile or not.
664     # We used to match only the files named 'Makefile.in', but
665     # some people rename them; so instead we look at the file content.
666     # Grep'ing the first line is not enough: some people post-process
667     # each Makefile.in and add a new line on top of each file to say so.
668     # Grep'ing the whole file is not good either: AIX grep has a line
669     # limit of 2048, but all sed's we know have understand at least 4000.
670     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
671       dirpart=`AS_DIRNAME("$mf")`
672     else
673       continue
674     fi
675     # Extract the definition of DEPDIR, am__include, and am__quote
676     # from the Makefile without running 'make'.
677     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
678     test -z "$DEPDIR" && continue
679     am__include=`sed -n 's/^am__include = //p' < "$mf"`
680     test -z "$am__include" && continue
681     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
682     # Find all dependency output files, they are included files with
683     # $(DEPDIR) in their names.  We invoke sed twice because it is the
684     # simplest approach to changing $(DEPDIR) to its actual value in the
685     # expansion.
686     for file in `sed -n "
687       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
688          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
689       # Make sure the directory exists.
690       test -f "$dirpart/$file" && continue
691       fdir=`AS_DIRNAME(["$file"])`
692       AS_MKDIR_P([$dirpart/$fdir])
693       # echo "creating $dirpart/$file"
694       echo '# dummy' > "$dirpart/$file"
695     done
696   done
697 }
698 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
699
700
701 # AM_OUTPUT_DEPENDENCY_COMMANDS
702 # -----------------------------
703 # This macro should only be invoked once -- use via AC_REQUIRE.
704 #
705 # This code is only required when automatic dependency tracking
706 # is enabled.  FIXME.  This creates each '.P' file that we will
707 # need in order to bootstrap the dependency handling code.
708 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
709 [AC_CONFIG_COMMANDS([depfiles],
710      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
711      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
712 ])
713
714 # Do all the work for Automake.                             -*- Autoconf -*-
715
716 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
717 #
718 # This file is free software; the Free Software Foundation
719 # gives unlimited permission to copy and/or distribute it,
720 # with or without modifications, as long as this notice is preserved.
721
722 # This macro actually does too much.  Some checks are only needed if
723 # your package does certain things.  But this isn't really a big deal.
724
725 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
726 m4_define([AC_PROG_CC],
727 m4_defn([AC_PROG_CC])
728 [_AM_PROG_CC_C_O
729 ])
730
731 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
732 # AM_INIT_AUTOMAKE([OPTIONS])
733 # -----------------------------------------------
734 # The call with PACKAGE and VERSION arguments is the old style
735 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
736 # and VERSION should now be passed to AC_INIT and removed from
737 # the call to AM_INIT_AUTOMAKE.
738 # We support both call styles for the transition.  After
739 # the next Automake release, Autoconf can make the AC_INIT
740 # arguments mandatory, and then we can depend on a new Autoconf
741 # release and drop the old call support.
742 AC_DEFUN([AM_INIT_AUTOMAKE],
743 [AC_PREREQ([2.65])dnl
744 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
745 dnl the ones we care about.
746 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
747 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
748 AC_REQUIRE([AC_PROG_INSTALL])dnl
749 if test "`cd $srcdir && pwd`" != "`pwd`"; then
750   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
751   # is not polluted with repeated "-I."
752   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
753   # test to see if srcdir already configured
754   if test -f $srcdir/config.status; then
755     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
756   fi
757 fi
758
759 # test whether we have cygpath
760 if test -z "$CYGPATH_W"; then
761   if (cygpath --version) >/dev/null 2>/dev/null; then
762     CYGPATH_W='cygpath -w'
763   else
764     CYGPATH_W=echo
765   fi
766 fi
767 AC_SUBST([CYGPATH_W])
768
769 # Define the identity of the package.
770 dnl Distinguish between old-style and new-style calls.
771 m4_ifval([$2],
772 [AC_DIAGNOSE([obsolete],
773              [$0: two- and three-arguments forms are deprecated.])
774 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
775  AC_SUBST([PACKAGE], [$1])dnl
776  AC_SUBST([VERSION], [$2])],
777 [_AM_SET_OPTIONS([$1])dnl
778 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
779 m4_if(
780   m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
781   [ok:ok],,
782   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
783  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
784  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
785
786 _AM_IF_OPTION([no-define],,
787 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
788  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
789
790 # Some tools Automake needs.
791 AC_REQUIRE([AM_SANITY_CHECK])dnl
792 AC_REQUIRE([AC_ARG_PROGRAM])dnl
793 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
794 AM_MISSING_PROG([AUTOCONF], [autoconf])
795 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
796 AM_MISSING_PROG([AUTOHEADER], [autoheader])
797 AM_MISSING_PROG([MAKEINFO], [makeinfo])
798 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
799 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
800 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
801 # For better backward compatibility.  To be removed once Automake 1.9.x
802 # dies out for good.  For more background, see:
803 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
804 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
805 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
806 # We need awk for the "check" target.  The system "awk" is bad on
807 # some platforms.
808 AC_REQUIRE([AC_PROG_AWK])dnl
809 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
810 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
811 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
812               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
813                              [_AM_PROG_TAR([v7])])])
814 _AM_IF_OPTION([no-dependencies],,
815 [AC_PROVIDE_IFELSE([AC_PROG_CC],
816                   [_AM_DEPENDENCIES([CC])],
817                   [m4_define([AC_PROG_CC],
818                              m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
819 AC_PROVIDE_IFELSE([AC_PROG_CXX],
820                   [_AM_DEPENDENCIES([CXX])],
821                   [m4_define([AC_PROG_CXX],
822                              m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
823 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
824                   [_AM_DEPENDENCIES([OBJC])],
825                   [m4_define([AC_PROG_OBJC],
826                              m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
827 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
828                   [_AM_DEPENDENCIES([OBJCXX])],
829                   [m4_define([AC_PROG_OBJCXX],
830                              m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
831 ])
832 AC_REQUIRE([AM_SILENT_RULES])dnl
833 dnl The testsuite driver may need to know about EXEEXT, so add the
834 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
835 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
836 AC_CONFIG_COMMANDS_PRE(dnl
837 [m4_provide_if([_AM_COMPILER_EXEEXT],
838   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
839
840 # POSIX will say in a future version that running "rm -f" with no argument
841 # is OK; and we want to be able to make that assumption in our Makefile
842 # recipes.  So use an aggressive probe to check that the usage we want is
843 # actually supported "in the wild" to an acceptable degree.
844 # See automake bug#10828.
845 # To make any issue more visible, cause the running configure to be aborted
846 # by default if the 'rm' program in use doesn't match our expectations; the
847 # user can still override this though.
848 if rm -f && rm -fr && rm -rf; then : OK; else
849   cat >&2 <<'END'
850 Oops!
851
852 Your 'rm' program seems unable to run without file operands specified
853 on the command line, even when the '-f' option is present.  This is contrary
854 to the behaviour of most rm programs out there, and not conforming with
855 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
856
857 Please tell bug-automake@gnu.org about your system, including the value
858 of your $PATH and any error possibly output before this message.  This
859 can help us improve future automake versions.
860
861 END
862   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
863     echo 'Configuration will proceed anyway, since you have set the' >&2
864     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
865     echo >&2
866   else
867     cat >&2 <<'END'
868 Aborting the configuration process, to ensure you take notice of the issue.
869
870 You can download and install GNU coreutils to get an 'rm' implementation
871 that behaves properly: <http://www.gnu.org/software/coreutils/>.
872
873 If you want to complete the configuration process using your problematic
874 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
875 to "yes", and re-run configure.
876
877 END
878     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
879   fi
880 fi])
881
882 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
883 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
884 dnl mangled by Autoconf and run in a shell conditional statement.
885 m4_define([_AC_COMPILER_EXEEXT],
886 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
887
888 # When config.status generates a header, we must update the stamp-h file.
889 # This file resides in the same directory as the config header
890 # that is generated.  The stamp files are numbered to have different names.
891
892 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
893 # loop where config.status creates the headers, so we can generate
894 # our stamp files there.
895 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
896 [# Compute $1's index in $config_headers.
897 _am_arg=$1
898 _am_stamp_count=1
899 for _am_header in $config_headers :; do
900   case $_am_header in
901     $_am_arg | $_am_arg:* )
902       break ;;
903     * )
904       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
905   esac
906 done
907 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
908
909 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
910 #
911 # This file is free software; the Free Software Foundation
912 # gives unlimited permission to copy and/or distribute it,
913 # with or without modifications, as long as this notice is preserved.
914
915 # AM_PROG_INSTALL_SH
916 # ------------------
917 # Define $install_sh.
918 AC_DEFUN([AM_PROG_INSTALL_SH],
919 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
920 if test x"${install_sh}" != xset; then
921   case $am_aux_dir in
922   *\ * | *\     *)
923     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
924   *)
925     install_sh="\${SHELL} $am_aux_dir/install-sh"
926   esac
927 fi
928 AC_SUBST([install_sh])])
929
930 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
931 #
932 # This file is free software; the Free Software Foundation
933 # gives unlimited permission to copy and/or distribute it,
934 # with or without modifications, as long as this notice is preserved.
935
936 # Check whether the underlying file-system supports filenames
937 # with a leading dot.  For instance MS-DOS doesn't.
938 AC_DEFUN([AM_SET_LEADING_DOT],
939 [rm -rf .tst 2>/dev/null
940 mkdir .tst 2>/dev/null
941 if test -d .tst; then
942   am__leading_dot=.
943 else
944   am__leading_dot=_
945 fi
946 rmdir .tst 2>/dev/null
947 AC_SUBST([am__leading_dot])])
948
949 # Check to see how 'make' treats includes.                  -*- Autoconf -*-
950
951 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
952 #
953 # This file is free software; the Free Software Foundation
954 # gives unlimited permission to copy and/or distribute it,
955 # with or without modifications, as long as this notice is preserved.
956
957 # AM_MAKE_INCLUDE()
958 # -----------------
959 # Check to see how make treats includes.
960 AC_DEFUN([AM_MAKE_INCLUDE],
961 [am_make=${MAKE-make}
962 cat > confinc << 'END'
963 am__doit:
964         @echo this is the am__doit target
965 .PHONY: am__doit
966 END
967 # If we don't find an include directive, just comment out the code.
968 AC_MSG_CHECKING([for style of include used by $am_make])
969 am__include="#"
970 am__quote=
971 _am_result=none
972 # First try GNU make style include.
973 echo "include confinc" > confmf
974 # Ignore all kinds of additional output from 'make'.
975 case `$am_make -s -f confmf 2> /dev/null` in #(
976 *the\ am__doit\ target*)
977   am__include=include
978   am__quote=
979   _am_result=GNU
980   ;;
981 esac
982 # Now try BSD make style include.
983 if test "$am__include" = "#"; then
984    echo '.include "confinc"' > confmf
985    case `$am_make -s -f confmf 2> /dev/null` in #(
986    *the\ am__doit\ target*)
987      am__include=.include
988      am__quote="\""
989      _am_result=BSD
990      ;;
991    esac
992 fi
993 AC_SUBST([am__include])
994 AC_SUBST([am__quote])
995 AC_MSG_RESULT([$_am_result])
996 rm -f confinc confmf
997 ])
998
999 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
1000
1001 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
1002 #
1003 # This file is free software; the Free Software Foundation
1004 # gives unlimited permission to copy and/or distribute it,
1005 # with or without modifications, as long as this notice is preserved.
1006
1007 # AM_MISSING_PROG(NAME, PROGRAM)
1008 # ------------------------------
1009 AC_DEFUN([AM_MISSING_PROG],
1010 [AC_REQUIRE([AM_MISSING_HAS_RUN])
1011 $1=${$1-"${am_missing_run}$2"}
1012 AC_SUBST($1)])
1013
1014 # AM_MISSING_HAS_RUN
1015 # ------------------
1016 # Define MISSING if not defined so far and test if it is modern enough.
1017 # If it is, set am_missing_run to use it, otherwise, to nothing.
1018 AC_DEFUN([AM_MISSING_HAS_RUN],
1019 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1020 AC_REQUIRE_AUX_FILE([missing])dnl
1021 if test x"${MISSING+set}" != xset; then
1022   case $am_aux_dir in
1023   *\ * | *\     *)
1024     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1025   *)
1026     MISSING="\${SHELL} $am_aux_dir/missing" ;;
1027   esac
1028 fi
1029 # Use eval to expand $SHELL
1030 if eval "$MISSING --is-lightweight"; then
1031   am_missing_run="$MISSING "
1032 else
1033   am_missing_run=
1034   AC_MSG_WARN(['missing' script is too old or missing])
1035 fi
1036 ])
1037
1038 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
1039 #
1040 # This file is free software; the Free Software Foundation
1041 # gives unlimited permission to copy and/or distribute it,
1042 # with or without modifications, as long as this notice is preserved.
1043
1044 # AM_PROG_MKDIR_P
1045 # ---------------
1046 # Check for 'mkdir -p'.
1047 AC_DEFUN([AM_PROG_MKDIR_P],
1048 [AC_PREREQ([2.60])dnl
1049 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1050 dnl FIXME we are no longer going to remove this! adjust warning
1051 dnl FIXME message accordingly.
1052 AC_DIAGNOSE([obsolete],
1053 [$0: this macro is deprecated, and will soon be removed.
1054 You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
1055 and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.])
1056 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
1057 dnl while keeping a definition of mkdir_p for backward compatibility.
1058 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1059 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1060 dnl Makefile.ins that do not define MKDIR_P, so we do our own
1061 dnl adjustment using top_builddir (which is defined more often than
1062 dnl MKDIR_P).
1063 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1064 case $mkdir_p in
1065   [[\\/$]]* | ?:[[\\/]]*) ;;
1066   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1067 esac
1068 ])
1069
1070 # Helper functions for option handling.                     -*- Autoconf -*-
1071
1072 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1073 #
1074 # This file is free software; the Free Software Foundation
1075 # gives unlimited permission to copy and/or distribute it,
1076 # with or without modifications, as long as this notice is preserved.
1077
1078 # _AM_MANGLE_OPTION(NAME)
1079 # -----------------------
1080 AC_DEFUN([_AM_MANGLE_OPTION],
1081 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1082
1083 # _AM_SET_OPTION(NAME)
1084 # --------------------
1085 # Set option NAME.  Presently that only means defining a flag for this option.
1086 AC_DEFUN([_AM_SET_OPTION],
1087 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1088
1089 # _AM_SET_OPTIONS(OPTIONS)
1090 # ------------------------
1091 # OPTIONS is a space-separated list of Automake options.
1092 AC_DEFUN([_AM_SET_OPTIONS],
1093 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1094
1095 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1096 # -------------------------------------------
1097 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1098 AC_DEFUN([_AM_IF_OPTION],
1099 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1100
1101 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
1102 #
1103 # This file is free software; the Free Software Foundation
1104 # gives unlimited permission to copy and/or distribute it,
1105 # with or without modifications, as long as this notice is preserved.
1106
1107 # _AM_PROG_CC_C_O
1108 # ---------------
1109 # Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
1110 # to automatically call this.
1111 AC_DEFUN([_AM_PROG_CC_C_O],
1112 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1113 AC_REQUIRE_AUX_FILE([compile])dnl
1114 AC_LANG_PUSH([C])dnl
1115 AC_CACHE_CHECK(
1116   [whether $CC understands -c and -o together],
1117   [am_cv_prog_cc_c_o],
1118   [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1119   # Make sure it works both with $CC and with simple cc.
1120   # Following AC_PROG_CC_C_O, we do the test twice because some
1121   # compilers refuse to overwrite an existing .o file with -o,
1122   # though they will create one.
1123   am_cv_prog_cc_c_o=yes
1124   for am_i in 1 2; do
1125     if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1126          && test -f conftest2.$ac_objext; then
1127       : OK
1128     else
1129       am_cv_prog_cc_c_o=no
1130       break
1131     fi
1132   done
1133   rm -f core conftest*
1134   unset am_i])
1135 if test "$am_cv_prog_cc_c_o" != yes; then
1136    # Losing compiler, so override with the script.
1137    # FIXME: It is wrong to rewrite CC.
1138    # But if we don't then we get into trouble of one sort or another.
1139    # A longer-term fix would be to have automake use am__CC in this case,
1140    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1141    CC="$am_aux_dir/compile $CC"
1142 fi
1143 AC_LANG_POP([C])])
1144
1145 # For backward compatibility.
1146 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1147
1148 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1149 #
1150 # This file is free software; the Free Software Foundation
1151 # gives unlimited permission to copy and/or distribute it,
1152 # with or without modifications, as long as this notice is preserved.
1153
1154 # AM_RUN_LOG(COMMAND)
1155 # -------------------
1156 # Run COMMAND, save the exit status in ac_status, and log it.
1157 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1158 AC_DEFUN([AM_RUN_LOG],
1159 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1160    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1161    ac_status=$?
1162    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1163    (exit $ac_status); }])
1164
1165 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
1166
1167 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
1168 #
1169 # This file is free software; the Free Software Foundation
1170 # gives unlimited permission to copy and/or distribute it,
1171 # with or without modifications, as long as this notice is preserved.
1172
1173 # AM_SANITY_CHECK
1174 # ---------------
1175 AC_DEFUN([AM_SANITY_CHECK],
1176 [AC_MSG_CHECKING([whether build environment is sane])
1177 # Reject unsafe characters in $srcdir or the absolute working directory
1178 # name.  Accept space and tab only in the latter.
1179 am_lf='
1180 '
1181 case `pwd` in
1182   *[[\\\"\#\$\&\'\`$am_lf]]*)
1183     AC_MSG_ERROR([unsafe absolute working directory name]);;
1184 esac
1185 case $srcdir in
1186   *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
1187     AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1188 esac
1189
1190 # Do 'set' in a subshell so we don't clobber the current shell's
1191 # arguments.  Must try -L first in case configure is actually a
1192 # symlink; some systems play weird games with the mod time of symlinks
1193 # (eg FreeBSD returns the mod time of the symlink's containing
1194 # directory).
1195 if (
1196    am_has_slept=no
1197    for am_try in 1 2; do
1198      echo "timestamp, slept: $am_has_slept" > conftest.file
1199      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1200      if test "$[*]" = "X"; then
1201         # -L didn't work.
1202         set X `ls -t "$srcdir/configure" conftest.file`
1203      fi
1204      if test "$[*]" != "X $srcdir/configure conftest.file" \
1205         && test "$[*]" != "X conftest.file $srcdir/configure"; then
1206
1207         # If neither matched, then we have a broken ls.  This can happen
1208         # if, for instance, CONFIG_SHELL is bash and it inherits a
1209         # broken ls alias from the environment.  This has actually
1210         # happened.  Such a system could not be considered "sane".
1211         AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1212   alias in your environment])
1213      fi
1214      if test "$[2]" = conftest.file || test $am_try -eq 2; then
1215        break
1216      fi
1217      # Just in case.
1218      sleep 1
1219      am_has_slept=yes
1220    done
1221    test "$[2]" = conftest.file
1222    )
1223 then
1224    # Ok.
1225    :
1226 else
1227    AC_MSG_ERROR([newly created file is older than distributed files!
1228 Check your system clock])
1229 fi
1230 AC_MSG_RESULT([yes])
1231 # If we didn't sleep, we still need to ensure time stamps of config.status and
1232 # generated files are strictly newer.
1233 am_sleep_pid=
1234 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1235   ( sleep 1 ) &
1236   am_sleep_pid=$!
1237 fi
1238 AC_CONFIG_COMMANDS_PRE(
1239   [AC_MSG_CHECKING([that generated files are newer than configure])
1240    if test -n "$am_sleep_pid"; then
1241      # Hide warnings about reused PIDs.
1242      wait $am_sleep_pid 2>/dev/null
1243    fi
1244    AC_MSG_RESULT([done])])
1245 rm -f conftest.file
1246 ])
1247
1248 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
1249 #
1250 # This file is free software; the Free Software Foundation
1251 # gives unlimited permission to copy and/or distribute it,
1252 # with or without modifications, as long as this notice is preserved.
1253
1254 # AM_SILENT_RULES([DEFAULT])
1255 # --------------------------
1256 # Enable less verbose build rules; with the default set to DEFAULT
1257 # ("yes" being less verbose, "no" or empty being verbose).
1258 AC_DEFUN([AM_SILENT_RULES],
1259 [AC_ARG_ENABLE([silent-rules], [dnl
1260 AS_HELP_STRING(
1261   [--enable-silent-rules],
1262   [less verbose build output (undo: "make V=1")])
1263 AS_HELP_STRING(
1264   [--disable-silent-rules],
1265   [verbose build output (undo: "make V=0")])dnl
1266 ])
1267 case $enable_silent_rules in @%:@ (((
1268   yes) AM_DEFAULT_VERBOSITY=0;;
1269    no) AM_DEFAULT_VERBOSITY=1;;
1270     *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1271 esac
1272 dnl
1273 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1274 dnl do not support nested variable expansions.
1275 dnl See automake bug#9928 and bug#10237.
1276 am_make=${MAKE-make}
1277 AC_CACHE_CHECK([whether $am_make supports nested variables],
1278    [am_cv_make_support_nested_variables],
1279    [if AS_ECHO([['TRUE=$(BAR$(V))
1280 BAR0=false
1281 BAR1=true
1282 V=1
1283 am__doit:
1284         @$(TRUE)
1285 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1286   am_cv_make_support_nested_variables=yes
1287 else
1288   am_cv_make_support_nested_variables=no
1289 fi])
1290 if test $am_cv_make_support_nested_variables = yes; then
1291   dnl Using '$V' instead of '$(V)' breaks IRIX make.
1292   AM_V='$(V)'
1293   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1294 else
1295   AM_V=$AM_DEFAULT_VERBOSITY
1296   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1297 fi
1298 AC_SUBST([AM_V])dnl
1299 AM_SUBST_NOTMAKE([AM_V])dnl
1300 AC_SUBST([AM_DEFAULT_V])dnl
1301 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1302 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1303 AM_BACKSLASH='\'
1304 AC_SUBST([AM_BACKSLASH])dnl
1305 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1306 ])
1307
1308 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1309 #
1310 # This file is free software; the Free Software Foundation
1311 # gives unlimited permission to copy and/or distribute it,
1312 # with or without modifications, as long as this notice is preserved.
1313
1314 # AM_PROG_INSTALL_STRIP
1315 # ---------------------
1316 # One issue with vendor 'install' (even GNU) is that you can't
1317 # specify the program used to strip binaries.  This is especially
1318 # annoying in cross-compiling environments, where the build's strip
1319 # is unlikely to handle the host's binaries.
1320 # Fortunately install-sh will honor a STRIPPROG variable, so we
1321 # always use install-sh in "make install-strip", and initialize
1322 # STRIPPROG with the value of the STRIP variable (set by the user).
1323 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1324 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1325 # Installed binaries are usually stripped using 'strip' when the user
1326 # run "make install-strip".  However 'strip' might not be the right
1327 # tool to use in cross-compilation environments, therefore Automake
1328 # will honor the 'STRIP' environment variable to overrule this program.
1329 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1330 if test "$cross_compiling" != no; then
1331   AC_CHECK_TOOL([STRIP], [strip], :)
1332 fi
1333 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1334 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1335
1336 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
1337 #
1338 # This file is free software; the Free Software Foundation
1339 # gives unlimited permission to copy and/or distribute it,
1340 # with or without modifications, as long as this notice is preserved.
1341
1342 # _AM_SUBST_NOTMAKE(VARIABLE)
1343 # ---------------------------
1344 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1345 # This macro is traced by Automake.
1346 AC_DEFUN([_AM_SUBST_NOTMAKE])
1347
1348 # AM_SUBST_NOTMAKE(VARIABLE)
1349 # --------------------------
1350 # Public sister of _AM_SUBST_NOTMAKE.
1351 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1352
1353 # Check how to create a tarball.                            -*- Autoconf -*-
1354
1355 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
1356 #
1357 # This file is free software; the Free Software Foundation
1358 # gives unlimited permission to copy and/or distribute it,
1359 # with or without modifications, as long as this notice is preserved.
1360
1361 # _AM_PROG_TAR(FORMAT)
1362 # --------------------
1363 # Check how to create a tarball in format FORMAT.
1364 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1365 #
1366 # Substitute a variable $(am__tar) that is a command
1367 # writing to stdout a FORMAT-tarball containing the directory
1368 # $tardir.
1369 #     tardir=directory && $(am__tar) > result.tar
1370 #
1371 # Substitute a variable $(am__untar) that extract such
1372 # a tarball read from stdin.
1373 #     $(am__untar) < result.tar
1374 #
1375 AC_DEFUN([_AM_PROG_TAR],
1376 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1377 # in the wild :-(  We should find a proper way to deprecate it ...
1378 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1379
1380 # We'll loop over all known methods to create a tar archive until one works.
1381 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1382
1383 m4_if([$1], [v7],
1384   [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1385
1386   [m4_case([$1],
1387     [ustar],
1388      [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1389       # There is notably a 21 bits limit for the UID and the GID.  In fact,
1390       # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1391       # and bug#13588).
1392       am_max_uid=2097151 # 2^21 - 1
1393       am_max_gid=$am_max_uid
1394       # The $UID and $GID variables are not portable, so we need to resort
1395       # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1396       # below are definitely unexpected, so allow the users to see them
1397       # (that is, avoid stderr redirection).
1398       am_uid=`id -u || echo unknown`
1399       am_gid=`id -g || echo unknown`
1400       AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1401       if test $am_uid -le $am_max_uid; then
1402          AC_MSG_RESULT([yes])
1403       else
1404          AC_MSG_RESULT([no])
1405          _am_tools=none
1406       fi
1407       AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1408       if test $am_gid -le $am_max_gid; then
1409          AC_MSG_RESULT([yes])
1410       else
1411         AC_MSG_RESULT([no])
1412         _am_tools=none
1413       fi],
1414
1415   [pax],
1416     [],
1417
1418   [m4_fatal([Unknown tar format])])
1419
1420   AC_MSG_CHECKING([how to create a $1 tar archive])
1421
1422   # Go ahead even if we have the value already cached.  We do so because we
1423   # need to set the values for the 'am__tar' and 'am__untar' variables.
1424   _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1425
1426   for _am_tool in $_am_tools; do
1427     case $_am_tool in
1428     gnutar)
1429       for _am_tar in tar gnutar gtar; do
1430         AM_RUN_LOG([$_am_tar --version]) && break
1431       done
1432       am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1433       am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1434       am__untar="$_am_tar -xf -"
1435       ;;
1436     plaintar)
1437       # Must skip GNU tar: if it does not support --format= it doesn't create
1438       # ustar tarball either.
1439       (tar --version) >/dev/null 2>&1 && continue
1440       am__tar='tar chf - "$$tardir"'
1441       am__tar_='tar chf - "$tardir"'
1442       am__untar='tar xf -'
1443       ;;
1444     pax)
1445       am__tar='pax -L -x $1 -w "$$tardir"'
1446       am__tar_='pax -L -x $1 -w "$tardir"'
1447       am__untar='pax -r'
1448       ;;
1449     cpio)
1450       am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1451       am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1452       am__untar='cpio -i -H $1 -d'
1453       ;;
1454     none)
1455       am__tar=false
1456       am__tar_=false
1457       am__untar=false
1458       ;;
1459     esac
1460
1461     # If the value was cached, stop now.  We just wanted to have am__tar
1462     # and am__untar set.
1463     test -n "${am_cv_prog_tar_$1}" && break
1464
1465     # tar/untar a dummy directory, and stop if the command works.
1466     rm -rf conftest.dir
1467     mkdir conftest.dir
1468     echo GrepMe > conftest.dir/file
1469     AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1470     rm -rf conftest.dir
1471     if test -s conftest.tar; then
1472       AM_RUN_LOG([$am__untar <conftest.tar])
1473       AM_RUN_LOG([cat conftest.dir/file])
1474       grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1475     fi
1476   done
1477   rm -rf conftest.dir
1478
1479   AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1480   AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1481
1482 AC_SUBST([am__tar])
1483 AC_SUBST([am__untar])
1484 ]) # _AM_PROG_TAR
1485
1486 m4_include([m4/gettext.m4])
1487 m4_include([m4/iconv.m4])
1488 m4_include([m4/lib-ld.m4])
1489 m4_include([m4/lib-link.m4])
1490 m4_include([m4/lib-prefix.m4])
1491 m4_include([m4/nls.m4])
1492 m4_include([m4/po.m4])
1493 m4_include([m4/progtest.m4])