read/write/trunc events are managed region events--print a warning if
[xfstests-dev.git] / dmapi / aclocal.m4
1 dnl aclocal.m4 generated automatically by aclocal 1.4
2
3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7
8 dnl This program is distributed in the hope that it will be useful,
9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 dnl PARTICULAR PURPOSE.
12
13 # Do all the work for Automake.  This macro actually does too much --
14 # some checks are only needed if your package does certain things.
15 # But this isn't really a big deal.
16
17 # serial 1
18
19 dnl Usage:
20 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
21
22 AC_DEFUN(AM_INIT_AUTOMAKE,
23 [AC_REQUIRE([AC_PROG_INSTALL])
24 PACKAGE=[$1]
25 AC_SUBST(PACKAGE)
26 VERSION=[$2]
27 AC_SUBST(VERSION)
28 dnl test to see if srcdir already configured
29 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
30   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
31 fi
32 ifelse([$3],,
33 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
34 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
35 AC_REQUIRE([AM_SANITY_CHECK])
36 AC_REQUIRE([AC_ARG_PROGRAM])
37 dnl FIXME This is truly gross.
38 missing_dir=`cd $ac_aux_dir && pwd`
39 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
40 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
41 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
42 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
43 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
44 AC_REQUIRE([AC_PROG_MAKE_SET])])
45
46 #
47 # Check to make sure that the build environment is sane.
48 #
49
50 AC_DEFUN(AM_SANITY_CHECK,
51 [AC_MSG_CHECKING([whether build environment is sane])
52 # Just in case
53 sleep 1
54 echo timestamp > conftestfile
55 # Do `set' in a subshell so we don't clobber the current shell's
56 # arguments.  Must try -L first in case configure is actually a
57 # symlink; some systems play weird games with the mod time of symlinks
58 # (eg FreeBSD returns the mod time of the symlink's containing
59 # directory).
60 if (
61    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
62    if test "[$]*" = "X"; then
63       # -L didn't work.
64       set X `ls -t $srcdir/configure conftestfile`
65    fi
66    if test "[$]*" != "X $srcdir/configure conftestfile" \
67       && test "[$]*" != "X conftestfile $srcdir/configure"; then
68
69       # If neither matched, then we have a broken ls.  This can happen
70       # if, for instance, CONFIG_SHELL is bash and it inherits a
71       # broken ls alias from the environment.  This has actually
72       # happened.  Such a system could not be considered "sane".
73       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
74 alias in your environment])
75    fi
76
77    test "[$]2" = conftestfile
78    )
79 then
80    # Ok.
81    :
82 else
83    AC_MSG_ERROR([newly created file is older than distributed files!
84 Check your system clock])
85 fi
86 rm -f conftest*
87 AC_MSG_RESULT(yes)])
88
89 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
90 dnl The program must properly implement --version.
91 AC_DEFUN(AM_MISSING_PROG,
92 [AC_MSG_CHECKING(for working $2)
93 # Run test in a subshell; some versions of sh will print an error if
94 # an executable is not found, even if stderr is redirected.
95 # Redirect stdin to placate older versions of autoconf.  Sigh.
96 if ($2 --version) < /dev/null > /dev/null 2>&1; then
97    $1=$2
98    AC_MSG_RESULT(found)
99 else
100    $1="$3/missing $2"
101    AC_MSG_RESULT(missing)
102 fi
103 AC_SUBST($1)])
104
105
106 # serial 40 AC_PROG_LIBTOOL
107 AC_DEFUN(AC_PROG_LIBTOOL,
108 [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
109
110 # Save cache, so that ltconfig can load it
111 AC_CACHE_SAVE
112
113 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
114 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
115 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
116 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
117 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
118 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
119 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
120 || AC_MSG_ERROR([libtool configure failed])
121
122 # Reload cache, that may have been modified by ltconfig
123 AC_CACHE_LOAD
124
125 # This can be used to rebuild libtool when needed
126 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
127
128 # Always use our own libtool.
129 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
130 AC_SUBST(LIBTOOL)dnl
131
132 # Redirect the config.log output again, so that the ltconfig log is not
133 # clobbered by the next message.
134 exec 5>>./config.log
135 ])
136
137 AC_DEFUN(AC_LIBTOOL_SETUP,
138 [AC_PREREQ(2.13)dnl
139 AC_REQUIRE([AC_ENABLE_SHARED])dnl
140 AC_REQUIRE([AC_ENABLE_STATIC])dnl
141 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
142 AC_REQUIRE([AC_CANONICAL_HOST])dnl
143 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
144 AC_REQUIRE([AC_PROG_RANLIB])dnl
145 AC_REQUIRE([AC_PROG_CC])dnl
146 AC_REQUIRE([AC_PROG_LD])dnl
147 AC_REQUIRE([AC_PROG_NM])dnl
148 AC_REQUIRE([AC_PROG_LN_S])dnl
149 dnl
150
151 case "$target" in
152 NONE) lt_target="$host" ;;
153 *) lt_target="$target" ;;
154 esac
155
156 # Check for any special flags to pass to ltconfig.
157 #
158 # the following will cause an existing older ltconfig to fail, so
159 # we ignore this at the expense of the cache file... Checking this 
160 # will just take longer ... bummer!
161 #libtool_flags="--cache-file=$cache_file"
162 #
163 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
164 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
165 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
166 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
167 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
168 ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN],
169 [libtool_flags="$libtool_flags --enable-dlopen"])
170 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
171 [libtool_flags="$libtool_flags --enable-win32-dll"])
172 AC_ARG_ENABLE(libtool-lock,
173   [  --disable-libtool-lock  avoid locking (might break parallel builds)])
174 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
175 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
176
177 # Some flags need to be propagated to the compiler or linker for good
178 # libtool support.
179 case "$lt_target" in
180 *-*-irix6*)
181   # Find out which ABI we are using.
182   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
183   if AC_TRY_EVAL(ac_compile); then
184     case "`/usr/bin/file conftest.o`" in
185     *32-bit*)
186       LD="${LD-ld} -32"
187       ;;
188     *N32*)
189       LD="${LD-ld} -n32"
190       ;;
191     *64-bit*)
192       LD="${LD-ld} -64"
193       ;;
194     esac
195   fi
196   rm -rf conftest*
197   ;;
198
199 *-*-sco3.2v5*)
200   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
201   SAVE_CFLAGS="$CFLAGS"
202   CFLAGS="$CFLAGS -belf"
203   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
204     [AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])])
205   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
206     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
207     CFLAGS="$SAVE_CFLAGS"
208   fi
209   ;;
210
211 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
212 [*-*-cygwin* | *-*-mingw*)
213   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
214   AC_CHECK_TOOL(AS, as, false)
215   AC_CHECK_TOOL(OBJDUMP, objdump, false)
216   ;;
217 ])
218 esac
219 ])
220
221 # AC_LIBTOOL_DLOPEN - enable checks for dlopen support
222 AC_DEFUN(AC_LIBTOOL_DLOPEN, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
223
224 # AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
225 AC_DEFUN(AC_LIBTOOL_WIN32_DLL, [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
226
227 # AC_ENABLE_SHARED - implement the --enable-shared flag
228 # Usage: AC_ENABLE_SHARED[(DEFAULT)]
229 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
230 #   `yes'.
231 AC_DEFUN(AC_ENABLE_SHARED, [dnl
232 define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
233 AC_ARG_ENABLE(shared,
234 changequote(<<, >>)dnl
235 <<  --enable-shared[=PKGS]  build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
236 changequote([, ])dnl
237 [p=${PACKAGE-default}
238 case "$enableval" in
239 yes) enable_shared=yes ;;
240 no) enable_shared=no ;;
241 *)
242   enable_shared=no
243   # Look at the argument we got.  We use all the common list separators.
244   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
245   for pkg in $enableval; do
246     if test "X$pkg" = "X$p"; then
247       enable_shared=yes
248     fi
249   done
250   IFS="$ac_save_ifs"
251   ;;
252 esac],
253 enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
254 ])
255
256 # AC_DISABLE_SHARED - set the default shared flag to --disable-shared
257 AC_DEFUN(AC_DISABLE_SHARED, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
258 AC_ENABLE_SHARED(no)])
259
260 # AC_ENABLE_STATIC - implement the --enable-static flag
261 # Usage: AC_ENABLE_STATIC[(DEFAULT)]
262 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
263 #   `yes'.
264 AC_DEFUN(AC_ENABLE_STATIC, [dnl
265 define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
266 AC_ARG_ENABLE(static,
267 changequote(<<, >>)dnl
268 <<  --enable-static[=PKGS]  build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
269 changequote([, ])dnl
270 [p=${PACKAGE-default}
271 case "$enableval" in
272 yes) enable_static=yes ;;
273 no) enable_static=no ;;
274 *)
275   enable_static=no
276   # Look at the argument we got.  We use all the common list separators.
277   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
278   for pkg in $enableval; do
279     if test "X$pkg" = "X$p"; then
280       enable_static=yes
281     fi
282   done
283   IFS="$ac_save_ifs"
284   ;;
285 esac],
286 enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
287 ])
288
289 # AC_DISABLE_STATIC - set the default static flag to --disable-static
290 AC_DEFUN(AC_DISABLE_STATIC, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
291 AC_ENABLE_STATIC(no)])
292
293
294 # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
295 # Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
296 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
297 #   `yes'.
298 AC_DEFUN(AC_ENABLE_FAST_INSTALL, [dnl
299 define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
300 AC_ARG_ENABLE(fast-install,
301 changequote(<<, >>)dnl
302 <<  --enable-fast-install[=PKGS]  optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
303 changequote([, ])dnl
304 [p=${PACKAGE-default}
305 case "$enableval" in
306 yes) enable_fast_install=yes ;;
307 no) enable_fast_install=no ;;
308 *)
309   enable_fast_install=no
310   # Look at the argument we got.  We use all the common list separators.
311   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
312   for pkg in $enableval; do
313     if test "X$pkg" = "X$p"; then
314       enable_fast_install=yes
315     fi
316   done
317   IFS="$ac_save_ifs"
318   ;;
319 esac],
320 enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
321 ])
322
323 # AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
324 AC_DEFUN(AC_DISABLE_FAST_INSTALL, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
325 AC_ENABLE_FAST_INSTALL(no)])
326
327 # AC_PROG_LD - find the path to the GNU or non-GNU linker
328 AC_DEFUN(AC_PROG_LD,
329 [AC_ARG_WITH(gnu-ld,
330 [  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
331 test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
332 AC_REQUIRE([AC_PROG_CC])dnl
333 AC_REQUIRE([AC_CANONICAL_HOST])dnl
334 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
335 ac_prog=ld
336 if test "$ac_cv_prog_gcc" = yes; then
337   # Check if gcc -print-prog-name=ld gives a path.
338   AC_MSG_CHECKING([for ld used by GCC])
339   ac_prog=`($CC -print-prog-name=ld) 2>&5`
340   case "$ac_prog" in
341     # Accept absolute paths.
342 changequote(,)dnl
343     [\\/]* | [A-Za-z]:[\\/]*)
344       re_direlt='/[^/][^/]*/\.\./'
345 changequote([,])dnl
346       # Canonicalize the path of ld
347       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
348       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
349         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
350       done
351       test -z "$LD" && LD="$ac_prog"
352       ;;
353   "")
354     # If it fails, then pretend we aren't using GCC.
355     ac_prog=ld
356     ;;
357   *)
358     # If it is relative, then search for the first ld in PATH.
359     with_gnu_ld=unknown
360     ;;
361   esac
362 elif test "$with_gnu_ld" = yes; then
363   AC_MSG_CHECKING([for GNU ld])
364 else
365   AC_MSG_CHECKING([for non-GNU ld])
366 fi
367 AC_CACHE_VAL(ac_cv_path_LD,
368 [if test -z "$LD"; then
369   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
370   for ac_dir in $PATH; do
371     test -z "$ac_dir" && ac_dir=.
372     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
373       ac_cv_path_LD="$ac_dir/$ac_prog"
374       # Check to see if the program is GNU ld.  I'd rather use --version,
375       # but apparently some GNU ld's only accept -v.
376       # Break only if it was the GNU/non-GNU ld that we prefer.
377       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
378         test "$with_gnu_ld" != no && break
379       else
380         test "$with_gnu_ld" != yes && break
381       fi
382     fi
383   done
384   IFS="$ac_save_ifs"
385 else
386   ac_cv_path_LD="$LD" # Let the user override the test with a path.
387 fi])
388 LD="$ac_cv_path_LD"
389 if test -n "$LD"; then
390   AC_MSG_RESULT($LD)
391 else
392   AC_MSG_RESULT(no)
393 fi
394 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
395 AC_PROG_LD_GNU
396 ])
397
398 AC_DEFUN(AC_PROG_LD_GNU,
399 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], ac_cv_prog_gnu_ld,
400 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
401 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
402   ac_cv_prog_gnu_ld=yes
403 else
404   ac_cv_prog_gnu_ld=no
405 fi])
406 ])
407
408 # AC_PROG_NM - find the path to a BSD-compatible name lister
409 AC_DEFUN(AC_PROG_NM,
410 [AC_MSG_CHECKING([for BSD-compatible nm])
411 AC_CACHE_VAL(ac_cv_path_NM,
412 [if test -n "$NM"; then
413   # Let the user override the test.
414   ac_cv_path_NM="$NM"
415 else
416   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
417   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
418     test -z "$ac_dir" && ac_dir=.
419     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
420       # Check to see if the nm accepts a BSD-compat flag.
421       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
422       #   nm: unknown option "B" ignored
423       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
424         ac_cv_path_NM="$ac_dir/nm -B"
425         break
426       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
427         ac_cv_path_NM="$ac_dir/nm -p"
428         break
429       else
430         ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
431         continue # so that we can try to find one that supports BSD flags
432       fi
433     fi
434   done
435   IFS="$ac_save_ifs"
436   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
437 fi])
438 NM="$ac_cv_path_NM"
439 AC_MSG_RESULT([$NM])
440 ])
441
442 # AC_CHECK_LIBM - check for math library
443 AC_DEFUN(AC_CHECK_LIBM,
444 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
445 LIBM=
446 case "$lt_target" in
447 *-*-beos* | *-*-cygwin*)
448   # These system don't have libm
449   ;;
450 *-ncr-sysv4.3*)
451   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
452   AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
453   ;;
454 *)
455   AC_CHECK_LIB(m, main, LIBM="-lm")
456   ;;
457 esac
458 ])
459
460 # AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
461 # the libltdl convenience library and INCLTDL to the include flags for
462 # the libltdl header and adds --enable-ltdl-convenience to the
463 # configure arguments.  Note that LIBLTDL and INCLTDL are not
464 # AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If DIR is not
465 # provided, it is assumed to be `libltdl'.  LIBLTDL will be prefixed
466 # with '${top_builddir}/' and INCLTDL will be prefixed with
467 # '${top_srcdir}/' (note the single quotes!).  If your package is not
468 # flat and you're not using automake, define top_builddir and
469 # top_srcdir appropriately in the Makefiles.
470 AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
471   case "$enable_ltdl_convenience" in
472   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
473   "") enable_ltdl_convenience=yes
474       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
475   esac
476   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
477   INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
478 ])
479
480 # AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
481 # the libltdl installable library and INCLTDL to the include flags for
482 # the libltdl header and adds --enable-ltdl-install to the configure
483 # arguments.  Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
484 # AC_CONFIG_SUBDIRS called.  If DIR is not provided and an installed
485 # libltdl is not found, it is assumed to be `libltdl'.  LIBLTDL will
486 # be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
487 # with '${top_srcdir}/' (note the single quotes!).  If your package is
488 # not flat and you're not using automake, define top_builddir and
489 # top_srcdir appropriately in the Makefiles.
490 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
491 AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
492   AC_CHECK_LIB(ltdl, main,
493   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
494   [if test x"$enable_ltdl_install" = xno; then
495      AC_MSG_WARN([libltdl not installed, but installation disabled])
496    else
497      enable_ltdl_install=yes
498    fi
499   ])
500   if test x"$enable_ltdl_install" = x"yes"; then
501     ac_configure_args="$ac_configure_args --enable-ltdl-install"
502     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
503     INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
504   else
505     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
506     LIBLTDL="-lltdl"
507     INCLTDL=
508   fi
509 ])
510
511 dnl old names
512 AC_DEFUN(AM_PROG_LIBTOOL, [indir([AC_PROG_LIBTOOL])])dnl
513 AC_DEFUN(AM_ENABLE_SHARED, [indir([AC_ENABLE_SHARED], $@)])dnl
514 AC_DEFUN(AM_ENABLE_STATIC, [indir([AC_ENABLE_STATIC], $@)])dnl
515 AC_DEFUN(AM_DISABLE_SHARED, [indir([AC_DISABLE_SHARED], $@)])dnl
516 AC_DEFUN(AM_DISABLE_STATIC, [indir([AC_DISABLE_STATIC], $@)])dnl
517 AC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnl
518 AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl
519
520 dnl This is just to silence aclocal about the macro not being used
521 ifelse([AC_DISABLE_FAST_INSTALL])dnl
522