.
[platform/upstream/coreutils.git] / aclocal.m4
1 # generated automatically by aclocal 1.8b -*- Autoconf -*-
2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4 # 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 #                                                        -*- Autoconf -*-
15 # Copyright (C) 2002, 2003  Free Software Foundation, Inc.
16 # Generated from amversion.in; do not edit by hand.
17
18 # This program is free software; you can redistribute it and/or modify
19 # it under the terms of the GNU General Public License as published by
20 # the Free Software Foundation; either version 2, or (at your option)
21 # any later version.
22
23 # This program is distributed in the hope that it will be useful,
24 # but WITHOUT ANY WARRANTY; without even the implied warranty of
25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26 # GNU General Public License for more details.
27
28 # You should have received a copy of the GNU General Public License
29 # along with this program; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
31
32 # AM_AUTOMAKE_VERSION(VERSION)
33 # ----------------------------
34 # Automake X.Y traces this macro to ensure aclocal.m4 has been
35 # generated from the m4 files accompanying Automake X.Y.
36 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8b"])
37
38 # AM_SET_CURRENT_AUTOMAKE_VERSION
39 # -------------------------------
40 # Call AM_AUTOMAKE_VERSION so it can be traced.
41 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
42 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
43          [AM_AUTOMAKE_VERSION([1.8b])])
44
45 # AM_AUX_DIR_EXPAND
46
47 # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
48
49 # This program is free software; you can redistribute it and/or modify
50 # it under the terms of the GNU General Public License as published by
51 # the Free Software Foundation; either version 2, or (at your option)
52 # any later version.
53
54 # This program is distributed in the hope that it will be useful,
55 # but WITHOUT ANY WARRANTY; without even the implied warranty of
56 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57 # GNU General Public License for more details.
58
59 # You should have received a copy of the GNU General Public License
60 # along with this program; if not, write to the Free Software
61 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
62 # 02111-1307, USA.
63
64 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
65 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
66 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
67 #
68 # Of course, Automake must honor this variable whenever it calls a
69 # tool from the auxiliary directory.  The problem is that $srcdir (and
70 # therefore $ac_aux_dir as well) can be either absolute or relative,
71 # depending on how configure is run.  This is pretty annoying, since
72 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
73 # source directory, any form will work fine, but in subdirectories a
74 # relative path needs to be adjusted first.
75 #
76 # $ac_aux_dir/missing
77 #    fails when called from a subdirectory if $ac_aux_dir is relative
78 # $top_srcdir/$ac_aux_dir/missing
79 #    fails if $ac_aux_dir is absolute,
80 #    fails when called from a subdirectory in a VPATH build with
81 #          a relative $ac_aux_dir
82 #
83 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
84 # are both prefixed by $srcdir.  In an in-source build this is usually
85 # harmless because $srcdir is `.', but things will broke when you
86 # start a VPATH build or use an absolute $srcdir.
87 #
88 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
89 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
90 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
91 # and then we would define $MISSING as
92 #   MISSING="\${SHELL} $am_aux_dir/missing"
93 # This will work as long as MISSING is not called from configure, because
94 # unfortunately $(top_srcdir) has no meaning in configure.
95 # However there are other variables, like CC, which are often used in
96 # configure, and could therefore not use this "fixed" $ac_aux_dir.
97 #
98 # Another solution, used here, is to always expand $ac_aux_dir to an
99 # absolute PATH.  The drawback is that using absolute paths prevent a
100 # configured tree to be moved without reconfiguration.
101
102 AC_DEFUN([AM_AUX_DIR_EXPAND],
103 [dnl Rely on autoconf to set up CDPATH properly.
104 AC_PREREQ([2.50])dnl
105 # expand $ac_aux_dir to an absolute path
106 am_aux_dir=`cd $ac_aux_dir && pwd`
107 ])
108
109 # AM_CONDITIONAL                                              -*- Autoconf -*-
110
111 # Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
112
113 # This program is free software; you can redistribute it and/or modify
114 # it under the terms of the GNU General Public License as published by
115 # the Free Software Foundation; either version 2, or (at your option)
116 # any later version.
117
118 # This program is distributed in the hope that it will be useful,
119 # but WITHOUT ANY WARRANTY; without even the implied warranty of
120 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
121 # GNU General Public License for more details.
122
123 # You should have received a copy of the GNU General Public License
124 # along with this program; if not, write to the Free Software
125 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
126 # 02111-1307, USA.
127
128 # serial 6
129
130 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
131 # -------------------------------------
132 # Define a conditional.
133 AC_DEFUN([AM_CONDITIONAL],
134 [AC_PREREQ(2.52)dnl
135  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
136         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
137 AC_SUBST([$1_TRUE])
138 AC_SUBST([$1_FALSE])
139 if $2; then
140   $1_TRUE=
141   $1_FALSE='#'
142 else
143   $1_TRUE='#'
144   $1_FALSE=
145 fi
146 AC_CONFIG_COMMANDS_PRE(
147 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
148   AC_MSG_ERROR([[conditional "$1" was never defined.
149 Usually this means the macro was only invoked conditionally.]])
150 fi])])
151
152 # serial 7                                              -*- Autoconf -*-
153
154 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
155 # Free Software Foundation, Inc.
156
157 # This program is free software; you can redistribute it and/or modify
158 # it under the terms of the GNU General Public License as published by
159 # the Free Software Foundation; either version 2, or (at your option)
160 # any later version.
161
162 # This program is distributed in the hope that it will be useful,
163 # but WITHOUT ANY WARRANTY; without even the implied warranty of
164 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
165 # GNU General Public License for more details.
166
167 # You should have received a copy of the GNU General Public License
168 # along with this program; if not, write to the Free Software
169 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
170 # 02111-1307, USA.
171
172
173 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
174 # written in clear, in which case automake, when reading aclocal.m4,
175 # will think it sees a *use*, and therefore will trigger all it's
176 # C support machinery.  Also note that it means that autoscan, seeing
177 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
178
179
180
181 # _AM_DEPENDENCIES(NAME)
182 # ----------------------
183 # See how the compiler implements dependency checking.
184 # NAME is "CC", "CXX", "GCJ", or "OBJC".
185 # We try a few techniques and use that to set a single cache variable.
186 #
187 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
188 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
189 # dependency, and given that the user is not expected to run this macro,
190 # just rely on AC_PROG_CC.
191 AC_DEFUN([_AM_DEPENDENCIES],
192 [AC_REQUIRE([AM_SET_DEPDIR])dnl
193 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
194 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
195 AC_REQUIRE([AM_DEP_TRACK])dnl
196
197 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
198        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
199        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
200        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
201                    [depcc="$$1"   am_compiler_list=])
202
203 AC_CACHE_CHECK([dependency style of $depcc],
204                [am_cv_$1_dependencies_compiler_type],
205 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
206   # We make a subdir and do the tests there.  Otherwise we can end up
207   # making bogus files that we don't know about and never remove.  For
208   # instance it was reported that on HP-UX the gcc test will end up
209   # making a dummy file named `D' -- because `-MD' means `put the output
210   # in D'.
211   mkdir conftest.dir
212   # Copy depcomp to subdir because otherwise we won't find it if we're
213   # using a relative directory.
214   cp "$am_depcomp" conftest.dir
215   cd conftest.dir
216   # We will build objects and dependencies in a subdirectory because
217   # it helps to detect inapplicable dependency modes.  For instance
218   # both Tru64's cc and ICC support -MD to output dependencies as a
219   # side effect of compilation, but ICC will put the dependencies in
220   # the current directory while Tru64 will put them in the object
221   # directory.
222   mkdir sub
223
224   am_cv_$1_dependencies_compiler_type=none
225   if test "$am_compiler_list" = ""; then
226      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
227   fi
228   for depmode in $am_compiler_list; do
229     # Setup a source with many dependencies, because some compilers
230     # like to wrap large dependency lists on column 80 (with \), and
231     # we should not choose a depcomp mode which is confused by this.
232     #
233     # We need to recreate these files for each test, as the compiler may
234     # overwrite some of them when testing with obscure command lines.
235     # This happens at least with the AIX C compiler.
236     : > sub/conftest.c
237     for i in 1 2 3 4 5 6; do
238       echo '#include "conftst'$i'.h"' >> sub/conftest.c
239       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
240       # Solaris 8's {/usr,}/bin/sh.
241       touch sub/conftst$i.h
242     done
243     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
244
245     case $depmode in
246     nosideeffect)
247       # after this tag, mechanisms are not by side-effect, so they'll
248       # only be used when explicitly requested
249       if test "x$enable_dependency_tracking" = xyes; then
250         continue
251       else
252         break
253       fi
254       ;;
255     none) break ;;
256     esac
257     # We check with `-c' and `-o' for the sake of the "dashmstdout"
258     # mode.  It turns out that the SunPro C++ compiler does not properly
259     # handle `-M -o', and we need to detect this.
260     if depmode=$depmode \
261        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
262        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
263        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
264          >/dev/null 2>conftest.err &&
265        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
266        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
267        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
268       # icc doesn't choke on unknown options, it will just issue warnings
269       # or remarks (even with -Werror).  So we grep stderr for any message
270       # that says an option was ignored or not supported.
271       # When given -MP, icc 7.0 and 7.1 complain thusly:
272       #   icc: Command line warning: ignoring option '-M'; no argument required
273       # The diagnosis changed in icc 8.0:
274       #   icc: Command line remark: option '-MP' not supported
275       if (grep 'ignoring option' conftest.err ||
276           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
277         am_cv_$1_dependencies_compiler_type=$depmode
278         break
279       fi
280     fi
281   done
282
283   cd ..
284   rm -rf conftest.dir
285 else
286   am_cv_$1_dependencies_compiler_type=none
287 fi
288 ])
289 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
290 AM_CONDITIONAL([am__fastdep$1], [
291   test "x$enable_dependency_tracking" != xno \
292   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
293 ])
294
295
296 # AM_SET_DEPDIR
297 # -------------
298 # Choose a directory name for dependency files.
299 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
300 AC_DEFUN([AM_SET_DEPDIR],
301 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
302 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
303 ])
304
305
306 # AM_DEP_TRACK
307 # ------------
308 AC_DEFUN([AM_DEP_TRACK],
309 [AC_ARG_ENABLE(dependency-tracking,
310 [  --disable-dependency-tracking  speeds up one-time build
311   --enable-dependency-tracking   do not reject slow dependency extractors])
312 if test "x$enable_dependency_tracking" != xno; then
313   am_depcomp="$ac_aux_dir/depcomp"
314   AMDEPBACKSLASH='\'
315 fi
316 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
317 AC_SUBST([AMDEPBACKSLASH])
318 ])
319
320 # Generate code to set up dependency tracking.   -*- Autoconf -*-
321
322 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
323 #   Free Software Foundation, Inc.
324
325 # This program is free software; you can redistribute it and/or modify
326 # it under the terms of the GNU General Public License as published by
327 # the Free Software Foundation; either version 2, or (at your option)
328 # any later version.
329
330 # This program is distributed in the hope that it will be useful,
331 # but WITHOUT ANY WARRANTY; without even the implied warranty of
332 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
333 # GNU General Public License for more details.
334
335 # You should have received a copy of the GNU General Public License
336 # along with this program; if not, write to the Free Software
337 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
338 # 02111-1307, USA.
339
340 #serial 2
341
342 # _AM_OUTPUT_DEPENDENCY_COMMANDS
343 # ------------------------------
344 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
345 [for mf in $CONFIG_FILES; do
346   # Strip MF so we end up with the name of the file.
347   mf=`echo "$mf" | sed -e 's/:.*$//'`
348   # Check whether this is an Automake generated Makefile or not.
349   # We used to match only the files named `Makefile.in', but
350   # some people rename them; so instead we look at the file content.
351   # Grep'ing the first line is not enough: some people post-process
352   # each Makefile.in and add a new line on top of each file to say so.
353   # So let's grep whole file.
354   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
355     dirpart=`AS_DIRNAME("$mf")`
356   else
357     continue
358   fi
359   # Extract the definition of DEPDIR, am__include, and am__quote
360   # from the Makefile without running `make'.
361   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
362   test -z "$DEPDIR" && continue
363   am__include=`sed -n 's/^am__include = //p' < "$mf"`
364   test -z "am__include" && continue
365   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
366   # When using ansi2knr, U may be empty or an underscore; expand it
367   U=`sed -n 's/^U = //p' < "$mf"`
368   # Find all dependency output files, they are included files with
369   # $(DEPDIR) in their names.  We invoke sed twice because it is the
370   # simplest approach to changing $(DEPDIR) to its actual value in the
371   # expansion.
372   for file in `sed -n "
373     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
374        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
375     # Make sure the directory exists.
376     test -f "$dirpart/$file" && continue
377     fdir=`AS_DIRNAME(["$file"])`
378     AS_MKDIR_P([$dirpart/$fdir])
379     # echo "creating $dirpart/$file"
380     echo '# dummy' > "$dirpart/$file"
381   done
382 done
383 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
384
385
386 # AM_OUTPUT_DEPENDENCY_COMMANDS
387 # -----------------------------
388 # This macro should only be invoked once -- use via AC_REQUIRE.
389 #
390 # This code is only required when automatic dependency tracking
391 # is enabled.  FIXME.  This creates each `.P' file that we will
392 # need in order to bootstrap the dependency handling code.
393 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
394 [AC_CONFIG_COMMANDS([depfiles],
395      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
396      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
397 ])
398
399 # Do all the work for Automake.                            -*- Autoconf -*-
400
401 # This macro actually does too much some checks are only needed if
402 # your package does certain things.  But this isn't really a big deal.
403
404 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
405 # Free Software Foundation, Inc.
406
407 # This program is free software; you can redistribute it and/or modify
408 # it under the terms of the GNU General Public License as published by
409 # the Free Software Foundation; either version 2, or (at your option)
410 # any later version.
411
412 # This program is distributed in the hope that it will be useful,
413 # but WITHOUT ANY WARRANTY; without even the implied warranty of
414 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
415 # GNU General Public License for more details.
416
417 # You should have received a copy of the GNU General Public License
418 # along with this program; if not, write to the Free Software
419 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
420 # 02111-1307, USA.
421
422 # serial 11
423
424 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
425 # AM_INIT_AUTOMAKE([OPTIONS])
426 # -----------------------------------------------
427 # The call with PACKAGE and VERSION arguments is the old style
428 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
429 # and VERSION should now be passed to AC_INIT and removed from
430 # the call to AM_INIT_AUTOMAKE.
431 # We support both call styles for the transition.  After
432 # the next Automake release, Autoconf can make the AC_INIT
433 # arguments mandatory, and then we can depend on a new Autoconf
434 # release and drop the old call support.
435 AC_DEFUN([AM_INIT_AUTOMAKE],
436 [AC_PREREQ([2.58])dnl
437 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
438 dnl the ones we care about.
439 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
440 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
441 AC_REQUIRE([AC_PROG_INSTALL])dnl
442 # test to see if srcdir already configured
443 if test "`cd $srcdir && pwd`" != "`pwd`" &&
444    test -f $srcdir/config.status; then
445   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
446 fi
447
448 # test whether we have cygpath
449 if test -z "$CYGPATH_W"; then
450   if (cygpath --version) >/dev/null 2>/dev/null; then
451     CYGPATH_W='cygpath -w'
452   else
453     CYGPATH_W=echo
454   fi
455 fi
456 AC_SUBST([CYGPATH_W])
457
458 # Define the identity of the package.
459 dnl Distinguish between old-style and new-style calls.
460 m4_ifval([$2],
461 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
462  AC_SUBST([PACKAGE], [$1])dnl
463  AC_SUBST([VERSION], [$2])],
464 [_AM_SET_OPTIONS([$1])dnl
465  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
466  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
467
468 _AM_IF_OPTION([no-define],,
469 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
470  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
471
472 # Some tools Automake needs.
473 AC_REQUIRE([AM_SANITY_CHECK])dnl
474 AC_REQUIRE([AC_ARG_PROGRAM])dnl
475 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
476 AM_MISSING_PROG(AUTOCONF, autoconf)
477 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
478 AM_MISSING_PROG(AUTOHEADER, autoheader)
479 AM_MISSING_PROG(MAKEINFO, makeinfo)
480 AM_PROG_INSTALL_SH
481 AM_PROG_INSTALL_STRIP
482 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
483 # We need awk for the "check" target.  The system "awk" is bad on
484 # some platforms.
485 AC_REQUIRE([AC_PROG_AWK])dnl
486 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
487 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
488 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
489               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
490                              [_AM_PROG_TAR([v7])])])
491 _AM_IF_OPTION([no-dependencies],,
492 [AC_PROVIDE_IFELSE([AC_PROG_CC],
493                   [_AM_DEPENDENCIES(CC)],
494                   [define([AC_PROG_CC],
495                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
496 AC_PROVIDE_IFELSE([AC_PROG_CXX],
497                   [_AM_DEPENDENCIES(CXX)],
498                   [define([AC_PROG_CXX],
499                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
500 ])
501 ])
502
503
504 # When config.status generates a header, we must update the stamp-h file.
505 # This file resides in the same directory as the config header
506 # that is generated.  The stamp files are numbered to have different names.
507
508 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
509 # loop where config.status creates the headers, so we can generate
510 # our stamp files there.
511 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
512 [# Compute $1's index in $config_headers.
513 _am_stamp_count=1
514 for _am_header in $config_headers :; do
515   case $_am_header in
516     $1 | $1:* )
517       break ;;
518     * )
519       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
520   esac
521 done
522 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
523
524 # AM_PROG_INSTALL_SH
525 # ------------------
526 # Define $install_sh.
527
528 # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
529
530 # This program is free software; you can redistribute it and/or modify
531 # it under the terms of the GNU General Public License as published by
532 # the Free Software Foundation; either version 2, or (at your option)
533 # any later version.
534
535 # This program is distributed in the hope that it will be useful,
536 # but WITHOUT ANY WARRANTY; without even the implied warranty of
537 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
538 # GNU General Public License for more details.
539
540 # You should have received a copy of the GNU General Public License
541 # along with this program; if not, write to the Free Software
542 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
543 # 02111-1307, USA.
544
545 AC_DEFUN([AM_PROG_INSTALL_SH],
546 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
547 install_sh=${install_sh-"$am_aux_dir/install-sh"}
548 AC_SUBST(install_sh)])
549
550 #                                                          -*- Autoconf -*-
551 # Copyright (C) 2003  Free Software Foundation, Inc.
552
553 # This program is free software; you can redistribute it and/or modify
554 # it under the terms of the GNU General Public License as published by
555 # the Free Software Foundation; either version 2, or (at your option)
556 # any later version.
557
558 # This program is distributed in the hope that it will be useful,
559 # but WITHOUT ANY WARRANTY; without even the implied warranty of
560 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
561 # GNU General Public License for more details.
562
563 # You should have received a copy of the GNU General Public License
564 # along with this program; if not, write to the Free Software
565 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
566 # 02111-1307, USA.
567
568 # serial 1
569
570 # Check whether the underlying file-system supports filenames
571 # with a leading dot.  For instance MS-DOS doesn't.
572 AC_DEFUN([AM_SET_LEADING_DOT],
573 [rm -rf .tst 2>/dev/null
574 mkdir .tst 2>/dev/null
575 if test -d .tst; then
576   am__leading_dot=.
577 else
578   am__leading_dot=_
579 fi
580 rmdir .tst 2>/dev/null
581 AC_SUBST([am__leading_dot])])
582
583 # Check to see how 'make' treats includes.      -*- Autoconf -*-
584
585 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
586
587 # This program is free software; you can redistribute it and/or modify
588 # it under the terms of the GNU General Public License as published by
589 # the Free Software Foundation; either version 2, or (at your option)
590 # any later version.
591
592 # This program is distributed in the hope that it will be useful,
593 # but WITHOUT ANY WARRANTY; without even the implied warranty of
594 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
595 # GNU General Public License for more details.
596
597 # You should have received a copy of the GNU General Public License
598 # along with this program; if not, write to the Free Software
599 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
600 # 02111-1307, USA.
601
602 # serial 2
603
604 # AM_MAKE_INCLUDE()
605 # -----------------
606 # Check to see how make treats includes.
607 AC_DEFUN([AM_MAKE_INCLUDE],
608 [am_make=${MAKE-make}
609 cat > confinc << 'END'
610 am__doit:
611         @echo done
612 .PHONY: am__doit
613 END
614 # If we don't find an include directive, just comment out the code.
615 AC_MSG_CHECKING([for style of include used by $am_make])
616 am__include="#"
617 am__quote=
618 _am_result=none
619 # First try GNU make style include.
620 echo "include confinc" > confmf
621 # We grep out `Entering directory' and `Leaving directory'
622 # messages which can occur if `w' ends up in MAKEFLAGS.
623 # In particular we don't look at `^make:' because GNU make might
624 # be invoked under some other name (usually "gmake"), in which
625 # case it prints its new name instead of `make'.
626 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
627    am__include=include
628    am__quote=
629    _am_result=GNU
630 fi
631 # Now try BSD make style include.
632 if test "$am__include" = "#"; then
633    echo '.include "confinc"' > confmf
634    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
635       am__include=.include
636       am__quote="\""
637       _am_result=BSD
638    fi
639 fi
640 AC_SUBST([am__include])
641 AC_SUBST([am__quote])
642 AC_MSG_RESULT([$_am_result])
643 rm -f confinc confmf
644 ])
645
646 #  -*- Autoconf -*-
647
648
649 # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
650
651 # This program is free software; you can redistribute it and/or modify
652 # it under the terms of the GNU General Public License as published by
653 # the Free Software Foundation; either version 2, or (at your option)
654 # any later version.
655
656 # This program is distributed in the hope that it will be useful,
657 # but WITHOUT ANY WARRANTY; without even the implied warranty of
658 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
659 # GNU General Public License for more details.
660
661 # You should have received a copy of the GNU General Public License
662 # along with this program; if not, write to the Free Software
663 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
664 # 02111-1307, USA.
665
666 # serial 3
667
668 # AM_MISSING_PROG(NAME, PROGRAM)
669 # ------------------------------
670 AC_DEFUN([AM_MISSING_PROG],
671 [AC_REQUIRE([AM_MISSING_HAS_RUN])
672 $1=${$1-"${am_missing_run}$2"}
673 AC_SUBST($1)])
674
675
676 # AM_MISSING_HAS_RUN
677 # ------------------
678 # Define MISSING if not defined so far and test if it supports --run.
679 # If it does, set am_missing_run to use it, otherwise, to nothing.
680 AC_DEFUN([AM_MISSING_HAS_RUN],
681 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
682 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
683 # Use eval to expand $SHELL
684 if eval "$MISSING --run true"; then
685   am_missing_run="$MISSING --run "
686 else
687   am_missing_run=
688   AC_MSG_WARN([`missing' script is too old or missing])
689 fi
690 ])
691
692 # AM_PROG_MKDIR_P
693 # ---------------
694 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
695
696 # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
697
698 # This program is free software; you can redistribute it and/or modify
699 # it under the terms of the GNU General Public License as published by
700 # the Free Software Foundation; either version 2, or (at your option)
701 # any later version.
702
703 # This program is distributed in the hope that it will be useful,
704 # but WITHOUT ANY WARRANTY; without even the implied warranty of
705 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
706 # GNU General Public License for more details.
707
708 # You should have received a copy of the GNU General Public License
709 # along with this program; if not, write to the Free Software
710 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
711 # 02111-1307, USA.
712
713 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
714 # created by `make install' are always world readable, even if the
715 # installer happens to have an overly restrictive umask (e.g. 077).
716 # This was a mistake.  There are at least two reasons why we must not
717 # use `-m 0755':
718 #   - it causes special bits like SGID to be ignored,
719 #   - it may be too restrictive (some setups expect 775 directories).
720 #
721 # Do not use -m 0755 and let people choose whatever they expect by
722 # setting umask.
723 #
724 # We cannot accept any implementation of `mkdir' that recognizes `-p'.
725 # Some implementations (such as Solaris 8's) are not thread-safe: if a
726 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
727 # concurrently, both version can detect that a/ is missing, but only
728 # one can create it and the other will error out.  Consequently we
729 # restrict ourselves to GNU make (using the --version option ensures
730 # this.)
731 AC_DEFUN([AM_PROG_MKDIR_P],
732 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
733   # Keeping the `.' argument allows $(mkdir_p) to be used without
734   # argument.  Indeed, we sometimes output rules like
735   #   $(mkdir_p) $(somedir)
736   # where $(somedir) is conditionally defined.
737   # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
738   # expensive solution, as it forces Make to start a sub-shell.)
739   mkdir_p='mkdir -p -- .'
740 else
741   # On NextStep and OpenStep, the `mkdir' command does not
742   # recognize any option.  It will interpret all options as
743   # directories to create, and then abort because `.' already
744   # exists.
745   for d in ./-p ./--version;
746   do
747     test -d $d && rmdir $d
748   done
749   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
750   if test -f "$ac_aux_dir/mkinstalldirs"; then
751     mkdir_p='$(mkinstalldirs)'
752   else
753     mkdir_p='$(install_sh) -d'
754   fi
755 fi
756 AC_SUBST([mkdir_p])])
757
758 # Helper functions for option handling.                    -*- Autoconf -*-
759
760 # Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
761
762 # This program is free software; you can redistribute it and/or modify
763 # it under the terms of the GNU General Public License as published by
764 # the Free Software Foundation; either version 2, or (at your option)
765 # any later version.
766
767 # This program is distributed in the hope that it will be useful,
768 # but WITHOUT ANY WARRANTY; without even the implied warranty of
769 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
770 # GNU General Public License for more details.
771
772 # You should have received a copy of the GNU General Public License
773 # along with this program; if not, write to the Free Software
774 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
775 # 02111-1307, USA.
776
777 # serial 2
778
779 # _AM_MANGLE_OPTION(NAME)
780 # -----------------------
781 AC_DEFUN([_AM_MANGLE_OPTION],
782 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
783
784 # _AM_SET_OPTION(NAME)
785 # ------------------------------
786 # Set option NAME.  Presently that only means defining a flag for this option.
787 AC_DEFUN([_AM_SET_OPTION],
788 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
789
790 # _AM_SET_OPTIONS(OPTIONS)
791 # ----------------------------------
792 # OPTIONS is a space-separated list of Automake options.
793 AC_DEFUN([_AM_SET_OPTIONS],
794 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
795
796 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
797 # -------------------------------------------
798 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
799 AC_DEFUN([_AM_IF_OPTION],
800 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
801
802
803 # Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003
804 # Free Software Foundation, Inc.
805
806 # This program is free software; you can redistribute it and/or modify
807 # it under the terms of the GNU General Public License as published by
808 # the Free Software Foundation; either version 2, or (at your option)
809 # any later version.
810
811 # This program is distributed in the hope that it will be useful,
812 # but WITHOUT ANY WARRANTY; without even the implied warranty of
813 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
814 # GNU General Public License for more details.
815
816 # You should have received a copy of the GNU General Public License
817 # along with this program; if not, write to the Free Software
818 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
819 # 02111-1307, USA.
820
821 # serial 3
822
823 AC_DEFUN([AM_C_PROTOTYPES],
824 [AC_REQUIRE([AC_C_PROTOTYPES])
825 if test "$ac_cv_prog_cc_stdc" != no; then
826   U= ANSI2KNR=
827 else
828   U=_ ANSI2KNR=./ansi2knr
829 fi
830 # Ensure some checks needed by ansi2knr itself.
831 AC_REQUIRE([AC_HEADER_STDC])
832 AC_CHECK_HEADERS(string.h)
833 AC_SUBST(U)dnl
834 AC_SUBST(ANSI2KNR)dnl
835 ])
836
837 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
838
839 #
840 # Check to make sure that the build environment is sane.
841 #
842
843 # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
844
845 # This program is free software; you can redistribute it and/or modify
846 # it under the terms of the GNU General Public License as published by
847 # the Free Software Foundation; either version 2, or (at your option)
848 # any later version.
849
850 # This program is distributed in the hope that it will be useful,
851 # but WITHOUT ANY WARRANTY; without even the implied warranty of
852 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
853 # GNU General Public License for more details.
854
855 # You should have received a copy of the GNU General Public License
856 # along with this program; if not, write to the Free Software
857 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
858 # 02111-1307, USA.
859
860 # serial 3
861
862 # AM_SANITY_CHECK
863 # ---------------
864 AC_DEFUN([AM_SANITY_CHECK],
865 [AC_MSG_CHECKING([whether build environment is sane])
866 # Just in case
867 sleep 1
868 echo timestamp > conftest.file
869 # Do `set' in a subshell so we don't clobber the current shell's
870 # arguments.  Must try -L first in case configure is actually a
871 # symlink; some systems play weird games with the mod time of symlinks
872 # (eg FreeBSD returns the mod time of the symlink's containing
873 # directory).
874 if (
875    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
876    if test "$[*]" = "X"; then
877       # -L didn't work.
878       set X `ls -t $srcdir/configure conftest.file`
879    fi
880    rm -f conftest.file
881    if test "$[*]" != "X $srcdir/configure conftest.file" \
882       && test "$[*]" != "X conftest.file $srcdir/configure"; then
883
884       # If neither matched, then we have a broken ls.  This can happen
885       # if, for instance, CONFIG_SHELL is bash and it inherits a
886       # broken ls alias from the environment.  This has actually
887       # happened.  Such a system could not be considered "sane".
888       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
889 alias in your environment])
890    fi
891
892    test "$[2]" = conftest.file
893    )
894 then
895    # Ok.
896    :
897 else
898    AC_MSG_ERROR([newly created file is older than distributed files!
899 Check your system clock])
900 fi
901 AC_MSG_RESULT(yes)])
902
903 # AM_PROG_INSTALL_STRIP
904
905 # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
906
907 # This program is free software; you can redistribute it and/or modify
908 # it under the terms of the GNU General Public License as published by
909 # the Free Software Foundation; either version 2, or (at your option)
910 # any later version.
911
912 # This program is distributed in the hope that it will be useful,
913 # but WITHOUT ANY WARRANTY; without even the implied warranty of
914 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
915 # GNU General Public License for more details.
916
917 # You should have received a copy of the GNU General Public License
918 # along with this program; if not, write to the Free Software
919 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
920 # 02111-1307, USA.
921
922 # One issue with vendor `install' (even GNU) is that you can't
923 # specify the program used to strip binaries.  This is especially
924 # annoying in cross-compiling environments, where the build's strip
925 # is unlikely to handle the host's binaries.
926 # Fortunately install-sh will honor a STRIPPROG variable, so we
927 # always use install-sh in `make install-strip', and initialize
928 # STRIPPROG with the value of the STRIP variable (set by the user).
929 AC_DEFUN([AM_PROG_INSTALL_STRIP],
930 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
931 # Installed binaries are usually stripped using `strip' when the user
932 # run `make install-strip'.  However `strip' might not be the right
933 # tool to use in cross-compilation environments, therefore Automake
934 # will honor the `STRIP' environment variable to overrule this program.
935 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
936 if test "$cross_compiling" != no; then
937   AC_CHECK_TOOL([STRIP], [strip], :)
938 fi
939 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
940 AC_SUBST([INSTALL_STRIP_PROGRAM])])
941
942 # Check how to create a tarball.                            -*- Autoconf -*-
943
944 # Copyright (C) 2004  Free Software Foundation, Inc.
945
946 # This program is free software; you can redistribute it and/or modify
947 # it under the terms of the GNU General Public License as published by
948 # the Free Software Foundation; either version 2, or (at your option)
949 # any later version.
950
951 # This program is distributed in the hope that it will be useful,
952 # but WITHOUT ANY WARRANTY; without even the implied warranty of
953 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
954 # GNU General Public License for more details.
955
956 # You should have received a copy of the GNU General Public License
957 # along with this program; if not, write to the Free Software
958 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
959 # 02111-1307, USA.
960
961 # serial 1
962
963
964 # _AM_PROG_TAR(FORMAT)
965 # --------------------
966 # Check how to create a tarball in format FORMAT.
967 # FORMAT should be one of `v7', `ustar', or `pax'.
968 #
969 # Substitute a variable $(am__tar) that is a command
970 # writing to stdout a FORMAT-tarball containing the directory
971 # $tardir.
972 #     tardir=directory && $(am__tar) > result.tar
973 #
974 # Substitute a variable $(am__untar) that extract such
975 # a tarball read from stdin.
976 #     $(am__untar) < result.tar
977 AC_DEFUN([_AM_PROG_TAR],
978 [# Always define AMTAR for backward compatibility.
979 AM_MISSING_PROG([AMTAR], [tar])
980 m4_if([$1], [v7],
981      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
982      [m4_case([$1], [ustar],, [pax],,
983               [m4_fatal([Unknown tar format])])
984 AC_MSG_CHECKING([how to create a $1 tar archive])
985 # Loop over all known methods to create a tar archive until one works.
986 for _am_tool in ${am_cv_prog_tar_$1-gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none}
987 do
988   case $_am_tool in
989   gnutar)
990     for _am_tar in tar gnutar gtar;
991     do
992       AM_RUN_LOG([$_am_tar --version]) && break
993     done
994     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
995     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
996     am__untar="$_am_tar -xf -"
997     ;;
998   plaintar)
999     # Must skip GNU tar: if it does not support --format= it doesn't create
1000     # ustar tarball either.
1001     (tar --version) >/dev/null 2>&1 && continue
1002     am__tar='tar chf - "$$tardir"'
1003     am__tar_='tar chf - "$tardir"'
1004     am__untar='tar xf -'
1005     ;;
1006   pax)
1007     am__tar='pax -L -x $1 -w "$$tardir"'
1008     am__tar_='pax -L -x $1 -w "$tardir"'
1009     am__untar='pax -r'
1010     ;;
1011   cpio)
1012     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1013     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1014     am__untar='cpio -i -H $1 -d'
1015     ;;
1016   none)
1017     am__tar=false
1018     am__tar_=false
1019     am__untar=false
1020     ;;
1021   esac
1022
1023   # If the value was cached, stop now.  We just wanted to have am__tar
1024   # and am__untar set.
1025   test -n "${am_cv_prog_tar_$1}" && break
1026
1027   # tar/untar a dummy directory, and stop if the command works
1028   rm -rf conftest.dir
1029   mkdir conftest.dir
1030   echo GrepMe > conftest.dir/file
1031   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1032   rm -rf conftest.dir
1033   if test -s conftest.tar; then
1034     AM_RUN_LOG([$am__untar <conftest.tar])
1035     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1036   fi
1037 done
1038 rm -rf conftest.dir
1039
1040 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1041 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1042 AC_SUBST([am__tar])
1043 AC_SUBST([am__untar])
1044 ]) # _AM_PROG_TAR
1045
1046 m4_include([m4/acl.m4])
1047 m4_include([m4/afs.m4])
1048 m4_include([m4/alloca.m4])
1049 m4_include([m4/allocsa.m4])
1050 m4_include([m4/assert.m4])
1051 m4_include([m4/atexit.m4])
1052 m4_include([m4/backupfile.m4])
1053 m4_include([m4/bison.m4])
1054 m4_include([m4/boottime.m4])
1055 m4_include([m4/calloc.m4])
1056 m4_include([m4/canon-host.m4])
1057 m4_include([m4/canonicalize.m4])
1058 m4_include([m4/check-decl.m4])
1059 m4_include([m4/chown.m4])
1060 m4_include([m4/clock_time.m4])
1061 m4_include([m4/cloexec.m4])
1062 m4_include([m4/closeout.m4])
1063 m4_include([m4/codeset.m4])
1064 m4_include([m4/d-ino.m4])
1065 m4_include([m4/d-type.m4])
1066 m4_include([m4/dirfd.m4])
1067 m4_include([m4/dirname.m4])
1068 m4_include([m4/dos.m4])
1069 m4_include([m4/dup2.m4])
1070 m4_include([m4/eealloc.m4])
1071 m4_include([m4/error.m4])
1072 m4_include([m4/euidaccess.m4])
1073 m4_include([m4/exclude.m4])
1074 m4_include([m4/exitfail.m4])
1075 m4_include([m4/extensions.m4])
1076 m4_include([m4/file-type.m4])
1077 m4_include([m4/fileblocks.m4])
1078 m4_include([m4/filemode.m4])
1079 m4_include([m4/fnmatch.m4])
1080 m4_include([m4/fpending.m4])
1081 m4_include([m4/free.m4])
1082 m4_include([m4/fstypename.m4])
1083 m4_include([m4/fsusage.m4])
1084 m4_include([m4/ftruncate.m4])
1085 m4_include([m4/getcwd-path-max.m4])
1086 m4_include([m4/getcwd.m4])
1087 m4_include([m4/getdate.m4])
1088 m4_include([m4/getgroups.m4])
1089 m4_include([m4/gethostname.m4])
1090 m4_include([m4/getline.m4])
1091 m4_include([m4/getndelim2.m4])
1092 m4_include([m4/getopt.m4])
1093 m4_include([m4/getpagesize.m4])
1094 m4_include([m4/getpass.m4])
1095 m4_include([m4/gettext.m4])
1096 m4_include([m4/gettimeofday.m4])
1097 m4_include([m4/getugroups.m4])
1098 m4_include([m4/getusershell.m4])
1099 m4_include([m4/glibc21.m4])
1100 m4_include([m4/group-member.m4])
1101 m4_include([m4/hard-locale.m4])
1102 m4_include([m4/hash.m4])
1103 m4_include([m4/host-os.m4])
1104 m4_include([m4/human.m4])
1105 m4_include([m4/iconv.m4])
1106 m4_include([m4/idcache.m4])
1107 m4_include([m4/intmax_t.m4])
1108 m4_include([m4/inttostr.m4])
1109 m4_include([m4/inttypes-pri.m4])
1110 m4_include([m4/inttypes.m4])
1111 m4_include([m4/inttypes_h.m4])
1112 m4_include([m4/jm-macros.m4])
1113 m4_include([m4/jm-winsz1.m4])
1114 m4_include([m4/jm-winsz2.m4])
1115 m4_include([m4/lchown.m4])
1116 m4_include([m4/lib-check.m4])
1117 m4_include([m4/lib-ld.m4])
1118 m4_include([m4/lib-link.m4])
1119 m4_include([m4/lib-prefix.m4])
1120 m4_include([m4/link-follow.m4])
1121 m4_include([m4/long-options.m4])
1122 m4_include([m4/longdouble.m4])
1123 m4_include([m4/longlong.m4])
1124 m4_include([m4/ls-mntd-fs.m4])
1125 m4_include([m4/lstat.m4])
1126 m4_include([m4/makepath.m4])
1127 m4_include([m4/mbrtowc.m4])
1128 m4_include([m4/mbstate_t.m4])
1129 m4_include([m4/mbswidth.m4])
1130 m4_include([m4/md5.m4])
1131 m4_include([m4/memchr.m4])
1132 m4_include([m4/memcmp.m4])
1133 m4_include([m4/memcoll.m4])
1134 m4_include([m4/memcpy.m4])
1135 m4_include([m4/memmove.m4])
1136 m4_include([m4/memrchr.m4])
1137 m4_include([m4/memset.m4])
1138 m4_include([m4/mkdir-slash.m4])
1139 m4_include([m4/mkstemp.m4])
1140 m4_include([m4/mktime.m4])
1141 m4_include([m4/modechange.m4])
1142 m4_include([m4/mountlist.m4])
1143 m4_include([m4/nanosleep.m4])
1144 m4_include([m4/nls.m4])
1145 m4_include([m4/obstack.m4])
1146 m4_include([m4/onceonly.m4])
1147 m4_include([m4/path-concat.m4])
1148 m4_include([m4/pathmax.m4])
1149 m4_include([m4/perl.m4])
1150 m4_include([m4/physmem.m4])
1151 m4_include([m4/po.m4])
1152 m4_include([m4/posixtm.m4])
1153 m4_include([m4/posixver.m4])
1154 m4_include([m4/prereq.m4])
1155 m4_include([m4/progtest.m4])
1156 m4_include([m4/putenv.m4])
1157 m4_include([m4/quote.m4])
1158 m4_include([m4/quotearg.m4])
1159 m4_include([m4/readdir.m4])
1160 m4_include([m4/readlink.m4])
1161 m4_include([m4/readtokens.m4])
1162 m4_include([m4/readutmp.m4])
1163 m4_include([m4/regex.m4])
1164 m4_include([m4/rename.m4])
1165 m4_include([m4/restrict.m4])
1166 m4_include([m4/rmdir-errno.m4])
1167 m4_include([m4/rmdir.m4])
1168 m4_include([m4/rpmatch.m4])
1169 m4_include([m4/safe-read.m4])
1170 m4_include([m4/safe-write.m4])
1171 m4_include([m4/same.m4])
1172 m4_include([m4/save-cwd.m4])
1173 m4_include([m4/savedir.m4])
1174 m4_include([m4/settime.m4])
1175 m4_include([m4/sha.m4])
1176 m4_include([m4/sig2str.m4])
1177 m4_include([m4/signed.m4])
1178 m4_include([m4/ssize_t.m4])
1179 m4_include([m4/st_dm_mode.m4])
1180 m4_include([m4/st_mtim.m4])
1181 m4_include([m4/stat-prog.m4])
1182 m4_include([m4/stat.m4])
1183 m4_include([m4/stdbool.m4])
1184 m4_include([m4/stdint_h.m4])
1185 m4_include([m4/stdio-safer.m4])
1186 m4_include([m4/stpcpy.m4])
1187 m4_include([m4/strcase.m4])
1188 m4_include([m4/strcspn.m4])
1189 m4_include([m4/strdup.m4])
1190 m4_include([m4/strftime.m4])
1191 m4_include([m4/strndup.m4])
1192 m4_include([m4/strnlen.m4])
1193 m4_include([m4/strpbrk.m4])
1194 m4_include([m4/strstr.m4])
1195 m4_include([m4/strtod.m4])
1196 m4_include([m4/strtoimax.m4])
1197 m4_include([m4/strtol.m4])
1198 m4_include([m4/strtoll.m4])
1199 m4_include([m4/strtoul.m4])
1200 m4_include([m4/strtoull.m4])
1201 m4_include([m4/strtoumax.m4])
1202 m4_include([m4/strverscmp.m4])
1203 m4_include([m4/timespec.m4])
1204 m4_include([m4/tm_gmtoff.m4])
1205 m4_include([m4/tzset.m4])
1206 m4_include([m4/uintmax_t.m4])
1207 m4_include([m4/ulonglong.m4])
1208 m4_include([m4/unicodeio.m4])
1209 m4_include([m4/unistd-safer.m4])
1210 m4_include([m4/unlink-busy.m4])
1211 m4_include([m4/unlocked-io.m4])
1212 m4_include([m4/uptime.m4])
1213 m4_include([m4/userspec.m4])
1214 m4_include([m4/utimbuf.m4])
1215 m4_include([m4/utime.m4])
1216 m4_include([m4/utimecmp.m4])
1217 m4_include([m4/utimens.m4])
1218 m4_include([m4/utimes-null.m4])
1219 m4_include([m4/utimes.m4])
1220 m4_include([m4/vasnprintf.m4])
1221 m4_include([m4/vasprintf.m4])
1222 m4_include([m4/wchar_t.m4])
1223 m4_include([m4/wint_t.m4])
1224 m4_include([m4/xalloc.m4])
1225 m4_include([m4/xgetcwd.m4])
1226 m4_include([m4/xreadlink.m4])
1227 m4_include([m4/xstrtod.m4])
1228 m4_include([m4/xstrtoimax.m4])
1229 m4_include([m4/xstrtol.m4])
1230 m4_include([m4/xstrtoumax.m4])
1231 m4_include([m4/yesno.m4])