]>
Commit | Line | Data |
---|---|---|
ab509236 | 1 | # generated automatically by aclocal 1.8.2 -*- Autoconf -*- |
252b5132 | 2 | |
ab509236 | 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 |
13b2be9c DJ |
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. | |
252b5132 | 8 | |
13b2be9c DJ |
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. | |
252b5132 | 13 | |
ab509236 L |
14 | # -*- Autoconf -*- |
15 | # Copyright (C) 2002, 2003 Free Software Foundation, Inc. | |
16 | # Generated from amversion.in; do not edit by hand. | |
13b2be9c DJ |
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. | |
ab509236 | 36 | AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"]) |
13b2be9c DJ |
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], | |
ab509236 | 43 | [AM_AUTOMAKE_VERSION([1.8.2])]) |
13b2be9c | 44 | |
ab509236 | 45 | # AM_AUX_DIR_EXPAND |
13b2be9c | 46 | |
ab509236 | 47 | # Copyright (C) 2001, 2003 Free Software Foundation, Inc. |
13b2be9c DJ |
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 | ||
ab509236 L |
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/../..'. | |
252b5132 | 67 | # |
ab509236 L |
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. | |
252b5132 | 97 | # |
ab509236 L |
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 -*- | |
252b5132 | 110 | |
ab509236 | 111 | # Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc. |
13b2be9c DJ |
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 | ||
ab509236 | 128 | # serial 6 |
252b5132 | 129 | |
ab509236 L |
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='#' | |
252b5132 | 142 | else |
ab509236 L |
143 | $1_TRUE='#' |
144 | $1_FALSE= | |
252b5132 | 145 | fi |
ab509236 L |
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])]) | |
13b2be9c | 151 | |
ab509236 | 152 | # serial 6 -*- Autoconf -*- |
13b2be9c | 153 | |
ab509236 L |
154 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 |
155 | # Free Software Foundation, Inc. | |
13b2be9c DJ |
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 | ||
13b2be9c | 172 | |
ab509236 L |
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... | |
13b2be9c DJ |
178 | |
179 | ||
ab509236 L |
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 | : > sub/conftst$i.h | |
240 | done | |
241 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
242 | ||
243 | case $depmode in | |
244 | nosideeffect) | |
245 | # after this tag, mechanisms are not by side-effect, so they'll | |
246 | # only be used when explicitly requested | |
247 | if test "x$enable_dependency_tracking" = xyes; then | |
248 | continue | |
249 | else | |
250 | break | |
251 | fi | |
252 | ;; | |
253 | none) break ;; | |
254 | esac | |
255 | # We check with `-c' and `-o' for the sake of the "dashmstdout" | |
256 | # mode. It turns out that the SunPro C++ compiler does not properly | |
257 | # handle `-M -o', and we need to detect this. | |
258 | if depmode=$depmode \ | |
259 | source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | |
260 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | |
261 | $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ | |
262 | >/dev/null 2>conftest.err && | |
263 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | |
264 | grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | |
265 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then | |
266 | # icc doesn't choke on unknown options, it will just issue warnings | |
267 | # (even with -Werror). So we grep stderr for any message | |
268 | # that says an option was ignored. | |
269 | if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else | |
270 | am_cv_$1_dependencies_compiler_type=$depmode | |
271 | break | |
272 | fi | |
273 | fi | |
274 | done | |
275 | ||
276 | cd .. | |
277 | rm -rf conftest.dir | |
252b5132 | 278 | else |
ab509236 | 279 | am_cv_$1_dependencies_compiler_type=none |
252b5132 | 280 | fi |
13b2be9c | 281 | ]) |
ab509236 L |
282 | AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) |
283 | AM_CONDITIONAL([am__fastdep$1], [ | |
284 | test "x$enable_dependency_tracking" != xno \ | |
285 | && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) | |
286 | ]) | |
252b5132 | 287 | |
13b2be9c | 288 | |
ab509236 L |
289 | # AM_SET_DEPDIR |
290 | # ------------- | |
291 | # Choose a directory name for dependency files. | |
292 | # This macro is AC_REQUIREd in _AM_DEPENDENCIES | |
293 | AC_DEFUN([AM_SET_DEPDIR], | |
294 | [AC_REQUIRE([AM_SET_LEADING_DOT])dnl | |
295 | AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl | |
296 | ]) | |
297 | ||
298 | ||
299 | # AM_DEP_TRACK | |
300 | # ------------ | |
301 | AC_DEFUN([AM_DEP_TRACK], | |
302 | [AC_ARG_ENABLE(dependency-tracking, | |
303 | [ --disable-dependency-tracking speeds up one-time build | |
304 | --enable-dependency-tracking do not reject slow dependency extractors]) | |
305 | if test "x$enable_dependency_tracking" != xno; then | |
306 | am_depcomp="$ac_aux_dir/depcomp" | |
307 | AMDEPBACKSLASH='\' | |
308 | fi | |
309 | AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) | |
310 | AC_SUBST([AMDEPBACKSLASH]) | |
311 | ]) | |
312 | ||
313 | # Generate code to set up dependency tracking. -*- Autoconf -*- | |
314 | ||
315 | # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | |
13b2be9c DJ |
316 | |
317 | # This program is free software; you can redistribute it and/or modify | |
318 | # it under the terms of the GNU General Public License as published by | |
319 | # the Free Software Foundation; either version 2, or (at your option) | |
320 | # any later version. | |
321 | ||
322 | # This program is distributed in the hope that it will be useful, | |
323 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
324 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
325 | # GNU General Public License for more details. | |
326 | ||
327 | # You should have received a copy of the GNU General Public License | |
328 | # along with this program; if not, write to the Free Software | |
329 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
330 | # 02111-1307, USA. | |
331 | ||
ab509236 L |
332 | #serial 2 |
333 | ||
334 | # _AM_OUTPUT_DEPENDENCY_COMMANDS | |
335 | # ------------------------------ | |
336 | AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], | |
337 | [for mf in $CONFIG_FILES; do | |
338 | # Strip MF so we end up with the name of the file. | |
339 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
340 | # Check whether this is an Automake generated Makefile or not. | |
341 | # We used to match only the files named `Makefile.in', but | |
342 | # some people rename them; so instead we look at the file content. | |
343 | # Grep'ing the first line is not enough: some people post-process | |
344 | # each Makefile.in and add a new line on top of each file to say so. | |
345 | # So let's grep whole file. | |
346 | if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then | |
347 | dirpart=`AS_DIRNAME("$mf")` | |
348 | else | |
349 | continue | |
350 | fi | |
351 | grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue | |
352 | # Extract the definition of DEP_FILES from the Makefile without | |
353 | # running `make'. | |
354 | DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` | |
355 | test -z "$DEPDIR" && continue | |
356 | # When using ansi2knr, U may be empty or an underscore; expand it | |
357 | U=`sed -n -e '/^U = / s///p' < "$mf"` | |
358 | test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" | |
359 | # We invoke sed twice because it is the simplest approach to | |
360 | # changing $(DEPDIR) to its actual value in the expansion. | |
361 | for file in `sed -n -e ' | |
362 | /^DEP_FILES = .*\\\\$/ { | |
363 | s/^DEP_FILES = // | |
364 | :loop | |
365 | s/\\\\$// | |
366 | p | |
367 | n | |
368 | /\\\\$/ b loop | |
369 | p | |
370 | } | |
371 | /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ | |
372 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
373 | # Make sure the directory exists. | |
374 | test -f "$dirpart/$file" && continue | |
375 | fdir=`AS_DIRNAME(["$file"])` | |
376 | AS_MKDIR_P([$dirpart/$fdir]) | |
377 | # echo "creating $dirpart/$file" | |
378 | echo '# dummy' > "$dirpart/$file" | |
379 | done | |
380 | done | |
381 | ])# _AM_OUTPUT_DEPENDENCY_COMMANDS | |
382 | ||
383 | ||
384 | # AM_OUTPUT_DEPENDENCY_COMMANDS | |
385 | # ----------------------------- | |
386 | # This macro should only be invoked once -- use via AC_REQUIRE. | |
13b2be9c | 387 | # |
ab509236 L |
388 | # This code is only required when automatic dependency tracking |
389 | # is enabled. FIXME. This creates each `.P' file that we will | |
390 | # need in order to bootstrap the dependency handling code. | |
391 | AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], | |
392 | [AC_CONFIG_COMMANDS([depfiles], | |
393 | [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], | |
394 | [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) | |
395 | ]) | |
396 | ||
397 | # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- | |
398 | ||
399 | # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. | |
400 | ||
401 | # This program is free software; you can redistribute it and/or modify | |
402 | # it under the terms of the GNU General Public License as published by | |
403 | # the Free Software Foundation; either version 2, or (at your option) | |
404 | # any later version. | |
405 | ||
406 | # This program is distributed in the hope that it will be useful, | |
407 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
408 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
409 | # GNU General Public License for more details. | |
410 | ||
411 | # You should have received a copy of the GNU General Public License | |
412 | # along with this program; if not, write to the Free Software | |
413 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
414 | # 02111-1307, USA. | |
415 | ||
416 | # serial 7 | |
417 | ||
418 | # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. | |
419 | AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) | |
420 | ||
421 | # Do all the work for Automake. -*- Autoconf -*- | |
422 | ||
423 | # This macro actually does too much some checks are only needed if | |
424 | # your package does certain things. But this isn't really a big deal. | |
425 | ||
426 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | |
427 | # Free Software Foundation, Inc. | |
428 | ||
429 | # This program is free software; you can redistribute it and/or modify | |
430 | # it under the terms of the GNU General Public License as published by | |
431 | # the Free Software Foundation; either version 2, or (at your option) | |
432 | # any later version. | |
433 | ||
434 | # This program is distributed in the hope that it will be useful, | |
435 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
436 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
437 | # GNU General Public License for more details. | |
438 | ||
439 | # You should have received a copy of the GNU General Public License | |
440 | # along with this program; if not, write to the Free Software | |
441 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
442 | # 02111-1307, USA. | |
443 | ||
444 | # serial 11 | |
445 | ||
446 | # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) | |
447 | # AM_INIT_AUTOMAKE([OPTIONS]) | |
448 | # ----------------------------------------------- | |
449 | # The call with PACKAGE and VERSION arguments is the old style | |
450 | # call (pre autoconf-2.50), which is being phased out. PACKAGE | |
451 | # and VERSION should now be passed to AC_INIT and removed from | |
452 | # the call to AM_INIT_AUTOMAKE. | |
453 | # We support both call styles for the transition. After | |
454 | # the next Automake release, Autoconf can make the AC_INIT | |
455 | # arguments mandatory, and then we can depend on a new Autoconf | |
456 | # release and drop the old call support. | |
457 | AC_DEFUN([AM_INIT_AUTOMAKE], | |
458 | [AC_PREREQ([2.58])dnl | |
459 | dnl Autoconf wants to disallow AM_ names. We explicitly allow | |
460 | dnl the ones we care about. | |
461 | m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl | |
462 | AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl | |
463 | AC_REQUIRE([AC_PROG_INSTALL])dnl | |
464 | # test to see if srcdir already configured | |
465 | if test "`cd $srcdir && pwd`" != "`pwd`" && | |
466 | test -f $srcdir/config.status; then | |
467 | AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) | |
468 | fi | |
469 | ||
470 | # test whether we have cygpath | |
471 | if test -z "$CYGPATH_W"; then | |
472 | if (cygpath --version) >/dev/null 2>/dev/null; then | |
473 | CYGPATH_W='cygpath -w' | |
474 | else | |
475 | CYGPATH_W=echo | |
476 | fi | |
477 | fi | |
478 | AC_SUBST([CYGPATH_W]) | |
479 | ||
480 | # Define the identity of the package. | |
481 | dnl Distinguish between old-style and new-style calls. | |
482 | m4_ifval([$2], | |
483 | [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl | |
484 | AC_SUBST([PACKAGE], [$1])dnl | |
485 | AC_SUBST([VERSION], [$2])], | |
486 | [_AM_SET_OPTIONS([$1])dnl | |
487 | AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl | |
488 | AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl | |
13b2be9c | 489 | |
ab509236 L |
490 | _AM_IF_OPTION([no-define],, |
491 | [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) | |
492 | AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl | |
13b2be9c | 493 | |
ab509236 L |
494 | # Some tools Automake needs. |
495 | AC_REQUIRE([AM_SANITY_CHECK])dnl | |
496 | AC_REQUIRE([AC_ARG_PROGRAM])dnl | |
497 | AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) | |
498 | AM_MISSING_PROG(AUTOCONF, autoconf) | |
499 | AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) | |
500 | AM_MISSING_PROG(AUTOHEADER, autoheader) | |
501 | AM_MISSING_PROG(MAKEINFO, makeinfo) | |
502 | AM_MISSING_PROG(AMTAR, tar) | |
503 | AM_PROG_INSTALL_SH | |
504 | AM_PROG_INSTALL_STRIP | |
505 | AC_REQUIRE([AM_PROG_MKDIR_P])dnl | |
506 | # We need awk for the "check" target. The system "awk" is bad on | |
507 | # some platforms. | |
508 | AC_REQUIRE([AC_PROG_AWK])dnl | |
509 | AC_REQUIRE([AC_PROG_MAKE_SET])dnl | |
510 | AC_REQUIRE([AM_SET_LEADING_DOT])dnl | |
511 | ||
512 | _AM_IF_OPTION([no-dependencies],, | |
513 | [AC_PROVIDE_IFELSE([AC_PROG_CC], | |
514 | [_AM_DEPENDENCIES(CC)], | |
515 | [define([AC_PROG_CC], | |
516 | defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl | |
517 | AC_PROVIDE_IFELSE([AC_PROG_CXX], | |
518 | [_AM_DEPENDENCIES(CXX)], | |
519 | [define([AC_PROG_CXX], | |
520 | defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl | |
13b2be9c | 521 | ]) |
ab509236 L |
522 | ]) |
523 | ||
524 | ||
525 | # When config.status generates a header, we must update the stamp-h file. | |
526 | # This file resides in the same directory as the config header | |
527 | # that is generated. The stamp files are numbered to have different names. | |
528 | ||
529 | # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the | |
530 | # loop where config.status creates the headers, so we can generate | |
531 | # our stamp files there. | |
532 | AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], | |
533 | [# Compute $1's index in $config_headers. | |
534 | _am_stamp_count=1 | |
535 | for _am_header in $config_headers :; do | |
536 | case $_am_header in | |
537 | $1 | $1:* ) | |
538 | break ;; | |
539 | * ) | |
540 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
541 | esac | |
542 | done | |
543 | echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) | |
13b2be9c DJ |
544 | |
545 | # AM_PROG_INSTALL_SH | |
546 | # ------------------ | |
547 | # Define $install_sh. | |
548 | ||
ab509236 | 549 | # Copyright (C) 2001, 2003 Free Software Foundation, Inc. |
13b2be9c DJ |
550 | |
551 | # This program is free software; you can redistribute it and/or modify | |
552 | # it under the terms of the GNU General Public License as published by | |
553 | # the Free Software Foundation; either version 2, or (at your option) | |
554 | # any later version. | |
555 | ||
556 | # This program is distributed in the hope that it will be useful, | |
557 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
558 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
559 | # GNU General Public License for more details. | |
560 | ||
561 | # You should have received a copy of the GNU General Public License | |
562 | # along with this program; if not, write to the Free Software | |
563 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
564 | # 02111-1307, USA. | |
565 | ||
566 | AC_DEFUN([AM_PROG_INSTALL_SH], | |
567 | [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl | |
568 | install_sh=${install_sh-"$am_aux_dir/install-sh"} | |
569 | AC_SUBST(install_sh)]) | |
570 | ||
13b2be9c DJ |
571 | # -*- Autoconf -*- |
572 | # Copyright (C) 2003 Free Software Foundation, Inc. | |
573 | ||
574 | # This program is free software; you can redistribute it and/or modify | |
575 | # it under the terms of the GNU General Public License as published by | |
576 | # the Free Software Foundation; either version 2, or (at your option) | |
577 | # any later version. | |
578 | ||
579 | # This program is distributed in the hope that it will be useful, | |
580 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
581 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
582 | # GNU General Public License for more details. | |
583 | ||
584 | # You should have received a copy of the GNU General Public License | |
585 | # along with this program; if not, write to the Free Software | |
586 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
587 | # 02111-1307, USA. | |
588 | ||
589 | # serial 1 | |
590 | ||
591 | # Check whether the underlying file-system supports filenames | |
592 | # with a leading dot. For instance MS-DOS doesn't. | |
593 | AC_DEFUN([AM_SET_LEADING_DOT], | |
594 | [rm -rf .tst 2>/dev/null | |
595 | mkdir .tst 2>/dev/null | |
596 | if test -d .tst; then | |
597 | am__leading_dot=. | |
598 | else | |
599 | am__leading_dot=_ | |
600 | fi | |
601 | rmdir .tst 2>/dev/null | |
602 | AC_SUBST([am__leading_dot])]) | |
603 | ||
13b2be9c | 604 | |
ab509236 L |
605 | # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 |
606 | # Free Software Foundation, Inc. | |
13b2be9c DJ |
607 | |
608 | # This program is free software; you can redistribute it and/or modify | |
609 | # it under the terms of the GNU General Public License as published by | |
610 | # the Free Software Foundation; either version 2, or (at your option) | |
611 | # any later version. | |
252b5132 | 612 | |
13b2be9c DJ |
613 | # This program is distributed in the hope that it will be useful, |
614 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
615 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
616 | # GNU General Public License for more details. | |
252b5132 | 617 | |
13b2be9c DJ |
618 | # You should have received a copy of the GNU General Public License |
619 | # along with this program; if not, write to the Free Software | |
620 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
621 | # 02111-1307, USA. | |
622 | ||
ab509236 | 623 | # serial 4 |
13b2be9c | 624 | |
ab509236 L |
625 | # AM_PROG_LEX |
626 | # ----------- | |
627 | # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a | |
628 | # "missing" invocation, for better error output. | |
629 | AC_DEFUN([AM_PROG_LEX], | |
630 | [AC_PREREQ(2.50)dnl | |
631 | AC_REQUIRE([AM_MISSING_HAS_RUN])dnl | |
632 | AC_REQUIRE([AC_PROG_LEX])dnl | |
633 | if test "$LEX" = :; then | |
634 | LEX=${am_missing_run}flex | |
635 | fi]) | |
13b2be9c | 636 | |
ab509236 L |
637 | # Add --enable-maintainer-mode option to configure. |
638 | # From Jim Meyering | |
13b2be9c | 639 | |
ab509236 L |
640 | # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004 |
641 | # Free Software Foundation, Inc. | |
13b2be9c DJ |
642 | |
643 | # This program is free software; you can redistribute it and/or modify | |
644 | # it under the terms of the GNU General Public License as published by | |
645 | # the Free Software Foundation; either version 2, or (at your option) | |
646 | # any later version. | |
647 | ||
648 | # This program is distributed in the hope that it will be useful, | |
649 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
650 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
651 | # GNU General Public License for more details. | |
652 | ||
653 | # You should have received a copy of the GNU General Public License | |
654 | # along with this program; if not, write to the Free Software | |
655 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
ab509236 | 656 | # 02111-1307, USA. |
13b2be9c | 657 | |
ab509236 | 658 | # serial 3 |
13b2be9c | 659 | |
ab509236 L |
660 | AC_DEFUN([AM_MAINTAINER_MODE], |
661 | [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) | |
662 | dnl maintainer-mode is disabled by default | |
663 | AC_ARG_ENABLE(maintainer-mode, | |
664 | [ --enable-maintainer-mode enable make rules and dependencies not useful | |
665 | (and sometimes confusing) to the casual installer], | |
666 | USE_MAINTAINER_MODE=$enableval, | |
667 | USE_MAINTAINER_MODE=no) | |
668 | AC_MSG_RESULT([$USE_MAINTAINER_MODE]) | |
669 | AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) | |
670 | MAINT=$MAINTAINER_MODE_TRUE | |
671 | AC_SUBST(MAINT)dnl | |
672 | ] | |
673 | ) | |
13b2be9c | 674 | |
ab509236 | 675 | AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) |
13b2be9c DJ |
676 | |
677 | # Check to see how 'make' treats includes. -*- Autoconf -*- | |
678 | ||
679 | # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. | |
680 | ||
681 | # This program is free software; you can redistribute it and/or modify | |
682 | # it under the terms of the GNU General Public License as published by | |
683 | # the Free Software Foundation; either version 2, or (at your option) | |
684 | # any later version. | |
685 | ||
686 | # This program is distributed in the hope that it will be useful, | |
687 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
688 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
689 | # GNU General Public License for more details. | |
690 | ||
691 | # You should have received a copy of the GNU General Public License | |
692 | # along with this program; if not, write to the Free Software | |
693 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
694 | # 02111-1307, USA. | |
695 | ||
696 | # serial 2 | |
697 | ||
698 | # AM_MAKE_INCLUDE() | |
699 | # ----------------- | |
700 | # Check to see how make treats includes. | |
701 | AC_DEFUN([AM_MAKE_INCLUDE], | |
702 | [am_make=${MAKE-make} | |
703 | cat > confinc << 'END' | |
704 | am__doit: | |
705 | @echo done | |
706 | .PHONY: am__doit | |
707 | END | |
708 | # If we don't find an include directive, just comment out the code. | |
709 | AC_MSG_CHECKING([for style of include used by $am_make]) | |
710 | am__include="#" | |
711 | am__quote= | |
712 | _am_result=none | |
713 | # First try GNU make style include. | |
714 | echo "include confinc" > confmf | |
715 | # We grep out `Entering directory' and `Leaving directory' | |
716 | # messages which can occur if `w' ends up in MAKEFLAGS. | |
717 | # In particular we don't look at `^make:' because GNU make might | |
718 | # be invoked under some other name (usually "gmake"), in which | |
719 | # case it prints its new name instead of `make'. | |
720 | if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then | |
721 | am__include=include | |
722 | am__quote= | |
723 | _am_result=GNU | |
724 | fi | |
725 | # Now try BSD make style include. | |
726 | if test "$am__include" = "#"; then | |
727 | echo '.include "confinc"' > confmf | |
728 | if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then | |
729 | am__include=.include | |
730 | am__quote="\"" | |
731 | _am_result=BSD | |
732 | fi | |
733 | fi | |
734 | AC_SUBST([am__include]) | |
735 | AC_SUBST([am__quote]) | |
736 | AC_MSG_RESULT([$_am_result]) | |
737 | rm -f confinc confmf | |
738 | ]) | |
739 | ||
ab509236 L |
740 | # -*- Autoconf -*- |
741 | ||
13b2be9c | 742 | |
ab509236 | 743 | # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. |
13b2be9c DJ |
744 | |
745 | # This program is free software; you can redistribute it and/or modify | |
746 | # it under the terms of the GNU General Public License as published by | |
747 | # the Free Software Foundation; either version 2, or (at your option) | |
748 | # any later version. | |
749 | ||
750 | # This program is distributed in the hope that it will be useful, | |
751 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
752 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
753 | # GNU General Public License for more details. | |
754 | ||
755 | # You should have received a copy of the GNU General Public License | |
756 | # along with this program; if not, write to the Free Software | |
757 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
758 | # 02111-1307, USA. | |
759 | ||
ab509236 L |
760 | # serial 3 |
761 | ||
762 | # AM_MISSING_PROG(NAME, PROGRAM) | |
763 | # ------------------------------ | |
764 | AC_DEFUN([AM_MISSING_PROG], | |
765 | [AC_REQUIRE([AM_MISSING_HAS_RUN]) | |
766 | $1=${$1-"${am_missing_run}$2"} | |
767 | AC_SUBST($1)]) | |
13b2be9c | 768 | |
13b2be9c | 769 | |
ab509236 L |
770 | # AM_MISSING_HAS_RUN |
771 | # ------------------ | |
772 | # Define MISSING if not defined so far and test if it supports --run. | |
773 | # If it does, set am_missing_run to use it, otherwise, to nothing. | |
774 | AC_DEFUN([AM_MISSING_HAS_RUN], | |
775 | [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl | |
776 | test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" | |
777 | # Use eval to expand $SHELL | |
778 | if eval "$MISSING --run true"; then | |
779 | am_missing_run="$MISSING --run " | |
13b2be9c | 780 | else |
ab509236 L |
781 | am_missing_run= |
782 | AC_MSG_WARN([`missing' script is too old or missing]) | |
13b2be9c | 783 | fi |
ab509236 | 784 | ]) |
13b2be9c | 785 | |
ab509236 L |
786 | # AM_PROG_MKDIR_P |
787 | # --------------- | |
788 | # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. | |
13b2be9c | 789 | |
ab509236 | 790 | # Copyright (C) 2003, 2004 Free Software Foundation, Inc. |
13b2be9c DJ |
791 | |
792 | # This program is free software; you can redistribute it and/or modify | |
793 | # it under the terms of the GNU General Public License as published by | |
794 | # the Free Software Foundation; either version 2, or (at your option) | |
795 | # any later version. | |
796 | ||
797 | # This program is distributed in the hope that it will be useful, | |
798 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
799 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
800 | # GNU General Public License for more details. | |
801 | ||
802 | # You should have received a copy of the GNU General Public License | |
803 | # along with this program; if not, write to the Free Software | |
804 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
805 | # 02111-1307, USA. | |
806 | ||
ab509236 L |
807 | # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories |
808 | # created by `make install' are always world readable, even if the | |
809 | # installer happens to have an overly restrictive umask (e.g. 077). | |
810 | # This was a mistake. There are at least two reasons why we must not | |
811 | # use `-m 0755': | |
812 | # - it causes special bits like SGID to be ignored, | |
813 | # - it may be too restrictive (some setups expect 775 directories). | |
814 | # | |
815 | # Do not use -m 0755 and let people choose whatever they expect by | |
816 | # setting umask. | |
817 | AC_DEFUN([AM_PROG_MKDIR_P], | |
818 | [if mkdir -p -- . 2>/dev/null; then | |
819 | # Keeping the `.' argument allows $(mkdir_p) to be used without | |
820 | # argument. Indeed, we sometimes output rules like | |
821 | # $(mkdir_p) $(somedir) | |
822 | # where $(somedir) is conditionally defined. | |
823 | # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more | |
824 | # expensive solution, as it forces Make to start a sub-shell.) | |
825 | mkdir_p='mkdir -p -- .' | |
826 | else | |
827 | # On NextStep and OpenStep, the `mkdir' command does not | |
828 | # recognize any option. It will interpret all options as | |
829 | # directories to create, and then abort because `.' already | |
830 | # exists. | |
831 | for d in ./-p ./--; | |
832 | do | |
833 | test -d $d && rmdir $d | |
834 | done | |
835 | # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. | |
836 | if test -f "$ac_aux_dir/mkinstalldirs"; then | |
837 | mkdir_p='$(mkinstalldirs)' | |
838 | else | |
839 | mkdir_p='$(install_sh) -d' | |
840 | fi | |
841 | fi | |
842 | AC_SUBST([mkdir_p])]) | |
843 | ||
844 | # Helper functions for option handling. -*- Autoconf -*- | |
13b2be9c | 845 | |
ab509236 | 846 | # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. |
13b2be9c | 847 | |
ab509236 L |
848 | # This program is free software; you can redistribute it and/or modify |
849 | # it under the terms of the GNU General Public License as published by | |
850 | # the Free Software Foundation; either version 2, or (at your option) | |
851 | # any later version. | |
852 | ||
853 | # This program is distributed in the hope that it will be useful, | |
854 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
855 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
856 | # GNU General Public License for more details. | |
857 | ||
858 | # You should have received a copy of the GNU General Public License | |
859 | # along with this program; if not, write to the Free Software | |
860 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
861 | # 02111-1307, USA. | |
862 | ||
863 | # serial 2 | |
864 | ||
865 | # _AM_MANGLE_OPTION(NAME) | |
866 | # ----------------------- | |
867 | AC_DEFUN([_AM_MANGLE_OPTION], | |
868 | [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) | |
869 | ||
870 | # _AM_SET_OPTION(NAME) | |
871 | # ------------------------------ | |
872 | # Set option NAME. Presently that only means defining a flag for this option. | |
873 | AC_DEFUN([_AM_SET_OPTION], | |
874 | [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) | |
875 | ||
876 | # _AM_SET_OPTIONS(OPTIONS) | |
877 | # ---------------------------------- | |
878 | # OPTIONS is a space-separated list of Automake options. | |
879 | AC_DEFUN([_AM_SET_OPTIONS], | |
880 | [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) | |
881 | ||
882 | # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) | |
883 | # ------------------------------------------- | |
884 | # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. | |
885 | AC_DEFUN([_AM_IF_OPTION], | |
886 | [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) | |
13b2be9c | 887 | |
ab509236 L |
888 | # |
889 | # Check to make sure that the build environment is sane. | |
890 | # | |
13b2be9c | 891 | |
ab509236 | 892 | # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. |
13b2be9c DJ |
893 | |
894 | # This program is free software; you can redistribute it and/or modify | |
895 | # it under the terms of the GNU General Public License as published by | |
896 | # the Free Software Foundation; either version 2, or (at your option) | |
897 | # any later version. | |
898 | ||
899 | # This program is distributed in the hope that it will be useful, | |
900 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
901 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
902 | # GNU General Public License for more details. | |
903 | ||
904 | # You should have received a copy of the GNU General Public License | |
905 | # along with this program; if not, write to the Free Software | |
906 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
907 | # 02111-1307, USA. | |
908 | ||
909 | # serial 3 | |
910 | ||
ab509236 L |
911 | # AM_SANITY_CHECK |
912 | # --------------- | |
913 | AC_DEFUN([AM_SANITY_CHECK], | |
914 | [AC_MSG_CHECKING([whether build environment is sane]) | |
915 | # Just in case | |
916 | sleep 1 | |
917 | echo timestamp > conftest.file | |
918 | # Do `set' in a subshell so we don't clobber the current shell's | |
919 | # arguments. Must try -L first in case configure is actually a | |
920 | # symlink; some systems play weird games with the mod time of symlinks | |
921 | # (eg FreeBSD returns the mod time of the symlink's containing | |
922 | # directory). | |
923 | if ( | |
924 | set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` | |
925 | if test "$[*]" = "X"; then | |
926 | # -L didn't work. | |
927 | set X `ls -t $srcdir/configure conftest.file` | |
928 | fi | |
929 | rm -f conftest.file | |
930 | if test "$[*]" != "X $srcdir/configure conftest.file" \ | |
931 | && test "$[*]" != "X conftest.file $srcdir/configure"; then | |
13b2be9c | 932 | |
ab509236 L |
933 | # If neither matched, then we have a broken ls. This can happen |
934 | # if, for instance, CONFIG_SHELL is bash and it inherits a | |
935 | # broken ls alias from the environment. This has actually | |
936 | # happened. Such a system could not be considered "sane". | |
937 | AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken | |
938 | alias in your environment]) | |
939 | fi | |
252b5132 | 940 | |
ab509236 L |
941 | test "$[2]" = conftest.file |
942 | ) | |
943 | then | |
944 | # Ok. | |
945 | : | |
946 | else | |
947 | AC_MSG_ERROR([newly created file is older than distributed files! | |
948 | Check your system clock]) | |
949 | fi | |
950 | AC_MSG_RESULT(yes)]) | |
951 | ||
952 | # AM_PROG_INSTALL_STRIP | |
252b5132 | 953 | |
ab509236 | 954 | # Copyright (C) 2001, 2003 Free Software Foundation, Inc. |
13b2be9c DJ |
955 | |
956 | # This program is free software; you can redistribute it and/or modify | |
957 | # it under the terms of the GNU General Public License as published by | |
958 | # the Free Software Foundation; either version 2, or (at your option) | |
959 | # any later version. | |
960 | ||
961 | # This program is distributed in the hope that it will be useful, | |
962 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
963 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
964 | # GNU General Public License for more details. | |
965 | ||
966 | # You should have received a copy of the GNU General Public License | |
967 | # along with this program; if not, write to the Free Software | |
968 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
969 | # 02111-1307, USA. | |
970 | ||
ab509236 L |
971 | # One issue with vendor `install' (even GNU) is that you can't |
972 | # specify the program used to strip binaries. This is especially | |
973 | # annoying in cross-compiling environments, where the build's strip | |
974 | # is unlikely to handle the host's binaries. | |
975 | # Fortunately install-sh will honor a STRIPPROG variable, so we | |
976 | # always use install-sh in `make install-strip', and initialize | |
977 | # STRIPPROG with the value of the STRIP variable (set by the user). | |
978 | AC_DEFUN([AM_PROG_INSTALL_STRIP], | |
979 | [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl | |
980 | # Installed binaries are usually stripped using `strip' when the user | |
981 | # run `make install-strip'. However `strip' might not be the right | |
982 | # tool to use in cross-compilation environments, therefore Automake | |
983 | # will honor the `STRIP' environment variable to overrule this program. | |
984 | dnl Don't test for $cross_compiling = yes, because it might be `maybe'. | |
985 | if test "$cross_compiling" != no; then | |
986 | AC_CHECK_TOOL([STRIP], [strip], :) | |
987 | fi | |
988 | INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" | |
989 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) | |
252b5132 | 990 | |
ab509236 | 991 | m4_include([acinclude.m4]) |