aclocal.m4 revision 1.1.1.1 1 1.1 christos # generated automatically by aclocal 1.10 -*- Autoconf -*-
2 1.1 christos
3 1.1 christos # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 1.1 christos # 2005, 2006 Free Software Foundation, Inc.
5 1.1 christos # This file is free software; the Free Software Foundation
6 1.1 christos # gives unlimited permission to copy and/or distribute it,
7 1.1 christos # with or without modifications, as long as this notice is preserved.
8 1.1 christos
9 1.1 christos # This program is distributed in the hope that it will be useful,
10 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 1.1 christos # PARTICULAR PURPOSE.
13 1.1 christos
14 1.1 christos m4_if(m4_PACKAGE_VERSION, [2.60],,
15 1.1 christos [m4_fatal([this file was generated for autoconf 2.60.
16 1.1 christos You have another version of autoconf. If you want to use that,
17 1.1 christos you should regenerate the build system entirely.], [63])])
18 1.1 christos
19 1.1 christos # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
20 1.1 christos #
21 1.1 christos # This file is free software; the Free Software Foundation
22 1.1 christos # gives unlimited permission to copy and/or distribute it,
23 1.1 christos # with or without modifications, as long as this notice is preserved.
24 1.1 christos
25 1.1 christos # AM_AUTOMAKE_VERSION(VERSION)
26 1.1 christos # ----------------------------
27 1.1 christos # Automake X.Y traces this macro to ensure aclocal.m4 has been
28 1.1 christos # generated from the m4 files accompanying Automake X.Y.
29 1.1 christos # (This private macro should not be called outside this file.)
30 1.1 christos AC_DEFUN([AM_AUTOMAKE_VERSION],
31 1.1 christos [am__api_version='1.10'
32 1.1 christos dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
33 1.1 christos dnl require some minimum version. Point them to the right macro.
34 1.1 christos m4_if([$1], [1.10], [],
35 1.1 christos [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
36 1.1 christos ])
37 1.1 christos
38 1.1 christos # _AM_AUTOCONF_VERSION(VERSION)
39 1.1 christos # -----------------------------
40 1.1 christos # aclocal traces this macro to find the Autoconf version.
41 1.1 christos # This is a private macro too. Using m4_define simplifies
42 1.1 christos # the logic in aclocal, which can simply ignore this definition.
43 1.1 christos m4_define([_AM_AUTOCONF_VERSION], [])
44 1.1 christos
45 1.1 christos # AM_SET_CURRENT_AUTOMAKE_VERSION
46 1.1 christos # -------------------------------
47 1.1 christos # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
48 1.1 christos # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
49 1.1 christos AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
50 1.1 christos [AM_AUTOMAKE_VERSION([1.10])dnl
51 1.1 christos _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
52 1.1 christos
53 1.1 christos # AM_AUX_DIR_EXPAND -*- Autoconf -*-
54 1.1 christos
55 1.1 christos # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
56 1.1 christos #
57 1.1 christos # This file is free software; the Free Software Foundation
58 1.1 christos # gives unlimited permission to copy and/or distribute it,
59 1.1 christos # with or without modifications, as long as this notice is preserved.
60 1.1 christos
61 1.1 christos # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
62 1.1 christos # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
63 1.1 christos # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
64 1.1 christos #
65 1.1 christos # Of course, Automake must honor this variable whenever it calls a
66 1.1 christos # tool from the auxiliary directory. The problem is that $srcdir (and
67 1.1 christos # therefore $ac_aux_dir as well) can be either absolute or relative,
68 1.1 christos # depending on how configure is run. This is pretty annoying, since
69 1.1 christos # it makes $ac_aux_dir quite unusable in subdirectories: in the top
70 1.1 christos # source directory, any form will work fine, but in subdirectories a
71 1.1 christos # relative path needs to be adjusted first.
72 1.1 christos #
73 1.1 christos # $ac_aux_dir/missing
74 1.1 christos # fails when called from a subdirectory if $ac_aux_dir is relative
75 1.1 christos # $top_srcdir/$ac_aux_dir/missing
76 1.1 christos # fails if $ac_aux_dir is absolute,
77 1.1 christos # fails when called from a subdirectory in a VPATH build with
78 1.1 christos # a relative $ac_aux_dir
79 1.1 christos #
80 1.1 christos # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
81 1.1 christos # are both prefixed by $srcdir. In an in-source build this is usually
82 1.1 christos # harmless because $srcdir is `.', but things will broke when you
83 1.1 christos # start a VPATH build or use an absolute $srcdir.
84 1.1 christos #
85 1.1 christos # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
86 1.1 christos # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
87 1.1 christos # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
88 1.1 christos # and then we would define $MISSING as
89 1.1 christos # MISSING="\${SHELL} $am_aux_dir/missing"
90 1.1 christos # This will work as long as MISSING is not called from configure, because
91 1.1 christos # unfortunately $(top_srcdir) has no meaning in configure.
92 1.1 christos # However there are other variables, like CC, which are often used in
93 1.1 christos # configure, and could therefore not use this "fixed" $ac_aux_dir.
94 1.1 christos #
95 1.1 christos # Another solution, used here, is to always expand $ac_aux_dir to an
96 1.1 christos # absolute PATH. The drawback is that using absolute paths prevent a
97 1.1 christos # configured tree to be moved without reconfiguration.
98 1.1 christos
99 1.1 christos AC_DEFUN([AM_AUX_DIR_EXPAND],
100 1.1 christos [dnl Rely on autoconf to set up CDPATH properly.
101 1.1 christos AC_PREREQ([2.50])dnl
102 1.1 christos # expand $ac_aux_dir to an absolute path
103 1.1 christos am_aux_dir=`cd $ac_aux_dir && pwd`
104 1.1 christos ])
105 1.1 christos
106 1.1 christos # AM_CONDITIONAL -*- Autoconf -*-
107 1.1 christos
108 1.1 christos # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
109 1.1 christos # Free Software Foundation, Inc.
110 1.1 christos #
111 1.1 christos # This file is free software; the Free Software Foundation
112 1.1 christos # gives unlimited permission to copy and/or distribute it,
113 1.1 christos # with or without modifications, as long as this notice is preserved.
114 1.1 christos
115 1.1 christos # serial 8
116 1.1 christos
117 1.1 christos # AM_CONDITIONAL(NAME, SHELL-CONDITION)
118 1.1 christos # -------------------------------------
119 1.1 christos # Define a conditional.
120 1.1 christos AC_DEFUN([AM_CONDITIONAL],
121 1.1 christos [AC_PREREQ(2.52)dnl
122 1.1 christos ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
123 1.1 christos [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
124 1.1 christos AC_SUBST([$1_TRUE])dnl
125 1.1 christos AC_SUBST([$1_FALSE])dnl
126 1.1 christos _AM_SUBST_NOTMAKE([$1_TRUE])dnl
127 1.1 christos _AM_SUBST_NOTMAKE([$1_FALSE])dnl
128 1.1 christos if $2; then
129 1.1 christos $1_TRUE=
130 1.1 christos $1_FALSE='#'
131 1.1 christos else
132 1.1 christos $1_TRUE='#'
133 1.1 christos $1_FALSE=
134 1.1 christos fi
135 1.1 christos AC_CONFIG_COMMANDS_PRE(
136 1.1 christos [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
137 1.1 christos AC_MSG_ERROR([[conditional "$1" was never defined.
138 1.1 christos Usually this means the macro was only invoked conditionally.]])
139 1.1 christos fi])])
140 1.1 christos
141 1.1 christos # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
142 1.1 christos # Free Software Foundation, Inc.
143 1.1 christos #
144 1.1 christos # This file is free software; the Free Software Foundation
145 1.1 christos # gives unlimited permission to copy and/or distribute it,
146 1.1 christos # with or without modifications, as long as this notice is preserved.
147 1.1 christos
148 1.1 christos # serial 9
149 1.1 christos
150 1.1 christos # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
151 1.1 christos # written in clear, in which case automake, when reading aclocal.m4,
152 1.1 christos # will think it sees a *use*, and therefore will trigger all it's
153 1.1 christos # C support machinery. Also note that it means that autoscan, seeing
154 1.1 christos # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
155 1.1 christos
156 1.1 christos
157 1.1 christos # _AM_DEPENDENCIES(NAME)
158 1.1 christos # ----------------------
159 1.1 christos # See how the compiler implements dependency checking.
160 1.1 christos # NAME is "CC", "CXX", "GCJ", or "OBJC".
161 1.1 christos # We try a few techniques and use that to set a single cache variable.
162 1.1 christos #
163 1.1 christos # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
164 1.1 christos # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
165 1.1 christos # dependency, and given that the user is not expected to run this macro,
166 1.1 christos # just rely on AC_PROG_CC.
167 1.1 christos AC_DEFUN([_AM_DEPENDENCIES],
168 1.1 christos [AC_REQUIRE([AM_SET_DEPDIR])dnl
169 1.1 christos AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
170 1.1 christos AC_REQUIRE([AM_MAKE_INCLUDE])dnl
171 1.1 christos AC_REQUIRE([AM_DEP_TRACK])dnl
172 1.1 christos
173 1.1 christos ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
174 1.1 christos [$1], CXX, [depcc="$CXX" am_compiler_list=],
175 1.1 christos [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
176 1.1 christos [$1], UPC, [depcc="$UPC" am_compiler_list=],
177 1.1 christos [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
178 1.1 christos [depcc="$$1" am_compiler_list=])
179 1.1 christos
180 1.1 christos AC_CACHE_CHECK([dependency style of $depcc],
181 1.1 christos [am_cv_$1_dependencies_compiler_type],
182 1.1 christos [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
183 1.1 christos # We make a subdir and do the tests there. Otherwise we can end up
184 1.1 christos # making bogus files that we don't know about and never remove. For
185 1.1 christos # instance it was reported that on HP-UX the gcc test will end up
186 1.1 christos # making a dummy file named `D' -- because `-MD' means `put the output
187 1.1 christos # in D'.
188 1.1 christos mkdir conftest.dir
189 1.1 christos # Copy depcomp to subdir because otherwise we won't find it if we're
190 1.1 christos # using a relative directory.
191 1.1 christos cp "$am_depcomp" conftest.dir
192 1.1 christos cd conftest.dir
193 1.1 christos # We will build objects and dependencies in a subdirectory because
194 1.1 christos # it helps to detect inapplicable dependency modes. For instance
195 1.1 christos # both Tru64's cc and ICC support -MD to output dependencies as a
196 1.1 christos # side effect of compilation, but ICC will put the dependencies in
197 1.1 christos # the current directory while Tru64 will put them in the object
198 1.1 christos # directory.
199 1.1 christos mkdir sub
200 1.1 christos
201 1.1 christos am_cv_$1_dependencies_compiler_type=none
202 1.1 christos if test "$am_compiler_list" = ""; then
203 1.1 christos am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
204 1.1 christos fi
205 1.1 christos for depmode in $am_compiler_list; do
206 1.1 christos # Setup a source with many dependencies, because some compilers
207 1.1 christos # like to wrap large dependency lists on column 80 (with \), and
208 1.1 christos # we should not choose a depcomp mode which is confused by this.
209 1.1 christos #
210 1.1 christos # We need to recreate these files for each test, as the compiler may
211 1.1 christos # overwrite some of them when testing with obscure command lines.
212 1.1 christos # This happens at least with the AIX C compiler.
213 1.1 christos : > sub/conftest.c
214 1.1 christos for i in 1 2 3 4 5 6; do
215 1.1 christos echo '#include "conftst'$i'.h"' >> sub/conftest.c
216 1.1 christos # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
217 1.1 christos # Solaris 8's {/usr,}/bin/sh.
218 1.1 christos touch sub/conftst$i.h
219 1.1 christos done
220 1.1 christos echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
221 1.1 christos
222 1.1 christos case $depmode in
223 1.1 christos nosideeffect)
224 1.1 christos # after this tag, mechanisms are not by side-effect, so they'll
225 1.1 christos # only be used when explicitly requested
226 1.1 christos if test "x$enable_dependency_tracking" = xyes; then
227 1.1 christos continue
228 1.1 christos else
229 1.1 christos break
230 1.1 christos fi
231 1.1 christos ;;
232 1.1 christos none) break ;;
233 1.1 christos esac
234 1.1 christos # We check with `-c' and `-o' for the sake of the "dashmstdout"
235 1.1 christos # mode. It turns out that the SunPro C++ compiler does not properly
236 1.1 christos # handle `-M -o', and we need to detect this.
237 1.1 christos if depmode=$depmode \
238 1.1 christos source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
239 1.1 christos depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
240 1.1 christos $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
241 1.1 christos >/dev/null 2>conftest.err &&
242 1.1 christos grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
243 1.1 christos grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
244 1.1 christos grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
245 1.1 christos ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
246 1.1 christos # icc doesn't choke on unknown options, it will just issue warnings
247 1.1 christos # or remarks (even with -Werror). So we grep stderr for any message
248 1.1 christos # that says an option was ignored or not supported.
249 1.1 christos # When given -MP, icc 7.0 and 7.1 complain thusly:
250 1.1 christos # icc: Command line warning: ignoring option '-M'; no argument required
251 1.1 christos # The diagnosis changed in icc 8.0:
252 1.1 christos # icc: Command line remark: option '-MP' not supported
253 1.1 christos if (grep 'ignoring option' conftest.err ||
254 1.1 christos grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
255 1.1 christos am_cv_$1_dependencies_compiler_type=$depmode
256 1.1 christos break
257 1.1 christos fi
258 1.1 christos fi
259 1.1 christos done
260 1.1 christos
261 1.1 christos cd ..
262 1.1 christos rm -rf conftest.dir
263 1.1 christos else
264 1.1 christos am_cv_$1_dependencies_compiler_type=none
265 1.1 christos fi
266 1.1 christos ])
267 1.1 christos AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
268 1.1 christos AM_CONDITIONAL([am__fastdep$1], [
269 1.1 christos test "x$enable_dependency_tracking" != xno \
270 1.1 christos && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
271 1.1 christos ])
272 1.1 christos
273 1.1 christos
274 1.1 christos # AM_SET_DEPDIR
275 1.1 christos # -------------
276 1.1 christos # Choose a directory name for dependency files.
277 1.1 christos # This macro is AC_REQUIREd in _AM_DEPENDENCIES
278 1.1 christos AC_DEFUN([AM_SET_DEPDIR],
279 1.1 christos [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
280 1.1 christos AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
281 1.1 christos ])
282 1.1 christos
283 1.1 christos
284 1.1 christos # AM_DEP_TRACK
285 1.1 christos # ------------
286 1.1 christos AC_DEFUN([AM_DEP_TRACK],
287 1.1 christos [AC_ARG_ENABLE(dependency-tracking,
288 1.1 christos [ --disable-dependency-tracking speeds up one-time build
289 1.1 christos --enable-dependency-tracking do not reject slow dependency extractors])
290 1.1 christos if test "x$enable_dependency_tracking" != xno; then
291 1.1 christos am_depcomp="$ac_aux_dir/depcomp"
292 1.1 christos AMDEPBACKSLASH='\'
293 1.1 christos fi
294 1.1 christos AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
295 1.1 christos AC_SUBST([AMDEPBACKSLASH])dnl
296 1.1 christos _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
297 1.1 christos ])
298 1.1 christos
299 1.1 christos # Generate code to set up dependency tracking. -*- Autoconf -*-
300 1.1 christos
301 1.1 christos # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
302 1.1 christos # Free Software Foundation, Inc.
303 1.1 christos #
304 1.1 christos # This file is free software; the Free Software Foundation
305 1.1 christos # gives unlimited permission to copy and/or distribute it,
306 1.1 christos # with or without modifications, as long as this notice is preserved.
307 1.1 christos
308 1.1 christos #serial 3
309 1.1 christos
310 1.1 christos # _AM_OUTPUT_DEPENDENCY_COMMANDS
311 1.1 christos # ------------------------------
312 1.1 christos AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
313 1.1 christos [for mf in $CONFIG_FILES; do
314 1.1 christos # Strip MF so we end up with the name of the file.
315 1.1 christos mf=`echo "$mf" | sed -e 's/:.*$//'`
316 1.1 christos # Check whether this is an Automake generated Makefile or not.
317 1.1 christos # We used to match only the files named `Makefile.in', but
318 1.1 christos # some people rename them; so instead we look at the file content.
319 1.1 christos # Grep'ing the first line is not enough: some people post-process
320 1.1 christos # each Makefile.in and add a new line on top of each file to say so.
321 1.1 christos # Grep'ing the whole file is not good either: AIX grep has a line
322 1.1 christos # limit of 2048, but all sed's we know have understand at least 4000.
323 1.1 christos if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
324 1.1 christos dirpart=`AS_DIRNAME("$mf")`
325 1.1 christos else
326 1.1 christos continue
327 1.1 christos fi
328 1.1 christos # Extract the definition of DEPDIR, am__include, and am__quote
329 1.1 christos # from the Makefile without running `make'.
330 1.1 christos DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
331 1.1 christos test -z "$DEPDIR" && continue
332 1.1 christos am__include=`sed -n 's/^am__include = //p' < "$mf"`
333 1.1 christos test -z "am__include" && continue
334 1.1 christos am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
335 1.1 christos # When using ansi2knr, U may be empty or an underscore; expand it
336 1.1 christos U=`sed -n 's/^U = //p' < "$mf"`
337 1.1 christos # Find all dependency output files, they are included files with
338 1.1 christos # $(DEPDIR) in their names. We invoke sed twice because it is the
339 1.1 christos # simplest approach to changing $(DEPDIR) to its actual value in the
340 1.1 christos # expansion.
341 1.1 christos for file in `sed -n "
342 1.1 christos s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
343 1.1 christos sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
344 1.1 christos # Make sure the directory exists.
345 1.1 christos test -f "$dirpart/$file" && continue
346 1.1 christos fdir=`AS_DIRNAME(["$file"])`
347 1.1 christos AS_MKDIR_P([$dirpart/$fdir])
348 1.1 christos # echo "creating $dirpart/$file"
349 1.1 christos echo '# dummy' > "$dirpart/$file"
350 1.1 christos done
351 1.1 christos done
352 1.1 christos ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
353 1.1 christos
354 1.1 christos
355 1.1 christos # AM_OUTPUT_DEPENDENCY_COMMANDS
356 1.1 christos # -----------------------------
357 1.1 christos # This macro should only be invoked once -- use via AC_REQUIRE.
358 1.1 christos #
359 1.1 christos # This code is only required when automatic dependency tracking
360 1.1 christos # is enabled. FIXME. This creates each `.P' file that we will
361 1.1 christos # need in order to bootstrap the dependency handling code.
362 1.1 christos AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
363 1.1 christos [AC_CONFIG_COMMANDS([depfiles],
364 1.1 christos [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
365 1.1 christos [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
366 1.1 christos ])
367 1.1 christos
368 1.1 christos # Do all the work for Automake. -*- Autoconf -*-
369 1.1 christos
370 1.1 christos # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
371 1.1 christos # 2005, 2006 Free Software Foundation, Inc.
372 1.1 christos #
373 1.1 christos # This file is free software; the Free Software Foundation
374 1.1 christos # gives unlimited permission to copy and/or distribute it,
375 1.1 christos # with or without modifications, as long as this notice is preserved.
376 1.1 christos
377 1.1 christos # serial 12
378 1.1 christos
379 1.1 christos # This macro actually does too much. Some checks are only needed if
380 1.1 christos # your package does certain things. But this isn't really a big deal.
381 1.1 christos
382 1.1 christos # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
383 1.1 christos # AM_INIT_AUTOMAKE([OPTIONS])
384 1.1 christos # -----------------------------------------------
385 1.1 christos # The call with PACKAGE and VERSION arguments is the old style
386 1.1 christos # call (pre autoconf-2.50), which is being phased out. PACKAGE
387 1.1 christos # and VERSION should now be passed to AC_INIT and removed from
388 1.1 christos # the call to AM_INIT_AUTOMAKE.
389 1.1 christos # We support both call styles for the transition. After
390 1.1 christos # the next Automake release, Autoconf can make the AC_INIT
391 1.1 christos # arguments mandatory, and then we can depend on a new Autoconf
392 1.1 christos # release and drop the old call support.
393 1.1 christos AC_DEFUN([AM_INIT_AUTOMAKE],
394 1.1 christos [AC_PREREQ([2.60])dnl
395 1.1 christos dnl Autoconf wants to disallow AM_ names. We explicitly allow
396 1.1 christos dnl the ones we care about.
397 1.1 christos m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
398 1.1 christos AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
399 1.1 christos AC_REQUIRE([AC_PROG_INSTALL])dnl
400 1.1 christos if test "`cd $srcdir && pwd`" != "`pwd`"; then
401 1.1 christos # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
402 1.1 christos # is not polluted with repeated "-I."
403 1.1 christos AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
404 1.1 christos # test to see if srcdir already configured
405 1.1 christos if test -f $srcdir/config.status; then
406 1.1 christos AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
407 1.1 christos fi
408 1.1 christos fi
409 1.1 christos
410 1.1 christos # test whether we have cygpath
411 1.1 christos if test -z "$CYGPATH_W"; then
412 1.1 christos if (cygpath --version) >/dev/null 2>/dev/null; then
413 1.1 christos CYGPATH_W='cygpath -w'
414 1.1 christos else
415 1.1 christos CYGPATH_W=echo
416 1.1 christos fi
417 1.1 christos fi
418 1.1 christos AC_SUBST([CYGPATH_W])
419 1.1 christos
420 1.1 christos # Define the identity of the package.
421 1.1 christos dnl Distinguish between old-style and new-style calls.
422 1.1 christos m4_ifval([$2],
423 1.1 christos [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
424 1.1 christos AC_SUBST([PACKAGE], [$1])dnl
425 1.1 christos AC_SUBST([VERSION], [$2])],
426 1.1 christos [_AM_SET_OPTIONS([$1])dnl
427 1.1 christos dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
428 1.1 christos m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
429 1.1 christos [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
430 1.1 christos AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
431 1.1 christos AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
432 1.1 christos
433 1.1 christos _AM_IF_OPTION([no-define],,
434 1.1 christos [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
435 1.1 christos AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
436 1.1 christos
437 1.1 christos # Some tools Automake needs.
438 1.1 christos AC_REQUIRE([AM_SANITY_CHECK])dnl
439 1.1 christos AC_REQUIRE([AC_ARG_PROGRAM])dnl
440 1.1 christos AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
441 1.1 christos AM_MISSING_PROG(AUTOCONF, autoconf)
442 1.1 christos AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
443 1.1 christos AM_MISSING_PROG(AUTOHEADER, autoheader)
444 1.1 christos AM_MISSING_PROG(MAKEINFO, makeinfo)
445 1.1 christos AM_PROG_INSTALL_SH
446 1.1 christos AM_PROG_INSTALL_STRIP
447 1.1 christos AC_REQUIRE([AM_PROG_MKDIR_P])dnl
448 1.1 christos # We need awk for the "check" target. The system "awk" is bad on
449 1.1 christos # some platforms.
450 1.1 christos AC_REQUIRE([AC_PROG_AWK])dnl
451 1.1 christos AC_REQUIRE([AC_PROG_MAKE_SET])dnl
452 1.1 christos AC_REQUIRE([AM_SET_LEADING_DOT])dnl
453 1.1 christos _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
454 1.1 christos [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
455 1.1 christos [_AM_PROG_TAR([v7])])])
456 1.1 christos _AM_IF_OPTION([no-dependencies],,
457 1.1 christos [AC_PROVIDE_IFELSE([AC_PROG_CC],
458 1.1 christos [_AM_DEPENDENCIES(CC)],
459 1.1 christos [define([AC_PROG_CC],
460 1.1 christos defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
461 1.1 christos AC_PROVIDE_IFELSE([AC_PROG_CXX],
462 1.1 christos [_AM_DEPENDENCIES(CXX)],
463 1.1 christos [define([AC_PROG_CXX],
464 1.1 christos defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
465 1.1 christos AC_PROVIDE_IFELSE([AC_PROG_OBJC],
466 1.1 christos [_AM_DEPENDENCIES(OBJC)],
467 1.1 christos [define([AC_PROG_OBJC],
468 1.1 christos defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
469 1.1 christos ])
470 1.1 christos ])
471 1.1 christos
472 1.1 christos
473 1.1 christos # When config.status generates a header, we must update the stamp-h file.
474 1.1 christos # This file resides in the same directory as the config header
475 1.1 christos # that is generated. The stamp files are numbered to have different names.
476 1.1 christos
477 1.1 christos # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
478 1.1 christos # loop where config.status creates the headers, so we can generate
479 1.1 christos # our stamp files there.
480 1.1 christos AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
481 1.1 christos [# Compute $1's index in $config_headers.
482 1.1 christos _am_stamp_count=1
483 1.1 christos for _am_header in $config_headers :; do
484 1.1 christos case $_am_header in
485 1.1 christos $1 | $1:* )
486 1.1 christos break ;;
487 1.1 christos * )
488 1.1 christos _am_stamp_count=`expr $_am_stamp_count + 1` ;;
489 1.1 christos esac
490 1.1 christos done
491 1.1 christos echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
492 1.1 christos
493 1.1 christos # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
494 1.1 christos #
495 1.1 christos # This file is free software; the Free Software Foundation
496 1.1 christos # gives unlimited permission to copy and/or distribute it,
497 1.1 christos # with or without modifications, as long as this notice is preserved.
498 1.1 christos
499 1.1 christos # AM_PROG_INSTALL_SH
500 1.1 christos # ------------------
501 1.1 christos # Define $install_sh.
502 1.1 christos AC_DEFUN([AM_PROG_INSTALL_SH],
503 1.1 christos [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
504 1.1 christos install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
505 1.1 christos AC_SUBST(install_sh)])
506 1.1 christos
507 1.1 christos # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
508 1.1 christos #
509 1.1 christos # This file is free software; the Free Software Foundation
510 1.1 christos # gives unlimited permission to copy and/or distribute it,
511 1.1 christos # with or without modifications, as long as this notice is preserved.
512 1.1 christos
513 1.1 christos # serial 2
514 1.1 christos
515 1.1 christos # Check whether the underlying file-system supports filenames
516 1.1 christos # with a leading dot. For instance MS-DOS doesn't.
517 1.1 christos AC_DEFUN([AM_SET_LEADING_DOT],
518 1.1 christos [rm -rf .tst 2>/dev/null
519 1.1 christos mkdir .tst 2>/dev/null
520 1.1 christos if test -d .tst; then
521 1.1 christos am__leading_dot=.
522 1.1 christos else
523 1.1 christos am__leading_dot=_
524 1.1 christos fi
525 1.1 christos rmdir .tst 2>/dev/null
526 1.1 christos AC_SUBST([am__leading_dot])])
527 1.1 christos
528 1.1 christos # Check to see how 'make' treats includes. -*- Autoconf -*-
529 1.1 christos
530 1.1 christos # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
531 1.1 christos #
532 1.1 christos # This file is free software; the Free Software Foundation
533 1.1 christos # gives unlimited permission to copy and/or distribute it,
534 1.1 christos # with or without modifications, as long as this notice is preserved.
535 1.1 christos
536 1.1 christos # serial 3
537 1.1 christos
538 1.1 christos # AM_MAKE_INCLUDE()
539 1.1 christos # -----------------
540 1.1 christos # Check to see how make treats includes.
541 1.1 christos AC_DEFUN([AM_MAKE_INCLUDE],
542 1.1 christos [am_make=${MAKE-make}
543 1.1 christos cat > confinc << 'END'
544 1.1 christos am__doit:
545 1.1 christos @echo done
546 1.1 christos .PHONY: am__doit
547 1.1 christos END
548 1.1 christos # If we don't find an include directive, just comment out the code.
549 1.1 christos AC_MSG_CHECKING([for style of include used by $am_make])
550 1.1 christos am__include="#"
551 1.1 christos am__quote=
552 1.1 christos _am_result=none
553 1.1 christos # First try GNU make style include.
554 1.1 christos echo "include confinc" > confmf
555 1.1 christos # We grep out `Entering directory' and `Leaving directory'
556 1.1 christos # messages which can occur if `w' ends up in MAKEFLAGS.
557 1.1 christos # In particular we don't look at `^make:' because GNU make might
558 1.1 christos # be invoked under some other name (usually "gmake"), in which
559 1.1 christos # case it prints its new name instead of `make'.
560 1.1 christos if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
561 1.1 christos am__include=include
562 1.1 christos am__quote=
563 1.1 christos _am_result=GNU
564 1.1 christos fi
565 1.1 christos # Now try BSD make style include.
566 1.1 christos if test "$am__include" = "#"; then
567 1.1 christos echo '.include "confinc"' > confmf
568 1.1 christos if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
569 1.1 christos am__include=.include
570 1.1 christos am__quote="\""
571 1.1 christos _am_result=BSD
572 1.1 christos fi
573 1.1 christos fi
574 1.1 christos AC_SUBST([am__include])
575 1.1 christos AC_SUBST([am__quote])
576 1.1 christos AC_MSG_RESULT([$_am_result])
577 1.1 christos rm -f confinc confmf
578 1.1 christos ])
579 1.1 christos
580 1.1 christos # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581 1.1 christos
582 1.1 christos # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
583 1.1 christos # Free Software Foundation, Inc.
584 1.1 christos #
585 1.1 christos # This file is free software; the Free Software Foundation
586 1.1 christos # gives unlimited permission to copy and/or distribute it,
587 1.1 christos # with or without modifications, as long as this notice is preserved.
588 1.1 christos
589 1.1 christos # serial 5
590 1.1 christos
591 1.1 christos # AM_MISSING_PROG(NAME, PROGRAM)
592 1.1 christos # ------------------------------
593 1.1 christos AC_DEFUN([AM_MISSING_PROG],
594 1.1 christos [AC_REQUIRE([AM_MISSING_HAS_RUN])
595 1.1 christos $1=${$1-"${am_missing_run}$2"}
596 1.1 christos AC_SUBST($1)])
597 1.1 christos
598 1.1 christos
599 1.1 christos # AM_MISSING_HAS_RUN
600 1.1 christos # ------------------
601 1.1 christos # Define MISSING if not defined so far and test if it supports --run.
602 1.1 christos # If it does, set am_missing_run to use it, otherwise, to nothing.
603 1.1 christos AC_DEFUN([AM_MISSING_HAS_RUN],
604 1.1 christos [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
605 1.1 christos AC_REQUIRE_AUX_FILE([missing])dnl
606 1.1 christos test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
607 1.1 christos # Use eval to expand $SHELL
608 1.1 christos if eval "$MISSING --run true"; then
609 1.1 christos am_missing_run="$MISSING --run "
610 1.1 christos else
611 1.1 christos am_missing_run=
612 1.1 christos AC_MSG_WARN([`missing' script is too old or missing])
613 1.1 christos fi
614 1.1 christos ])
615 1.1 christos
616 1.1 christos # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
617 1.1 christos #
618 1.1 christos # This file is free software; the Free Software Foundation
619 1.1 christos # gives unlimited permission to copy and/or distribute it,
620 1.1 christos # with or without modifications, as long as this notice is preserved.
621 1.1 christos
622 1.1 christos # AM_PROG_MKDIR_P
623 1.1 christos # ---------------
624 1.1 christos # Check for `mkdir -p'.
625 1.1 christos AC_DEFUN([AM_PROG_MKDIR_P],
626 1.1 christos [AC_PREREQ([2.60])dnl
627 1.1 christos AC_REQUIRE([AC_PROG_MKDIR_P])dnl
628 1.1 christos dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
629 1.1 christos dnl while keeping a definition of mkdir_p for backward compatibility.
630 1.1 christos dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
631 1.1 christos dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
632 1.1 christos dnl Makefile.ins that do not define MKDIR_P, so we do our own
633 1.1 christos dnl adjustment using top_builddir (which is defined more often than
634 1.1 christos dnl MKDIR_P).
635 1.1 christos AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
636 1.1 christos case $mkdir_p in
637 1.1 christos [[\\/$]]* | ?:[[\\/]]*) ;;
638 1.1 christos */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
639 1.1 christos esac
640 1.1 christos ])
641 1.1 christos
642 1.1 christos # Helper functions for option handling. -*- Autoconf -*-
643 1.1 christos
644 1.1 christos # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
645 1.1 christos #
646 1.1 christos # This file is free software; the Free Software Foundation
647 1.1 christos # gives unlimited permission to copy and/or distribute it,
648 1.1 christos # with or without modifications, as long as this notice is preserved.
649 1.1 christos
650 1.1 christos # serial 3
651 1.1 christos
652 1.1 christos # _AM_MANGLE_OPTION(NAME)
653 1.1 christos # -----------------------
654 1.1 christos AC_DEFUN([_AM_MANGLE_OPTION],
655 1.1 christos [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
656 1.1 christos
657 1.1 christos # _AM_SET_OPTION(NAME)
658 1.1 christos # ------------------------------
659 1.1 christos # Set option NAME. Presently that only means defining a flag for this option.
660 1.1 christos AC_DEFUN([_AM_SET_OPTION],
661 1.1 christos [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
662 1.1 christos
663 1.1 christos # _AM_SET_OPTIONS(OPTIONS)
664 1.1 christos # ----------------------------------
665 1.1 christos # OPTIONS is a space-separated list of Automake options.
666 1.1 christos AC_DEFUN([_AM_SET_OPTIONS],
667 1.1 christos [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
668 1.1 christos
669 1.1 christos # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
670 1.1 christos # -------------------------------------------
671 1.1 christos # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
672 1.1 christos AC_DEFUN([_AM_IF_OPTION],
673 1.1 christos [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
674 1.1 christos
675 1.1 christos # Check to make sure that the build environment is sane. -*- Autoconf -*-
676 1.1 christos
677 1.1 christos # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
678 1.1 christos # Free Software Foundation, Inc.
679 1.1 christos #
680 1.1 christos # This file is free software; the Free Software Foundation
681 1.1 christos # gives unlimited permission to copy and/or distribute it,
682 1.1 christos # with or without modifications, as long as this notice is preserved.
683 1.1 christos
684 1.1 christos # serial 4
685 1.1 christos
686 1.1 christos # AM_SANITY_CHECK
687 1.1 christos # ---------------
688 1.1 christos AC_DEFUN([AM_SANITY_CHECK],
689 1.1 christos [AC_MSG_CHECKING([whether build environment is sane])
690 1.1 christos # Just in case
691 1.1 christos sleep 1
692 1.1 christos echo timestamp > conftest.file
693 1.1 christos # Do `set' in a subshell so we don't clobber the current shell's
694 1.1 christos # arguments. Must try -L first in case configure is actually a
695 1.1 christos # symlink; some systems play weird games with the mod time of symlinks
696 1.1 christos # (eg FreeBSD returns the mod time of the symlink's containing
697 1.1 christos # directory).
698 1.1 christos if (
699 1.1 christos set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
700 1.1 christos if test "$[*]" = "X"; then
701 1.1 christos # -L didn't work.
702 1.1 christos set X `ls -t $srcdir/configure conftest.file`
703 1.1 christos fi
704 1.1 christos rm -f conftest.file
705 1.1 christos if test "$[*]" != "X $srcdir/configure conftest.file" \
706 1.1 christos && test "$[*]" != "X conftest.file $srcdir/configure"; then
707 1.1 christos
708 1.1 christos # If neither matched, then we have a broken ls. This can happen
709 1.1 christos # if, for instance, CONFIG_SHELL is bash and it inherits a
710 1.1 christos # broken ls alias from the environment. This has actually
711 1.1 christos # happened. Such a system could not be considered "sane".
712 1.1 christos AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
713 1.1 christos alias in your environment])
714 1.1 christos fi
715 1.1 christos
716 1.1 christos test "$[2]" = conftest.file
717 1.1 christos )
718 1.1 christos then
719 1.1 christos # Ok.
720 1.1 christos :
721 1.1 christos else
722 1.1 christos AC_MSG_ERROR([newly created file is older than distributed files!
723 1.1 christos Check your system clock])
724 1.1 christos fi
725 1.1 christos AC_MSG_RESULT(yes)])
726 1.1 christos
727 1.1 christos # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
728 1.1 christos #
729 1.1 christos # This file is free software; the Free Software Foundation
730 1.1 christos # gives unlimited permission to copy and/or distribute it,
731 1.1 christos # with or without modifications, as long as this notice is preserved.
732 1.1 christos
733 1.1 christos # AM_PROG_INSTALL_STRIP
734 1.1 christos # ---------------------
735 1.1 christos # One issue with vendor `install' (even GNU) is that you can't
736 1.1 christos # specify the program used to strip binaries. This is especially
737 1.1 christos # annoying in cross-compiling environments, where the build's strip
738 1.1 christos # is unlikely to handle the host's binaries.
739 1.1 christos # Fortunately install-sh will honor a STRIPPROG variable, so we
740 1.1 christos # always use install-sh in `make install-strip', and initialize
741 1.1 christos # STRIPPROG with the value of the STRIP variable (set by the user).
742 1.1 christos AC_DEFUN([AM_PROG_INSTALL_STRIP],
743 1.1 christos [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
744 1.1 christos # Installed binaries are usually stripped using `strip' when the user
745 1.1 christos # run `make install-strip'. However `strip' might not be the right
746 1.1 christos # tool to use in cross-compilation environments, therefore Automake
747 1.1 christos # will honor the `STRIP' environment variable to overrule this program.
748 1.1 christos dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
749 1.1 christos if test "$cross_compiling" != no; then
750 1.1 christos AC_CHECK_TOOL([STRIP], [strip], :)
751 1.1 christos fi
752 1.1 christos INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
753 1.1 christos AC_SUBST([INSTALL_STRIP_PROGRAM])])
754 1.1 christos
755 1.1 christos # Copyright (C) 2006 Free Software Foundation, Inc.
756 1.1 christos #
757 1.1 christos # This file is free software; the Free Software Foundation
758 1.1 christos # gives unlimited permission to copy and/or distribute it,
759 1.1 christos # with or without modifications, as long as this notice is preserved.
760 1.1 christos
761 1.1 christos # _AM_SUBST_NOTMAKE(VARIABLE)
762 1.1 christos # ---------------------------
763 1.1 christos # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
764 1.1 christos # This macro is traced by Automake.
765 1.1 christos AC_DEFUN([_AM_SUBST_NOTMAKE])
766 1.1 christos
767 1.1 christos # Check how to create a tarball. -*- Autoconf -*-
768 1.1 christos
769 1.1 christos # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
770 1.1 christos #
771 1.1 christos # This file is free software; the Free Software Foundation
772 1.1 christos # gives unlimited permission to copy and/or distribute it,
773 1.1 christos # with or without modifications, as long as this notice is preserved.
774 1.1 christos
775 1.1 christos # serial 2
776 1.1 christos
777 1.1 christos # _AM_PROG_TAR(FORMAT)
778 1.1 christos # --------------------
779 1.1 christos # Check how to create a tarball in format FORMAT.
780 1.1 christos # FORMAT should be one of `v7', `ustar', or `pax'.
781 1.1 christos #
782 1.1 christos # Substitute a variable $(am__tar) that is a command
783 1.1 christos # writing to stdout a FORMAT-tarball containing the directory
784 1.1 christos # $tardir.
785 1.1 christos # tardir=directory && $(am__tar) > result.tar
786 1.1 christos #
787 1.1 christos # Substitute a variable $(am__untar) that extract such
788 1.1 christos # a tarball read from stdin.
789 1.1 christos # $(am__untar) < result.tar
790 1.1 christos AC_DEFUN([_AM_PROG_TAR],
791 1.1 christos [# Always define AMTAR for backward compatibility.
792 1.1 christos AM_MISSING_PROG([AMTAR], [tar])
793 1.1 christos m4_if([$1], [v7],
794 1.1 christos [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
795 1.1 christos [m4_case([$1], [ustar],, [pax],,
796 1.1 christos [m4_fatal([Unknown tar format])])
797 1.1 christos AC_MSG_CHECKING([how to create a $1 tar archive])
798 1.1 christos # Loop over all known methods to create a tar archive until one works.
799 1.1 christos _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
800 1.1 christos _am_tools=${am_cv_prog_tar_$1-$_am_tools}
801 1.1 christos # Do not fold the above two line into one, because Tru64 sh and
802 1.1 christos # Solaris sh will not grok spaces in the rhs of `-'.
803 1.1 christos for _am_tool in $_am_tools
804 1.1 christos do
805 1.1 christos case $_am_tool in
806 1.1 christos gnutar)
807 1.1 christos for _am_tar in tar gnutar gtar;
808 1.1 christos do
809 1.1 christos AM_RUN_LOG([$_am_tar --version]) && break
810 1.1 christos done
811 1.1 christos am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
812 1.1 christos am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
813 1.1 christos am__untar="$_am_tar -xf -"
814 1.1 christos ;;
815 1.1 christos plaintar)
816 1.1 christos # Must skip GNU tar: if it does not support --format= it doesn't create
817 1.1 christos # ustar tarball either.
818 1.1 christos (tar --version) >/dev/null 2>&1 && continue
819 1.1 christos am__tar='tar chf - "$$tardir"'
820 1.1 christos am__tar_='tar chf - "$tardir"'
821 1.1 christos am__untar='tar xf -'
822 1.1 christos ;;
823 1.1 christos pax)
824 1.1 christos am__tar='pax -L -x $1 -w "$$tardir"'
825 1.1 christos am__tar_='pax -L -x $1 -w "$tardir"'
826 1.1 christos am__untar='pax -r'
827 1.1 christos ;;
828 1.1 christos cpio)
829 1.1 christos am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
830 1.1 christos am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
831 1.1 christos am__untar='cpio -i -H $1 -d'
832 1.1 christos ;;
833 1.1 christos none)
834 1.1 christos am__tar=false
835 1.1 christos am__tar_=false
836 1.1 christos am__untar=false
837 1.1 christos ;;
838 1.1 christos esac
839 1.1 christos
840 1.1 christos # If the value was cached, stop now. We just wanted to have am__tar
841 1.1 christos # and am__untar set.
842 1.1 christos test -n "${am_cv_prog_tar_$1}" && break
843 1.1 christos
844 1.1 christos # tar/untar a dummy directory, and stop if the command works
845 1.1 christos rm -rf conftest.dir
846 1.1 christos mkdir conftest.dir
847 1.1 christos echo GrepMe > conftest.dir/file
848 1.1 christos AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
849 1.1 christos rm -rf conftest.dir
850 1.1 christos if test -s conftest.tar; then
851 1.1 christos AM_RUN_LOG([$am__untar <conftest.tar])
852 1.1 christos grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
853 1.1 christos fi
854 1.1 christos done
855 1.1 christos rm -rf conftest.dir
856 1.1 christos
857 1.1 christos AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
858 1.1 christos AC_MSG_RESULT([$am_cv_prog_tar_$1])])
859 1.1 christos AC_SUBST([am__tar])
860 1.1 christos AC_SUBST([am__untar])
861 1.1 christos ]) # _AM_PROG_TAR
862 1.1 christos
863 1.1 christos # lib-ld.m4 serial 3 (gettext-0.13)
864 1.1 christos dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
865 1.1 christos dnl This file is free software; the Free Software Foundation
866 1.1 christos dnl gives unlimited permission to copy and/or distribute it,
867 1.1 christos dnl with or without modifications, as long as this notice is preserved.
868 1.1 christos
869 1.1 christos dnl Subroutines of libtool.m4,
870 1.1 christos dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
871 1.1 christos dnl with libtool.m4.
872 1.1 christos
873 1.1 christos dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
874 1.1 christos AC_DEFUN([AC_LIB_PROG_LD_GNU],
875 1.1 christos [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
876 1.1 christos [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
877 1.1 christos case `$LD -v 2>&1 </dev/null` in
878 1.1 christos *GNU* | *'with BFD'*)
879 1.1 christos acl_cv_prog_gnu_ld=yes ;;
880 1.1 christos *)
881 1.1 christos acl_cv_prog_gnu_ld=no ;;
882 1.1 christos esac])
883 1.1 christos with_gnu_ld=$acl_cv_prog_gnu_ld
884 1.1 christos ])
885 1.1 christos
886 1.1 christos dnl From libtool-1.4. Sets the variable LD.
887 1.1 christos AC_DEFUN([AC_LIB_PROG_LD],
888 1.1 christos [AC_ARG_WITH(gnu-ld,
889 1.1 christos [ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
890 1.1 christos test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
891 1.1 christos AC_REQUIRE([AC_PROG_CC])dnl
892 1.1 christos AC_REQUIRE([AC_CANONICAL_HOST])dnl
893 1.1 christos # Prepare PATH_SEPARATOR.
894 1.1 christos # The user is always right.
895 1.1 christos if test "${PATH_SEPARATOR+set}" != set; then
896 1.1 christos echo "#! /bin/sh" >conf$$.sh
897 1.1 christos echo "exit 0" >>conf$$.sh
898 1.1 christos chmod +x conf$$.sh
899 1.1 christos if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
900 1.1 christos PATH_SEPARATOR=';'
901 1.1 christos else
902 1.1 christos PATH_SEPARATOR=:
903 1.1 christos fi
904 1.1 christos rm -f conf$$.sh
905 1.1 christos fi
906 1.1 christos ac_prog=ld
907 1.1 christos if test "$GCC" = yes; then
908 1.1 christos # Check if gcc -print-prog-name=ld gives a path.
909 1.1 christos AC_MSG_CHECKING([for ld used by GCC])
910 1.1 christos case $host in
911 1.1 christos *-*-mingw*)
912 1.1 christos # gcc leaves a trailing carriage return which upsets mingw
913 1.1 christos ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
914 1.1 christos *)
915 1.1 christos ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
916 1.1 christos esac
917 1.1 christos case $ac_prog in
918 1.1 christos # Accept absolute paths.
919 1.1 christos [[\\/]* | [A-Za-z]:[\\/]*)]
920 1.1 christos [re_direlt='/[^/][^/]*/\.\./']
921 1.1 christos # Canonicalize the path of ld
922 1.1 christos ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
923 1.1 christos while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
924 1.1 christos ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
925 1.1 christos done
926 1.1 christos test -z "$LD" && LD="$ac_prog"
927 1.1 christos ;;
928 1.1 christos "")
929 1.1 christos # If it fails, then pretend we aren't using GCC.
930 1.1 christos ac_prog=ld
931 1.1 christos ;;
932 1.1 christos *)
933 1.1 christos # If it is relative, then search for the first ld in PATH.
934 1.1 christos with_gnu_ld=unknown
935 1.1 christos ;;
936 1.1 christos esac
937 1.1 christos elif test "$with_gnu_ld" = yes; then
938 1.1 christos AC_MSG_CHECKING([for GNU ld])
939 1.1 christos else
940 1.1 christos AC_MSG_CHECKING([for non-GNU ld])
941 1.1 christos fi
942 1.1 christos AC_CACHE_VAL(acl_cv_path_LD,
943 1.1 christos [if test -z "$LD"; then
944 1.1 christos IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
945 1.1 christos for ac_dir in $PATH; do
946 1.1 christos test -z "$ac_dir" && ac_dir=.
947 1.1 christos if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
948 1.1 christos acl_cv_path_LD="$ac_dir/$ac_prog"
949 1.1 christos # Check to see if the program is GNU ld. I'd rather use --version,
950 1.1 christos # but apparently some GNU ld's only accept -v.
951 1.1 christos # Break only if it was the GNU/non-GNU ld that we prefer.
952 1.1 christos case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
953 1.1 christos *GNU* | *'with BFD'*)
954 1.1 christos test "$with_gnu_ld" != no && break ;;
955 1.1 christos *)
956 1.1 christos test "$with_gnu_ld" != yes && break ;;
957 1.1 christos esac
958 1.1 christos fi
959 1.1 christos done
960 1.1 christos IFS="$ac_save_ifs"
961 1.1 christos else
962 1.1 christos acl_cv_path_LD="$LD" # Let the user override the test with a path.
963 1.1 christos fi])
964 1.1 christos LD="$acl_cv_path_LD"
965 1.1 christos if test -n "$LD"; then
966 1.1 christos AC_MSG_RESULT($LD)
967 1.1 christos else
968 1.1 christos AC_MSG_RESULT(no)
969 1.1 christos fi
970 1.1 christos test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
971 1.1 christos AC_LIB_PROG_LD_GNU
972 1.1 christos ])
973 1.1 christos
974 1.1 christos # lib-link.m4 serial 9 (gettext-0.16)
975 1.1 christos dnl Copyright (C) 2001-2006 Free Software Foundation, Inc.
976 1.1 christos dnl This file is free software; the Free Software Foundation
977 1.1 christos dnl gives unlimited permission to copy and/or distribute it,
978 1.1 christos dnl with or without modifications, as long as this notice is preserved.
979 1.1 christos
980 1.1 christos dnl From Bruno Haible.
981 1.1 christos
982 1.1 christos AC_PREREQ(2.50)
983 1.1 christos
984 1.1 christos dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
985 1.1 christos dnl the libraries corresponding to explicit and implicit dependencies.
986 1.1 christos dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
987 1.1 christos dnl augments the CPPFLAGS variable.
988 1.1 christos AC_DEFUN([AC_LIB_LINKFLAGS],
989 1.1 christos [
990 1.1 christos AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
991 1.1 christos AC_REQUIRE([AC_LIB_RPATH])
992 1.1 christos define([Name],[translit([$1],[./-], [___])])
993 1.1 christos define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
994 1.1 christos [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
995 1.1 christos AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
996 1.1 christos AC_LIB_LINKFLAGS_BODY([$1], [$2])
997 1.1 christos ac_cv_lib[]Name[]_libs="$LIB[]NAME"
998 1.1 christos ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
999 1.1 christos ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
1000 1.1 christos ])
1001 1.1 christos LIB[]NAME="$ac_cv_lib[]Name[]_libs"
1002 1.1 christos LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
1003 1.1 christos INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
1004 1.1 christos AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
1005 1.1 christos AC_SUBST([LIB]NAME)
1006 1.1 christos AC_SUBST([LTLIB]NAME)
1007 1.1 christos dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
1008 1.1 christos dnl results of this search when this library appears as a dependency.
1009 1.1 christos HAVE_LIB[]NAME=yes
1010 1.1 christos undefine([Name])
1011 1.1 christos undefine([NAME])
1012 1.1 christos ])
1013 1.1 christos
1014 1.1 christos dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode)
1015 1.1 christos dnl searches for libname and the libraries corresponding to explicit and
1016 1.1 christos dnl implicit dependencies, together with the specified include files and
1017 1.1 christos dnl the ability to compile and link the specified testcode. If found, it
1018 1.1 christos dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
1019 1.1 christos dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
1020 1.1 christos dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
1021 1.1 christos dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
1022 1.1 christos AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
1023 1.1 christos [
1024 1.1 christos AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
1025 1.1 christos AC_REQUIRE([AC_LIB_RPATH])
1026 1.1 christos define([Name],[translit([$1],[./-], [___])])
1027 1.1 christos define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
1028 1.1 christos [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
1029 1.1 christos
1030 1.1 christos dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
1031 1.1 christos dnl accordingly.
1032 1.1 christos AC_LIB_LINKFLAGS_BODY([$1], [$2])
1033 1.1 christos
1034 1.1 christos dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
1035 1.1 christos dnl because if the user has installed lib[]Name and not disabled its use
1036 1.1 christos dnl via --without-lib[]Name-prefix, he wants to use it.
1037 1.1 christos ac_save_CPPFLAGS="$CPPFLAGS"
1038 1.1 christos AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
1039 1.1 christos
1040 1.1 christos AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
1041 1.1 christos ac_save_LIBS="$LIBS"
1042 1.1 christos LIBS="$LIBS $LIB[]NAME"
1043 1.1 christos AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
1044 1.1 christos LIBS="$ac_save_LIBS"
1045 1.1 christos ])
1046 1.1 christos if test "$ac_cv_lib[]Name" = yes; then
1047 1.1 christos HAVE_LIB[]NAME=yes
1048 1.1 christos AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
1049 1.1 christos AC_MSG_CHECKING([how to link with lib[]$1])
1050 1.1 christos AC_MSG_RESULT([$LIB[]NAME])
1051 1.1 christos else
1052 1.1 christos HAVE_LIB[]NAME=no
1053 1.1 christos dnl If $LIB[]NAME didn't lead to a usable library, we don't need
1054 1.1 christos dnl $INC[]NAME either.
1055 1.1 christos CPPFLAGS="$ac_save_CPPFLAGS"
1056 1.1 christos LIB[]NAME=
1057 1.1 christos LTLIB[]NAME=
1058 1.1 christos fi
1059 1.1 christos AC_SUBST([HAVE_LIB]NAME)
1060 1.1 christos AC_SUBST([LIB]NAME)
1061 1.1 christos AC_SUBST([LTLIB]NAME)
1062 1.1 christos undefine([Name])
1063 1.1 christos undefine([NAME])
1064 1.1 christos ])
1065 1.1 christos
1066 1.1 christos dnl Determine the platform dependent parameters needed to use rpath:
1067 1.1 christos dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
1068 1.1 christos dnl hardcode_direct, hardcode_minus_L.
1069 1.1 christos AC_DEFUN([AC_LIB_RPATH],
1070 1.1 christos [
1071 1.1 christos dnl Tell automake >= 1.10 to complain if config.rpath is missing.
1072 1.1 christos m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
1073 1.1 christos AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS
1074 1.1 christos AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld
1075 1.1 christos AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host
1076 1.1 christos AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
1077 1.1 christos AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
1078 1.1 christos CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
1079 1.1 christos ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
1080 1.1 christos . ./conftest.sh
1081 1.1 christos rm -f ./conftest.sh
1082 1.1 christos acl_cv_rpath=done
1083 1.1 christos ])
1084 1.1 christos wl="$acl_cv_wl"
1085 1.1 christos libext="$acl_cv_libext"
1086 1.1 christos shlibext="$acl_cv_shlibext"
1087 1.1 christos hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
1088 1.1 christos hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
1089 1.1 christos hardcode_direct="$acl_cv_hardcode_direct"
1090 1.1 christos hardcode_minus_L="$acl_cv_hardcode_minus_L"
1091 1.1 christos dnl Determine whether the user wants rpath handling at all.
1092 1.1 christos AC_ARG_ENABLE(rpath,
1093 1.1 christos [ --disable-rpath do not hardcode runtime library paths],
1094 1.1 christos :, enable_rpath=yes)
1095 1.1 christos ])
1096 1.1 christos
1097 1.1 christos dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
1098 1.1 christos dnl the libraries corresponding to explicit and implicit dependencies.
1099 1.1 christos dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
1100 1.1 christos AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
1101 1.1 christos [
1102 1.1 christos AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
1103 1.1 christos define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
1104 1.1 christos [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
1105 1.1 christos dnl By default, look in $includedir and $libdir.
1106 1.1 christos use_additional=yes
1107 1.1 christos AC_LIB_WITH_FINAL_PREFIX([
1108 1.1 christos eval additional_includedir=\"$includedir\"
1109 1.1 christos eval additional_libdir=\"$libdir\"
1110 1.1 christos ])
1111 1.1 christos AC_LIB_ARG_WITH([lib$1-prefix],
1112 1.1 christos [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib
1113 1.1 christos --without-lib$1-prefix don't search for lib$1 in includedir and libdir],
1114 1.1 christos [
1115 1.1 christos if test "X$withval" = "Xno"; then
1116 1.1 christos use_additional=no
1117 1.1 christos else
1118 1.1 christos if test "X$withval" = "X"; then
1119 1.1 christos AC_LIB_WITH_FINAL_PREFIX([
1120 1.1 christos eval additional_includedir=\"$includedir\"
1121 1.1 christos eval additional_libdir=\"$libdir\"
1122 1.1 christos ])
1123 1.1 christos else
1124 1.1 christos additional_includedir="$withval/include"
1125 1.1 christos additional_libdir="$withval/$acl_libdirstem"
1126 1.1 christos fi
1127 1.1 christos fi
1128 1.1 christos ])
1129 1.1 christos dnl Search the library and its dependencies in $additional_libdir and
1130 1.1 christos dnl $LDFLAGS. Using breadth-first-seach.
1131 1.1 christos LIB[]NAME=
1132 1.1 christos LTLIB[]NAME=
1133 1.1 christos INC[]NAME=
1134 1.1 christos rpathdirs=
1135 1.1 christos ltrpathdirs=
1136 1.1 christos names_already_handled=
1137 1.1 christos names_next_round='$1 $2'
1138 1.1 christos while test -n "$names_next_round"; do
1139 1.1 christos names_this_round="$names_next_round"
1140 1.1 christos names_next_round=
1141 1.1 christos for name in $names_this_round; do
1142 1.1 christos already_handled=
1143 1.1 christos for n in $names_already_handled; do
1144 1.1 christos if test "$n" = "$name"; then
1145 1.1 christos already_handled=yes
1146 1.1 christos break
1147 1.1 christos fi
1148 1.1 christos done
1149 1.1 christos if test -z "$already_handled"; then
1150 1.1 christos names_already_handled="$names_already_handled $name"
1151 1.1 christos dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
1152 1.1 christos dnl or AC_LIB_HAVE_LINKFLAGS call.
1153 1.1 christos uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
1154 1.1 christos eval value=\"\$HAVE_LIB$uppername\"
1155 1.1 christos if test -n "$value"; then
1156 1.1 christos if test "$value" = yes; then
1157 1.1 christos eval value=\"\$LIB$uppername\"
1158 1.1 christos test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
1159 1.1 christos eval value=\"\$LTLIB$uppername\"
1160 1.1 christos test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
1161 1.1 christos else
1162 1.1 christos dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
1163 1.1 christos dnl that this library doesn't exist. So just drop it.
1164 1.1 christos :
1165 1.1 christos fi
1166 1.1 christos else
1167 1.1 christos dnl Search the library lib$name in $additional_libdir and $LDFLAGS
1168 1.1 christos dnl and the already constructed $LIBNAME/$LTLIBNAME.
1169 1.1 christos found_dir=
1170 1.1 christos found_la=
1171 1.1 christos found_so=
1172 1.1 christos found_a=
1173 1.1 christos if test $use_additional = yes; then
1174 1.1 christos if test -n "$shlibext" \
1175 1.1 christos && { test -f "$additional_libdir/lib$name.$shlibext" \
1176 1.1 christos || { test "$shlibext" = dll \
1177 1.1 christos && test -f "$additional_libdir/lib$name.dll.a"; }; }; then
1178 1.1 christos found_dir="$additional_libdir"
1179 1.1 christos if test -f "$additional_libdir/lib$name.$shlibext"; then
1180 1.1 christos found_so="$additional_libdir/lib$name.$shlibext"
1181 1.1 christos else
1182 1.1 christos found_so="$additional_libdir/lib$name.dll.a"
1183 1.1 christos fi
1184 1.1 christos if test -f "$additional_libdir/lib$name.la"; then
1185 1.1 christos found_la="$additional_libdir/lib$name.la"
1186 1.1 christos fi
1187 1.1 christos else
1188 1.1 christos if test -f "$additional_libdir/lib$name.$libext"; then
1189 1.1 christos found_dir="$additional_libdir"
1190 1.1 christos found_a="$additional_libdir/lib$name.$libext"
1191 1.1 christos if test -f "$additional_libdir/lib$name.la"; then
1192 1.1 christos found_la="$additional_libdir/lib$name.la"
1193 1.1 christos fi
1194 1.1 christos fi
1195 1.1 christos fi
1196 1.1 christos fi
1197 1.1 christos if test "X$found_dir" = "X"; then
1198 1.1 christos for x in $LDFLAGS $LTLIB[]NAME; do
1199 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1200 1.1 christos case "$x" in
1201 1.1 christos -L*)
1202 1.1 christos dir=`echo "X$x" | sed -e 's/^X-L//'`
1203 1.1 christos if test -n "$shlibext" \
1204 1.1 christos && { test -f "$dir/lib$name.$shlibext" \
1205 1.1 christos || { test "$shlibext" = dll \
1206 1.1 christos && test -f "$dir/lib$name.dll.a"; }; }; then
1207 1.1 christos found_dir="$dir"
1208 1.1 christos if test -f "$dir/lib$name.$shlibext"; then
1209 1.1 christos found_so="$dir/lib$name.$shlibext"
1210 1.1 christos else
1211 1.1 christos found_so="$dir/lib$name.dll.a"
1212 1.1 christos fi
1213 1.1 christos if test -f "$dir/lib$name.la"; then
1214 1.1 christos found_la="$dir/lib$name.la"
1215 1.1 christos fi
1216 1.1 christos else
1217 1.1 christos if test -f "$dir/lib$name.$libext"; then
1218 1.1 christos found_dir="$dir"
1219 1.1 christos found_a="$dir/lib$name.$libext"
1220 1.1 christos if test -f "$dir/lib$name.la"; then
1221 1.1 christos found_la="$dir/lib$name.la"
1222 1.1 christos fi
1223 1.1 christos fi
1224 1.1 christos fi
1225 1.1 christos ;;
1226 1.1 christos esac
1227 1.1 christos if test "X$found_dir" != "X"; then
1228 1.1 christos break
1229 1.1 christos fi
1230 1.1 christos done
1231 1.1 christos fi
1232 1.1 christos if test "X$found_dir" != "X"; then
1233 1.1 christos dnl Found the library.
1234 1.1 christos LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
1235 1.1 christos if test "X$found_so" != "X"; then
1236 1.1 christos dnl Linking with a shared library. We attempt to hardcode its
1237 1.1 christos dnl directory into the executable's runpath, unless it's the
1238 1.1 christos dnl standard /usr/lib.
1239 1.1 christos if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
1240 1.1 christos dnl No hardcoding is needed.
1241 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1242 1.1 christos else
1243 1.1 christos dnl Use an explicit option to hardcode DIR into the resulting
1244 1.1 christos dnl binary.
1245 1.1 christos dnl Potentially add DIR to ltrpathdirs.
1246 1.1 christos dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
1247 1.1 christos haveit=
1248 1.1 christos for x in $ltrpathdirs; do
1249 1.1 christos if test "X$x" = "X$found_dir"; then
1250 1.1 christos haveit=yes
1251 1.1 christos break
1252 1.1 christos fi
1253 1.1 christos done
1254 1.1 christos if test -z "$haveit"; then
1255 1.1 christos ltrpathdirs="$ltrpathdirs $found_dir"
1256 1.1 christos fi
1257 1.1 christos dnl The hardcoding into $LIBNAME is system dependent.
1258 1.1 christos if test "$hardcode_direct" = yes; then
1259 1.1 christos dnl Using DIR/libNAME.so during linking hardcodes DIR into the
1260 1.1 christos dnl resulting binary.
1261 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1262 1.1 christos else
1263 1.1 christos if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
1264 1.1 christos dnl Use an explicit option to hardcode DIR into the resulting
1265 1.1 christos dnl binary.
1266 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1267 1.1 christos dnl Potentially add DIR to rpathdirs.
1268 1.1 christos dnl The rpathdirs will be appended to $LIBNAME at the end.
1269 1.1 christos haveit=
1270 1.1 christos for x in $rpathdirs; do
1271 1.1 christos if test "X$x" = "X$found_dir"; then
1272 1.1 christos haveit=yes
1273 1.1 christos break
1274 1.1 christos fi
1275 1.1 christos done
1276 1.1 christos if test -z "$haveit"; then
1277 1.1 christos rpathdirs="$rpathdirs $found_dir"
1278 1.1 christos fi
1279 1.1 christos else
1280 1.1 christos dnl Rely on "-L$found_dir".
1281 1.1 christos dnl But don't add it if it's already contained in the LDFLAGS
1282 1.1 christos dnl or the already constructed $LIBNAME
1283 1.1 christos haveit=
1284 1.1 christos for x in $LDFLAGS $LIB[]NAME; do
1285 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1286 1.1 christos if test "X$x" = "X-L$found_dir"; then
1287 1.1 christos haveit=yes
1288 1.1 christos break
1289 1.1 christos fi
1290 1.1 christos done
1291 1.1 christos if test -z "$haveit"; then
1292 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
1293 1.1 christos fi
1294 1.1 christos if test "$hardcode_minus_L" != no; then
1295 1.1 christos dnl FIXME: Not sure whether we should use
1296 1.1 christos dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
1297 1.1 christos dnl here.
1298 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1299 1.1 christos else
1300 1.1 christos dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH
1301 1.1 christos dnl here, because this doesn't fit in flags passed to the
1302 1.1 christos dnl compiler. So give up. No hardcoding. This affects only
1303 1.1 christos dnl very old systems.
1304 1.1 christos dnl FIXME: Not sure whether we should use
1305 1.1 christos dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
1306 1.1 christos dnl here.
1307 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
1308 1.1 christos fi
1309 1.1 christos fi
1310 1.1 christos fi
1311 1.1 christos fi
1312 1.1 christos else
1313 1.1 christos if test "X$found_a" != "X"; then
1314 1.1 christos dnl Linking with a static library.
1315 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
1316 1.1 christos else
1317 1.1 christos dnl We shouldn't come here, but anyway it's good to have a
1318 1.1 christos dnl fallback.
1319 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
1320 1.1 christos fi
1321 1.1 christos fi
1322 1.1 christos dnl Assume the include files are nearby.
1323 1.1 christos additional_includedir=
1324 1.1 christos case "$found_dir" in
1325 1.1 christos */$acl_libdirstem | */$acl_libdirstem/)
1326 1.1 christos basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
1327 1.1 christos additional_includedir="$basedir/include"
1328 1.1 christos ;;
1329 1.1 christos esac
1330 1.1 christos if test "X$additional_includedir" != "X"; then
1331 1.1 christos dnl Potentially add $additional_includedir to $INCNAME.
1332 1.1 christos dnl But don't add it
1333 1.1 christos dnl 1. if it's the standard /usr/include,
1334 1.1 christos dnl 2. if it's /usr/local/include and we are using GCC on Linux,
1335 1.1 christos dnl 3. if it's already present in $CPPFLAGS or the already
1336 1.1 christos dnl constructed $INCNAME,
1337 1.1 christos dnl 4. if it doesn't exist as a directory.
1338 1.1 christos if test "X$additional_includedir" != "X/usr/include"; then
1339 1.1 christos haveit=
1340 1.1 christos if test "X$additional_includedir" = "X/usr/local/include"; then
1341 1.1 christos if test -n "$GCC"; then
1342 1.1 christos case $host_os in
1343 1.1 christos linux* | gnu* | k*bsd*-gnu) haveit=yes;;
1344 1.1 christos esac
1345 1.1 christos fi
1346 1.1 christos fi
1347 1.1 christos if test -z "$haveit"; then
1348 1.1 christos for x in $CPPFLAGS $INC[]NAME; do
1349 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1350 1.1 christos if test "X$x" = "X-I$additional_includedir"; then
1351 1.1 christos haveit=yes
1352 1.1 christos break
1353 1.1 christos fi
1354 1.1 christos done
1355 1.1 christos if test -z "$haveit"; then
1356 1.1 christos if test -d "$additional_includedir"; then
1357 1.1 christos dnl Really add $additional_includedir to $INCNAME.
1358 1.1 christos INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
1359 1.1 christos fi
1360 1.1 christos fi
1361 1.1 christos fi
1362 1.1 christos fi
1363 1.1 christos fi
1364 1.1 christos dnl Look for dependencies.
1365 1.1 christos if test -n "$found_la"; then
1366 1.1 christos dnl Read the .la file. It defines the variables
1367 1.1 christos dnl dlname, library_names, old_library, dependency_libs, current,
1368 1.1 christos dnl age, revision, installed, dlopen, dlpreopen, libdir.
1369 1.1 christos save_libdir="$libdir"
1370 1.1 christos case "$found_la" in
1371 1.1 christos */* | *\\*) . "$found_la" ;;
1372 1.1 christos *) . "./$found_la" ;;
1373 1.1 christos esac
1374 1.1 christos libdir="$save_libdir"
1375 1.1 christos dnl We use only dependency_libs.
1376 1.1 christos for dep in $dependency_libs; do
1377 1.1 christos case "$dep" in
1378 1.1 christos -L*)
1379 1.1 christos additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
1380 1.1 christos dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
1381 1.1 christos dnl But don't add it
1382 1.1 christos dnl 1. if it's the standard /usr/lib,
1383 1.1 christos dnl 2. if it's /usr/local/lib and we are using GCC on Linux,
1384 1.1 christos dnl 3. if it's already present in $LDFLAGS or the already
1385 1.1 christos dnl constructed $LIBNAME,
1386 1.1 christos dnl 4. if it doesn't exist as a directory.
1387 1.1 christos if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
1388 1.1 christos haveit=
1389 1.1 christos if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
1390 1.1 christos if test -n "$GCC"; then
1391 1.1 christos case $host_os in
1392 1.1 christos linux* | gnu* | k*bsd*-gnu) haveit=yes;;
1393 1.1 christos esac
1394 1.1 christos fi
1395 1.1 christos fi
1396 1.1 christos if test -z "$haveit"; then
1397 1.1 christos haveit=
1398 1.1 christos for x in $LDFLAGS $LIB[]NAME; do
1399 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1400 1.1 christos if test "X$x" = "X-L$additional_libdir"; then
1401 1.1 christos haveit=yes
1402 1.1 christos break
1403 1.1 christos fi
1404 1.1 christos done
1405 1.1 christos if test -z "$haveit"; then
1406 1.1 christos if test -d "$additional_libdir"; then
1407 1.1 christos dnl Really add $additional_libdir to $LIBNAME.
1408 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
1409 1.1 christos fi
1410 1.1 christos fi
1411 1.1 christos haveit=
1412 1.1 christos for x in $LDFLAGS $LTLIB[]NAME; do
1413 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1414 1.1 christos if test "X$x" = "X-L$additional_libdir"; then
1415 1.1 christos haveit=yes
1416 1.1 christos break
1417 1.1 christos fi
1418 1.1 christos done
1419 1.1 christos if test -z "$haveit"; then
1420 1.1 christos if test -d "$additional_libdir"; then
1421 1.1 christos dnl Really add $additional_libdir to $LTLIBNAME.
1422 1.1 christos LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
1423 1.1 christos fi
1424 1.1 christos fi
1425 1.1 christos fi
1426 1.1 christos fi
1427 1.1 christos ;;
1428 1.1 christos -R*)
1429 1.1 christos dir=`echo "X$dep" | sed -e 's/^X-R//'`
1430 1.1 christos if test "$enable_rpath" != no; then
1431 1.1 christos dnl Potentially add DIR to rpathdirs.
1432 1.1 christos dnl The rpathdirs will be appended to $LIBNAME at the end.
1433 1.1 christos haveit=
1434 1.1 christos for x in $rpathdirs; do
1435 1.1 christos if test "X$x" = "X$dir"; then
1436 1.1 christos haveit=yes
1437 1.1 christos break
1438 1.1 christos fi
1439 1.1 christos done
1440 1.1 christos if test -z "$haveit"; then
1441 1.1 christos rpathdirs="$rpathdirs $dir"
1442 1.1 christos fi
1443 1.1 christos dnl Potentially add DIR to ltrpathdirs.
1444 1.1 christos dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
1445 1.1 christos haveit=
1446 1.1 christos for x in $ltrpathdirs; do
1447 1.1 christos if test "X$x" = "X$dir"; then
1448 1.1 christos haveit=yes
1449 1.1 christos break
1450 1.1 christos fi
1451 1.1 christos done
1452 1.1 christos if test -z "$haveit"; then
1453 1.1 christos ltrpathdirs="$ltrpathdirs $dir"
1454 1.1 christos fi
1455 1.1 christos fi
1456 1.1 christos ;;
1457 1.1 christos -l*)
1458 1.1 christos dnl Handle this in the next round.
1459 1.1 christos names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
1460 1.1 christos ;;
1461 1.1 christos *.la)
1462 1.1 christos dnl Handle this in the next round. Throw away the .la's
1463 1.1 christos dnl directory; it is already contained in a preceding -L
1464 1.1 christos dnl option.
1465 1.1 christos names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
1466 1.1 christos ;;
1467 1.1 christos *)
1468 1.1 christos dnl Most likely an immediate library name.
1469 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
1470 1.1 christos LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
1471 1.1 christos ;;
1472 1.1 christos esac
1473 1.1 christos done
1474 1.1 christos fi
1475 1.1 christos else
1476 1.1 christos dnl Didn't find the library; assume it is in the system directories
1477 1.1 christos dnl known to the linker and runtime loader. (All the system
1478 1.1 christos dnl directories known to the linker should also be known to the
1479 1.1 christos dnl runtime loader, otherwise the system is severely misconfigured.)
1480 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
1481 1.1 christos LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
1482 1.1 christos fi
1483 1.1 christos fi
1484 1.1 christos fi
1485 1.1 christos done
1486 1.1 christos done
1487 1.1 christos if test "X$rpathdirs" != "X"; then
1488 1.1 christos if test -n "$hardcode_libdir_separator"; then
1489 1.1 christos dnl Weird platform: only the last -rpath option counts, the user must
1490 1.1 christos dnl pass all path elements in one option. We can arrange that for a
1491 1.1 christos dnl single library, but not when more than one $LIBNAMEs are used.
1492 1.1 christos alldirs=
1493 1.1 christos for found_dir in $rpathdirs; do
1494 1.1 christos alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
1495 1.1 christos done
1496 1.1 christos dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl.
1497 1.1 christos acl_save_libdir="$libdir"
1498 1.1 christos libdir="$alldirs"
1499 1.1 christos eval flag=\"$hardcode_libdir_flag_spec\"
1500 1.1 christos libdir="$acl_save_libdir"
1501 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
1502 1.1 christos else
1503 1.1 christos dnl The -rpath options are cumulative.
1504 1.1 christos for found_dir in $rpathdirs; do
1505 1.1 christos acl_save_libdir="$libdir"
1506 1.1 christos libdir="$found_dir"
1507 1.1 christos eval flag=\"$hardcode_libdir_flag_spec\"
1508 1.1 christos libdir="$acl_save_libdir"
1509 1.1 christos LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
1510 1.1 christos done
1511 1.1 christos fi
1512 1.1 christos fi
1513 1.1 christos if test "X$ltrpathdirs" != "X"; then
1514 1.1 christos dnl When using libtool, the option that works for both libraries and
1515 1.1 christos dnl executables is -R. The -R options are cumulative.
1516 1.1 christos for found_dir in $ltrpathdirs; do
1517 1.1 christos LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
1518 1.1 christos done
1519 1.1 christos fi
1520 1.1 christos ])
1521 1.1 christos
1522 1.1 christos dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
1523 1.1 christos dnl unless already present in VAR.
1524 1.1 christos dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
1525 1.1 christos dnl contains two or three consecutive elements that belong together.
1526 1.1 christos AC_DEFUN([AC_LIB_APPENDTOVAR],
1527 1.1 christos [
1528 1.1 christos for element in [$2]; do
1529 1.1 christos haveit=
1530 1.1 christos for x in $[$1]; do
1531 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1532 1.1 christos if test "X$x" = "X$element"; then
1533 1.1 christos haveit=yes
1534 1.1 christos break
1535 1.1 christos fi
1536 1.1 christos done
1537 1.1 christos if test -z "$haveit"; then
1538 1.1 christos [$1]="${[$1]}${[$1]:+ }$element"
1539 1.1 christos fi
1540 1.1 christos done
1541 1.1 christos ])
1542 1.1 christos
1543 1.1 christos dnl For those cases where a variable contains several -L and -l options
1544 1.1 christos dnl referring to unknown libraries and directories, this macro determines the
1545 1.1 christos dnl necessary additional linker options for the runtime path.
1546 1.1 christos dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL])
1547 1.1 christos dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
1548 1.1 christos dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed,
1549 1.1 christos dnl otherwise linking without libtool is assumed.
1550 1.1 christos AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
1551 1.1 christos [
1552 1.1 christos AC_REQUIRE([AC_LIB_RPATH])
1553 1.1 christos AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
1554 1.1 christos $1=
1555 1.1 christos if test "$enable_rpath" != no; then
1556 1.1 christos if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
1557 1.1 christos dnl Use an explicit option to hardcode directories into the resulting
1558 1.1 christos dnl binary.
1559 1.1 christos rpathdirs=
1560 1.1 christos next=
1561 1.1 christos for opt in $2; do
1562 1.1 christos if test -n "$next"; then
1563 1.1 christos dir="$next"
1564 1.1 christos dnl No need to hardcode the standard /usr/lib.
1565 1.1 christos if test "X$dir" != "X/usr/$acl_libdirstem"; then
1566 1.1 christos rpathdirs="$rpathdirs $dir"
1567 1.1 christos fi
1568 1.1 christos next=
1569 1.1 christos else
1570 1.1 christos case $opt in
1571 1.1 christos -L) next=yes ;;
1572 1.1 christos -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
1573 1.1 christos dnl No need to hardcode the standard /usr/lib.
1574 1.1 christos if test "X$dir" != "X/usr/$acl_libdirstem"; then
1575 1.1 christos rpathdirs="$rpathdirs $dir"
1576 1.1 christos fi
1577 1.1 christos next= ;;
1578 1.1 christos *) next= ;;
1579 1.1 christos esac
1580 1.1 christos fi
1581 1.1 christos done
1582 1.1 christos if test "X$rpathdirs" != "X"; then
1583 1.1 christos if test -n ""$3""; then
1584 1.1 christos dnl libtool is used for linking. Use -R options.
1585 1.1 christos for dir in $rpathdirs; do
1586 1.1 christos $1="${$1}${$1:+ }-R$dir"
1587 1.1 christos done
1588 1.1 christos else
1589 1.1 christos dnl The linker is used for linking directly.
1590 1.1 christos if test -n "$hardcode_libdir_separator"; then
1591 1.1 christos dnl Weird platform: only the last -rpath option counts, the user
1592 1.1 christos dnl must pass all path elements in one option.
1593 1.1 christos alldirs=
1594 1.1 christos for dir in $rpathdirs; do
1595 1.1 christos alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$dir"
1596 1.1 christos done
1597 1.1 christos acl_save_libdir="$libdir"
1598 1.1 christos libdir="$alldirs"
1599 1.1 christos eval flag=\"$hardcode_libdir_flag_spec\"
1600 1.1 christos libdir="$acl_save_libdir"
1601 1.1 christos $1="$flag"
1602 1.1 christos else
1603 1.1 christos dnl The -rpath options are cumulative.
1604 1.1 christos for dir in $rpathdirs; do
1605 1.1 christos acl_save_libdir="$libdir"
1606 1.1 christos libdir="$dir"
1607 1.1 christos eval flag=\"$hardcode_libdir_flag_spec\"
1608 1.1 christos libdir="$acl_save_libdir"
1609 1.1 christos $1="${$1}${$1:+ }$flag"
1610 1.1 christos done
1611 1.1 christos fi
1612 1.1 christos fi
1613 1.1 christos fi
1614 1.1 christos fi
1615 1.1 christos fi
1616 1.1 christos AC_SUBST([$1])
1617 1.1 christos ])
1618 1.1 christos
1619 1.1 christos # lib-prefix.m4 serial 5 (gettext-0.15)
1620 1.1 christos dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
1621 1.1 christos dnl This file is free software; the Free Software Foundation
1622 1.1 christos dnl gives unlimited permission to copy and/or distribute it,
1623 1.1 christos dnl with or without modifications, as long as this notice is preserved.
1624 1.1 christos
1625 1.1 christos dnl From Bruno Haible.
1626 1.1 christos
1627 1.1 christos dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
1628 1.1 christos dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
1629 1.1 christos dnl require excessive bracketing.
1630 1.1 christos ifdef([AC_HELP_STRING],
1631 1.1 christos [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
1632 1.1 christos [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
1633 1.1 christos
1634 1.1 christos dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
1635 1.1 christos dnl to access previously installed libraries. The basic assumption is that
1636 1.1 christos dnl a user will want packages to use other packages he previously installed
1637 1.1 christos dnl with the same --prefix option.
1638 1.1 christos dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
1639 1.1 christos dnl libraries, but is otherwise very convenient.
1640 1.1 christos AC_DEFUN([AC_LIB_PREFIX],
1641 1.1 christos [
1642 1.1 christos AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
1643 1.1 christos AC_REQUIRE([AC_PROG_CC])
1644 1.1 christos AC_REQUIRE([AC_CANONICAL_HOST])
1645 1.1 christos AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
1646 1.1 christos AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
1647 1.1 christos dnl By default, look in $includedir and $libdir.
1648 1.1 christos use_additional=yes
1649 1.1 christos AC_LIB_WITH_FINAL_PREFIX([
1650 1.1 christos eval additional_includedir=\"$includedir\"
1651 1.1 christos eval additional_libdir=\"$libdir\"
1652 1.1 christos ])
1653 1.1 christos AC_LIB_ARG_WITH([lib-prefix],
1654 1.1 christos [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
1655 1.1 christos --without-lib-prefix don't search for libraries in includedir and libdir],
1656 1.1 christos [
1657 1.1 christos if test "X$withval" = "Xno"; then
1658 1.1 christos use_additional=no
1659 1.1 christos else
1660 1.1 christos if test "X$withval" = "X"; then
1661 1.1 christos AC_LIB_WITH_FINAL_PREFIX([
1662 1.1 christos eval additional_includedir=\"$includedir\"
1663 1.1 christos eval additional_libdir=\"$libdir\"
1664 1.1 christos ])
1665 1.1 christos else
1666 1.1 christos additional_includedir="$withval/include"
1667 1.1 christos additional_libdir="$withval/$acl_libdirstem"
1668 1.1 christos fi
1669 1.1 christos fi
1670 1.1 christos ])
1671 1.1 christos if test $use_additional = yes; then
1672 1.1 christos dnl Potentially add $additional_includedir to $CPPFLAGS.
1673 1.1 christos dnl But don't add it
1674 1.1 christos dnl 1. if it's the standard /usr/include,
1675 1.1 christos dnl 2. if it's already present in $CPPFLAGS,
1676 1.1 christos dnl 3. if it's /usr/local/include and we are using GCC on Linux,
1677 1.1 christos dnl 4. if it doesn't exist as a directory.
1678 1.1 christos if test "X$additional_includedir" != "X/usr/include"; then
1679 1.1 christos haveit=
1680 1.1 christos for x in $CPPFLAGS; do
1681 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1682 1.1 christos if test "X$x" = "X-I$additional_includedir"; then
1683 1.1 christos haveit=yes
1684 1.1 christos break
1685 1.1 christos fi
1686 1.1 christos done
1687 1.1 christos if test -z "$haveit"; then
1688 1.1 christos if test "X$additional_includedir" = "X/usr/local/include"; then
1689 1.1 christos if test -n "$GCC"; then
1690 1.1 christos case $host_os in
1691 1.1 christos linux* | gnu* | k*bsd*-gnu) haveit=yes;;
1692 1.1 christos esac
1693 1.1 christos fi
1694 1.1 christos fi
1695 1.1 christos if test -z "$haveit"; then
1696 1.1 christos if test -d "$additional_includedir"; then
1697 1.1 christos dnl Really add $additional_includedir to $CPPFLAGS.
1698 1.1 christos CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
1699 1.1 christos fi
1700 1.1 christos fi
1701 1.1 christos fi
1702 1.1 christos fi
1703 1.1 christos dnl Potentially add $additional_libdir to $LDFLAGS.
1704 1.1 christos dnl But don't add it
1705 1.1 christos dnl 1. if it's the standard /usr/lib,
1706 1.1 christos dnl 2. if it's already present in $LDFLAGS,
1707 1.1 christos dnl 3. if it's /usr/local/lib and we are using GCC on Linux,
1708 1.1 christos dnl 4. if it doesn't exist as a directory.
1709 1.1 christos if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
1710 1.1 christos haveit=
1711 1.1 christos for x in $LDFLAGS; do
1712 1.1 christos AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1713 1.1 christos if test "X$x" = "X-L$additional_libdir"; then
1714 1.1 christos haveit=yes
1715 1.1 christos break
1716 1.1 christos fi
1717 1.1 christos done
1718 1.1 christos if test -z "$haveit"; then
1719 1.1 christos if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
1720 1.1 christos if test -n "$GCC"; then
1721 1.1 christos case $host_os in
1722 1.1 christos linux*) haveit=yes;;
1723 1.1 christos esac
1724 1.1 christos fi
1725 1.1 christos fi
1726 1.1 christos if test -z "$haveit"; then
1727 1.1 christos if test -d "$additional_libdir"; then
1728 1.1 christos dnl Really add $additional_libdir to $LDFLAGS.
1729 1.1 christos LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
1730 1.1 christos fi
1731 1.1 christos fi
1732 1.1 christos fi
1733 1.1 christos fi
1734 1.1 christos fi
1735 1.1 christos ])
1736 1.1 christos
1737 1.1 christos dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
1738 1.1 christos dnl acl_final_exec_prefix, containing the values to which $prefix and
1739 1.1 christos dnl $exec_prefix will expand at the end of the configure script.
1740 1.1 christos AC_DEFUN([AC_LIB_PREPARE_PREFIX],
1741 1.1 christos [
1742 1.1 christos dnl Unfortunately, prefix and exec_prefix get only finally determined
1743 1.1 christos dnl at the end of configure.
1744 1.1 christos if test "X$prefix" = "XNONE"; then
1745 1.1 christos acl_final_prefix="$ac_default_prefix"
1746 1.1 christos else
1747 1.1 christos acl_final_prefix="$prefix"
1748 1.1 christos fi
1749 1.1 christos if test "X$exec_prefix" = "XNONE"; then
1750 1.1 christos acl_final_exec_prefix='${prefix}'
1751 1.1 christos else
1752 1.1 christos acl_final_exec_prefix="$exec_prefix"
1753 1.1 christos fi
1754 1.1 christos acl_save_prefix="$prefix"
1755 1.1 christos prefix="$acl_final_prefix"
1756 1.1 christos eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
1757 1.1 christos prefix="$acl_save_prefix"
1758 1.1 christos ])
1759 1.1 christos
1760 1.1 christos dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
1761 1.1 christos dnl variables prefix and exec_prefix bound to the values they will have
1762 1.1 christos dnl at the end of the configure script.
1763 1.1 christos AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
1764 1.1 christos [
1765 1.1 christos acl_save_prefix="$prefix"
1766 1.1 christos prefix="$acl_final_prefix"
1767 1.1 christos acl_save_exec_prefix="$exec_prefix"
1768 1.1 christos exec_prefix="$acl_final_exec_prefix"
1769 1.1 christos $1
1770 1.1 christos exec_prefix="$acl_save_exec_prefix"
1771 1.1 christos prefix="$acl_save_prefix"
1772 1.1 christos ])
1773 1.1 christos
1774 1.1 christos dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing
1775 1.1 christos dnl the basename of the libdir, either "lib" or "lib64".
1776 1.1 christos AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
1777 1.1 christos [
1778 1.1 christos dnl There is no formal standard regarding lib and lib64. The current
1779 1.1 christos dnl practice is that on a system supporting 32-bit and 64-bit instruction
1780 1.1 christos dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit
1781 1.1 christos dnl libraries go under $prefix/lib. We determine the compiler's default
1782 1.1 christos dnl mode by looking at the compiler's library search path. If at least
1783 1.1 christos dnl of its elements ends in /lib64 or points to a directory whose absolute
1784 1.1 christos dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the
1785 1.1 christos dnl default, namely "lib".
1786 1.1 christos acl_libdirstem=lib
1787 1.1 christos searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
1788 1.1 christos if test -n "$searchpath"; then
1789 1.1 christos acl_save_IFS="${IFS= }"; IFS=":"
1790 1.1 christos for searchdir in $searchpath; do
1791 1.1 christos if test -d "$searchdir"; then
1792 1.1 christos case "$searchdir" in
1793 1.1 christos */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
1794 1.1 christos *) searchdir=`cd "$searchdir" && pwd`
1795 1.1 christos case "$searchdir" in
1796 1.1 christos */lib64 ) acl_libdirstem=lib64 ;;
1797 1.1 christos esac ;;
1798 1.1 christos esac
1799 1.1 christos fi
1800 1.1 christos done
1801 1.1 christos IFS="$acl_save_IFS"
1802 1.1 christos fi
1803 1.1 christos ])
1804 1.1 christos
1805