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