aclocal.m4
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:126k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. # generated automatically by aclocal 1.7.9 -*- Autoconf -*-
  2. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
  3. # Free Software Foundation, Inc.
  4. # This file is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. # Do all the work for Automake.                            -*- Autoconf -*-
  12. # This macro actually does too much some checks are only needed if
  13. # your package does certain things.  But this isn't really a big deal.
  14. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  15. # Free Software Foundation, Inc.
  16. # This program is free software; you can redistribute it and/or modify
  17. # it under the terms of the GNU General Public License as published by
  18. # the Free Software Foundation; either version 2, or (at your option)
  19. # any later version.
  20. # This program is distributed in the hope that it will be useful,
  21. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  23. # GNU General Public License for more details.
  24. # You should have received a copy of the GNU General Public License
  25. # along with this program; if not, write to the Free Software
  26. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  27. # 02111-1307, USA.
  28. # serial 10
  29. AC_PREREQ([2.54])
  30. # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
  31. # the ones we care about.
  32. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  33. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  34. # AM_INIT_AUTOMAKE([OPTIONS])
  35. # -----------------------------------------------
  36. # The call with PACKAGE and VERSION arguments is the old style
  37. # call (pre autoconf-2.50), which is being phased out.  PACKAGE
  38. # and VERSION should now be passed to AC_INIT and removed from
  39. # the call to AM_INIT_AUTOMAKE.
  40. # We support both call styles for the transition.  After
  41. # the next Automake release, Autoconf can make the AC_INIT
  42. # arguments mandatory, and then we can depend on a new Autoconf
  43. # release and drop the old call support.
  44. AC_DEFUN([AM_INIT_AUTOMAKE],
  45. [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  46.  AC_REQUIRE([AC_PROG_INSTALL])dnl
  47. # test to see if srcdir already configured
  48. if test "`cd $srcdir && pwd`" != "`pwd`" &&
  49.    test -f $srcdir/config.status; then
  50.   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  51. fi
  52. # test whether we have cygpath
  53. if test -z "$CYGPATH_W"; then
  54.   if (cygpath --version) >/dev/null 2>/dev/null; then
  55.     CYGPATH_W='cygpath -w'
  56.   else
  57.     CYGPATH_W=echo
  58.   fi
  59. fi
  60. AC_SUBST([CYGPATH_W])
  61. # Define the identity of the package.
  62. dnl Distinguish between old-style and new-style calls.
  63. m4_ifval([$2],
  64. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  65.  AC_SUBST([PACKAGE], [$1])dnl
  66.  AC_SUBST([VERSION], [$2])],
  67. [_AM_SET_OPTIONS([$1])dnl
  68.  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  69.  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  70. _AM_IF_OPTION([no-define],,
  71. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  72.  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  73. # Some tools Automake needs.
  74. AC_REQUIRE([AM_SANITY_CHECK])dnl
  75. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  76. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  77. AM_MISSING_PROG(AUTOCONF, autoconf)
  78. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  79. AM_MISSING_PROG(AUTOHEADER, autoheader)
  80. AM_MISSING_PROG(MAKEINFO, makeinfo)
  81. AM_MISSING_PROG(AMTAR, tar)
  82. AM_PROG_INSTALL_SH
  83. AM_PROG_INSTALL_STRIP
  84. # We need awk for the "check" target.  The system "awk" is bad on
  85. # some platforms.
  86. AC_REQUIRE([AC_PROG_AWK])dnl
  87. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  88. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  89. _AM_IF_OPTION([no-dependencies],,
  90. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  91.                   [_AM_DEPENDENCIES(CC)],
  92.                   [define([AC_PROG_CC],
  93.                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  94. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  95.                   [_AM_DEPENDENCIES(CXX)],
  96.                   [define([AC_PROG_CXX],
  97.                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  98. ])
  99. ])
  100. # When config.status generates a header, we must update the stamp-h file.
  101. # This file resides in the same directory as the config header
  102. # that is generated.  The stamp files are numbered to have different names.
  103. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
  104. # loop where config.status creates the headers, so we can generate
  105. # our stamp files there.
  106. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
  107. [# Compute $1's index in $config_headers.
  108. _am_stamp_count=1
  109. for _am_header in $config_headers :; do
  110.   case $_am_header in
  111.     $1 | $1:* )
  112.       break ;;
  113.     * )
  114.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  115.   esac
  116. done
  117. echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
  118. # Copyright 2002  Free Software Foundation, Inc.
  119. # This program is free software; you can redistribute it and/or modify
  120. # it under the terms of the GNU General Public License as published by
  121. # the Free Software Foundation; either version 2, or (at your option)
  122. # any later version.
  123. # This program is distributed in the hope that it will be useful,
  124. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  125. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  126. # GNU General Public License for more details.
  127. # You should have received a copy of the GNU General Public License
  128. # along with this program; if not, write to the Free Software
  129. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  130. # AM_AUTOMAKE_VERSION(VERSION)
  131. # ----------------------------
  132. # Automake X.Y traces this macro to ensure aclocal.m4 has been
  133. # generated from the m4 files accompanying Automake X.Y.
  134. AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
  135. # AM_SET_CURRENT_AUTOMAKE_VERSION
  136. # -------------------------------
  137. # Call AM_AUTOMAKE_VERSION so it can be traced.
  138. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
  139. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  140.  [AM_AUTOMAKE_VERSION([1.7.9])])
  141. # Helper functions for option handling.                    -*- Autoconf -*-
  142. # Copyright 2001, 2002  Free Software Foundation, Inc.
  143. # This program is free software; you can redistribute it and/or modify
  144. # it under the terms of the GNU General Public License as published by
  145. # the Free Software Foundation; either version 2, or (at your option)
  146. # any later version.
  147. # This program is distributed in the hope that it will be useful,
  148. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  149. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  150. # GNU General Public License for more details.
  151. # You should have received a copy of the GNU General Public License
  152. # along with this program; if not, write to the Free Software
  153. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  154. # 02111-1307, USA.
  155. # serial 2
  156. # _AM_MANGLE_OPTION(NAME)
  157. # -----------------------
  158. AC_DEFUN([_AM_MANGLE_OPTION],
  159. [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  160. # _AM_SET_OPTION(NAME)
  161. # ------------------------------
  162. # Set option NAME.  Presently that only means defining a flag for this option.
  163. AC_DEFUN([_AM_SET_OPTION],
  164. [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  165. # _AM_SET_OPTIONS(OPTIONS)
  166. # ----------------------------------
  167. # OPTIONS is a space-separated list of Automake options.
  168. AC_DEFUN([_AM_SET_OPTIONS],
  169. [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  170. # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
  171. # -------------------------------------------
  172. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  173. AC_DEFUN([_AM_IF_OPTION],
  174. [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  175. #
  176. # Check to make sure that the build environment is sane.
  177. #
  178. # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
  179. # This program is free software; you can redistribute it and/or modify
  180. # it under the terms of the GNU General Public License as published by
  181. # the Free Software Foundation; either version 2, or (at your option)
  182. # any later version.
  183. # This program is distributed in the hope that it will be useful,
  184. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  185. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  186. # GNU General Public License for more details.
  187. # You should have received a copy of the GNU General Public License
  188. # along with this program; if not, write to the Free Software
  189. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  190. # 02111-1307, USA.
  191. # serial 3
  192. # AM_SANITY_CHECK
  193. # ---------------
  194. AC_DEFUN([AM_SANITY_CHECK],
  195. [AC_MSG_CHECKING([whether build environment is sane])
  196. # Just in case
  197. sleep 1
  198. echo timestamp > conftest.file
  199. # Do `set' in a subshell so we don't clobber the current shell's
  200. # arguments.  Must try -L first in case configure is actually a
  201. # symlink; some systems play weird games with the mod time of symlinks
  202. # (eg FreeBSD returns the mod time of the symlink's containing
  203. # directory).
  204. if (
  205.    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  206.    if test "$[*]" = "X"; then
  207.       # -L didn't work.
  208.       set X `ls -t $srcdir/configure conftest.file`
  209.    fi
  210.    rm -f conftest.file
  211.    if test "$[*]" != "X $srcdir/configure conftest.file" 
  212.       && test "$[*]" != "X conftest.file $srcdir/configure"; then
  213.       # If neither matched, then we have a broken ls.  This can happen
  214.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  215.       # broken ls alias from the environment.  This has actually
  216.       # happened.  Such a system could not be considered "sane".
  217.       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
  218. alias in your environment])
  219.    fi
  220.    test "$[2]" = conftest.file
  221.    )
  222. then
  223.    # Ok.
  224.    :
  225. else
  226.    AC_MSG_ERROR([newly created file is older than distributed files!
  227. Check your system clock])
  228. fi
  229. AC_MSG_RESULT(yes)])
  230. #  -*- Autoconf -*-
  231. # Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
  232. # This program is free software; you can redistribute it and/or modify
  233. # it under the terms of the GNU General Public License as published by
  234. # the Free Software Foundation; either version 2, or (at your option)
  235. # any later version.
  236. # This program is distributed in the hope that it will be useful,
  237. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  238. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  239. # GNU General Public License for more details.
  240. # You should have received a copy of the GNU General Public License
  241. # along with this program; if not, write to the Free Software
  242. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  243. # 02111-1307, USA.
  244. # serial 3
  245. # AM_MISSING_PROG(NAME, PROGRAM)
  246. # ------------------------------
  247. AC_DEFUN([AM_MISSING_PROG],
  248. [AC_REQUIRE([AM_MISSING_HAS_RUN])
  249. $1=${$1-"${am_missing_run}$2"}
  250. AC_SUBST($1)])
  251. # AM_MISSING_HAS_RUN
  252. # ------------------
  253. # Define MISSING if not defined so far and test if it supports --run.
  254. # If it does, set am_missing_run to use it, otherwise, to nothing.
  255. AC_DEFUN([AM_MISSING_HAS_RUN],
  256. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  257. test x"${MISSING+set}" = xset || MISSING="${SHELL} $am_aux_dir/missing"
  258. # Use eval to expand $SHELL
  259. if eval "$MISSING --run true"; then
  260.   am_missing_run="$MISSING --run "
  261. else
  262.   am_missing_run=
  263.   AC_MSG_WARN([`missing' script is too old or missing])
  264. fi
  265. ])
  266. # AM_AUX_DIR_EXPAND
  267. # Copyright 2001 Free Software Foundation, Inc.
  268. # This program is free software; you can redistribute it and/or modify
  269. # it under the terms of the GNU General Public License as published by
  270. # the Free Software Foundation; either version 2, or (at your option)
  271. # any later version.
  272. # This program is distributed in the hope that it will be useful,
  273. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  274. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  275. # GNU General Public License for more details.
  276. # You should have received a copy of the GNU General Public License
  277. # along with this program; if not, write to the Free Software
  278. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  279. # 02111-1307, USA.
  280. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
  281. # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
  282. # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
  283. #
  284. # Of course, Automake must honor this variable whenever it calls a
  285. # tool from the auxiliary directory.  The problem is that $srcdir (and
  286. # therefore $ac_aux_dir as well) can be either absolute or relative,
  287. # depending on how configure is run.  This is pretty annoying, since
  288. # it makes $ac_aux_dir quite unusable in subdirectories: in the top
  289. # source directory, any form will work fine, but in subdirectories a
  290. # relative path needs to be adjusted first.
  291. #
  292. # $ac_aux_dir/missing
  293. #    fails when called from a subdirectory if $ac_aux_dir is relative
  294. # $top_srcdir/$ac_aux_dir/missing
  295. #    fails if $ac_aux_dir is absolute,
  296. #    fails when called from a subdirectory in a VPATH build with
  297. #          a relative $ac_aux_dir
  298. #
  299. # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
  300. # are both prefixed by $srcdir.  In an in-source build this is usually
  301. # harmless because $srcdir is `.', but things will broke when you
  302. # start a VPATH build or use an absolute $srcdir.
  303. #
  304. # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
  305. # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
  306. #   am_aux_dir='$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*(.*)"`
  307. # and then we would define $MISSING as
  308. #   MISSING="${SHELL} $am_aux_dir/missing"
  309. # This will work as long as MISSING is not called from configure, because
  310. # unfortunately $(top_srcdir) has no meaning in configure.
  311. # However there are other variables, like CC, which are often used in
  312. # configure, and could therefore not use this "fixed" $ac_aux_dir.
  313. #
  314. # Another solution, used here, is to always expand $ac_aux_dir to an
  315. # absolute PATH.  The drawback is that using absolute paths prevent a
  316. # configured tree to be moved without reconfiguration.
  317. # Rely on autoconf to set up CDPATH properly.
  318. AC_PREREQ([2.50])
  319. AC_DEFUN([AM_AUX_DIR_EXPAND], [
  320. # expand $ac_aux_dir to an absolute path
  321. am_aux_dir=`cd $ac_aux_dir && pwd`
  322. ])
  323. # AM_PROG_INSTALL_SH
  324. # ------------------
  325. # Define $install_sh.
  326. # Copyright 2001 Free Software Foundation, Inc.
  327. # This program is free software; you can redistribute it and/or modify
  328. # it under the terms of the GNU General Public License as published by
  329. # the Free Software Foundation; either version 2, or (at your option)
  330. # any later version.
  331. # This program is distributed in the hope that it will be useful,
  332. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  333. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  334. # GNU General Public License for more details.
  335. # You should have received a copy of the GNU General Public License
  336. # along with this program; if not, write to the Free Software
  337. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  338. # 02111-1307, USA.
  339. AC_DEFUN([AM_PROG_INSTALL_SH],
  340. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  341. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  342. AC_SUBST(install_sh)])
  343. # AM_PROG_INSTALL_STRIP
  344. # Copyright 2001 Free Software Foundation, Inc.
  345. # This program is free software; you can redistribute it and/or modify
  346. # it under the terms of the GNU General Public License as published by
  347. # the Free Software Foundation; either version 2, or (at your option)
  348. # any later version.
  349. # This program is distributed in the hope that it will be useful,
  350. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  351. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  352. # GNU General Public License for more details.
  353. # You should have received a copy of the GNU General Public License
  354. # along with this program; if not, write to the Free Software
  355. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  356. # 02111-1307, USA.
  357. # One issue with vendor `install' (even GNU) is that you can't
  358. # specify the program used to strip binaries.  This is especially
  359. # annoying in cross-compiling environments, where the build's strip
  360. # is unlikely to handle the host's binaries.
  361. # Fortunately install-sh will honor a STRIPPROG variable, so we
  362. # always use install-sh in `make install-strip', and initialize
  363. # STRIPPROG with the value of the STRIP variable (set by the user).
  364. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  365. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  366. # Installed binaries are usually stripped using `strip' when the user
  367. # run `make install-strip'.  However `strip' might not be the right
  368. # tool to use in cross-compilation environments, therefore Automake
  369. # will honor the `STRIP' environment variable to overrule this program.
  370. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  371. if test "$cross_compiling" != no; then
  372.   AC_CHECK_TOOL([STRIP], [strip], :)
  373. fi
  374. INSTALL_STRIP_PROGRAM="${SHELL} $(install_sh) -c -s"
  375. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  376. #                                                          -*- Autoconf -*-
  377. # Copyright (C) 2003  Free Software Foundation, Inc.
  378. # This program is free software; you can redistribute it and/or modify
  379. # it under the terms of the GNU General Public License as published by
  380. # the Free Software Foundation; either version 2, or (at your option)
  381. # any later version.
  382. # This program is distributed in the hope that it will be useful,
  383. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  384. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  385. # GNU General Public License for more details.
  386. # You should have received a copy of the GNU General Public License
  387. # along with this program; if not, write to the Free Software
  388. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  389. # 02111-1307, USA.
  390. # serial 1
  391. # Check whether the underlying file-system supports filenames
  392. # with a leading dot.  For instance MS-DOS doesn't.
  393. AC_DEFUN([AM_SET_LEADING_DOT],
  394. [rm -rf .tst 2>/dev/null
  395. mkdir .tst 2>/dev/null
  396. if test -d .tst; then
  397.   am__leading_dot=.
  398. else
  399.   am__leading_dot=_
  400. fi
  401. rmdir .tst 2>/dev/null
  402. AC_SUBST([am__leading_dot])])
  403. # serial 5 -*- Autoconf -*-
  404. # Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
  405. # This program is free software; you can redistribute it and/or modify
  406. # it under the terms of the GNU General Public License as published by
  407. # the Free Software Foundation; either version 2, or (at your option)
  408. # any later version.
  409. # This program is distributed in the hope that it will be useful,
  410. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  411. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  412. # GNU General Public License for more details.
  413. # You should have received a copy of the GNU General Public License
  414. # along with this program; if not, write to the Free Software
  415. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  416. # 02111-1307, USA.
  417. # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
  418. # written in clear, in which case automake, when reading aclocal.m4,
  419. # will think it sees a *use*, and therefore will trigger all it's
  420. # C support machinery.  Also note that it means that autoscan, seeing
  421. # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
  422. # _AM_DEPENDENCIES(NAME)
  423. # ----------------------
  424. # See how the compiler implements dependency checking.
  425. # NAME is "CC", "CXX", "GCJ", or "OBJC".
  426. # We try a few techniques and use that to set a single cache variable.
  427. #
  428. # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
  429. # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
  430. # dependency, and given that the user is not expected to run this macro,
  431. # just rely on AC_PROG_CC.
  432. AC_DEFUN([_AM_DEPENDENCIES],
  433. [AC_REQUIRE([AM_SET_DEPDIR])dnl
  434. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  435. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  436. AC_REQUIRE([AM_DEP_TRACK])dnl
  437. ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
  438.        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
  439.        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  440.        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
  441.                    [depcc="$$1"   am_compiler_list=])
  442. AC_CACHE_CHECK([dependency style of $depcc],
  443.                [am_cv_$1_dependencies_compiler_type],
  444. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  445.   # We make a subdir and do the tests there.  Otherwise we can end up
  446.   # making bogus files that we don't know about and never remove.  For
  447.   # instance it was reported that on HP-UX the gcc test will end up
  448.   # making a dummy file named `D' -- because `-MD' means `put the output
  449.   # in D'.
  450.   mkdir conftest.dir
  451.   # Copy depcomp to subdir because otherwise we won't find it if we're
  452.   # using a relative directory.
  453.   cp "$am_depcomp" conftest.dir
  454.   cd conftest.dir
  455.   # We will build objects and dependencies in a subdirectory because
  456.   # it helps to detect inapplicable dependency modes.  For instance
  457.   # both Tru64's cc and ICC support -MD to output dependencies as a
  458.   # side effect of compilation, but ICC will put the dependencies in
  459.   # the current directory while Tru64 will put them in the object
  460.   # directory.
  461.   mkdir sub
  462.   am_cv_$1_dependencies_compiler_type=none
  463.   if test "$am_compiler_list" = ""; then
  464.      am_compiler_list=`sed -n ['s/^#*([a-zA-Z0-9]*))$/1/p'] < ./depcomp`
  465.   fi
  466.   for depmode in $am_compiler_list; do
  467.     # Setup a source with many dependencies, because some compilers
  468.     # like to wrap large dependency lists on column 80 (with ), and
  469.     # we should not choose a depcomp mode which is confused by this.
  470.     #
  471.     # We need to recreate these files for each test, as the compiler may
  472.     # overwrite some of them when testing with obscure command lines.
  473.     # This happens at least with the AIX C compiler.
  474.     : > sub/conftest.c
  475.     for i in 1 2 3 4 5 6; do
  476.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  477.       : > sub/conftst$i.h
  478.     done
  479.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  480.     case $depmode in
  481.     nosideeffect)
  482.       # after this tag, mechanisms are not by side-effect, so they'll
  483.       # only be used when explicitly requested
  484.       if test "x$enable_dependency_tracking" = xyes; then
  485. continue
  486.       else
  487. break
  488.       fi
  489.       ;;
  490.     none) break ;;
  491.     esac
  492.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  493.     # mode.  It turns out that the SunPro C++ compiler does not properly
  494.     # handle `-M -o', and we need to detect this.
  495.     if depmode=$depmode 
  496.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  497.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  498.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  499.          >/dev/null 2>conftest.err &&
  500.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  501.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  502.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  503.       # icc doesn't choke on unknown options, it will just issue warnings
  504.       # (even with -Werror).  So we grep stderr for any message
  505.       # that says an option was ignored.
  506.       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
  507.         am_cv_$1_dependencies_compiler_type=$depmode
  508.         break
  509.       fi
  510.     fi
  511.   done
  512.   cd ..
  513.   rm -rf conftest.dir
  514. else
  515.   am_cv_$1_dependencies_compiler_type=none
  516. fi
  517. ])
  518. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  519. AM_CONDITIONAL([am__fastdep$1], [
  520.   test "x$enable_dependency_tracking" != xno 
  521.   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  522. ])
  523. # AM_SET_DEPDIR
  524. # -------------
  525. # Choose a directory name for dependency files.
  526. # This macro is AC_REQUIREd in _AM_DEPENDENCIES
  527. AC_DEFUN([AM_SET_DEPDIR],
  528. [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  529. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  530. ])
  531. # AM_DEP_TRACK
  532. # ------------
  533. AC_DEFUN([AM_DEP_TRACK],
  534. [AC_ARG_ENABLE(dependency-tracking,
  535. [  --disable-dependency-tracking Speeds up one-time builds
  536.   --enable-dependency-tracking  Do not reject slow dependency extractors])
  537. if test "x$enable_dependency_tracking" != xno; then
  538.   am_depcomp="$ac_aux_dir/depcomp"
  539.   AMDEPBACKSLASH=''
  540. fi
  541. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  542. AC_SUBST([AMDEPBACKSLASH])
  543. ])
  544. # Generate code to set up dependency tracking.   -*- Autoconf -*-
  545. # Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
  546. # This program is free software; you can redistribute it and/or modify
  547. # it under the terms of the GNU General Public License as published by
  548. # the Free Software Foundation; either version 2, or (at your option)
  549. # any later version.
  550. # This program is distributed in the hope that it will be useful,
  551. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  552. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  553. # GNU General Public License for more details.
  554. # You should have received a copy of the GNU General Public License
  555. # along with this program; if not, write to the Free Software
  556. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  557. # 02111-1307, USA.
  558. #serial 2
  559. # _AM_OUTPUT_DEPENDENCY_COMMANDS
  560. # ------------------------------
  561. AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  562. [for mf in $CONFIG_FILES; do
  563.   # Strip MF so we end up with the name of the file.
  564.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  565.   # Check whether this is an Automake generated Makefile or not.
  566.   # We used to match only the files named `Makefile.in', but
  567.   # some people rename them; so instead we look at the file content.
  568.   # Grep'ing the first line is not enough: some people post-process
  569.   # each Makefile.in and add a new line on top of each file to say so.
  570.   # So let's grep whole file.
  571.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  572.     dirpart=`AS_DIRNAME("$mf")`
  573.   else
  574.     continue
  575.   fi
  576.   grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
  577.   # Extract the definition of DEP_FILES from the Makefile without
  578.   # running `make'.
  579.   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
  580.   test -z "$DEPDIR" && continue
  581.   # When using ansi2knr, U may be empty or an underscore; expand it
  582.   U=`sed -n -e '/^U = / s///p' < "$mf"`
  583.   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
  584.   # We invoke sed twice because it is the simplest approach to
  585.   # changing $(DEPDIR) to its actual value in the expansion.
  586.   for file in `sed -n -e '
  587.     /^DEP_FILES = .*\\$/ {
  588.       s/^DEP_FILES = //
  589.       :loop
  590. s/\\$//
  591. p
  592. n
  593. /\\$/ b loop
  594.       p
  595.     }
  596.     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | 
  597.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  598.     # Make sure the directory exists.
  599.     test -f "$dirpart/$file" && continue
  600.     fdir=`AS_DIRNAME(["$file"])`
  601.     AS_MKDIR_P([$dirpart/$fdir])
  602.     # echo "creating $dirpart/$file"
  603.     echo '# dummy' > "$dirpart/$file"
  604.   done
  605. done
  606. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  607. # AM_OUTPUT_DEPENDENCY_COMMANDS
  608. # -----------------------------
  609. # This macro should only be invoked once -- use via AC_REQUIRE.
  610. #
  611. # This code is only required when automatic dependency tracking
  612. # is enabled.  FIXME.  This creates each `.P' file that we will
  613. # need in order to bootstrap the dependency handling code.
  614. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
  615. [AC_CONFIG_COMMANDS([depfiles],
  616.      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  617.      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  618. ])
  619. # Check to see how 'make' treats includes. -*- Autoconf -*-
  620. # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
  621. # This program is free software; you can redistribute it and/or modify
  622. # it under the terms of the GNU General Public License as published by
  623. # the Free Software Foundation; either version 2, or (at your option)
  624. # any later version.
  625. # This program is distributed in the hope that it will be useful,
  626. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  627. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  628. # GNU General Public License for more details.
  629. # You should have received a copy of the GNU General Public License
  630. # along with this program; if not, write to the Free Software
  631. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  632. # 02111-1307, USA.
  633. # serial 2
  634. # AM_MAKE_INCLUDE()
  635. # -----------------
  636. # Check to see how make treats includes.
  637. AC_DEFUN([AM_MAKE_INCLUDE],
  638. [am_make=${MAKE-make}
  639. cat > confinc << 'END'
  640. am__doit:
  641. @echo done
  642. .PHONY: am__doit
  643. END
  644. # If we don't find an include directive, just comment out the code.
  645. AC_MSG_CHECKING([for style of include used by $am_make])
  646. am__include="#"
  647. am__quote=
  648. _am_result=none
  649. # First try GNU make style include.
  650. echo "include confinc" > confmf
  651. # We grep out `Entering directory' and `Leaving directory'
  652. # messages which can occur if `w' ends up in MAKEFLAGS.
  653. # In particular we don't look at `^make:' because GNU make might
  654. # be invoked under some other name (usually "gmake"), in which
  655. # case it prints its new name instead of `make'.
  656. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  657.    am__include=include
  658.    am__quote=
  659.    _am_result=GNU
  660. fi
  661. # Now try BSD make style include.
  662. if test "$am__include" = "#"; then
  663.    echo '.include "confinc"' > confmf
  664.    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  665.       am__include=.include
  666.       am__quote="""
  667.       _am_result=BSD
  668.    fi
  669. fi
  670. AC_SUBST([am__include])
  671. AC_SUBST([am__quote])
  672. AC_MSG_RESULT([$_am_result])
  673. rm -f confinc confmf
  674. ])
  675. # AM_CONDITIONAL                                              -*- Autoconf -*-
  676. # Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
  677. # This program is free software; you can redistribute it and/or modify
  678. # it under the terms of the GNU General Public License as published by
  679. # the Free Software Foundation; either version 2, or (at your option)
  680. # any later version.
  681. # This program is distributed in the hope that it will be useful,
  682. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  683. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  684. # GNU General Public License for more details.
  685. # You should have received a copy of the GNU General Public License
  686. # along with this program; if not, write to the Free Software
  687. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  688. # 02111-1307, USA.
  689. # serial 5
  690. AC_PREREQ(2.52)
  691. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  692. # -------------------------------------
  693. # Define a conditional.
  694. AC_DEFUN([AM_CONDITIONAL],
  695. [ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
  696.         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  697. AC_SUBST([$1_TRUE])
  698. AC_SUBST([$1_FALSE])
  699. if $2; then
  700.   $1_TRUE=
  701.   $1_FALSE='#'
  702. else
  703.   $1_TRUE='#'
  704.   $1_FALSE=
  705. fi
  706. AC_CONFIG_COMMANDS_PRE(
  707. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  708.   AC_MSG_ERROR([conditional "$1" was never defined.
  709. Usually this means the macro was only invoked conditionally.])
  710. fi])])
  711. # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
  712. # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
  713. # This program is free software; you can redistribute it and/or modify
  714. # it under the terms of the GNU General Public License as published by
  715. # the Free Software Foundation; either version 2, or (at your option)
  716. # any later version.
  717. # This program is distributed in the hope that it will be useful,
  718. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  719. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  720. # GNU General Public License for more details.
  721. # You should have received a copy of the GNU General Public License
  722. # along with this program; if not, write to the Free Software
  723. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  724. # 02111-1307, USA.
  725. AC_PREREQ([2.52])
  726. # serial 6
  727. # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
  728. AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
  729. dnl  Macros needed for VLC
  730. dnl  $Id: vlc.m4 8058 2004-06-25 12:21:32Z sam $
  731. dnl ===========================================================================
  732. dnl  Macros to add plugins or builtins and handle their flags
  733. AC_DEFUN([VLC_ADD_BUILTINS], [
  734.   BUILTINS="${BUILTINS} $1"
  735. ])
  736. AC_DEFUN([VLC_ADD_PLUGINS], [
  737.   PLUGINS="${PLUGINS} $1"
  738. ])
  739. dnl  Special cases: vlc, pics, plugins, save
  740. AC_DEFUN([VLC_ADD_CPPFLAGS], [
  741.   for element in [$1]; do
  742.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} $2"'"'
  743.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  744.   done
  745. ])
  746. AC_DEFUN([VLC_ADD_CFLAGS], [
  747.   for element in [$1]; do
  748.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $2"'"'
  749.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  750.   done
  751. ])
  752. AC_DEFUN([VLC_ADD_CXXFLAGS], [
  753.   for element in [$1]; do
  754.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} $2"'"'
  755.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  756.   done
  757. ])
  758. AC_DEFUN([VLC_ADD_OBJCFLAGS], [
  759.   for element in [$1]; do
  760.     eval "OBJCFLAGS_${element}="'"$'"{OBJCFLAGS_${element}} $2"'"'
  761.     am_modules_with_objcflags="${am_modules_with_objcflags} ${element}"
  762.   done
  763. ])
  764. AC_DEFUN([VLC_ADD_LDFLAGS], [
  765.   for element in [$1]; do
  766.     eval "LDFLAGS_${element}="'"'"$2 "'$'"{LDFLAGS_${element}} "'"'
  767.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  768.   done
  769. ])
  770. dnl ===========================================================================
  771. dnl  Macros to save and restore default flags
  772. AC_DEFUN([VLC_SAVE_FLAGS], [
  773.   CPPFLAGS_save="${CPPFLAGS}"
  774.   CFLAGS_save="${CFLAGS}"
  775.   CXXFLAGS_save="${CXXFLAGS}"
  776.   OBJCFLAGS_save="${OBJCFLAGS}"
  777.   LDFLAGS_save="${LDFLAGS}"
  778. ])
  779. AC_DEFUN([VLC_RESTORE_FLAGS], [
  780.   CPPFLAGS="${CPPFLAGS_save}"
  781.   CFLAGS="${CFLAGS_save}"
  782.   CXXFLAGS="${CXXFLAGS_save}"
  783.   OBJCFLAGS="${OBJCFLAGS_save}"
  784.   LDFLAGS="${LDFLAGS_save}"
  785. ])
  786. dnl ===========================================================================
  787. dnl  Helper macro to generate the vlc-config.in file
  788. AC_DEFUN([VLC_OUTPUT_VLC_CONFIG_IN], [
  789.   AC_MSG_RESULT(configure: creating ./vlc-config.in)
  790.   am_all_modules="`for x in ${am_modules_with_cppflags} ${am_modules_with_cflags} ${am_modules_with_cxxflags} ${am_modules_with_objcflags} ${am_modules_with_ldflags}; do echo $x; done | sort | uniq`"
  791.   rm -f vlc-config.in
  792.   sed -ne '/#@1@#/q;p' < "${srcdir}/vlc-config.in.in" 
  793.     | sed -e "s/@gprof@/${enable_gprof}/" 
  794.           -e "s/@cprof@/${enable_cprof}/" 
  795.           -e "s/@optim@/${enable_optimizations}/" 
  796.           -e "s/@debug@/${enable_debug}/" 
  797.           -e "s/@release@/${enable_release}/" 
  798.           -e "s/@PLUGINS@/${PLUGINS}/" 
  799.           -e "s/@BUILTINS@/${BUILTINS}/" 
  800.           -e "s/@CFLAGS_TUNING@/${CFLAGS_TUNING}/" 
  801.           -e "s/@CFLAGS_OPTIM@/${CFLAGS_OPTIM}/" 
  802.           -e "s/@CFLAGS_OPTIM_NODEBUG@/${CFLAGS_OPTIM_NODEBUG}/" 
  803.           -e "s/@CFLAGS_NOOPTIM@/${CFLAGS_NOOPTIM}/" 
  804.     > vlc-config.in
  805.   dnl  Switch/case loop
  806.   for x in `echo ${am_all_modules}`
  807.   do [
  808.     echo "    ${x})" >> vlc-config.in
  809.     if test "`eval echo @'$'CPPFLAGS_${x}@`" != "@@"; then
  810.       echo "      cppflags="${cppflags} `eval echo '$'CPPFLAGS_${x}`"" >> vlc-config.in
  811.     fi
  812.     if test "`eval echo @'$'CFLAGS_${x}@`" != "@@"; then
  813.       echo "      cflags="${cflags} `eval echo '$'CFLAGS_${x}`"" >> vlc-config.in
  814.     fi
  815.     if test "`eval echo @'$'CXXFLAGS_${x}@`" != "@@"; then
  816.       echo "      cxxflags="${cxxflags} `eval echo '$'CXXFLAGS_${x}`"" >> vlc-config.in
  817.       if test "${x}" != "plugin" -a "${x}" != "builtin"; then
  818.         echo "      linkage="c++"" >> vlc-config.in
  819.       fi
  820.     fi
  821.     if test "`eval echo @'$'OBJCFLAGS_${x}@`" != "@@"; then
  822.       echo "      objcflags="${objcflags} `eval echo '$'OBJCFLAGS_${x}`"" >> vlc-config.in
  823.       if test "${x}" != "plugin" -a "${x}" != "builtin"; then
  824.         echo "      if test "${linkage}" = "c"; then linkage="objc"; fi" >> vlc-config.in
  825.       fi
  826.     fi
  827.     if test "`eval echo @'$'LDFLAGS_${x}@`" != "@@"; then
  828.       echo "      ldflags="${ldflags} `eval echo '$'LDFLAGS_${x}`"" >> vlc-config.in
  829.     fi
  830.     echo "    ;;" >> vlc-config.in
  831.   ] done
  832.   dnl  '/#@1@#/,/#@2@#/{/#@.@#/d;p}' won't work on OS X
  833.   sed -ne '/#@1@#/,/#@2@#/p' < "${srcdir}/vlc-config.in.in" 
  834.    | sed -e '/#@.@#/d' >> vlc-config.in
  835.   VLC_CONFIG_HELPER
  836.   dnl  '/#@2@#/,${/#@.@#/d;p}' won't work on OS X
  837.   sed -ne '/#@2@#/,$p' < "${srcdir}/vlc-config.in.in" 
  838.    | sed -e '/#@.@#/d' >> vlc-config.in
  839. ])
  840. dnl ===========================================================================
  841. dnl  Macros for shared object handling (TODO)
  842. AC_DEFUN([VLC_LIBRARY_SUFFIX], [
  843.   AC_MSG_CHECKING(for shared objects suffix)
  844.   case "${target_os}" in
  845.     darwin*)
  846.       LIBEXT=".dylib"
  847.       ;;
  848.     *mingw32* | *cygwin*)
  849.       LIBEXT=".dll"
  850.       ;;
  851.     hpux*)
  852.       LIBEXT=".sl"
  853.       ;;
  854.     *)
  855.       LIBEXT=".so"
  856.       ;;
  857.   esac
  858.   AC_MSG_RESULT(${LIBEXT})
  859.   AC_DEFINE_UNQUOTED(LIBEXT, "${LIBEXT}", [Dynamic object extension])
  860. ])
  861. dnl  Private VLC macros - generated by bootstrap
  862. dnl  The required AM_CONDITIONAL calls
  863. dnl  XXX: too many conditionals make the build very slow, disabled them
  864. AC_DEFUN([VLC_CONDITIONALS], [
  865.   AM_CONDITIONAL(UNTRUE, false)
  866. ])
  867. dnl  The required AC_SUBST calls
  868. AC_DEFUN([VLC_SUBSTS], [
  869. ])
  870. dnl  The required AC_OUTPUT calls
  871. dnl  XXX: this feature is only supported starting from automake-1.7
  872. AC_DEFUN([VLC_MAKEFILES], [AC_OUTPUT([
  873. ])])
  874. dnl  Helper macro for vlc-config generation
  875. AC_DEFUN([VLC_CONFIG_HELPER], [
  876.   cat >> vlc-config.in << BLAH
  877.     access_file) list="${list} access/libaccess_file" ;;
  878.     access_directory) list="${list} access/libaccess_directory" ;;
  879.     access_udp) list="${list} access/libaccess_udp" ;;
  880.     access_tcp) list="${list} access/libaccess_tcp" ;;
  881.     access_http) list="${list} access/libaccess_http" ;;
  882.     access_ftp) list="${list} access/libaccess_ftp" ;;
  883.     dvdnav) list="${list} access/libdvdnav" ;;
  884.     dvdread) list="${list} access/libdvdread" ;;
  885.     slp) list="${list} access/libslp" ;;
  886.     cdda) list="${list} access/libcdda" ;;
  887.     dshow) list="${list} access/dshow/libdshow" ;;
  888.     dvb) list="${list} access/dvb/libdvb" ;;
  889.     access_mms) list="${list} access/mms/libaccess_mms" ;;
  890.     pvr) list="${list} access/pvr/libpvr" ;;
  891.     satellite) list="${list} access/satellite/libsatellite" ;;
  892.     v4l) list="${list} access/v4l/libv4l" ;;
  893.     cddax) list="${list} access/cdda/libcddax" ;;
  894.     vcd) list="${list} access/vcd/libvcd" ;;
  895.     vcdx) list="${list} access/vcdx/libvcdx" ;;
  896.     screen) list="${list} access/screen/libscreen" ;;
  897.     access_output_dummy) list="${list} access_output/libaccess_output_dummy" ;;
  898.     access_output_file) list="${list} access_output/libaccess_output_file" ;;
  899.     access_output_udp) list="${list} access_output/libaccess_output_udp" ;;
  900.     access_output_http) list="${list} access_output/libaccess_output_http" ;;
  901.     equalizer) list="${list} audio_filter/libequalizer" ;;
  902.     normvol) list="${list} audio_filter/libnormvol" ;;
  903.     audio_format) list="${list} audio_filter/libaudio_format" ;;
  904.     trivial_channel_mixer) list="${list} audio_filter/channel_mixer/libtrivial_channel_mixer" ;;
  905.     simple_channel_mixer) list="${list} audio_filter/channel_mixer/libsimple_channel_mixer" ;;
  906.     headphone_channel_mixer) list="${list} audio_filter/channel_mixer/libheadphone_channel_mixer" ;;
  907.     float32tos16) list="${list} audio_filter/converter/libfloat32tos16" ;;
  908.     float32tos8) list="${list} audio_filter/converter/libfloat32tos8" ;;
  909.     float32tou16) list="${list} audio_filter/converter/libfloat32tou16" ;;
  910.     float32tou8) list="${list} audio_filter/converter/libfloat32tou8" ;;
  911.     a52tospdif) list="${list} audio_filter/converter/liba52tospdif" ;;
  912.     a52tofloat32) list="${list} audio_filter/converter/liba52tofloat32" ;;
  913.     dtstospdif) list="${list} audio_filter/converter/libdtstospdif" ;;
  914.     dtstofloat32) list="${list} audio_filter/converter/libdtstofloat32" ;;
  915.     fixed32tos16) list="${list} audio_filter/converter/libfixed32tos16" ;;
  916.     s16tofixed32) list="${list} audio_filter/converter/libs16tofixed32" ;;
  917.     fixed32tofloat32) list="${list} audio_filter/converter/libfixed32tofloat32" ;;
  918.     s16tofloat32) list="${list} audio_filter/converter/libs16tofloat32" ;;
  919.     s16tofloat32swab) list="${list} audio_filter/converter/libs16tofloat32swab" ;;
  920.     s8tofloat32) list="${list} audio_filter/converter/libs8tofloat32" ;;
  921.     u8tofixed32) list="${list} audio_filter/converter/libu8tofixed32" ;;
  922.     u8tofloat32) list="${list} audio_filter/converter/libu8tofloat32" ;;
  923.     mpgatofixed32) list="${list} audio_filter/converter/libmpgatofixed32" ;;
  924.     trivial_resampler) list="${list} audio_filter/resampler/libtrivial_resampler" ;;
  925.     ugly_resampler) list="${list} audio_filter/resampler/libugly_resampler" ;;
  926.     linear_resampler) list="${list} audio_filter/resampler/liblinear_resampler" ;;
  927.     bandlimited_resampler) list="${list} audio_filter/resampler/libbandlimited_resampler" ;;
  928.     coreaudio_resampler) list="${list} audio_filter/resampler/libcoreaudio_resampler" ;;
  929.     trivial_mixer) list="${list} audio_mixer/libtrivial_mixer" ;;
  930.     float32_mixer) list="${list} audio_mixer/libfloat32_mixer" ;;
  931.     spdif_mixer) list="${list} audio_mixer/libspdif_mixer" ;;
  932.     alsa) list="${list} audio_output/libalsa" ;;
  933.     arts) list="${list} audio_output/libarts" ;;
  934.     coreaudio) list="${list} audio_output/libcoreaudio" ;;
  935.     aout_directx) list="${list} audio_output/libaout_directx" ;;
  936.     esd) list="${list} audio_output/libesd" ;;
  937.     aout_file) list="${list} audio_output/libaout_file" ;;
  938.     oss) list="${list} audio_output/liboss" ;;
  939.     aout_sdl) list="${list} audio_output/libaout_sdl" ;;
  940.     waveout) list="${list} audio_output/libwaveout" ;;
  941.     hd1000a) list="${list} audio_output/libhd1000a" ;;
  942.     portaudio) list="${list} audio_output/libportaudio" ;;
  943.     a52) list="${list} codec/liba52" ;;
  944.     cinepak) list="${list} codec/libcinepak" ;;
  945.     dts) list="${list} codec/libdts" ;;
  946.     flacdec) list="${list} codec/libflacdec" ;;
  947.     lpcm) list="${list} codec/liblpcm" ;;
  948.     araw) list="${list} codec/libaraw" ;;
  949.     vorbis) list="${list} codec/libvorbis" ;;
  950.     tarkin) list="${list} codec/libtarkin" ;;
  951.     theora) list="${list} codec/libtheora" ;;
  952.     tremor) list="${list} codec/libtremor" ;;
  953.     speex) list="${list} codec/libspeex" ;;
  954.     adpcm) list="${list} codec/libadpcm" ;;
  955.     mpeg_audio) list="${list} codec/libmpeg_audio" ;;
  956.     libmpeg2) list="${list} codec/liblibmpeg2" ;;
  957.     rawvideo) list="${list} codec/librawvideo" ;;
  958.     quicktime) list="${list} codec/libquicktime" ;;
  959.     subsdec) list="${list} codec/libsubsdec" ;;
  960.     faad) list="${list} codec/libfaad" ;;
  961.     dvbsub) list="${list} codec/libdvbsub" ;;
  962.     mash) list="${list} codec/libmash" ;;
  963.     x264) list="${list} codec/libx264" ;;
  964.     toolame) list="${list} codec/libtoolame" ;;
  965.     cmml) list="${list} codec/cmml/libcmml" ;;
  966.     dmo) list="${list} codec/dmo/libdmo" ;;
  967.     ffmpeg) list="${list} codec/ffmpeg/libffmpeg" ;;
  968.     ffmpegaltivec) list="${list} codec/ffmpeg/libffmpegaltivec" ;;
  969.     svcdsub) list="${list} codec/ogt/libsvcdsub" ;;
  970.     cvdsub) list="${list} codec/ogt/libcvdsub" ;;
  971.     spudec) list="${list} codec/spudec/libspudec" ;;
  972.     gestures) list="${list} control/libgestures" ;;
  973.     showintf) list="${list} control/libshowintf" ;;
  974.     http) list="${list} control/libhttp" ;;
  975.     telnet) list="${list} control/libtelnet" ;;
  976.     netsync) list="${list} control/libnetsync" ;;
  977.     ntservice) list="${list} control/libntservice" ;;
  978.     joystick) list="${list} control/libjoystick" ;;
  979.     hotkeys) list="${list} control/libhotkeys" ;;
  980.     lirc) list="${list} control/liblirc" ;;
  981.     rc) list="${list} control/librc" ;;
  982.     rtci) list="${list} control/librtci" ;;
  983.     corba) list="${list} control/corba/libcorba" ;;
  984.     a52sys) list="${list} demux/liba52sys" ;;
  985.     dtssys) list="${list} demux/libdtssys" ;;
  986.     flac) list="${list} demux/libflac" ;;
  987.     ogg) list="${list} demux/libogg" ;;
  988.     m3u) list="${list} demux/libm3u" ;;
  989.     demuxdump) list="${list} demux/libdemuxdump" ;;
  990.     rawdv) list="${list} demux/librawdv" ;;
  991.     au) list="${list} demux/libau" ;;
  992.     wav) list="${list} demux/libwav" ;;
  993.     aac) list="${list} demux/libaac" ;;
  994.     mkv) list="${list} demux/libmkv" ;;
  995.     livedotcom) list="${list} demux/liblivedotcom" ;;
  996.     nsv) list="${list} demux/libnsv" ;;
  997.     real) list="${list} demux/libreal" ;;
  998.     ts) list="${list} demux/libts" ;;
  999.     ps) list="${list} demux/libps" ;;
  1000.     mod) list="${list} demux/libmod" ;;
  1001.     pva) list="${list} demux/libpva" ;;
  1002.     aiff) list="${list} demux/libaiff" ;;
  1003.     sgimb) list="${list} demux/libsgimb" ;;
  1004.     mjpeg) list="${list} demux/libmjpeg" ;;
  1005.     subtitle) list="${list} demux/libsubtitle" ;;
  1006.     vobsub) list="${list} demux/libvobsub" ;;
  1007.     asf) list="${list} demux/asf/libasf" ;;
  1008.     avi) list="${list} demux/avi/libavi" ;;
  1009.     mp4) list="${list} demux/mp4/libmp4" ;;
  1010.     m4a) list="${list} demux/mpeg/libm4a" ;;
  1011.     m4v) list="${list} demux/mpeg/libm4v" ;;
  1012.     mpga) list="${list} demux/mpeg/libmpga" ;;
  1013.     mpgv) list="${list} demux/mpeg/libmpgv" ;;
  1014.     h264) list="${list} demux/mpeg/libh264" ;;
  1015.     playlist) list="${list} demux/playlist/libplaylist" ;;
  1016.     id3) list="${list} demux/util/libid3" ;;
  1017.     id3tag) list="${list} demux/util/libid3tag" ;;
  1018.     ncurses) list="${list} gui/libncurses" ;;
  1019.     beos) list="${list} gui/beos/libbeos" ;;
  1020.     pda) list="${list} gui/pda/libpda" ;;
  1021.     gtk) list="${list} gui/gtk/libgtk" ;;
  1022.     gnome) list="${list} gui/gtk/libgnome" ;;
  1023.     gtk2) list="${list} gui/gtk2/libgtk2" ;;
  1024.     gnome2) list="${list} gui/gtk2/libgnome2" ;;
  1025.     kde) list="${list} gui/kde/libkde" ;;
  1026.     macosx) list="${list} gui/macosx/libmacosx" ;;
  1027.     qnx) list="${list} gui/qnx/libqnx" ;;
  1028.     qt) list="${list} gui/qt/libqt" ;;
  1029.     skins2) list="${list} gui/skins2/libskins2" ;;
  1030.     wxwindows) list="${list} gui/wxwindows/libwxwindows" ;;
  1031.     gtk_main) list="${list} misc/libgtk_main" ;;
  1032.     gnome_main) list="${list} misc/libgnome_main" ;;
  1033.     gtk2_main) list="${list} misc/libgtk2_main" ;;
  1034.     gnome2_main) list="${list} misc/libgnome2_main" ;;
  1035.     sap) list="${list} misc/libsap" ;;
  1036.     screensaver) list="${list} misc/libscreensaver" ;;
  1037.     qte_main) list="${list} misc/libqte_main" ;;
  1038.     freetype) list="${list} misc/libfreetype" ;;
  1039.     logger) list="${list} misc/liblogger" ;;
  1040.     vod_rtsp) list="${list} misc/libvod_rtsp" ;;
  1041.     gnutls) list="${list} misc/libgnutls" ;;
  1042.     svg) list="${list} misc/libsvg" ;;
  1043.     dummy) list="${list} misc/dummy/libdummy" ;;
  1044.     memcpy) list="${list} misc/memcpy/libmemcpy" ;;
  1045.     memcpymmx) list="${list} misc/memcpy/libmemcpymmx" ;;
  1046.     memcpymmxext) list="${list} misc/memcpy/libmemcpymmxext" ;;
  1047.     memcpy3dn) list="${list} misc/memcpy/libmemcpy3dn" ;;
  1048.     memcpyaltivec) list="${list} misc/memcpy/libmemcpyaltivec" ;;
  1049.     ipv4) list="${list} misc/network/libipv4" ;;
  1050.     ipv6) list="${list} misc/network/libipv6" ;;
  1051.     test1) list="${list} misc/testsuite/libtest1" ;;
  1052.     test2) list="${list} misc/testsuite/libtest2" ;;
  1053.     test3) list="${list} misc/testsuite/libtest3" ;;
  1054.     test4) list="${list} misc/testsuite/libtest4" ;;
  1055.     export) list="${list} misc/playlist/libexport" ;;
  1056.     mux_dummy) list="${list} mux/libmux_dummy" ;;
  1057.     mux_avi) list="${list} mux/libmux_avi" ;;
  1058.     mux_ogg) list="${list} mux/libmux_ogg" ;;
  1059.     mux_mp4) list="${list} mux/libmux_mp4" ;;
  1060.     mux_asf) list="${list} mux/libmux_asf" ;;
  1061.     mux_wav) list="${list} mux/libmux_wav" ;;
  1062.     mux_mpjpeg) list="${list} mux/libmux_mpjpeg" ;;
  1063.     mux_ps) list="${list} mux/mpeg/libmux_ps" ;;
  1064.     mux_ts) list="${list} mux/mpeg/libmux_ts" ;;
  1065.     packetizer_copy) list="${list} packetizer/libpacketizer_copy" ;;
  1066.     packetizer_mpegvideo) list="${list} packetizer/libpacketizer_mpegvideo" ;;
  1067.     packetizer_mpeg4video) list="${list} packetizer/libpacketizer_mpeg4video" ;;
  1068.     packetizer_mpeg4audio) list="${list} packetizer/libpacketizer_mpeg4audio" ;;
  1069.     packetizer_h264) list="${list} packetizer/libpacketizer_h264" ;;
  1070.     stream_out_dummy) list="${list} stream_out/libstream_out_dummy" ;;
  1071.     stream_out_description) list="${list} stream_out/libstream_out_description" ;;
  1072.     stream_out_standard) list="${list} stream_out/libstream_out_standard" ;;
  1073.     stream_out_transcode) list="${list} stream_out/libstream_out_transcode" ;;
  1074.     stream_out_duplicate) list="${list} stream_out/libstream_out_duplicate" ;;
  1075.     stream_out_es) list="${list} stream_out/libstream_out_es" ;;
  1076.     stream_out_display) list="${list} stream_out/libstream_out_display" ;;
  1077.     stream_out_gather) list="${list} stream_out/libstream_out_gather" ;;
  1078.     stream_out_rtp) list="${list} stream_out/libstream_out_rtp" ;;
  1079.     stream_out_transrate) list="${list} stream_out/transrate/libstream_out_transrate" ;;
  1080.     i420_rgb) list="${list} video_chroma/libi420_rgb" ;;
  1081.     i420_rgb_mmx) list="${list} video_chroma/libi420_rgb_mmx" ;;
  1082.     i420_yuy2) list="${list} video_chroma/libi420_yuy2" ;;
  1083.     i420_yuy2_mmx) list="${list} video_chroma/libi420_yuy2_mmx" ;;
  1084.     i420_yuy2_altivec) list="${list} video_chroma/libi420_yuy2_altivec" ;;
  1085.     i422_yuy2) list="${list} video_chroma/libi422_yuy2" ;;
  1086.     i422_yuy2_mmx) list="${list} video_chroma/libi422_yuy2_mmx" ;;
  1087.     i420_ymga) list="${list} video_chroma/libi420_ymga" ;;
  1088.     i420_ymga_mmx) list="${list} video_chroma/libi420_ymga_mmx" ;;
  1089.     transform) list="${list} video_filter/libtransform" ;;
  1090.     invert) list="${list} video_filter/libinvert" ;;
  1091.     adjust) list="${list} video_filter/libadjust" ;;
  1092.     distort) list="${list} video_filter/libdistort" ;;
  1093.     wall) list="${list} video_filter/libwall" ;;
  1094.     clone) list="${list} video_filter/libclone" ;;
  1095.     crop) list="${list} video_filter/libcrop" ;;
  1096.     motionblur) list="${list} video_filter/libmotionblur" ;;
  1097.     logo) list="${list} video_filter/liblogo" ;;
  1098.     deinterlace) list="${list} video_filter/libdeinterlace" ;;
  1099.     blend) list="${list} video_filter/libblend" ;;
  1100.     scale) list="${list} video_filter/libscale" ;;
  1101.     time) list="${list} video_filter/libtime" ;;
  1102.     marq) list="${list} video_filter/libmarq" ;;
  1103.     swscale) list="${list} video_filter/swscale/libswscale" ;;
  1104.     aa) list="${list} video_output/libaa" ;;
  1105.     caca) list="${list} video_output/libcaca" ;;
  1106.     fb) list="${list} video_output/libfb" ;;
  1107.     ggi) list="${list} video_output/libggi" ;;
  1108.     glide) list="${list} video_output/libglide" ;;
  1109.     vout_sdl) list="${list} video_output/libvout_sdl" ;;
  1110.     svgalib) list="${list} video_output/libsvgalib" ;;
  1111.     wingdi) list="${list} video_output/libwingdi" ;;
  1112.     mga) list="${list} video_output/libmga" ;;
  1113.     hd1000v) list="${list} video_output/libhd1000v" ;;
  1114.     snapshot) list="${list} video_output/libsnapshot" ;;
  1115.     opengl) list="${list} video_output/libopengl" ;;
  1116.     vout_directx) list="${list} video_output/directx/libvout_directx" ;;
  1117.     glwin32) list="${list} video_output/directx/libglwin32" ;;
  1118.     qte) list="${list} video_output/qte/libqte" ;;
  1119.     x11) list="${list} video_output/x11/libx11" ;;
  1120.     xvideo) list="${list} video_output/x11/libxvideo" ;;
  1121.     glx) list="${list} video_output/x11/libglx" ;;
  1122.     goom) list="${list} visualization/libgoom" ;;
  1123.     xosd) list="${list} visualization/libxosd" ;;
  1124.     visual) list="${list} visualization/visual/libvisual" ;;
  1125.     galaktos) list="${list} visualization/galaktos/libgalaktos" ;;
  1126. BLAH
  1127. ])
  1128. # serial 2
  1129. # AM_PROG_CC_C_O
  1130. # --------------
  1131. # Like AC_PROG_CC_C_O, but changed for automake.
  1132. # Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
  1133. # This program is free software; you can redistribute it and/or modify
  1134. # it under the terms of the GNU General Public License as published by
  1135. # the Free Software Foundation; either version 2, or (at your option)
  1136. # any later version.
  1137. # This program is distributed in the hope that it will be useful,
  1138. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  1139. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1140. # GNU General Public License for more details.
  1141. # You should have received a copy of the GNU General Public License
  1142. # along with this program; if not, write to the Free Software
  1143. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1144. # 02111-1307, USA.
  1145. AC_DEFUN([AM_PROG_CC_C_O],
  1146. [AC_REQUIRE([AC_PROG_CC_C_O])dnl
  1147. AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  1148. # FIXME: we rely on the cache variable name because
  1149. # there is no other way.
  1150. set dummy $CC
  1151. ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
  1152. if eval "test "`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`" != yes"; then
  1153.    # Losing compiler, so override with the script.
  1154.    # FIXME: It is wrong to rewrite CC.
  1155.    # But if we don't then we get into trouble of one sort or another.
  1156.    # A longer-term fix would be to have automake use am__CC in this case,
  1157.    # and then we could set am__CC="$(top_srcdir)/compile $(CC)"
  1158.    CC="$am_aux_dir/compile $CC"
  1159. fi
  1160. ])
  1161. # gettext.m4 serial 17 (gettext-0.11.5)
  1162. dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
  1163. dnl This file is free software, distributed under the terms of the GNU
  1164. dnl General Public License.  As a special exception to the GNU General
  1165. dnl Public License, this file may be distributed as part of a program
  1166. dnl that contains a configuration script generated by Autoconf, under
  1167. dnl the same distribution terms as the rest of that program.
  1168. dnl
  1169. dnl This file can can be used in projects which are not available under
  1170. dnl the GNU General Public License or the GNU Library General Public
  1171. dnl License but which still want to provide support for the GNU gettext
  1172. dnl functionality.
  1173. dnl Please note that the actual code of the GNU gettext library is covered
  1174. dnl by the GNU Library General Public License, and the rest of the GNU
  1175. dnl gettext package package is covered by the GNU General Public License.
  1176. dnl They are *not* in the public domain.
  1177. dnl Authors:
  1178. dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
  1179. dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2002.
  1180. dnl Macro to add for using GNU gettext.
  1181. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]).
  1182. dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
  1183. dnl    default (if it is not specified or empty) is 'no-libtool'.
  1184. dnl    INTLSYMBOL should be 'external' for packages with no intl directory,
  1185. dnl    and 'no-libtool' or 'use-libtool' for packages with an intl directory.
  1186. dnl    If INTLSYMBOL is 'use-libtool', then a libtool library
  1187. dnl    $(top_builddir)/intl/libintl.la will be created (shared and/or static,
  1188. dnl    depending on --{enable,disable}-{shared,static} and on the presence of
  1189. dnl    AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library
  1190. dnl    $(top_builddir)/intl/libintl.a will be created.
  1191. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
  1192. dnl    implementations (in libc or libintl) without the ngettext() function
  1193. dnl    will be ignored.  If NEEDSYMBOL is specified and is
  1194. dnl    'need-formatstring-macros', then GNU gettext implementations that don't
  1195. dnl    support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
  1196. dnl INTLDIR is used to find the intl libraries.  If empty,
  1197. dnl    the value `$(top_builddir)/intl/' is used.
  1198. dnl
  1199. dnl The result of the configuration is one of three cases:
  1200. dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
  1201. dnl    and used.
  1202. dnl    Catalog format: GNU --> install in $(datadir)
  1203. dnl    Catalog extension: .mo after installation, .gmo in source tree
  1204. dnl 2) GNU gettext has been found in the system's C library.
  1205. dnl    Catalog format: GNU --> install in $(datadir)
  1206. dnl    Catalog extension: .mo after installation, .gmo in source tree
  1207. dnl 3) No internationalization, always use English msgid.
  1208. dnl    Catalog format: none
  1209. dnl    Catalog extension: none
  1210. dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur.
  1211. dnl The use of .gmo is historical (it was needed to avoid overwriting the
  1212. dnl GNU format catalogs when building on a platform with an X/Open gettext),
  1213. dnl but we keep it in order not to force irrelevant filename changes on the
  1214. dnl maintainers.
  1215. dnl
  1216. AC_DEFUN([AM_GNU_GETTEXT],
  1217. [
  1218.   dnl Argument checking.
  1219.   ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
  1220.     [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
  1221. ])])])])])
  1222.   ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
  1223.     [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
  1224. ])])])])
  1225.   define(gt_included_intl, ifelse([$1], [external], [no], [yes]))
  1226.   define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], []))
  1227.   AC_REQUIRE([AM_PO_SUBDIRS])dnl
  1228.   ifelse(gt_included_intl, yes, [
  1229.     AC_REQUIRE([AM_INTL_SUBDIR])dnl
  1230.   ])
  1231.   dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
  1232.   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
  1233.   AC_REQUIRE([AC_LIB_RPATH])
  1234.   dnl Sometimes libintl requires libiconv, so first search for libiconv.
  1235.   dnl Ideally we would do this search only after the
  1236.   dnl      if test "$USE_NLS" = "yes"; then
  1237.   dnl        if test "$gt_cv_func_gnugettext_libc" != "yes"; then
  1238.   dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
  1239.   dnl the configure script would need to contain the same shell code
  1240.   dnl again, outside any 'if'. There are two solutions:
  1241.   dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
  1242.   dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
  1243.   dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
  1244.   dnl documented, we avoid it.
  1245.   ifelse(gt_included_intl, yes, , [
  1246.     AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
  1247.   ])
  1248.   AC_MSG_CHECKING([whether NLS is requested])
  1249.   dnl Default is enabled NLS
  1250.   AC_ARG_ENABLE(nls,
  1251.     [  --disable-nls           do not use Native Language Support],
  1252.     USE_NLS=$enableval, USE_NLS=yes)
  1253.   AC_MSG_RESULT($USE_NLS)
  1254.   AC_SUBST(USE_NLS)
  1255.   ifelse(gt_included_intl, yes, [
  1256.     BUILD_INCLUDED_LIBINTL=no
  1257.     USE_INCLUDED_LIBINTL=no
  1258.   ])
  1259.   LIBINTL=
  1260.   LTLIBINTL=
  1261.   POSUB=
  1262.   dnl If we use NLS figure out what method
  1263.   if test "$USE_NLS" = "yes"; then
  1264.     gt_use_preinstalled_gnugettext=no
  1265.     ifelse(gt_included_intl, yes, [
  1266.       AC_MSG_CHECKING([whether included gettext is requested])
  1267.       AC_ARG_WITH(included-gettext,
  1268.         [  --with-included-gettext use the GNU gettext library included here],
  1269.         nls_cv_force_use_gnu_gettext=$withval,
  1270.         nls_cv_force_use_gnu_gettext=no)
  1271.       AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
  1272.       nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
  1273.       if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
  1274.     ])
  1275.         dnl User does not insist on using GNU NLS library.  Figure out what
  1276.         dnl to use.  If GNU gettext is available we use this.  Else we have
  1277.         dnl to fall back to GNU NLS library.
  1278.         dnl Add a version number to the cache macros.
  1279.         define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1)))
  1280.         define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc])
  1281.         define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl])
  1282.         AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc,
  1283.          [AC_TRY_LINK([#include <libintl.h>
  1284. ]ifelse([$2], [need-formatstring-macros],
  1285. [#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
  1286. #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
  1287. #endif
  1288. changequote(,)dnl
  1289. typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
  1290. changequote([,])dnl
  1291. ], [])[extern int _nl_msg_cat_cntr;
  1292. extern int *_nl_domain_bindings;],
  1293.             [bindtextdomain ("", "");
  1294. return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
  1295.             gt_cv_func_gnugettext_libc=yes,
  1296.             gt_cv_func_gnugettext_libc=no)])
  1297.         if test "$gt_cv_func_gnugettext_libc" != "yes"; then
  1298.           dnl Sometimes libintl requires libiconv, so first search for libiconv.
  1299.           ifelse(gt_included_intl, yes, , [
  1300.             AM_ICONV_LINK
  1301.           ])
  1302.           dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
  1303.           dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
  1304.           dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
  1305.           dnl even if libiconv doesn't exist.
  1306.           AC_LIB_LINKFLAGS_BODY([intl])
  1307.           AC_CACHE_CHECK([for GNU gettext in libintl],
  1308.             gt_cv_func_gnugettext_libintl,
  1309.            [gt_save_CPPFLAGS="$CPPFLAGS"
  1310.             CPPFLAGS="$CPPFLAGS $INCINTL"
  1311.             gt_save_LIBS="$LIBS"
  1312.             LIBS="$LIBS $LIBINTL"
  1313.             dnl Now see whether libintl exists and does not depend on libiconv.
  1314.             AC_TRY_LINK([#include <libintl.h>
  1315. ]ifelse([$2], [need-formatstring-macros],
  1316. [#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
  1317. #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
  1318. #endif
  1319. changequote(,)dnl
  1320. typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
  1321. changequote([,])dnl
  1322. ], [])[extern int _nl_msg_cat_cntr;
  1323. extern
  1324. #ifdef __cplusplus
  1325. "C"
  1326. #endif
  1327. const char *_nl_expand_alias ();],
  1328.               [bindtextdomain ("", "");
  1329. return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
  1330.               gt_cv_func_gnugettext_libintl=yes,
  1331.               gt_cv_func_gnugettext_libintl=no)
  1332.             dnl Now see whether libintl exists and depends on libiconv.
  1333.             if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then
  1334.               LIBS="$LIBS $LIBICONV"
  1335.               AC_TRY_LINK([#include <libintl.h>
  1336. ]ifelse([$2], [need-formatstring-macros],
  1337. [#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
  1338. #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
  1339. #endif
  1340. changequote(,)dnl
  1341. typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
  1342. changequote([,])dnl
  1343. ], [])[extern int _nl_msg_cat_cntr;
  1344. extern
  1345. #ifdef __cplusplus
  1346. "C"
  1347. #endif
  1348. const char *_nl_expand_alias ();],
  1349.                 [bindtextdomain ("", "");
  1350. return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
  1351.                [LIBINTL="$LIBINTL $LIBICONV"
  1352.                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
  1353.                 gt_cv_func_gnugettext_libintl=yes
  1354.                ])
  1355.             fi
  1356.             CPPFLAGS="$gt_save_CPPFLAGS"
  1357.             LIBS="$gt_save_LIBS"])
  1358.         fi
  1359.         dnl If an already present or preinstalled GNU gettext() is found,
  1360.         dnl use it.  But if this macro is used in GNU gettext, and GNU
  1361.         dnl gettext is already preinstalled in libintl, we update this
  1362.         dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
  1363.         if test "$gt_cv_func_gnugettext_libc" = "yes" 
  1364.            || { test "$gt_cv_func_gnugettext_libintl" = "yes" 
  1365.                 && test "$PACKAGE" != gettext; }; then
  1366.           gt_use_preinstalled_gnugettext=yes
  1367.         else
  1368.           dnl Reset the values set by searching for libintl.
  1369.           LIBINTL=
  1370.           LTLIBINTL=
  1371.           INCINTL=
  1372.         fi
  1373.     ifelse(gt_included_intl, yes, [
  1374.         if test "$gt_use_preinstalled_gnugettext" != "yes"; then
  1375.           dnl GNU gettext is not found in the C library.
  1376.           dnl Fall back on included GNU gettext library.
  1377.           nls_cv_use_gnu_gettext=yes
  1378.         fi
  1379.       fi
  1380.       if test "$nls_cv_use_gnu_gettext" = "yes"; then
  1381.         dnl Mark actions used to generate GNU NLS library.
  1382.         INTLOBJS="$(GETTOBJS)"
  1383.         BUILD_INCLUDED_LIBINTL=yes
  1384.         USE_INCLUDED_LIBINTL=yes
  1385.         LIBINTL="ifelse([$3],[],${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV"
  1386.         LTLIBINTL="ifelse([$3],[],${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
  1387.         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
  1388.       fi
  1389.       if test "$gt_use_preinstalled_gnugettext" = "yes" 
  1390.          || test "$nls_cv_use_gnu_gettext" = "yes"; then
  1391.         dnl Mark actions to use GNU gettext tools.
  1392.         CATOBJEXT=.gmo
  1393.       fi
  1394.     ])
  1395.     if test "$gt_use_preinstalled_gnugettext" = "yes" 
  1396.        || test "$nls_cv_use_gnu_gettext" = "yes"; then
  1397.       AC_DEFINE(ENABLE_NLS, 1,
  1398.         [Define to 1 if translation of program messages to the user's native language
  1399.    is requested.])
  1400.     else
  1401.       USE_NLS=no
  1402.     fi
  1403.   fi
  1404.   if test "$USE_NLS" = "yes"; then
  1405.     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
  1406.       if test "$gt_cv_func_gnugettext_libintl" = "yes"; then
  1407.         AC_MSG_CHECKING([how to link with libintl])
  1408.         AC_MSG_RESULT([$LIBINTL])
  1409.         AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
  1410.       fi
  1411.       dnl For backward compatibility. Some packages may be using this.
  1412.       AC_DEFINE(HAVE_GETTEXT, 1,
  1413.        [Define if the GNU gettext() function is already present or preinstalled.])
  1414.       AC_DEFINE(HAVE_DCGETTEXT, 1,
  1415.        [Define if the GNU dcgettext() function is already present or preinstalled.])
  1416.     fi
  1417.     dnl We need to process the po/ directory.
  1418.     POSUB=po
  1419.   fi
  1420.   ifelse(gt_included_intl, yes, [
  1421.     dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
  1422.     dnl to 'yes' because some of the testsuite requires it.
  1423.     if test "$PACKAGE" = gettext; then
  1424.       BUILD_INCLUDED_LIBINTL=yes
  1425.     fi
  1426.     dnl Make all variables we use known to autoconf.
  1427.     AC_SUBST(BUILD_INCLUDED_LIBINTL)
  1428.     AC_SUBST(USE_INCLUDED_LIBINTL)
  1429.     AC_SUBST(CATOBJEXT)
  1430.     AC_SUBST(INTLOBJS)
  1431.     dnl For backward compatibility. Some configure.ins may be using this.
  1432.     nls_cv_header_intl=
  1433.     nls_cv_header_libgt=
  1434.     dnl For backward compatibility. Some Makefiles may be using this.
  1435.     DATADIRNAME=share
  1436.     AC_SUBST(DATADIRNAME)
  1437.     dnl For backward compatibility. Some Makefiles may be using this.
  1438.     INSTOBJEXT=.mo
  1439.     AC_SUBST(INSTOBJEXT)
  1440.     dnl For backward compatibility. Some Makefiles may be using this.
  1441.     GENCAT=gencat
  1442.     AC_SUBST(GENCAT)
  1443.     dnl Enable libtool support if the surrounding package wishes it.
  1444.     INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
  1445.     AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)
  1446.   ])
  1447.   dnl For backward compatibility. Some Makefiles may be using this.
  1448.   INTLLIBS="$LIBINTL"
  1449.   AC_SUBST(INTLLIBS)
  1450.   dnl Make all documented variables known to autoconf.
  1451.   AC_SUBST(LIBINTL)
  1452.   AC_SUBST(LTLIBINTL)
  1453.   AC_SUBST(POSUB)
  1454. ])
  1455. dnl Checks for all prerequisites of the po subdirectory,
  1456. dnl except for USE_NLS.
  1457. AC_DEFUN([AM_PO_SUBDIRS],
  1458. [
  1459.   AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  1460.   AC_REQUIRE([AC_PROG_INSTALL])dnl
  1461.   AC_REQUIRE([AM_MKINSTALLDIRS])dnl
  1462.   dnl Perform the following tests also if --disable-nls has been given,
  1463.   dnl because they are needed for "make dist" to work.
  1464.   dnl Search for GNU msgfmt in the PATH.
  1465.   dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
  1466.   dnl The second test excludes FreeBSD msgfmt.
  1467.   AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
  1468.     [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
  1469.      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
  1470.     :)
  1471.   AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
  1472.   dnl Search for GNU xgettext 0.11 or newer in the PATH.
  1473.   dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
  1474.   dnl The second test excludes FreeBSD xgettext.
  1475.   AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
  1476.     [$ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
  1477.      (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
  1478.     :)
  1479.   dnl Remove leftover from FreeBSD xgettext call.
  1480.   rm -f messages.po
  1481.   dnl Search for GNU msgmerge 0.11 or newer in the PATH.
  1482.   AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
  1483.     [$ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1], :)
  1484.   dnl This could go away some day; the PATH_PROG_WITH_TEST already does it.
  1485.   dnl Test whether we really found GNU msgfmt.
  1486.   if test "$GMSGFMT" != ":"; then
  1487.     dnl If it is no GNU msgfmt we define it as : so that the
  1488.     dnl Makefiles still can work.
  1489.     if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
  1490.        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
  1491.       : ;
  1492.     else
  1493.       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
  1494.       AC_MSG_RESULT(
  1495.         [found $GMSGFMT program is not GNU msgfmt; ignore it])
  1496.       GMSGFMT=":"
  1497.     fi
  1498.   fi
  1499.   dnl This could go away some day; the PATH_PROG_WITH_TEST already does it.
  1500.   dnl Test whether we really found GNU xgettext.
  1501.   if test "$XGETTEXT" != ":"; then
  1502.     dnl If it is no GNU xgettext we define it as : so that the
  1503.     dnl Makefiles still can work.
  1504.     if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
  1505.        (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
  1506.       : ;
  1507.     else
  1508.       AC_MSG_RESULT(
  1509.         [found xgettext program is not GNU xgettext; ignore it])
  1510.       XGETTEXT=":"
  1511.     fi
  1512.     dnl Remove leftover from FreeBSD xgettext call.
  1513.     rm -f messages.po
  1514.   fi
  1515.   AC_OUTPUT_COMMANDS([
  1516.     for ac_file in $CONFIG_FILES; do
  1517.       # Support "outfile[:infile[:infile...]]"
  1518.       case "$ac_file" in
  1519.         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1520.       esac
  1521.       # PO directories have a Makefile.in generated from Makefile.in.in.
  1522.       case "$ac_file" in */Makefile.in)
  1523.         # Adjust a relative srcdir.
  1524.         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
  1525.         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^./%%'`"
  1526.         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
  1527.         # In autoconf-2.13 it is called $ac_given_srcdir.
  1528.         # In autoconf-2.50 it is called $srcdir.
  1529.         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
  1530.         case "$ac_given_srcdir" in
  1531.           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
  1532.           /*) top_srcdir="$ac_given_srcdir" ;;
  1533.           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1534.         esac
  1535.         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
  1536.           rm -f "$ac_dir/POTFILES"
  1537.           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
  1538.           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[  ]*$/d" -e "s,.*,     $top_srcdir/& \\," | sed -e "$s/(.*) \\/1/" > "$ac_dir/POTFILES"
  1539.           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
  1540.           # on $ac_dir but don't depend on user-specified configuration
  1541.           # parameters.
  1542.           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
  1543.             # The LINGUAS file contains the set of available languages.
  1544.             if test -n "$ALL_LINGUAS"; then
  1545.               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
  1546.             fi
  1547.             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
  1548.             # Hide the ALL_LINGUAS assigment from automake.
  1549.             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
  1550.           fi
  1551.           case "$ac_given_srcdir" in
  1552.             .) srcdirpre= ;;
  1553.             *) srcdirpre='$(srcdir)/' ;;
  1554.           esac
  1555.           POFILES=
  1556.           GMOFILES=
  1557.           UPDATEPOFILES=
  1558.           DUMMYPOFILES=
  1559.           for lang in $ALL_LINGUAS; do
  1560.             POFILES="$POFILES $srcdirpre$lang.po"
  1561.             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
  1562.             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
  1563.             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
  1564.           done
  1565.           # CATALOGS depends on both $ac_dir and the user's LINGUAS
  1566.           # environment variable.
  1567.           INST_LINGUAS=
  1568.           if test -n "$ALL_LINGUAS"; then
  1569.             for presentlang in $ALL_LINGUAS; do
  1570.               useit=no
  1571.               if test "%UNSET%" != "$LINGUAS"; then
  1572.                 desiredlanguages="$LINGUAS"
  1573.               else
  1574.                 desiredlanguages="$ALL_LINGUAS"
  1575.               fi
  1576.               for desiredlang in $desiredlanguages; do
  1577.                 # Use the presentlang catalog if desiredlang is
  1578.                 #   a. equal to presentlang, or
  1579.                 #   b. a variant of presentlang (because in this case,
  1580.                 #      presentlang can be used as a fallback for messages
  1581.                 #      which are not translated in the desiredlang catalog).
  1582.                 case "$desiredlang" in
  1583.                   "$presentlang"*) useit=yes;;
  1584.                 esac
  1585.               done
  1586.               if test $useit = yes; then
  1587.                 INST_LINGUAS="$INST_LINGUAS $presentlang"
  1588.               fi
  1589.             done
  1590.           fi
  1591.           CATALOGS=
  1592.           if test -n "$INST_LINGUAS"; then
  1593.             for lang in $INST_LINGUAS; do
  1594.               CATALOGS="$CATALOGS $lang.gmo"
  1595.             done
  1596.           fi
  1597.           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
  1598.           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
  1599.           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
  1600.             if test -f "$f"; then
  1601.               case "$f" in
  1602.                 *.orig | *.bak | *~) ;;
  1603.                 *) cat "$f" >> "$ac_dir/Makefile" ;;
  1604.               esac
  1605.             fi
  1606.           done
  1607.         fi
  1608.         ;;
  1609.       esac
  1610.     done],
  1611.    [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
  1612.     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
  1613.     # from automake.
  1614.     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
  1615.     # Capture the value of LINGUAS because we need it to compute CATALOGS.
  1616.     LINGUAS="${LINGUAS-%UNSET%}"
  1617.    ])
  1618. ])
  1619. dnl Checks for all prerequisites of the intl subdirectory,
  1620. dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
  1621. dnl            USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL.
  1622. AC_DEFUN([AM_INTL_SUBDIR],
  1623. [
  1624.   AC_REQUIRE([AC_PROG_INSTALL])dnl
  1625.   AC_REQUIRE([AM_MKINSTALLDIRS])dnl
  1626.   AC_REQUIRE([AC_PROG_CC])dnl
  1627.   AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1628.   AC_REQUIRE([AC_PROG_RANLIB])dnl
  1629.   AC_REQUIRE([AC_ISC_POSIX])dnl
  1630.   AC_REQUIRE([AC_HEADER_STDC])dnl
  1631.   AC_REQUIRE([AC_C_CONST])dnl
  1632.   AC_REQUIRE([AC_C_INLINE])dnl
  1633.   AC_REQUIRE([AC_TYPE_OFF_T])dnl
  1634.   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
  1635.   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
  1636.   AC_REQUIRE([AC_FUNC_MMAP])dnl
  1637.   AC_REQUIRE([jm_GLIBC21])dnl
  1638.   AC_REQUIRE([gt_INTDIV0])dnl
  1639.   AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])dnl
  1640.   AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl
  1641.   AC_REQUIRE([gt_INTTYPES_PRI])dnl
  1642.   AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h 
  1643. stdlib.h string.h unistd.h sys/param.h])
  1644.   AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid 
  1645. geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy 
  1646. strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
  1647.   AM_ICONV
  1648.   AM_LANGINFO_CODESET
  1649.   if test $ac_cv_header_locale_h = yes; then
  1650.     AM_LC_MESSAGES
  1651.   fi
  1652.   dnl intl/plural.c is generated from intl/plural.y. It requires bison,
  1653.   dnl because plural.y uses bison specific features. It requires at least
  1654.   dnl bison-1.26 because earlier versions generate a plural.c that doesn't
  1655.   dnl compile.
  1656.   dnl bison is only needed for the maintainer (who touches plural.y). But in
  1657.   dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
  1658.   dnl the rule in general Makefile. Now, some people carelessly touch the
  1659.   dnl files or have a broken "make" program, hence the plural.c rule will
  1660.   dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
  1661.   dnl present or too old.
  1662.   AC_CHECK_PROGS([INTLBISON], [bison])
  1663.   if test -z "$INTLBISON"; then
  1664.     ac_verc_fail=yes
  1665.   else
  1666.     dnl Found it, now check the version.
  1667.     AC_MSG_CHECKING([version of bison])
  1668. changequote(<<,>>)dnl
  1669.     ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* ([0-9]*.[0-9.]*).*$/1/p'`
  1670.     case $ac_prog_version in
  1671.       '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  1672.       1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
  1673. changequote([,])dnl
  1674.          ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
  1675.       *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  1676.     esac
  1677.     AC_MSG_RESULT([$ac_prog_version])
  1678.   fi
  1679.   if test $ac_verc_fail = yes; then
  1680.     INTLBISON=:
  1681.   fi
  1682. ])
  1683. AC_DEFUN([AM_MKINSTALLDIRS],
  1684. [
  1685.   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
  1686.   dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
  1687.   dnl Try to locate is.
  1688.   MKINSTALLDIRS=
  1689.   if test -n "$ac_aux_dir"; then
  1690.     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
  1691.   fi
  1692.   if test -z "$MKINSTALLDIRS"; then
  1693.     MKINSTALLDIRS="$(top_srcdir)/mkinstalldirs"
  1694.   fi
  1695.   AC_SUBST(MKINSTALLDIRS)
  1696. ])
  1697. dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
  1698. AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
  1699. # lib-prefix.m4 serial 1 (gettext-0.11)
  1700. dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
  1701. dnl This file is free software, distributed under the terms of the GNU
  1702. dnl General Public License.  As a special exception to the GNU General
  1703. dnl Public License, this file may be distributed as part of a program
  1704. dnl that contains a configuration script generated by Autoconf, under
  1705. dnl the same distribution terms as the rest of that program.
  1706. dnl From Bruno Haible.
  1707. dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
  1708. dnl to access previously installed libraries. The basic assumption is that
  1709. dnl a user will want packages to use other packages he previously installed
  1710. dnl with the same --prefix option.
  1711. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
  1712. dnl libraries, but is otherwise very convenient.
  1713. AC_DEFUN([AC_LIB_PREFIX],
  1714. [
  1715.   AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
  1716.   AC_REQUIRE([AC_PROG_CC])
  1717.   AC_REQUIRE([AC_CANONICAL_HOST])
  1718.   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
  1719.   dnl By default, look in $includedir and $libdir.
  1720.   use_additional=yes
  1721.   AC_LIB_WITH_FINAL_PREFIX([
  1722.     eval additional_includedir="$includedir"
  1723.     eval additional_libdir="$libdir"
  1724.   ])
  1725.   AC_ARG_WITH([lib-prefix],
  1726. [  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
  1727.   --without-lib-prefix    don't search for libraries in includedir and libdir],
  1728. [
  1729.     if test "X$withval" = "Xno"; then
  1730.       use_additional=no
  1731.     else
  1732.       if test "X$withval" = "X"; then
  1733.         AC_LIB_WITH_FINAL_PREFIX([
  1734.           eval additional_includedir="$includedir"
  1735.           eval additional_libdir="$libdir"
  1736.         ])
  1737.       else
  1738.         additional_includedir="$withval/include"
  1739.         additional_libdir="$withval/lib"
  1740.       fi
  1741.     fi
  1742. ])
  1743.   if test $use_additional = yes; then
  1744.     dnl Potentially add $additional_includedir to $CPPFLAGS.
  1745.     dnl But don't add it
  1746.     dnl   1. if it's the standard /usr/include,
  1747.     dnl   2. if it's already present in $CPPFLAGS,
  1748.     dnl   3. if it's /usr/local/include and we are using GCC on Linux,
  1749.     dnl   4. if it doesn't exist as a directory.
  1750.     if test "X$additional_includedir" != "X/usr/include"; then
  1751.       haveit=
  1752.       for x in $CPPFLAGS; do
  1753.         AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  1754.         if test "X$x" = "X-I$additional_includedir"; then
  1755.           haveit=yes
  1756.           break
  1757.         fi
  1758.       done
  1759.       if test -z "$haveit"; then
  1760.         if test "X$additional_includedir" = "X/usr/local/include"; then
  1761.           if test -n "$GCC"; then
  1762.             case $host_os in
  1763.               linux*) haveit=yes;;
  1764.             esac
  1765.           fi
  1766.         fi
  1767.         if test -z "$haveit"; then
  1768.           if test -d "$additional_includedir"; then
  1769.             dnl Really add $additional_includedir to $CPPFLAGS.
  1770.             CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
  1771.           fi
  1772.         fi
  1773.       fi
  1774.     fi
  1775.     dnl Potentially add $additional_libdir to $LDFLAGS.
  1776.     dnl But don't add it
  1777.     dnl   1. if it's the standard /usr/lib,
  1778.     dnl   2. if it's already present in $LDFLAGS,
  1779.     dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
  1780.     dnl   4. if it doesn't exist as a directory.
  1781.     if test "X$additional_libdir" != "X/usr/lib"; then
  1782.       haveit=
  1783.       for x in $LDFLAGS; do
  1784.         AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  1785.         if test "X$x" = "X-L$additional_libdir"; then
  1786.           haveit=yes
  1787.           break
  1788.         fi
  1789.       done
  1790.       if test -z "$haveit"; then
  1791.         if test "X$additional_libdir" = "X/usr/local/lib"; then
  1792.           if test -n "$GCC"; then
  1793.             case $host_os in
  1794.               linux*) haveit=yes;;
  1795.             esac
  1796.           fi
  1797.         fi
  1798.         if test -z "$haveit"; then
  1799.           if test -d "$additional_libdir"; then
  1800.             dnl Really add $additional_libdir to $LDFLAGS.
  1801.             LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
  1802.           fi
  1803.         fi
  1804.       fi
  1805.     fi
  1806.   fi
  1807. ])
  1808. dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
  1809. dnl acl_final_exec_prefix, containing the values to which $prefix and
  1810. dnl $exec_prefix will expand at the end of the configure script.
  1811. AC_DEFUN([AC_LIB_PREPARE_PREFIX],
  1812. [
  1813.   dnl Unfortunately, prefix and exec_prefix get only finally determined
  1814.   dnl at the end of configure.
  1815.   if test "X$prefix" = "XNONE"; then
  1816.     acl_final_prefix="$ac_default_prefix"
  1817.   else
  1818.     acl_final_prefix="$prefix"
  1819.   fi
  1820.   if test "X$exec_prefix" = "XNONE"; then
  1821.     acl_final_exec_prefix='${prefix}'
  1822.   else
  1823.     acl_final_exec_prefix="$exec_prefix"
  1824.   fi
  1825.   acl_save_prefix="$prefix"
  1826.   prefix="$acl_final_prefix"
  1827.   eval acl_final_exec_prefix="$acl_final_exec_prefix"
  1828.   prefix="$acl_save_prefix"
  1829. ])
  1830. dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
  1831. dnl variables prefix and exec_prefix bound to the values they will have
  1832. dnl at the end of the configure script.
  1833. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
  1834. [
  1835.   acl_save_prefix="$prefix"
  1836.   prefix="$acl_final_prefix"
  1837.   acl_save_exec_prefix="$exec_prefix"
  1838.   exec_prefix="$acl_final_exec_prefix"
  1839.   $1
  1840.   exec_prefix="$acl_save_exec_prefix"
  1841.   prefix="$acl_save_prefix"
  1842. ])
  1843. # lib-link.m4 serial 3 (gettext-0.11.3)
  1844. dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
  1845. dnl This file is free software, distributed under the terms of the GNU
  1846. dnl General Public License.  As a special exception to the GNU General
  1847. dnl Public License, this file may be distributed as part of a program
  1848. dnl that contains a configuration script generated by Autoconf, under
  1849. dnl the same distribution terms as the rest of that program.
  1850. dnl From Bruno Haible.
  1851. dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
  1852. dnl the libraries corresponding to explicit and implicit dependencies.
  1853. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
  1854. dnl augments the CPPFLAGS variable.
  1855. AC_DEFUN([AC_LIB_LINKFLAGS],
  1856. [
  1857.   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
  1858.   AC_REQUIRE([AC_LIB_RPATH])
  1859.   define([Name],[translit([$1],[./-], [___])])
  1860.   define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
  1861.                                [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
  1862.   AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
  1863.     AC_LIB_LINKFLAGS_BODY([$1], [$2])
  1864.     ac_cv_lib[]Name[]_libs="$LIB[]NAME"
  1865.     ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
  1866.     ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
  1867.   ])
  1868.   LIB[]NAME="$ac_cv_lib[]Name[]_libs"
  1869.   LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
  1870.   INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
  1871.   AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
  1872.   AC_SUBST([LIB]NAME)
  1873.   AC_SUBST([LTLIB]NAME)
  1874.   dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
  1875.   dnl results of this search when this library appears as a dependency.
  1876.   HAVE_LIB[]NAME=yes
  1877.   undefine([Name])
  1878.   undefine([NAME])
  1879. ])
  1880. dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode)
  1881. dnl searches for libname and the libraries corresponding to explicit and
  1882. dnl implicit dependencies, together with the specified include files and
  1883. dnl the ability to compile and link the specified testcode. If found, it
  1884. dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
  1885. dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
  1886. dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
  1887. dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
  1888. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
  1889. [
  1890.   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
  1891.   AC_REQUIRE([AC_LIB_RPATH])
  1892.   define([Name],[translit([$1],[./-], [___])])
  1893.   define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
  1894.                                [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
  1895.   dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
  1896.   dnl accordingly.
  1897.   AC_LIB_LINKFLAGS_BODY([$1], [$2])
  1898.   dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
  1899.   dnl because if the user has installed lib[]Name and not disabled its use
  1900.   dnl via --without-lib[]Name-prefix, he wants to use it.
  1901.   ac_save_CPPFLAGS="$CPPFLAGS"
  1902.   AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
  1903.   AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
  1904.     ac_save_LIBS="$LIBS"
  1905.     LIBS="$LIBS $LIB[]NAME"
  1906.     AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
  1907.     LIBS="$ac_save_LIBS"
  1908.   ])
  1909.   if test "$ac_cv_lib[]Name" = yes; then
  1910.     HAVE_LIB[]NAME=yes
  1911.     AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
  1912.     AC_MSG_CHECKING([how to link with lib[]$1])
  1913.     AC_MSG_RESULT([$LIB[]NAME])
  1914.   else
  1915.     HAVE_LIB[]NAME=no
  1916.     dnl If $LIB[]NAME didn't lead to a usable library, we don't need
  1917.     dnl $INC[]NAME either.
  1918.     CPPFLAGS="$ac_save_CPPFLAGS"
  1919.     LIB[]NAME=
  1920.     LTLIB[]NAME=
  1921.   fi
  1922.   AC_SUBST([HAVE_LIB]NAME)
  1923.   AC_SUBST([LIB]NAME)
  1924.   AC_SUBST([LTLIB]NAME)
  1925.   undefine([Name])
  1926.   undefine([NAME])
  1927. ])
  1928. dnl Determine the platform dependent parameters needed to use rpath:
  1929. dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
  1930. dnl hardcode_direct, hardcode_minus_L,
  1931. dnl sys_lib_search_path_spec, sys_lib_dlsearch_path_spec.
  1932. AC_DEFUN([AC_LIB_RPATH],
  1933. [
  1934.   AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
  1935.   AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
  1936.   AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
  1937.   AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
  1938.   AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
  1939.     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" 
  1940.     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
  1941.     . ./conftest.sh
  1942.     rm -f ./conftest.sh
  1943.     acl_cv_rpath=done
  1944.   ])
  1945.   wl="$acl_cv_wl"
  1946.   libext="$acl_cv_libext"
  1947.   shlibext="$acl_cv_shlibext"
  1948.   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
  1949.   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
  1950.   hardcode_direct="$acl_cv_hardcode_direct"
  1951.   hardcode_minus_L="$acl_cv_hardcode_minus_L"
  1952.   sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
  1953.   sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
  1954.   dnl Determine whether the user wants rpath handling at all.
  1955.   AC_ARG_ENABLE(rpath,
  1956.     [  --disable-rpath         do not hardcode runtime library paths],
  1957.     :, enable_rpath=yes)
  1958. ])
  1959. dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
  1960. dnl the libraries corresponding to explicit and implicit dependencies.
  1961. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
  1962. AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
  1963. [
  1964.   define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
  1965.                                [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
  1966.   dnl By default, look in $includedir and $libdir.
  1967.   use_additional=yes
  1968.   AC_LIB_WITH_FINAL_PREFIX([
  1969.     eval additional_includedir="$includedir"
  1970.     eval additional_libdir="$libdir"
  1971.   ])
  1972.   AC_ARG_WITH([lib$1-prefix],
  1973. [  --with-lib$1-prefix[=DIR]  search for lib$1 in DIR/include and DIR/lib
  1974.   --without-lib$1-prefix     don't search for lib$1 in includedir and libdir],
  1975. [
  1976.     if test "X$withval" = "Xno"; then
  1977.       use_additional=no
  1978.     else
  1979.       if test "X$withval" = "X"; then
  1980.         AC_LIB_WITH_FINAL_PREFIX([
  1981.           eval additional_includedir="$includedir"
  1982.           eval additional_libdir="$libdir"
  1983.         ])
  1984.       else
  1985.         additional_includedir="$withval/include"
  1986.         additional_libdir="$withval/lib"
  1987.       fi
  1988.     fi
  1989. ])
  1990.   dnl Search the library and its dependencies in $additional_libdir and
  1991.   dnl $LDFLAGS. Using breadth-first-seach.
  1992.   LIB[]NAME=
  1993.   LTLIB[]NAME=
  1994.   INC[]NAME=
  1995.   rpathdirs=
  1996.   ltrpathdirs=
  1997.   names_already_handled=
  1998.   names_next_round='$1 $2'
  1999.   while test -n "$names_next_round"; do
  2000.     names_this_round="$names_next_round"
  2001.     names_next_round=
  2002.     for name in $names_this_round; do
  2003.       already_handled=
  2004.       for n in $names_already_handled; do
  2005.         if test "$n" = "$name"; then
  2006.           already_handled=yes
  2007.           break
  2008.         fi
  2009.       done
  2010.       if test -z "$already_handled"; then
  2011.         names_already_handled="$names_already_handled $name"
  2012.         dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
  2013.         dnl or AC_LIB_HAVE_LINKFLAGS call.
  2014.         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
  2015.         eval value="$HAVE_LIB$uppername"
  2016.         if test -n "$value"; then
  2017.           if test "$value" = yes; then
  2018.             eval value="$LIB$uppername"
  2019.             test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
  2020.             eval value="$LTLIB$uppername"
  2021.             test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
  2022.           else
  2023.             dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
  2024.             dnl that this library doesn't exist. So just drop it.
  2025.             :
  2026.           fi
  2027.         else
  2028.           dnl Search the library lib$name in $additional_libdir and $LDFLAGS
  2029.           dnl and the already constructed $LIBNAME/$LTLIBNAME.
  2030.           found_dir=
  2031.           found_la=
  2032.           found_so=
  2033.           found_a=
  2034.           if test $use_additional = yes; then
  2035.             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
  2036.               found_dir="$additional_libdir"
  2037.               found_so="$additional_libdir/lib$name.$shlibext"
  2038.               if test -f "$additional_libdir/lib$name.la"; then
  2039.                 found_la="$additional_libdir/lib$name.la"
  2040.               fi
  2041.             else
  2042.               if test -f "$additional_libdir/lib$name.$libext"; then
  2043.                 found_dir="$additional_libdir"
  2044.                 found_a="$additional_libdir/lib$name.$libext"
  2045.                 if test -f "$additional_libdir/lib$name.la"; then
  2046.                   found_la="$additional_libdir/lib$name.la"
  2047.                 fi
  2048.               fi
  2049.             fi
  2050.           fi
  2051.           if test "X$found_dir" = "X"; then
  2052.             for x in $LDFLAGS $LTLIB[]NAME; do
  2053.               AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  2054.               case "$x" in
  2055.                 -L*)
  2056.                   dir=`echo "X$x" | sed -e 's/^X-L//'`
  2057.                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
  2058.                     found_dir="$dir"
  2059.                     found_so="$dir/lib$name.$shlibext"
  2060.                     if test -f "$dir/lib$name.la"; then
  2061.                       found_la="$dir/lib$name.la"
  2062.                     fi
  2063.                   else
  2064.                     if test -f "$dir/lib$name.$libext"; then
  2065.                       found_dir="$dir"
  2066.                       found_a="$dir/lib$name.$libext"
  2067.                       if test -f "$dir/lib$name.la"; then
  2068.                         found_la="$dir/lib$name.la"
  2069.                       fi
  2070.                     fi
  2071.                   fi
  2072.                   ;;
  2073.               esac
  2074.               if test "X$found_dir" != "X"; then
  2075.                 break
  2076.               fi
  2077.             done
  2078.           fi
  2079.           if test "X$found_dir" != "X"; then
  2080.             dnl Found the library.
  2081.             LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
  2082.             if test "X$found_so" != "X"; then
  2083.               dnl Linking with a shared library. We attempt to hardcode its
  2084.               dnl directory into the executable's runpath, unless it's the
  2085.               dnl standard /usr/lib.
  2086.               if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
  2087.                 dnl No hardcoding is needed.
  2088.                 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
  2089.               else
  2090.                 dnl Use an explicit option to hardcode DIR into the resulting
  2091.                 dnl binary.
  2092.                 dnl Potentially add DIR to ltrpathdirs.
  2093.                 dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
  2094.                 haveit=
  2095.                 for x in $ltrpathdirs; do
  2096.                   if test "X$x" = "X$found_dir"; then
  2097.                     haveit=yes
  2098.                     break
  2099.                   fi
  2100.                 done
  2101.                 if test -z "$haveit"; then
  2102.                   ltrpathdirs="$ltrpathdirs $found_dir"
  2103.                 fi
  2104.                 dnl The hardcoding into $LIBNAME is system dependent.
  2105.                 if test "$hardcode_direct" = yes; then
  2106.                   dnl Using DIR/libNAME.so during linking hardcodes DIR into the
  2107.                   dnl resulting binary.
  2108.                   LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
  2109.                 else
  2110.                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
  2111.                     dnl Use an explicit option to hardcode DIR into the resulting
  2112.                     dnl binary.
  2113.                     LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
  2114.                     dnl Potentially add DIR to rpathdirs.
  2115.                     dnl The rpathdirs will be appended to $LIBNAME at the end.
  2116.                     haveit=
  2117.                     for x in $rpathdirs; do
  2118.                       if test "X$x" = "X$found_dir"; then
  2119.                         haveit=yes
  2120.                         break
  2121.                       fi
  2122.                     done
  2123.                     if test -z "$haveit"; then
  2124.                       rpathdirs="$rpathdirs $found_dir"
  2125.                     fi
  2126.                   else
  2127.                     dnl Rely on "-L$found_dir".
  2128.                     dnl But don't add it if it's already contained in the LDFLAGS
  2129.                     dnl or the already constructed $LIBNAME
  2130.                     haveit=
  2131.                     for x in $LDFLAGS $LIB[]NAME; do
  2132.                       AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  2133.                       if test "X$x" = "X-L$found_dir"; then
  2134.                         haveit=yes
  2135.                         break
  2136.                       fi
  2137.                     done
  2138.                     if test -z "$haveit"; then
  2139.                       LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
  2140.                     fi
  2141.                     if test "$hardcode_minus_L" != no; then
  2142.                       dnl FIXME: Not sure whether we should use
  2143.                       dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
  2144.                       dnl here.
  2145.                       LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
  2146.                     else
  2147.                       dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH
  2148.                       dnl here, because this doesn't fit in flags passed to the
  2149.                       dnl compiler. So give up. No hardcoding. This affects only
  2150.                       dnl very old systems.
  2151.                       dnl FIXME: Not sure whether we should use
  2152.                       dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
  2153.                       dnl here.
  2154.                       LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
  2155.                     fi
  2156.                   fi
  2157.                 fi
  2158.               fi
  2159.             else
  2160.               if test "X$found_a" != "X"; then
  2161.                 dnl Linking with a static library.
  2162.                 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
  2163.               else
  2164.                 dnl We shouldn't come here, but anyway it's good to have a
  2165.                 dnl fallback.
  2166.                 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
  2167.               fi
  2168.             fi
  2169.             dnl Assume the include files are nearby.
  2170.             additional_includedir=
  2171.             case "$found_dir" in
  2172.               */lib | */lib/)
  2173.                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
  2174.                 additional_includedir="$basedir/include"
  2175.                 ;;
  2176.             esac
  2177.             if test "X$additional_includedir" != "X"; then
  2178.               dnl Potentially add $additional_includedir to $INCNAME.
  2179.               dnl But don't add it
  2180.               dnl   1. if it's the standard /usr/include,
  2181.               dnl   2. if it's /usr/local/include and we are using GCC on Linux,
  2182.               dnl   3. if it's already present in $CPPFLAGS or the already
  2183.               dnl      constructed $INCNAME,
  2184.               dnl   4. if it doesn't exist as a directory.
  2185.               if test "X$additional_includedir" != "X/usr/include"; then
  2186.                 haveit=
  2187.                 if test "X$additional_includedir" = "X/usr/local/include"; then
  2188.                   if test -n "$GCC"; then
  2189.                     case $host_os in
  2190.                       linux*) haveit=yes;;
  2191.                     esac
  2192.                   fi
  2193.                 fi
  2194.                 if test -z "$haveit"; then
  2195.                   for x in $CPPFLAGS $INC[]NAME; do
  2196.                     AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  2197.                     if test "X$x" = "X-I$additional_includedir"; then
  2198.                       haveit=yes
  2199.                       break
  2200.                     fi
  2201.                   done
  2202.                   if test -z "$haveit"; then
  2203.                     if test -d "$additional_includedir"; then
  2204.                       dnl Really add $additional_includedir to $INCNAME.
  2205.                       INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
  2206.                     fi
  2207.                   fi
  2208.                 fi
  2209.               fi
  2210.             fi
  2211.             dnl Look for dependencies.
  2212.             if test -n "$found_la"; then
  2213.               dnl Read the .la file. It defines the variables
  2214.               dnl dlname, library_names, old_library, dependency_libs, current,
  2215.               dnl age, revision, installed, dlopen, dlpreopen, libdir.
  2216.               save_libdir="$libdir"
  2217.               case "$found_la" in
  2218.                 */* | *\*) . "$found_la" ;;
  2219.                 *) . "./$found_la" ;;
  2220.               esac
  2221.               libdir="$save_libdir"
  2222.               dnl We use only dependency_libs.
  2223.               for dep in $dependency_libs; do
  2224.                 case "$dep" in
  2225.                   -L*)
  2226.                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
  2227.                     dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
  2228.                     dnl But don't add it
  2229.                     dnl   1. if it's the standard /usr/lib,
  2230.                     dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
  2231.                     dnl   3. if it's already present in $LDFLAGS or the already
  2232.                     dnl      constructed $LIBNAME,
  2233.                     dnl   4. if it doesn't exist as a directory.
  2234.                     if test "X$additional_libdir" != "X/usr/lib"; then
  2235.                       haveit=
  2236.                       if test "X$additional_libdir" = "X/usr/local/lib"; then
  2237.                         if test -n "$GCC"; then
  2238.                           case $host_os in
  2239.                             linux*) haveit=yes;;
  2240.                           esac
  2241.                         fi
  2242.                       fi
  2243.                       if test -z "$haveit"; then
  2244.                         haveit=
  2245.                         for x in $LDFLAGS $LIB[]NAME; do
  2246.                           AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  2247.                           if test "X$x" = "X-L$additional_libdir"; then
  2248.                             haveit=yes
  2249.                             break
  2250.                           fi
  2251.                         done
  2252.                         if test -z "$haveit"; then
  2253.                           if test -d "$additional_libdir"; then
  2254.                             dnl Really add $additional_libdir to $LIBNAME.
  2255.                             LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
  2256.                           fi
  2257.                         fi
  2258.                         haveit=
  2259.                         for x in $LDFLAGS $LTLIB[]NAME; do
  2260.                           AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  2261.                           if test "X$x" = "X-L$additional_libdir"; then
  2262.                             haveit=yes
  2263.                             break
  2264.                           fi
  2265.                         done
  2266.                         if test -z "$haveit"; then
  2267.                           if test -d "$additional_libdir"; then
  2268.                             dnl Really add $additional_libdir to $LTLIBNAME.
  2269.                             LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
  2270.                           fi
  2271.                         fi
  2272.                       fi
  2273.                     fi
  2274.                     ;;
  2275.                   -R*)
  2276.                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
  2277.                     if test "$enable_rpath" != no; then
  2278.                       dnl Potentially add DIR to rpathdirs.
  2279.                       dnl The rpathdirs will be appended to $LIBNAME at the end.
  2280.                       haveit=
  2281.                       for x in $rpathdirs; do
  2282.                         if test "X$x" = "X$dir"; then
  2283.                           haveit=yes
  2284.                           break
  2285.                         fi
  2286.                       done
  2287.                       if test -z "$haveit"; then
  2288.                         rpathdirs="$rpathdirs $dir"
  2289.                       fi
  2290.                       dnl Potentially add DIR to ltrpathdirs.
  2291.                       dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
  2292.                       haveit=
  2293.                       for x in $ltrpathdirs; do
  2294.                         if test "X$x" = "X$dir"; then
  2295.                           haveit=yes
  2296.                           break
  2297.                         fi
  2298.                       done
  2299.                       if test -z "$haveit"; then
  2300.                         ltrpathdirs="$ltrpathdirs $dir"
  2301.                       fi
  2302.                     fi
  2303.                     ;;
  2304.                   -l*)
  2305.                     dnl Handle this in the next round.
  2306.                     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
  2307.                     ;;
  2308.                   *.la)
  2309.                     dnl Handle this in the next round. Throw away the .la's
  2310.                     dnl directory; it is already contained in a preceding -L
  2311.                     dnl option.
  2312.                     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,.la$,,'`
  2313.                     ;;
  2314.                   *)
  2315.                     dnl Most likely an immediate library name.
  2316.                     LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
  2317.                     LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
  2318.                     ;;
  2319.                 esac
  2320.               done
  2321.             fi
  2322.           else
  2323.             dnl Didn't find the library; assume it is in the system directories
  2324.             dnl known to the linker and runtime loader. (All the system
  2325.             dnl directories known to the linker should also be known to the
  2326.             dnl runtime loader, otherwise the system is severely misconfigured.)
  2327.             LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
  2328.             LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
  2329.           fi
  2330.         fi
  2331.       fi
  2332.     done
  2333.   done
  2334.   if test "X$rpathdirs" != "X"; then
  2335.     if test -n "$hardcode_libdir_separator"; then
  2336.       dnl Weird platform: only the last -rpath option counts, the user must
  2337.       dnl pass all path elements in one option. We can arrange that for a
  2338.       dnl single library, but not when more than one $LIBNAMEs are used.
  2339.       alldirs=
  2340.       for found_dir in $rpathdirs; do
  2341.         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
  2342.       done
  2343.       dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl.
  2344.       acl_save_libdir="$libdir"
  2345.       libdir="$alldirs"
  2346.       eval flag="$hardcode_libdir_flag_spec"
  2347.       libdir="$acl_save_libdir"
  2348.       LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
  2349.     else
  2350.       dnl The -rpath options are cumulative.
  2351.       for found_dir in $rpathdirs; do
  2352.         acl_save_libdir="$libdir"
  2353.         libdir="$found_dir"
  2354.         eval flag="$hardcode_libdir_flag_spec"
  2355.         libdir="$acl_save_libdir"
  2356.         LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
  2357.       done
  2358.     fi
  2359.   fi
  2360.   if test "X$ltrpathdirs" != "X"; then
  2361.     dnl When using libtool, the option that works for both libraries and
  2362.     dnl executables is -R. The -R options are cumulative.
  2363.     for found_dir in $ltrpathdirs; do
  2364.       LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
  2365.     done
  2366.   fi
  2367. ])
  2368. dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
  2369. dnl unless already present in VAR.
  2370. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
  2371. dnl contains two or three consecutive elements that belong together.
  2372. AC_DEFUN([AC_LIB_APPENDTOVAR],
  2373. [
  2374.   for element in [$2]; do
  2375.     haveit=
  2376.     for x in $[$1]; do
  2377.       AC_LIB_WITH_FINAL_PREFIX([eval x="$x"])
  2378.       if test "X$x" = "X$element"; then
  2379.         haveit=yes
  2380.         break
  2381.       fi
  2382.     done
  2383.     if test -z "$haveit"; then
  2384.       [$1]="${[$1]}${[$1]:+ }$element"
  2385.     fi
  2386.   done
  2387. ])
  2388. # lib-ld.m4 serial 1 (gettext-0.11)
  2389. dnl Copyright (C) 1996-2002 Free Software Foundation, Inc.
  2390. dnl This file is free software, distributed under the terms of the GNU
  2391. dnl General Public License.  As a special exception to the GNU General
  2392. dnl Public License, this file may be distributed as part of a program
  2393. dnl that contains a configuration script generated by Autoconf, under
  2394. dnl the same distribution terms as the rest of that program.
  2395. dnl Subroutines of libtool.m4,
  2396. dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
  2397. dnl with libtool.m4.
  2398. dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
  2399. AC_DEFUN([AC_LIB_PROG_LD_GNU],
  2400. [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
  2401. [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
  2402. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  2403.   acl_cv_prog_gnu_ld=yes
  2404. else
  2405.   acl_cv_prog_gnu_ld=no
  2406. fi])
  2407. with_gnu_ld=$acl_cv_prog_gnu_ld
  2408. ])
  2409. dnl From libtool-1.4. Sets the variable LD.
  2410. AC_DEFUN([AC_LIB_PROG_LD],
  2411. [AC_ARG_WITH(gnu-ld,
  2412. [  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
  2413. test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
  2414. AC_REQUIRE([AC_PROG_CC])dnl
  2415. AC_REQUIRE([AC_CANONICAL_HOST])dnl
  2416. ac_prog=ld
  2417. if test "$GCC" = yes; then
  2418.   # Check if gcc -print-prog-name=ld gives a path.
  2419.   AC_MSG_CHECKING([for ld used by GCC])
  2420.   case $host in
  2421.   *-*-mingw*)
  2422.     # gcc leaves a trailing carriage return which upsets mingw
  2423.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  2424.   *)
  2425.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  2426.   esac
  2427.   case $ac_prog in
  2428.     # Accept absolute paths.
  2429.     [[\/]* | [A-Za-z]:[\/]*)]
  2430.       [re_direlt='/[^/][^/]*/../']
  2431.       # Canonicalize the path of ld
  2432.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  2433.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  2434. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  2435.       done
  2436.       test -z "$LD" && LD="$ac_prog"
  2437.       ;;
  2438.   "")
  2439.     # If it fails, then pretend we aren't using GCC.
  2440.     ac_prog=ld
  2441.     ;;
  2442.   *)
  2443.     # If it is relative, then search for the first ld in PATH.
  2444.     with_gnu_ld=unknown
  2445.     ;;
  2446.   esac
  2447. elif test "$with_gnu_ld" = yes; then
  2448.   AC_MSG_CHECKING([for GNU ld])
  2449. else
  2450.   AC_MSG_CHECKING([for non-GNU ld])
  2451. fi
  2452. AC_CACHE_VAL(acl_cv_path_LD,
  2453. [if test -z "$LD"; then
  2454.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  2455.   for ac_dir in $PATH; do
  2456.     test -z "$ac_dir" && ac_dir=.
  2457.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  2458.       acl_cv_path_LD="$ac_dir/$ac_prog"
  2459.       # Check to see if the program is GNU ld.  I'd rather use --version,
  2460.       # but apparently some GNU ld's only accept -v.
  2461.       # Break only if it was the GNU/non-GNU ld that we prefer.
  2462.       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  2463. test "$with_gnu_ld" != no && break
  2464.       else
  2465. test "$with_gnu_ld" != yes && break
  2466.       fi
  2467.     fi
  2468.   done
  2469.   IFS="$ac_save_ifs"
  2470. else
  2471.   acl_cv_path_LD="$LD" # Let the user override the test with a path.
  2472. fi])
  2473. LD="$acl_cv_path_LD"
  2474. if test -n "$LD"; then
  2475.   AC_MSG_RESULT($LD)
  2476. else
  2477.   AC_MSG_RESULT(no)
  2478. fi
  2479. test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in $PATH])
  2480. AC_LIB_PROG_LD_GNU
  2481. ])
  2482. # iconv.m4 serial AM4 (gettext-0.11.3)
  2483. dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
  2484. dnl This file is free software, distributed under the terms of the GNU
  2485. dnl General Public License.  As a special exception to the GNU General
  2486. dnl Public License, this file may be distributed as part of a program
  2487. dnl that contains a configuration script generated by Autoconf, under
  2488. dnl the same distribution terms as the rest of that program.
  2489. dnl From Bruno Haible.
  2490. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY],
  2491. [
  2492.   dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
  2493.   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
  2494.   AC_REQUIRE([AC_LIB_RPATH])
  2495.   dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
  2496.   dnl accordingly.
  2497.   AC_LIB_LINKFLAGS_BODY([iconv])
  2498. ])
  2499. AC_DEFUN([AM_ICONV_LINK],
  2500. [
  2501.   dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
  2502.   dnl those with the standalone portable GNU libiconv installed).
  2503.   dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
  2504.   dnl accordingly.
  2505.   AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
  2506.   dnl Add $INCICONV to CPPFLAGS before performing the following checks,
  2507.   dnl because if the user has installed libiconv and not disabled its use
  2508.   dnl via --without-libiconv-prefix, he wants to use it. The first
  2509.   dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed.
  2510.   am_save_CPPFLAGS="$CPPFLAGS"
  2511.   AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
  2512.   AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [
  2513.     am_cv_func_iconv="no, consider installing GNU libiconv"
  2514.     am_cv_lib_iconv=no
  2515.     AC_TRY_LINK([#include <stdlib.h>
  2516. #include <iconv.h>],
  2517.       [iconv_t cd = iconv_open("","");
  2518.        iconv(cd,NULL,NULL,NULL,NULL);
  2519.        iconv_close(cd);],
  2520.       am_cv_func_iconv=yes)
  2521.     if test "$am_cv_func_iconv" != yes; then
  2522.       am_save_LIBS="$LIBS"
  2523.       LIBS="$LIBS $LIBICONV"
  2524.       AC_TRY_LINK([#include <stdlib.h>
  2525. #include <iconv.h>],
  2526.         [iconv_t cd = iconv_open("","");
  2527.          iconv(cd,NULL,NULL,NULL,NULL);
  2528.          iconv_close(cd);],
  2529.         am_cv_lib_iconv=yes
  2530.         am_cv_func_iconv=yes)
  2531.       LIBS="$am_save_LIBS"
  2532.     fi
  2533.   ])
  2534.   if test "$am_cv_func_iconv" = yes; then
  2535.     AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.])
  2536.   fi
  2537.   if test "$am_cv_lib_iconv" = yes; then
  2538.     AC_MSG_CHECKING([how to link with libiconv])
  2539.     AC_MSG_RESULT([$LIBICONV])
  2540.   else
  2541.     dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
  2542.     dnl either.
  2543.     CPPFLAGS="$am_save_CPPFLAGS"
  2544.     LIBICONV=
  2545.     LTLIBICONV=
  2546.   fi
  2547.   AC_SUBST(LIBICONV)
  2548.   AC_SUBST(LTLIBICONV)
  2549. ])
  2550. AC_DEFUN([AM_ICONV],
  2551. [
  2552.   AM_ICONV_LINK
  2553.   if test "$am_cv_func_iconv" = yes; then
  2554.     AC_MSG_CHECKING([for iconv declaration])
  2555.     AC_CACHE_VAL(am_cv_proto_iconv, [
  2556.       AC_TRY_COMPILE([
  2557. #include <stdlib.h>
  2558. #include <iconv.h>
  2559. extern
  2560. #ifdef __cplusplus
  2561. "C"
  2562. #endif
  2563. #if defined(__STDC__) || defined(__cplusplus)
  2564. size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2565. #else
  2566. size_t iconv();
  2567. #endif
  2568. ], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const")
  2569.       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
  2570.     am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
  2571.     AC_MSG_RESULT([$]{ac_t:-
  2572.          }[$]am_cv_proto_iconv)
  2573.     AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1,
  2574.       [Define as const if the declaration of iconv() needs const.])
  2575.   fi
  2576. ])
  2577. # progtest.m4 serial 2 (gettext-0.10.40)
  2578. dnl Copyright (C) 1996-2002 Free Software Foundation, Inc.
  2579. dnl This file is free software, distributed under the terms of the GNU
  2580. dnl General Public License.  As a special exception to the GNU General
  2581. dnl Public License, this file may be distributed as part of a program
  2582. dnl that contains a configuration script generated by Autoconf, under
  2583. dnl the same distribution terms as the rest of that program.
  2584. dnl
  2585. dnl This file can can be used in projects which are not available under
  2586. dnl the GNU General Public License or the GNU Library General Public
  2587. dnl License but which still want to provide support for the GNU gettext
  2588. dnl functionality.
  2589. dnl Please note that the actual code of the GNU gettext library is covered
  2590. dnl by the GNU Library General Public License, and the rest of the GNU
  2591. dnl gettext package package is covered by the GNU General Public License.
  2592. dnl They are *not* in the public domain.
  2593. dnl Authors:
  2594. dnl   Ulrich Drepper <drepper@cygnus.com>, 1996.
  2595. # Search path for a program which passes the given test.
  2596. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
  2597. dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
  2598. AC_DEFUN([AM_PATH_PROG_WITH_TEST],
  2599. [# Extract the first word of "$2", so it can be a program name with args.
  2600. set dummy $2; ac_word=[$]2
  2601. AC_MSG_CHECKING([for $ac_word])
  2602. AC_CACHE_VAL(ac_cv_path_$1,
  2603. [case "[$]$1" in
  2604.   /*)
  2605.   ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
  2606.   ;;
  2607.   *)
  2608.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2609.   for ac_dir in ifelse([$5], , $PATH, [$5]); do
  2610.     test -z "$ac_dir" && ac_dir=.
  2611.     if test -f $ac_dir/$ac_word; then
  2612.       if [$3]; then
  2613. ac_cv_path_$1="$ac_dir/$ac_word"
  2614. break
  2615.       fi
  2616.     fi
  2617.   done
  2618.   IFS="$ac_save_ifs"
  2619. dnl If no 4th arg is given, leave the cache variable unset,
  2620. dnl so AC_PATH_PROGS will keep looking.
  2621. ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
  2622. ])dnl
  2623.   ;;
  2624. esac])dnl
  2625. $1="$ac_cv_path_$1"
  2626. if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
  2627.   AC_MSG_RESULT([$]$1)
  2628. else
  2629.   AC_MSG_RESULT(no)
  2630. fi
  2631. AC_SUBST($1)dnl
  2632. ])
  2633. # isc-posix.m4 serial 2 (gettext-0.11.2)
  2634. dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
  2635. dnl This file is free software, distributed under the terms of the GNU
  2636. dnl General Public License.  As a special exception to the GNU General
  2637. dnl Public License, this file may be distributed as part of a program
  2638. dnl that contains a configuration script generated by Autoconf, under
  2639. dnl the same distribution terms as the rest of that program.
  2640. # This file is not needed with autoconf-2.53 and newer.  Remove it in 2005.
  2641. # This test replaces the one in autoconf.
  2642. # Currently this macro should have the same name as the autoconf macro
  2643. # because gettext's gettext.m4 (distributed in the automake package)
  2644. # still uses it.  Otherwise, the use in gettext.m4 makes autoheader
  2645. # give these diagnostics:
  2646. #   configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
  2647. #   configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
  2648. undefine([AC_ISC_POSIX])
  2649. AC_DEFUN([AC_ISC_POSIX],
  2650.   [
  2651.     dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
  2652.     AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
  2653.   ]
  2654. )
  2655. # glibc21.m4 serial 2 (fileutils-4.1.3, gettext-0.10.40)
  2656. dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
  2657. dnl This file is free software, distributed under the terms of the GNU
  2658. dnl General Public License.  As a special exception to the GNU General
  2659. dnl Public License, this file may be distributed as part of a program
  2660. dnl that contains a configuration script generated by Autoconf, under
  2661. dnl the same distribution terms as the rest of that program.
  2662. # Test for the GNU C Library, version 2.1 or newer.
  2663. # From Bruno Haible.
  2664. AC_DEFUN([jm_GLIBC21],
  2665.   [
  2666.     AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
  2667.       ac_cv_gnu_library_2_1,
  2668.       [AC_EGREP_CPP([Lucky GNU user],
  2669. [
  2670. #include <features.h>
  2671. #ifdef __GNU_LIBRARY__
  2672.  #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
  2673.   Lucky GNU user
  2674.  #endif
  2675. #endif
  2676. ],
  2677. ac_cv_gnu_library_2_1=yes,
  2678. ac_cv_gnu_library_2_1=no)
  2679.       ]
  2680.     )
  2681.     AC_SUBST(GLIBC21)
  2682.     GLIBC21="$ac_cv_gnu_library_2_1"
  2683.   ]
  2684. )
  2685. # intdiv0.m4 serial 1 (gettext-0.11.3)
  2686. dnl Copyright (C) 2002 Free Software Foundation, Inc.
  2687. dnl This file is free software, distributed under the terms of the GNU
  2688. dnl General Public License.  As a special exception to the GNU General
  2689. dnl Public License, this file may be distributed as part of a program
  2690. dnl that contains a configuration script generated by Autoconf, under
  2691. dnl the same distribution terms as the rest of that program.
  2692. dnl From Bruno Haible.
  2693. AC_DEFUN([gt_INTDIV0],
  2694. [
  2695.   AC_REQUIRE([AC_PROG_CC])dnl
  2696.   AC_REQUIRE([AC_CANONICAL_HOST])dnl
  2697.   AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
  2698.     gt_cv_int_divbyzero_sigfpe,
  2699.     [
  2700.       AC_TRY_RUN([
  2701. #include <stdlib.h>
  2702. #include <signal.h>
  2703. static void
  2704. #ifdef __cplusplus
  2705. sigfpe_handler (int sig)
  2706. #else
  2707. sigfpe_handler (sig) int sig;
  2708. #endif
  2709. {
  2710.   /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
  2711.   exit (sig != SIGFPE);
  2712. }
  2713. int x = 1;
  2714. int y = 0;
  2715. int z;
  2716. int nan;
  2717. int main ()
  2718. {
  2719.   signal (SIGFPE, sigfpe_handler);
  2720. /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
  2721. #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
  2722.   signal (SIGTRAP, sigfpe_handler);
  2723. #endif
  2724. /* Linux/SPARC yields signal SIGILL.  */
  2725. #if defined (__sparc__) && defined (__linux__)
  2726.   signal (SIGILL, sigfpe_handler);
  2727. #endif
  2728.   z = x / y;
  2729.   nan = y / y;
  2730.   exit (1);
  2731. }
  2732. ], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no,
  2733.         [
  2734.           # Guess based on the CPU.
  2735.           case "$host_cpu" in
  2736.             alpha* | i[34567]86 | m68k | s390*)
  2737.               gt_cv_int_divbyzero_sigfpe="guessing yes";;
  2738.             *)
  2739.               gt_cv_int_divbyzero_sigfpe="guessing no";;
  2740.           esac
  2741.         ])
  2742.     ])
  2743.   case "$gt_cv_int_divbyzero_sigfpe" in
  2744.     *yes) value=1;;
  2745.     *) value=0;;
  2746.   esac
  2747.   AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value,
  2748.     [Define if integer division by zero raises signal SIGFPE.])
  2749. ])
  2750. # uintmax_t.m4 serial 6 (gettext-0.11)
  2751. dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
  2752. dnl This file is free software, distributed under the terms of the GNU
  2753. dnl General Public License.  As a special exception to the GNU General
  2754. dnl Public License, this file may be distributed as part of a program
  2755. dnl that contains a configuration script generated by Autoconf, under
  2756. dnl the same distribution terms as the rest of that program.
  2757. dnl From Paul Eggert.
  2758. AC_PREREQ(2.13)
  2759. # Define uintmax_t to `unsigned long' or `unsigned long long'
  2760. # if <inttypes.h> does not exist.
  2761. AC_DEFUN([jm_AC_TYPE_UINTMAX_T],
  2762. [
  2763.   AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
  2764.   AC_REQUIRE([jm_AC_HEADER_STDINT_H])
  2765.   if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
  2766.     AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
  2767.     test $ac_cv_type_unsigned_long_long = yes 
  2768.       && ac_type='unsigned long long' 
  2769.       || ac_type='unsigned long'
  2770.     AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
  2771.   [Define to unsigned long or unsigned long long
  2772.    if <inttypes.h> and <stdint.h> don't define.])
  2773.   fi
  2774. ])
  2775. # inttypes_h.m4 serial 4 (gettext-0.11.4)
  2776. dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
  2777. dnl This file is free software, distributed under the terms of the GNU
  2778. dnl General Public License.  As a special exception to the GNU General
  2779. dnl Public License, this file may be distributed as part of a program
  2780. dnl that contains a configuration script generated by Autoconf, under
  2781. dnl the same distribution terms as the rest of that program.
  2782. dnl From Paul Eggert.
  2783. # Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
  2784. # doesn't clash with <sys/types.h>, and declares uintmax_t.
  2785. AC_DEFUN([jm_AC_HEADER_INTTYPES_H],
  2786. [
  2787.   AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h,
  2788.   [AC_TRY_COMPILE(
  2789.     [#include <sys/types.h>
  2790. #include <inttypes.h>],
  2791.     [uintmax_t i = (uintmax_t) -1;],
  2792.     jm_ac_cv_header_inttypes_h=yes,
  2793.     jm_ac_cv_header_inttypes_h=no)])
  2794.   if test $jm_ac_cv_header_inttypes_h = yes; then
  2795.     AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1,
  2796. [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
  2797.    and declares uintmax_t. ])
  2798.   fi
  2799. ])
  2800. # stdint_h.m4 serial 2 (gettext-0.11.4)
  2801. dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
  2802. dnl This file is free software, distributed under the terms of the GNU
  2803. dnl General Public License.  As a special exception to the GNU General
  2804. dnl Public License, this file may be distributed as part of a program
  2805. dnl that contains a configuration script generated by Autoconf, under
  2806. dnl the same distribution terms as the rest of that program.
  2807. dnl From Paul Eggert.
  2808. # Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
  2809. # doesn't clash with <sys/types.h>, and declares uintmax_t.
  2810. AC_DEFUN([jm_AC_HEADER_STDINT_H],
  2811. [
  2812.   AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h,
  2813.   [AC_TRY_COMPILE(
  2814.     [#include <sys/types.h>
  2815. #include <stdint.h>],
  2816.     [uintmax_t i = (uintmax_t) -1;],
  2817.     jm_ac_cv_header_stdint_h=yes,
  2818.     jm_ac_cv_header_stdint_h=no)])
  2819.   if test $jm_ac_cv_header_stdint_h = yes; then
  2820.     AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1,
  2821. [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
  2822.    and declares uintmax_t. ])
  2823.   fi
  2824. ])
  2825. # ulonglong.m4 serial 2 (fileutils-4.0.32, gettext-0.10.40)
  2826. dnl Copyright (C) 1999-2002 Free Software Foundation, Inc.
  2827. dnl This file is free software, distributed under the terms of the GNU
  2828. dnl General Public License.  As a special exception to the GNU General
  2829. dnl Public License, this file may be distributed as part of a program
  2830. dnl that contains a configuration script generated by Autoconf, under
  2831. dnl the same distribution terms as the rest of that program.
  2832. dnl From Paul Eggert.
  2833. AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG],
  2834. [
  2835.   AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long,
  2836.   [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;],
  2837.     [unsigned long long ullmax = (unsigned long long) -1;
  2838.      return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
  2839.     ac_cv_type_unsigned_long_long=yes,
  2840.     ac_cv_type_unsigned_long_long=no)])
  2841.   if test $ac_cv_type_unsigned_long_long = yes; then
  2842.     AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1,
  2843.       [Define if you have the unsigned long long type.])
  2844.   fi
  2845. ])
  2846. # inttypes.m4 serial 1 (gettext-0.11.4)
  2847. dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
  2848. dnl This file is free software, distributed under the terms of the GNU
  2849. dnl General Public License.  As a special exception to the GNU General
  2850. dnl Public License, this file may be distributed as part of a program
  2851. dnl that contains a configuration script generated by Autoconf, under
  2852. dnl the same distribution terms as the rest of that program.
  2853. dnl From Paul Eggert.
  2854. # Define HAVE_INTTYPES_H if <inttypes.h> exists and doesn't clash with
  2855. # <sys/types.h>.
  2856. AC_DEFUN([gt_HEADER_INTTYPES_H],
  2857. [
  2858.   AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h,
  2859.   [
  2860.     AC_TRY_COMPILE(
  2861.       [#include <sys/types.h>
  2862. #include <inttypes.h>],
  2863.       [], gt_cv_header_inttypes_h=yes, gt_cv_header_inttypes_h=no)
  2864.   ])
  2865.   if test $gt_cv_header_inttypes_h = yes; then
  2866.     AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1,
  2867.       [Define if <inttypes.h> exists and doesn't clash with <sys/types.h>.])
  2868.   fi
  2869. ])
  2870. # inttypes-pri.m4 serial 1 (gettext-0.11.4)
  2871. dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
  2872. dnl This file is free software, distributed under the terms of the GNU
  2873. dnl General Public License.  As a special exception to the GNU General
  2874. dnl Public License, this file may be distributed as part of a program
  2875. dnl that contains a configuration script generated by Autoconf, under
  2876. dnl the same distribution terms as the rest of that program.
  2877. dnl From Bruno Haible.
  2878. # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
  2879. # macros to non-string values.  This is the case on AIX 4.3.3.
  2880. AC_DEFUN([gt_INTTYPES_PRI],
  2881. [
  2882.   AC_REQUIRE([gt_HEADER_INTTYPES_H])
  2883.   if test $gt_cv_header_inttypes_h = yes; then
  2884.     AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
  2885.       gt_cv_inttypes_pri_broken,
  2886.       [
  2887.         AC_TRY_COMPILE([#include <inttypes.h>
  2888. #ifdef PRId32
  2889. char *p = PRId32;
  2890. #endif
  2891. ], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes)
  2892.       ])
  2893.   fi
  2894.   if test "$gt_cv_inttypes_pri_broken" = yes; then
  2895.     AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1,
  2896.       [Define if <inttypes.h> exists and defines unusable PRI* macros.])
  2897.   fi
  2898. ])
  2899. # codeset.m4 serial AM1 (gettext-0.10.40)
  2900. dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
  2901. dnl This file is free software, distributed under the terms of the GNU
  2902. dnl General Public License.  As a special exception to the GNU General
  2903. dnl Public License, this file may be distributed as part of a program
  2904. dnl that contains a configuration script generated by Autoconf, under
  2905. dnl the same distribution terms as the rest of that program.
  2906. dnl From Bruno Haible.
  2907. AC_DEFUN([AM_LANGINFO_CODESET],
  2908. [
  2909.   AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
  2910.     [AC_TRY_LINK([#include <langinfo.h>],
  2911.       [char* cs = nl_langinfo(CODESET);],
  2912.       am_cv_langinfo_codeset=yes,
  2913.       am_cv_langinfo_codeset=no)
  2914.     ])
  2915.   if test $am_cv_langinfo_codeset = yes; then
  2916.     AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
  2917.       [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
  2918.   fi
  2919. ])
  2920. # lcmessage.m4 serial 3 (gettext-0.11.3)
  2921. dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
  2922. dnl This file is free software, distributed under the terms of the GNU
  2923. dnl General Public License.  As a special exception to the GNU General
  2924. dnl Public License, this file may be distributed as part of a program
  2925. dnl that contains a configuration script generated by Autoconf, under
  2926. dnl the same distribution terms as the rest of that program.
  2927. dnl
  2928. dnl This file can can be used in projects which are not available under
  2929. dnl the GNU General Public License or the GNU Library General Public
  2930. dnl License but which still want to provide support for the GNU gettext
  2931. dnl functionality.
  2932. dnl Please note that the actual code of the GNU gettext library is covered
  2933. dnl by the GNU Library General Public License, and the rest of the GNU
  2934. dnl gettext package package is covered by the GNU General Public License.
  2935. dnl They are *not* in the public domain.
  2936. dnl Authors:
  2937. dnl   Ulrich Drepper <drepper@cygnus.com>, 1995.
  2938. # Check whether LC_MESSAGES is available in <locale.h>.
  2939. AC_DEFUN([AM_LC_MESSAGES],
  2940. [
  2941.   AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
  2942.     [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
  2943.        am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
  2944.   if test $am_cv_val_LC_MESSAGES = yes; then
  2945.     AC_DEFINE(HAVE_LC_MESSAGES, 1,
  2946.       [Define if your <locale.h> file defines LC_MESSAGES.])
  2947.   fi
  2948. ])
  2949. dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
  2950. dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
  2951. dnl also defines GSTUFF_PKG_ERRORS on error
  2952. AC_DEFUN(PKG_CHECK_MODULES, [
  2953.   succeeded=no
  2954.   if test -z "$PKG_CONFIG"; then
  2955.     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
  2956.   fi
  2957.   if test "$PKG_CONFIG" = "no" ; then
  2958.      echo "*** The pkg-config script could not be found. Make sure it is"
  2959.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  2960.      echo "*** to the full path to pkg-config."
  2961.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  2962.   else
  2963.      PKG_CONFIG_MIN_VERSION=0.9.0
  2964.      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
  2965.         AC_MSG_CHECKING(for $2)
  2966.         if $PKG_CONFIG --exists "$2" ; then
  2967.             AC_MSG_RESULT(yes)
  2968.             succeeded=yes
  2969.             AC_MSG_CHECKING($1_CFLAGS)
  2970.             $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
  2971.             AC_MSG_RESULT($$1_CFLAGS)
  2972.             AC_MSG_CHECKING($1_LIBS)
  2973.             $1_LIBS=`$PKG_CONFIG --libs "$2"`
  2974.             AC_MSG_RESULT($$1_LIBS)
  2975.         else
  2976.             $1_CFLAGS=""
  2977.             $1_LIBS=""
  2978.             ## If we have a custom action on failure, don't print errors, but 
  2979.             ## do set a variable so people can do so.
  2980.             $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
  2981.             ifelse([$4], ,echo $$1_PKG_ERRORS,)
  2982.         fi
  2983.         AC_SUBST($1_CFLAGS)
  2984.         AC_SUBST($1_LIBS)
  2985.      else
  2986.         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
  2987.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  2988.      fi
  2989.   fi
  2990.   if test $succeeded = yes; then
  2991.      ifelse([$3], , :, [$3])
  2992.   else
  2993.      ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
  2994.   fi
  2995. ])