aclocal.m4
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:18k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

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