source: trunk/third/zenity/aclocal.m4 @ 21554

Revision 21554, 55.7 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21553, which included commits to RCS files with non-trunk default branches.
Line 
1# generated automatically by aclocal 1.7.9 -*- Autoconf -*-
2
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
4# Free Software Foundation, Inc.
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
15
16# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
17
18# This program is free software; you can redistribute it and/or modify
19# it under the terms of the GNU General Public License as published by
20# the Free Software Foundation; either version 2, or (at your option)
21# any later version.
22
23# This program is distributed in the hope that it will be useful,
24# but WITHOUT ANY WARRANTY; without even the implied warranty of
25# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26# GNU General Public License for more details.
27
28# You should have received a copy of the GNU General Public License
29# along with this program; if not, write to the Free Software
30# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
31# 02111-1307, USA.
32
33AC_PREREQ([2.52])
34
35# serial 6
36
37# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
38AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
39
40# Do all the work for Automake.                            -*- Autoconf -*-
41
42# This macro actually does too much some checks are only needed if
43# your package does certain things.  But this isn't really a big deal.
44
45# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
46# Free Software Foundation, Inc.
47
48# This program is free software; you can redistribute it and/or modify
49# it under the terms of the GNU General Public License as published by
50# the Free Software Foundation; either version 2, or (at your option)
51# any later version.
52
53# This program is distributed in the hope that it will be useful,
54# but WITHOUT ANY WARRANTY; without even the implied warranty of
55# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56# GNU General Public License for more details.
57
58# You should have received a copy of the GNU General Public License
59# along with this program; if not, write to the Free Software
60# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
61# 02111-1307, USA.
62
63# serial 10
64
65AC_PREREQ([2.54])
66
67# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
68# the ones we care about.
69m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
70
71# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
72# AM_INIT_AUTOMAKE([OPTIONS])
73# -----------------------------------------------
74# The call with PACKAGE and VERSION arguments is the old style
75# call (pre autoconf-2.50), which is being phased out.  PACKAGE
76# and VERSION should now be passed to AC_INIT and removed from
77# the call to AM_INIT_AUTOMAKE.
78# We support both call styles for the transition.  After
79# the next Automake release, Autoconf can make the AC_INIT
80# arguments mandatory, and then we can depend on a new Autoconf
81# release and drop the old call support.
82AC_DEFUN([AM_INIT_AUTOMAKE],
83[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
84 AC_REQUIRE([AC_PROG_INSTALL])dnl
85# test to see if srcdir already configured
86if test "`cd $srcdir && pwd`" != "`pwd`" &&
87   test -f $srcdir/config.status; then
88  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
89fi
90
91# test whether we have cygpath
92if test -z "$CYGPATH_W"; then
93  if (cygpath --version) >/dev/null 2>/dev/null; then
94    CYGPATH_W='cygpath -w'
95  else
96    CYGPATH_W=echo
97  fi
98fi
99AC_SUBST([CYGPATH_W])
100
101# Define the identity of the package.
102dnl Distinguish between old-style and new-style calls.
103m4_ifval([$2],
104[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
105 AC_SUBST([PACKAGE], [$1])dnl
106 AC_SUBST([VERSION], [$2])],
107[_AM_SET_OPTIONS([$1])dnl
108 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
109 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
110
111_AM_IF_OPTION([no-define],,
112[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
114
115# Some tools Automake needs.
116AC_REQUIRE([AM_SANITY_CHECK])dnl
117AC_REQUIRE([AC_ARG_PROGRAM])dnl
118AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
119AM_MISSING_PROG(AUTOCONF, autoconf)
120AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
121AM_MISSING_PROG(AUTOHEADER, autoheader)
122AM_MISSING_PROG(MAKEINFO, makeinfo)
123AM_MISSING_PROG(AMTAR, tar)
124AM_PROG_INSTALL_SH
125AM_PROG_INSTALL_STRIP
126# We need awk for the "check" target.  The system "awk" is bad on
127# some platforms.
128AC_REQUIRE([AC_PROG_AWK])dnl
129AC_REQUIRE([AC_PROG_MAKE_SET])dnl
130AC_REQUIRE([AM_SET_LEADING_DOT])dnl
131
132_AM_IF_OPTION([no-dependencies],,
133[AC_PROVIDE_IFELSE([AC_PROG_CC],
134                  [_AM_DEPENDENCIES(CC)],
135                  [define([AC_PROG_CC],
136                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
137AC_PROVIDE_IFELSE([AC_PROG_CXX],
138                  [_AM_DEPENDENCIES(CXX)],
139                  [define([AC_PROG_CXX],
140                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
141])
142])
143
144
145# When config.status generates a header, we must update the stamp-h file.
146# This file resides in the same directory as the config header
147# that is generated.  The stamp files are numbered to have different names.
148
149# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
150# loop where config.status creates the headers, so we can generate
151# our stamp files there.
152AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
153[# Compute $1's index in $config_headers.
154_am_stamp_count=1
155for _am_header in $config_headers :; do
156  case $_am_header in
157    $1 | $1:* )
158      break ;;
159    * )
160      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
161  esac
162done
163echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
164
165# Copyright 2002  Free Software Foundation, Inc.
166
167# This program is free software; you can redistribute it and/or modify
168# it under the terms of the GNU General Public License as published by
169# the Free Software Foundation; either version 2, or (at your option)
170# any later version.
171
172# This program is distributed in the hope that it will be useful,
173# but WITHOUT ANY WARRANTY; without even the implied warranty of
174# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
175# GNU General Public License for more details.
176
177# You should have received a copy of the GNU General Public License
178# along with this program; if not, write to the Free Software
179# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
180
181# AM_AUTOMAKE_VERSION(VERSION)
182# ----------------------------
183# Automake X.Y traces this macro to ensure aclocal.m4 has been
184# generated from the m4 files accompanying Automake X.Y.
185AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
186
187# AM_SET_CURRENT_AUTOMAKE_VERSION
188# -------------------------------
189# Call AM_AUTOMAKE_VERSION so it can be traced.
190# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
191AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
192         [AM_AUTOMAKE_VERSION([1.7.9])])
193
194# Helper functions for option handling.                    -*- Autoconf -*-
195
196# Copyright 2001, 2002  Free Software Foundation, Inc.
197
198# This program is free software; you can redistribute it and/or modify
199# it under the terms of the GNU General Public License as published by
200# the Free Software Foundation; either version 2, or (at your option)
201# any later version.
202
203# This program is distributed in the hope that it will be useful,
204# but WITHOUT ANY WARRANTY; without even the implied warranty of
205# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
206# GNU General Public License for more details.
207
208# You should have received a copy of the GNU General Public License
209# along with this program; if not, write to the Free Software
210# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
211# 02111-1307, USA.
212
213# serial 2
214
215# _AM_MANGLE_OPTION(NAME)
216# -----------------------
217AC_DEFUN([_AM_MANGLE_OPTION],
218[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
219
220# _AM_SET_OPTION(NAME)
221# ------------------------------
222# Set option NAME.  Presently that only means defining a flag for this option.
223AC_DEFUN([_AM_SET_OPTION],
224[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
225
226# _AM_SET_OPTIONS(OPTIONS)
227# ----------------------------------
228# OPTIONS is a space-separated list of Automake options.
229AC_DEFUN([_AM_SET_OPTIONS],
230[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
231
232# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
233# -------------------------------------------
234# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
235AC_DEFUN([_AM_IF_OPTION],
236[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
237
238#
239# Check to make sure that the build environment is sane.
240#
241
242# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
243
244# This program is free software; you can redistribute it and/or modify
245# it under the terms of the GNU General Public License as published by
246# the Free Software Foundation; either version 2, or (at your option)
247# any later version.
248
249# This program is distributed in the hope that it will be useful,
250# but WITHOUT ANY WARRANTY; without even the implied warranty of
251# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
252# GNU General Public License for more details.
253
254# You should have received a copy of the GNU General Public License
255# along with this program; if not, write to the Free Software
256# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
257# 02111-1307, USA.
258
259# serial 3
260
261# AM_SANITY_CHECK
262# ---------------
263AC_DEFUN([AM_SANITY_CHECK],
264[AC_MSG_CHECKING([whether build environment is sane])
265# Just in case
266sleep 1
267echo timestamp > conftest.file
268# Do `set' in a subshell so we don't clobber the current shell's
269# arguments.  Must try -L first in case configure is actually a
270# symlink; some systems play weird games with the mod time of symlinks
271# (eg FreeBSD returns the mod time of the symlink's containing
272# directory).
273if (
274   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
275   if test "$[*]" = "X"; then
276      # -L didn't work.
277      set X `ls -t $srcdir/configure conftest.file`
278   fi
279   rm -f conftest.file
280   if test "$[*]" != "X $srcdir/configure conftest.file" \
281      && test "$[*]" != "X conftest.file $srcdir/configure"; then
282
283      # If neither matched, then we have a broken ls.  This can happen
284      # if, for instance, CONFIG_SHELL is bash and it inherits a
285      # broken ls alias from the environment.  This has actually
286      # happened.  Such a system could not be considered "sane".
287      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
288alias in your environment])
289   fi
290
291   test "$[2]" = conftest.file
292   )
293then
294   # Ok.
295   :
296else
297   AC_MSG_ERROR([newly created file is older than distributed files!
298Check your system clock])
299fi
300AC_MSG_RESULT(yes)])
301
302#  -*- Autoconf -*-
303
304
305# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
306
307# This program is free software; you can redistribute it and/or modify
308# it under the terms of the GNU General Public License as published by
309# the Free Software Foundation; either version 2, or (at your option)
310# any later version.
311
312# This program is distributed in the hope that it will be useful,
313# but WITHOUT ANY WARRANTY; without even the implied warranty of
314# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
315# GNU General Public License for more details.
316
317# You should have received a copy of the GNU General Public License
318# along with this program; if not, write to the Free Software
319# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
320# 02111-1307, USA.
321
322# serial 3
323
324# AM_MISSING_PROG(NAME, PROGRAM)
325# ------------------------------
326AC_DEFUN([AM_MISSING_PROG],
327[AC_REQUIRE([AM_MISSING_HAS_RUN])
328$1=${$1-"${am_missing_run}$2"}
329AC_SUBST($1)])
330
331
332# AM_MISSING_HAS_RUN
333# ------------------
334# Define MISSING if not defined so far and test if it supports --run.
335# If it does, set am_missing_run to use it, otherwise, to nothing.
336AC_DEFUN([AM_MISSING_HAS_RUN],
337[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
338test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
339# Use eval to expand $SHELL
340if eval "$MISSING --run true"; then
341  am_missing_run="$MISSING --run "
342else
343  am_missing_run=
344  AC_MSG_WARN([`missing' script is too old or missing])
345fi
346])
347
348# AM_AUX_DIR_EXPAND
349
350# Copyright 2001 Free Software Foundation, Inc.
351
352# This program is free software; you can redistribute it and/or modify
353# it under the terms of the GNU General Public License as published by
354# the Free Software Foundation; either version 2, or (at your option)
355# any later version.
356
357# This program is distributed in the hope that it will be useful,
358# but WITHOUT ANY WARRANTY; without even the implied warranty of
359# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
360# GNU General Public License for more details.
361
362# You should have received a copy of the GNU General Public License
363# along with this program; if not, write to the Free Software
364# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
365# 02111-1307, USA.
366
367# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
368# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
369# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
370#
371# Of course, Automake must honor this variable whenever it calls a
372# tool from the auxiliary directory.  The problem is that $srcdir (and
373# therefore $ac_aux_dir as well) can be either absolute or relative,
374# depending on how configure is run.  This is pretty annoying, since
375# it makes $ac_aux_dir quite unusable in subdirectories: in the top
376# source directory, any form will work fine, but in subdirectories a
377# relative path needs to be adjusted first.
378#
379# $ac_aux_dir/missing
380#    fails when called from a subdirectory if $ac_aux_dir is relative
381# $top_srcdir/$ac_aux_dir/missing
382#    fails if $ac_aux_dir is absolute,
383#    fails when called from a subdirectory in a VPATH build with
384#          a relative $ac_aux_dir
385#
386# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
387# are both prefixed by $srcdir.  In an in-source build this is usually
388# harmless because $srcdir is `.', but things will broke when you
389# start a VPATH build or use an absolute $srcdir.
390#
391# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
392# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
393#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
394# and then we would define $MISSING as
395#   MISSING="\${SHELL} $am_aux_dir/missing"
396# This will work as long as MISSING is not called from configure, because
397# unfortunately $(top_srcdir) has no meaning in configure.
398# However there are other variables, like CC, which are often used in
399# configure, and could therefore not use this "fixed" $ac_aux_dir.
400#
401# Another solution, used here, is to always expand $ac_aux_dir to an
402# absolute PATH.  The drawback is that using absolute paths prevent a
403# configured tree to be moved without reconfiguration.
404
405# Rely on autoconf to set up CDPATH properly.
406AC_PREREQ([2.50])
407
408AC_DEFUN([AM_AUX_DIR_EXPAND], [
409# expand $ac_aux_dir to an absolute path
410am_aux_dir=`cd $ac_aux_dir && pwd`
411])
412
413# AM_PROG_INSTALL_SH
414# ------------------
415# Define $install_sh.
416
417# Copyright 2001 Free Software Foundation, Inc.
418
419# This program is free software; you can redistribute it and/or modify
420# it under the terms of the GNU General Public License as published by
421# the Free Software Foundation; either version 2, or (at your option)
422# any later version.
423
424# This program is distributed in the hope that it will be useful,
425# but WITHOUT ANY WARRANTY; without even the implied warranty of
426# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
427# GNU General Public License for more details.
428
429# You should have received a copy of the GNU General Public License
430# along with this program; if not, write to the Free Software
431# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
432# 02111-1307, USA.
433
434AC_DEFUN([AM_PROG_INSTALL_SH],
435[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
436install_sh=${install_sh-"$am_aux_dir/install-sh"}
437AC_SUBST(install_sh)])
438
439# AM_PROG_INSTALL_STRIP
440
441# Copyright 2001 Free Software Foundation, Inc.
442
443# This program is free software; you can redistribute it and/or modify
444# it under the terms of the GNU General Public License as published by
445# the Free Software Foundation; either version 2, or (at your option)
446# any later version.
447
448# This program is distributed in the hope that it will be useful,
449# but WITHOUT ANY WARRANTY; without even the implied warranty of
450# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
451# GNU General Public License for more details.
452
453# You should have received a copy of the GNU General Public License
454# along with this program; if not, write to the Free Software
455# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
456# 02111-1307, USA.
457
458# One issue with vendor `install' (even GNU) is that you can't
459# specify the program used to strip binaries.  This is especially
460# annoying in cross-compiling environments, where the build's strip
461# is unlikely to handle the host's binaries.
462# Fortunately install-sh will honor a STRIPPROG variable, so we
463# always use install-sh in `make install-strip', and initialize
464# STRIPPROG with the value of the STRIP variable (set by the user).
465AC_DEFUN([AM_PROG_INSTALL_STRIP],
466[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
467# Installed binaries are usually stripped using `strip' when the user
468# run `make install-strip'.  However `strip' might not be the right
469# tool to use in cross-compilation environments, therefore Automake
470# will honor the `STRIP' environment variable to overrule this program.
471dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
472if test "$cross_compiling" != no; then
473  AC_CHECK_TOOL([STRIP], [strip], :)
474fi
475INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
476AC_SUBST([INSTALL_STRIP_PROGRAM])])
477
478#                                                          -*- Autoconf -*-
479# Copyright (C) 2003  Free Software Foundation, Inc.
480
481# This program is free software; you can redistribute it and/or modify
482# it under the terms of the GNU General Public License as published by
483# the Free Software Foundation; either version 2, or (at your option)
484# any later version.
485
486# This program is distributed in the hope that it will be useful,
487# but WITHOUT ANY WARRANTY; without even the implied warranty of
488# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
489# GNU General Public License for more details.
490
491# You should have received a copy of the GNU General Public License
492# along with this program; if not, write to the Free Software
493# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
494# 02111-1307, USA.
495
496# serial 1
497
498# Check whether the underlying file-system supports filenames
499# with a leading dot.  For instance MS-DOS doesn't.
500AC_DEFUN([AM_SET_LEADING_DOT],
501[rm -rf .tst 2>/dev/null
502mkdir .tst 2>/dev/null
503if test -d .tst; then
504  am__leading_dot=.
505else
506  am__leading_dot=_
507fi
508rmdir .tst 2>/dev/null
509AC_SUBST([am__leading_dot])])
510
511# serial 5                                              -*- Autoconf -*-
512
513# Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
514
515# This program is free software; you can redistribute it and/or modify
516# it under the terms of the GNU General Public License as published by
517# the Free Software Foundation; either version 2, or (at your option)
518# any later version.
519
520# This program is distributed in the hope that it will be useful,
521# but WITHOUT ANY WARRANTY; without even the implied warranty of
522# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
523# GNU General Public License for more details.
524
525# You should have received a copy of the GNU General Public License
526# along with this program; if not, write to the Free Software
527# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
528# 02111-1307, USA.
529
530
531# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
532# written in clear, in which case automake, when reading aclocal.m4,
533# will think it sees a *use*, and therefore will trigger all it's
534# C support machinery.  Also note that it means that autoscan, seeing
535# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
536
537
538
539# _AM_DEPENDENCIES(NAME)
540# ----------------------
541# See how the compiler implements dependency checking.
542# NAME is "CC", "CXX", "GCJ", or "OBJC".
543# We try a few techniques and use that to set a single cache variable.
544#
545# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
546# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
547# dependency, and given that the user is not expected to run this macro,
548# just rely on AC_PROG_CC.
549AC_DEFUN([_AM_DEPENDENCIES],
550[AC_REQUIRE([AM_SET_DEPDIR])dnl
551AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
552AC_REQUIRE([AM_MAKE_INCLUDE])dnl
553AC_REQUIRE([AM_DEP_TRACK])dnl
554
555ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
556       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
557       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
558       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
559                   [depcc="$$1"   am_compiler_list=])
560
561AC_CACHE_CHECK([dependency style of $depcc],
562               [am_cv_$1_dependencies_compiler_type],
563[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
564  # We make a subdir and do the tests there.  Otherwise we can end up
565  # making bogus files that we don't know about and never remove.  For
566  # instance it was reported that on HP-UX the gcc test will end up
567  # making a dummy file named `D' -- because `-MD' means `put the output
568  # in D'.
569  mkdir conftest.dir
570  # Copy depcomp to subdir because otherwise we won't find it if we're
571  # using a relative directory.
572  cp "$am_depcomp" conftest.dir
573  cd conftest.dir
574  # We will build objects and dependencies in a subdirectory because
575  # it helps to detect inapplicable dependency modes.  For instance
576  # both Tru64's cc and ICC support -MD to output dependencies as a
577  # side effect of compilation, but ICC will put the dependencies in
578  # the current directory while Tru64 will put them in the object
579  # directory.
580  mkdir sub
581
582  am_cv_$1_dependencies_compiler_type=none
583  if test "$am_compiler_list" = ""; then
584     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
585  fi
586  for depmode in $am_compiler_list; do
587    # Setup a source with many dependencies, because some compilers
588    # like to wrap large dependency lists on column 80 (with \), and
589    # we should not choose a depcomp mode which is confused by this.
590    #
591    # We need to recreate these files for each test, as the compiler may
592    # overwrite some of them when testing with obscure command lines.
593    # This happens at least with the AIX C compiler.
594    : > sub/conftest.c
595    for i in 1 2 3 4 5 6; do
596      echo '#include "conftst'$i'.h"' >> sub/conftest.c
597      : > sub/conftst$i.h
598    done
599    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
600
601    case $depmode in
602    nosideeffect)
603      # after this tag, mechanisms are not by side-effect, so they'll
604      # only be used when explicitly requested
605      if test "x$enable_dependency_tracking" = xyes; then
606        continue
607      else
608        break
609      fi
610      ;;
611    none) break ;;
612    esac
613    # We check with `-c' and `-o' for the sake of the "dashmstdout"
614    # mode.  It turns out that the SunPro C++ compiler does not properly
615    # handle `-M -o', and we need to detect this.
616    if depmode=$depmode \
617       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
618       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
619       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
620         >/dev/null 2>conftest.err &&
621       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
622       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
623       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
624      # icc doesn't choke on unknown options, it will just issue warnings
625      # (even with -Werror).  So we grep stderr for any message
626      # that says an option was ignored.
627      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
628        am_cv_$1_dependencies_compiler_type=$depmode
629        break
630      fi
631    fi
632  done
633
634  cd ..
635  rm -rf conftest.dir
636else
637  am_cv_$1_dependencies_compiler_type=none
638fi
639])
640AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
641AM_CONDITIONAL([am__fastdep$1], [
642  test "x$enable_dependency_tracking" != xno \
643  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
644])
645
646
647# AM_SET_DEPDIR
648# -------------
649# Choose a directory name for dependency files.
650# This macro is AC_REQUIREd in _AM_DEPENDENCIES
651AC_DEFUN([AM_SET_DEPDIR],
652[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
653AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
654])
655
656
657# AM_DEP_TRACK
658# ------------
659AC_DEFUN([AM_DEP_TRACK],
660[AC_ARG_ENABLE(dependency-tracking,
661[  --disable-dependency-tracking Speeds up one-time builds
662  --enable-dependency-tracking  Do not reject slow dependency extractors])
663if test "x$enable_dependency_tracking" != xno; then
664  am_depcomp="$ac_aux_dir/depcomp"
665  AMDEPBACKSLASH='\'
666fi
667AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
668AC_SUBST([AMDEPBACKSLASH])
669])
670
671# Generate code to set up dependency tracking.   -*- Autoconf -*-
672
673# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
674
675# This program is free software; you can redistribute it and/or modify
676# it under the terms of the GNU General Public License as published by
677# the Free Software Foundation; either version 2, or (at your option)
678# any later version.
679
680# This program is distributed in the hope that it will be useful,
681# but WITHOUT ANY WARRANTY; without even the implied warranty of
682# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
683# GNU General Public License for more details.
684
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
690#serial 2
691
692# _AM_OUTPUT_DEPENDENCY_COMMANDS
693# ------------------------------
694AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
695[for mf in $CONFIG_FILES; do
696  # Strip MF so we end up with the name of the file.
697  mf=`echo "$mf" | sed -e 's/:.*$//'`
698  # Check whether this is an Automake generated Makefile or not.
699  # We used to match only the files named `Makefile.in', but
700  # some people rename them; so instead we look at the file content.
701  # Grep'ing the first line is not enough: some people post-process
702  # each Makefile.in and add a new line on top of each file to say so.
703  # So let's grep whole file.
704  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
705    dirpart=`AS_DIRNAME("$mf")`
706  else
707    continue
708  fi
709  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
710  # Extract the definition of DEP_FILES from the Makefile without
711  # running `make'.
712  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
713  test -z "$DEPDIR" && continue
714  # When using ansi2knr, U may be empty or an underscore; expand it
715  U=`sed -n -e '/^U = / s///p' < "$mf"`
716  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
717  # We invoke sed twice because it is the simplest approach to
718  # changing $(DEPDIR) to its actual value in the expansion.
719  for file in `sed -n -e '
720    /^DEP_FILES = .*\\\\$/ {
721      s/^DEP_FILES = //
722      :loop
723        s/\\\\$//
724        p
725        n
726        /\\\\$/ b loop
727      p
728    }
729    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
730       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
731    # Make sure the directory exists.
732    test -f "$dirpart/$file" && continue
733    fdir=`AS_DIRNAME(["$file"])`
734    AS_MKDIR_P([$dirpart/$fdir])
735    # echo "creating $dirpart/$file"
736    echo '# dummy' > "$dirpart/$file"
737  done
738done
739])# _AM_OUTPUT_DEPENDENCY_COMMANDS
740
741
742# AM_OUTPUT_DEPENDENCY_COMMANDS
743# -----------------------------
744# This macro should only be invoked once -- use via AC_REQUIRE.
745#
746# This code is only required when automatic dependency tracking
747# is enabled.  FIXME.  This creates each `.P' file that we will
748# need in order to bootstrap the dependency handling code.
749AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
750[AC_CONFIG_COMMANDS([depfiles],
751     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
752     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
753])
754
755# Check to see how 'make' treats includes.      -*- Autoconf -*-
756
757# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
758
759# This program is free software; you can redistribute it and/or modify
760# it under the terms of the GNU General Public License as published by
761# the Free Software Foundation; either version 2, or (at your option)
762# any later version.
763
764# This program is distributed in the hope that it will be useful,
765# but WITHOUT ANY WARRANTY; without even the implied warranty of
766# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
767# GNU General Public License for more details.
768
769# You should have received a copy of the GNU General Public License
770# along with this program; if not, write to the Free Software
771# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
772# 02111-1307, USA.
773
774# serial 2
775
776# AM_MAKE_INCLUDE()
777# -----------------
778# Check to see how make treats includes.
779AC_DEFUN([AM_MAKE_INCLUDE],
780[am_make=${MAKE-make}
781cat > confinc << 'END'
782am__doit:
783        @echo done
784.PHONY: am__doit
785END
786# If we don't find an include directive, just comment out the code.
787AC_MSG_CHECKING([for style of include used by $am_make])
788am__include="#"
789am__quote=
790_am_result=none
791# First try GNU make style include.
792echo "include confinc" > confmf
793# We grep out `Entering directory' and `Leaving directory'
794# messages which can occur if `w' ends up in MAKEFLAGS.
795# In particular we don't look at `^make:' because GNU make might
796# be invoked under some other name (usually "gmake"), in which
797# case it prints its new name instead of `make'.
798if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
799   am__include=include
800   am__quote=
801   _am_result=GNU
802fi
803# Now try BSD make style include.
804if test "$am__include" = "#"; then
805   echo '.include "confinc"' > confmf
806   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
807      am__include=.include
808      am__quote="\""
809      _am_result=BSD
810   fi
811fi
812AC_SUBST([am__include])
813AC_SUBST([am__quote])
814AC_MSG_RESULT([$_am_result])
815rm -f confinc confmf
816])
817
818# AM_CONDITIONAL                                              -*- Autoconf -*-
819
820# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
821
822# This program is free software; you can redistribute it and/or modify
823# it under the terms of the GNU General Public License as published by
824# the Free Software Foundation; either version 2, or (at your option)
825# any later version.
826
827# This program is distributed in the hope that it will be useful,
828# but WITHOUT ANY WARRANTY; without even the implied warranty of
829# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
830# GNU General Public License for more details.
831
832# You should have received a copy of the GNU General Public License
833# along with this program; if not, write to the Free Software
834# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
835# 02111-1307, USA.
836
837# serial 5
838
839AC_PREREQ(2.52)
840
841# AM_CONDITIONAL(NAME, SHELL-CONDITION)
842# -------------------------------------
843# Define a conditional.
844AC_DEFUN([AM_CONDITIONAL],
845[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
846        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
847AC_SUBST([$1_TRUE])
848AC_SUBST([$1_FALSE])
849if $2; then
850  $1_TRUE=
851  $1_FALSE='#'
852else
853  $1_TRUE='#'
854  $1_FALSE=
855fi
856AC_CONFIG_COMMANDS_PRE(
857[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
858  AC_MSG_ERROR([conditional "$1" was never defined.
859Usually this means the macro was only invoked conditionally.])
860fi])])
861
862# Add --enable-maintainer-mode option to configure.
863# From Jim Meyering
864
865# Copyright 1996, 1998, 2000, 2001, 2002  Free Software Foundation, Inc.
866
867# This program is free software; you can redistribute it and/or modify
868# it under the terms of the GNU General Public License as published by
869# the Free Software Foundation; either version 2, or (at your option)
870# any later version.
871
872# This program is distributed in the hope that it will be useful,
873# but WITHOUT ANY WARRANTY; without even the implied warranty of
874# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
875# GNU General Public License for more details.
876
877# You should have received a copy of the GNU General Public License
878# along with this program; if not, write to the Free Software
879# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
880# 02111-1307, USA.
881
882# serial 2
883
884AC_DEFUN([AM_MAINTAINER_MODE],
885[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
886  dnl maintainer-mode is disabled by default
887  AC_ARG_ENABLE(maintainer-mode,
888[  --enable-maintainer-mode enable make rules and dependencies not useful
889                          (and sometimes confusing) to the casual installer],
890      USE_MAINTAINER_MODE=$enableval,
891      USE_MAINTAINER_MODE=no)
892  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
893  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
894  MAINT=$MAINTAINER_MODE_TRUE
895  AC_SUBST(MAINT)dnl
896]
897)
898
899AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
900
901
902dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
903# serial 2 IT_PROG_INTLTOOL
904AC_DEFUN([IT_PROG_INTLTOOL],
905[
906
907if test -n "$1"; then
908    AC_MSG_CHECKING(for intltool >= $1)
909
910    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ printf "%d", $[1] * 100 + $[2]; }'`
911    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { printf $[2]; }'  < ${ac_aux_dir}/intltool-update.in`
912    changequote({{,}})
913    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split(${{2}}, VERSION, "."); printf "%d\n", VERSION[1] * 100 + VERSION[2];}' < ${ac_aux_dir}/intltool-update.in`
914    changequote([,])
915
916    if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT"; then
917        AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
918    else
919        AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found. Your intltool is too old.  You need intltool $1 or later.])
920        exit 1
921    fi
922fi
923
924  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
925INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
926     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
927     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
928      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@'
929     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
930   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
931    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
932INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
933       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
934      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
935      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@'
936      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
937      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
938    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
939  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
940    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
941
942AC_SUBST(INTLTOOL_DESKTOP_RULE)
943AC_SUBST(INTLTOOL_DIRECTORY_RULE)
944AC_SUBST(INTLTOOL_KEYS_RULE)
945AC_SUBST(INTLTOOL_PROP_RULE)
946AC_SUBST(INTLTOOL_OAF_RULE)
947AC_SUBST(INTLTOOL_PONG_RULE)
948AC_SUBST(INTLTOOL_SERVER_RULE)
949AC_SUBST(INTLTOOL_SHEET_RULE)
950AC_SUBST(INTLTOOL_SOUNDLIST_RULE)
951AC_SUBST(INTLTOOL_UI_RULE)
952AC_SUBST(INTLTOOL_XAM_RULE)
953AC_SUBST(INTLTOOL_KBD_RULE)
954AC_SUBST(INTLTOOL_XML_RULE)
955AC_SUBST(INTLTOOL_XML_NOMERGE_RULE)
956AC_SUBST(INTLTOOL_CAVES_RULE)
957AC_SUBST(INTLTOOL_SCHEMAS_RULE)
958AC_SUBST(INTLTOOL_THEME_RULE)
959
960# Use the tools built into the package, not the ones that are installed.
961
962INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
963INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
964INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
965
966AC_SUBST(INTLTOOL_EXTRACT)
967AC_SUBST(INTLTOOL_MERGE)
968AC_SUBST(INTLTOOL_UPDATE)
969
970AC_PATH_PROG(INTLTOOL_PERL, perl)
971if test -z "$INTLTOOL_PERL"; then
972   AC_MSG_ERROR([perl not found; required for intltool])
973fi
974if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
975   AC_MSG_ERROR([perl 5.x required for intltool])
976fi
977if test "x$2" != "xno-xml"; then
978   AC_MSG_CHECKING([for XML::Parser])
979   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
980       AC_MSG_RESULT([ok])
981   else
982       AC_MSG_ERROR([XML::Parser perl module is required for intltool])
983   fi
984fi
985
986AC_PATH_PROG(INTLTOOL_ICONV, iconv, iconv)
987AC_PATH_PROG(INTLTOOL_MSGFMT, msgfmt, msgfmt)
988AC_PATH_PROG(INTLTOOL_MSGMERGE, msgmerge, msgmerge)
989AC_PATH_PROG(INTLTOOL_XGETTEXT, xgettext, xgettext)
990
991# Remove file type tags (using []) from po/POTFILES.
992
993ifdef([AC_DIVERSION_ICMDS],[
994  AC_DIVERT_PUSH(AC_DIVERSION_ICMDS)
995      changequote(,)
996      mv -f po/POTFILES po/POTFILES.tmp
997      sed -e '/\[encoding.*\]/d' -e 's/\[.*\] *//' < po/POTFILES.tmp > po/POTFILES
998      rm -f po/POTFILES.tmp
999      changequote([,])
1000  AC_DIVERT_POP()
1001],[
1002  ifdef([AC_CONFIG_COMMANDS_PRE],[
1003    AC_CONFIG_COMMANDS_PRE([
1004        changequote(,)
1005        mv -f po/POTFILES po/POTFILES.tmp
1006        sed -e '/\[encoding.*\]/d' -e 's/\[.*\] *//' < po/POTFILES.tmp > po/POTFILES
1007        rm -f po/POTFILES.tmp
1008        changequote([,])
1009    ])
1010  ])
1011
1012if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1013  # Keeping the `.' argument allows $(mkdir_p) to be used without
1014  # argument.  Indeed, we sometimes output rules like
1015  #   $(mkdir_p) $(somedir)
1016  # where $(somedir) is conditionally defined.
1017  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1018  # expensive solution, as it forces Make to start a sub-shell.)
1019  mkdir_p='mkdir -p -- .'
1020else
1021  # On NextStep and OpenStep, the `mkdir' command does not
1022  # recognize any option.  It will interpret all options as
1023  # directories to create, and then abort because `.' already
1024  # exists.
1025  for d in ./-p ./--version;
1026  do
1027    test -d $d && rmdir $d
1028  done
1029  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1030  if test -f "$ac_aux_dir/mkinstalldirs"; then
1031    mkdir_p='$(mkinstalldirs)'
1032  else
1033    mkdir_p='$(install_sh) -d'
1034  fi
1035fi
1036AC_SUBST([mkdir_p])
1037])
1038
1039# Manually sed perl in so people don't have to put the intltool scripts in AC_OUTPUT.
1040
1041AC_CONFIG_COMMANDS([intltool], [
1042
1043intltool_edit="-e 's#@INTLTOOL_EXTRACT@#`pwd`/intltool-extract#g' \
1044               -e 's#@INTLTOOL_ICONV@#${INTLTOOL_ICONV}#g' \
1045               -e 's#@INTLTOOL_MSGFMT@#${INTLTOOL_MSGFMT}#g' \
1046               -e 's#@INTLTOOL_MSGMERGE@#${INTLTOOL_MSGMERGE}#g' \
1047               -e 's#@INTLTOOL_XGETTEXT@#${INTLTOOL_XGETTEXT}#g' \
1048               -e 's#@INTLTOOL_PERL@#${INTLTOOL_PERL}#g'"
1049
1050eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-extract.in \
1051  > intltool-extract.out
1052if cmp -s intltool-extract intltool-extract.out 2>/dev/null; then
1053  rm -f intltool-extract.out
1054else
1055  mv -f intltool-extract.out intltool-extract
1056fi
1057chmod ugo+x intltool-extract
1058chmod u+w intltool-extract
1059
1060eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-merge.in \
1061  > intltool-merge.out
1062if cmp -s intltool-merge intltool-merge.out 2>/dev/null; then
1063  rm -f intltool-merge.out
1064else
1065  mv -f intltool-merge.out intltool-merge
1066fi
1067chmod ugo+x intltool-merge
1068chmod u+w intltool-merge
1069
1070eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-update.in \
1071  > intltool-update.out
1072if cmp -s intltool-update intltool-update.out 2>/dev/null; then
1073  rm -f intltool-update.out
1074else
1075  mv -f intltool-update.out intltool-update
1076fi
1077chmod ugo+x intltool-update
1078chmod u+w intltool-update
1079
1080], INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir=${ac_aux_dir}
1081INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' ICONV='${INTLTOOL_ICONV}'
1082MSGFMT='${INTLTOOL_MSGFMT}' MSGMERGE='${INTLTOOL_MSGMERGE}'
1083XGETTEXT='${INTLTOOL_XGETTEXT}')
1084
1085])
1086
1087# deprecated macros
1088AC_DEFUN([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])
1089
1090
1091
1092dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
1093dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
1094dnl also defines GSTUFF_PKG_ERRORS on error
1095AC_DEFUN(PKG_CHECK_MODULES, [
1096  succeeded=no
1097
1098  if test -z "$PKG_CONFIG"; then
1099    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
1100  fi
1101
1102  if test "$PKG_CONFIG" = "no" ; then
1103     echo "*** The pkg-config script could not be found. Make sure it is"
1104     echo "*** in your path, or set the PKG_CONFIG environment variable"
1105     echo "*** to the full path to pkg-config."
1106     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
1107  else
1108     PKG_CONFIG_MIN_VERSION=0.9.0
1109     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
1110        AC_MSG_CHECKING(for $2)
1111
1112        if $PKG_CONFIG --exists "$2" ; then
1113            AC_MSG_RESULT(yes)
1114            succeeded=yes
1115
1116            AC_MSG_CHECKING($1_CFLAGS)
1117            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
1118            AC_MSG_RESULT($$1_CFLAGS)
1119
1120            AC_MSG_CHECKING($1_LIBS)
1121            $1_LIBS=`$PKG_CONFIG --libs "$2"`
1122            AC_MSG_RESULT($$1_LIBS)
1123        else
1124            $1_CFLAGS=""
1125            $1_LIBS=""
1126            ## If we have a custom action on failure, don't print errors, but
1127            ## do set a variable so people can do so.
1128            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
1129            ifelse([$4], ,echo $$1_PKG_ERRORS,)
1130        fi
1131
1132        AC_SUBST($1_CFLAGS)
1133        AC_SUBST($1_LIBS)
1134     else
1135        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
1136        echo "*** See http://www.freedesktop.org/software/pkgconfig"
1137     fi
1138  fi
1139
1140  if test $succeeded = yes; then
1141     ifelse([$3], , :, [$3])
1142  else
1143     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])
1144  fi
1145])
1146
1147
1148
1149# Copyright (C) 1995-2002 Free Software Foundation, Inc.
1150# Copyright (C) 2001-2003,2004 Red Hat, Inc.
1151#
1152# This file is free software, distributed under the terms of the GNU
1153# General Public License.  As a special exception to the GNU General
1154# Public License, this file may be distributed as part of a program
1155# that contains a configuration script generated by Autoconf, under
1156# the same distribution terms as the rest of that program.
1157#
1158# This file can be copied and used freely without restrictions.  It can
1159# be used in projects which are not available under the GNU Public License
1160# but which still want to provide support for the GNU gettext functionality.
1161#
1162# Macro to add for using GNU gettext.
1163# Ulrich Drepper <drepper@cygnus.com>, 1995, 1996
1164#
1165# Modified to never use included libintl.
1166# Owen Taylor <otaylor@redhat.com>, 12/15/1998
1167#
1168# Major rework to remove unused code
1169# Owen Taylor <otaylor@redhat.com>, 12/11/2002
1170#
1171# Added better handling of ALL_LINGUAS from GNU gettext version
1172# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
1173#
1174# Modified to require ngettext
1175# Matthias Clasen <mclasen@redhat.com> 08/06/2004
1176#
1177# We need this here as well, since someone might use autoconf-2.5x
1178# to configure GLib then an older version to configure a package
1179# using AM_GLIB_GNU_GETTEXT
1180AC_PREREQ(2.53)
1181
1182dnl
1183dnl We go to great lengths to make sure that aclocal won't
1184dnl try to pull in the installed version of these macros
1185dnl when running aclocal in the glib directory.
1186dnl
1187m4_copy([AC_DEFUN],[glib_DEFUN])
1188m4_copy([AC_REQUIRE],[glib_REQUIRE])
1189dnl
1190dnl At the end, if we're not within glib, we'll define the public
1191dnl definitions in terms of our private definitions.
1192dnl
1193
1194# GLIB_LC_MESSAGES
1195#--------------------
1196glib_DEFUN([GLIB_LC_MESSAGES],
1197  [AC_CHECK_HEADERS([locale.h])
1198    if test $ac_cv_header_locale_h = yes; then
1199    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
1200      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
1201       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
1202    if test $am_cv_val_LC_MESSAGES = yes; then
1203      AC_DEFINE(HAVE_LC_MESSAGES, 1,
1204        [Define if your <locale.h> file defines LC_MESSAGES.])
1205    fi
1206  fi])
1207
1208# GLIB_PATH_PROG_WITH_TEST
1209#----------------------------
1210dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
1211dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
1212glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
1213[# Extract the first word of "$2", so it can be a program name with args.
1214set dummy $2; ac_word=[$]2
1215AC_MSG_CHECKING([for $ac_word])
1216AC_CACHE_VAL(ac_cv_path_$1,
1217[case "[$]$1" in
1218  /*)
1219  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
1220  ;;
1221  *)
1222  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1223  for ac_dir in ifelse([$5], , $PATH, [$5]); do
1224    test -z "$ac_dir" && ac_dir=.
1225    if test -f $ac_dir/$ac_word; then
1226      if [$3]; then
1227        ac_cv_path_$1="$ac_dir/$ac_word"
1228        break
1229      fi
1230    fi
1231  done
1232  IFS="$ac_save_ifs"
1233dnl If no 4th arg is given, leave the cache variable unset,
1234dnl so AC_PATH_PROGS will keep looking.
1235ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
1236])dnl
1237  ;;
1238esac])dnl
1239$1="$ac_cv_path_$1"
1240if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
1241  AC_MSG_RESULT([$]$1)
1242else
1243  AC_MSG_RESULT(no)
1244fi
1245AC_SUBST($1)dnl
1246])
1247
1248# GLIB_WITH_NLS
1249#-----------------
1250glib_DEFUN([GLIB_WITH_NLS],
1251  dnl NLS is obligatory
1252  [USE_NLS=yes
1253    AC_SUBST(USE_NLS)
1254
1255    gt_cv_have_gettext=no
1256
1257    CATOBJEXT=NONE
1258    XGETTEXT=:
1259    INTLLIBS=
1260
1261    AC_CHECK_HEADER(libintl.h,
1262     [gt_cv_func_dgettext_libintl="no"
1263      libintl_extra_libs=""
1264
1265      #
1266      # First check in libc
1267      #
1268      AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
1269        [AC_TRY_LINK([
1270#include <libintl.h>
1271],
1272         [return (int) ngettext ("","", 1)],
1273          gt_cv_func_ngettext_libc=yes,
1274          gt_cv_func_ngettext_libc=no)
1275        ])
1276 
1277      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1278              AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
1279                [AC_TRY_LINK([
1280#include <libintl.h>
1281],
1282                  [return (int) dgettext ("","")],
1283                  gt_cv_func_dgettext_libc=yes,
1284                  gt_cv_func_dgettext_libc=no)
1285                ])
1286      fi
1287 
1288      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1289        AC_CHECK_FUNCS(bind_textdomain_codeset)
1290      fi
1291
1292      #
1293      # If we don't have everything we want, check in libintl
1294      #
1295      if test "$gt_cv_func_dgettext_libc" != "yes" \
1296         || test "$gt_cv_func_ngettext_libc" != "yes" \
1297         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
1298       
1299        AC_CHECK_LIB(intl, bindtextdomain,
1300            [AC_CHECK_LIB(intl, ngettext,
1301                    [AC_CHECK_LIB(intl, dgettext,
1302                                  gt_cv_func_dgettext_libintl=yes)])])
1303
1304        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
1305          AC_MSG_CHECKING([if -liconv is needed to use gettext])
1306          AC_MSG_RESULT([])
1307          AC_CHECK_LIB(intl, ngettext,
1308                [AC_CHECK_LIB(intl, dcgettext,
1309                       [gt_cv_func_dgettext_libintl=yes
1310                        libintl_extra_libs=-liconv],
1311                        :,-liconv)],
1312                :,-liconv)
1313        fi
1314
1315        #
1316        # If we found libintl, then check in it for bind_textdomain_codeset();
1317        # we'll prefer libc if neither have bind_textdomain_codeset(),
1318        # and both have dgettext and ngettext
1319        #
1320        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
1321          glib_save_LIBS="$LIBS"
1322          LIBS="$LIBS -lintl $libintl_extra_libs"
1323          unset ac_cv_func_bind_textdomain_codeset
1324          AC_CHECK_FUNCS(bind_textdomain_codeset)
1325          LIBS="$glib_save_LIBS"
1326
1327          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
1328            gt_cv_func_dgettext_libc=no
1329          else
1330            if test "$gt_cv_func_dgettext_libc" = "yes" \
1331                && test "$gt_cv_func_ngettext_libc" = "yes"; then
1332              gt_cv_func_dgettext_libintl=no
1333            fi
1334          fi
1335        fi
1336      fi
1337
1338      if test "$gt_cv_func_dgettext_libc" = "yes" \
1339        || test "$gt_cv_func_dgettext_libintl" = "yes"; then
1340        gt_cv_have_gettext=yes
1341      fi
1342 
1343      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
1344        INTLLIBS="-lintl $libintl_extra_libs"
1345      fi
1346 
1347      if test "$gt_cv_have_gettext" = "yes"; then
1348        AC_DEFINE(HAVE_GETTEXT,1,
1349          [Define if the GNU gettext() function is already present or preinstalled.])
1350        GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
1351          [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
1352        if test "$MSGFMT" != "no"; then
1353          glib_save_LIBS="$LIBS"
1354          LIBS="$LIBS $INTLLIBS"
1355          AC_CHECK_FUNCS(dcgettext)
1356          AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
1357          GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
1358            [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
1359          AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
1360                         return _nl_msg_cat_cntr],
1361            [CATOBJEXT=.gmo
1362             DATADIRNAME=share],
1363            [case $host in
1364            *-*-solaris*)
1365            dnl On Solaris, if bind_textdomain_codeset is in libc,
1366            dnl GNU format message catalog is always supported,
1367            dnl since both are added to the libc all together.
1368            dnl Hence, we'd like to go with DATADIRNAME=share and
1369            dnl and CATOBJEXT=.gmo in this case.
1370            AC_CHECK_FUNC(bind_textdomain_codeset,
1371              [CATOBJEXT=.gmo
1372               DATADIRNAME=share],
1373              [CATOBJEXT=.mo
1374               DATADIRNAME=lib])
1375            ;;
1376            *)
1377            CATOBJEXT=.mo
1378            DATADIRNAME=lib
1379            ;;
1380            esac])
1381          LIBS="$glib_save_LIBS"
1382          INSTOBJEXT=.mo
1383        else
1384          gt_cv_have_gettext=no
1385        fi
1386      fi
1387    ])
1388
1389    if test "$gt_cv_have_gettext" = "yes" ; then
1390      AC_DEFINE(ENABLE_NLS, 1,
1391        [always defined to indicate that i18n is enabled])
1392    fi
1393
1394    dnl Test whether we really found GNU xgettext.
1395    if test "$XGETTEXT" != ":"; then
1396      dnl If it is not GNU xgettext we define it as : so that the
1397      dnl Makefiles still can work.
1398      if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
1399        : ;
1400      else
1401        AC_MSG_RESULT(
1402          [found xgettext program is not GNU xgettext; ignore it])
1403        XGETTEXT=":"
1404      fi
1405    fi
1406
1407    # We need to process the po/ directory.
1408    POSUB=po
1409
1410    AC_OUTPUT_COMMANDS(
1411      [case "$CONFIG_FILES" in *po/Makefile.in*)
1412        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
1413      esac])
1414
1415    dnl These rules are solely for the distribution goal.  While doing this
1416    dnl we only have to keep exactly one list of the available catalogs
1417    dnl in configure.in.
1418    for lang in $ALL_LINGUAS; do
1419      GMOFILES="$GMOFILES $lang.gmo"
1420      POFILES="$POFILES $lang.po"
1421    done
1422
1423    dnl Make all variables we use known to autoconf.
1424    AC_SUBST(CATALOGS)
1425    AC_SUBST(CATOBJEXT)
1426    AC_SUBST(DATADIRNAME)
1427    AC_SUBST(GMOFILES)
1428    AC_SUBST(INSTOBJEXT)
1429    AC_SUBST(INTLLIBS)
1430    AC_SUBST(PO_IN_DATADIR_TRUE)
1431    AC_SUBST(PO_IN_DATADIR_FALSE)
1432    AC_SUBST(POFILES)
1433    AC_SUBST(POSUB)
1434  ])
1435
1436# AM_GLIB_GNU_GETTEXT
1437# -------------------
1438# Do checks necessary for use of gettext. If a suitable implementation
1439# of gettext is found in either in libintl or in the C library,
1440# it will set INTLLIBS to the libraries needed for use of gettext
1441# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
1442# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
1443# on various variables needed by the Makefile.in.in installed by
1444# glib-gettextize.
1445dnl
1446glib_DEFUN([GLIB_GNU_GETTEXT],
1447  [AC_REQUIRE([AC_PROG_CC])dnl
1448   AC_REQUIRE([AC_HEADER_STDC])dnl
1449   
1450   GLIB_LC_MESSAGES
1451   GLIB_WITH_NLS
1452
1453   if test "$gt_cv_have_gettext" = "yes"; then
1454     if test "x$ALL_LINGUAS" = "x"; then
1455       LINGUAS=
1456     else
1457       AC_MSG_CHECKING(for catalogs to be installed)
1458       NEW_LINGUAS=
1459       for presentlang in $ALL_LINGUAS; do
1460         useit=no
1461         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
1462           desiredlanguages="$LINGUAS"
1463         else
1464           desiredlanguages="$ALL_LINGUAS"
1465         fi
1466         for desiredlang in $desiredlanguages; do
1467           # Use the presentlang catalog if desiredlang is
1468           #   a. equal to presentlang, or
1469           #   b. a variant of presentlang (because in this case,
1470           #      presentlang can be used as a fallback for messages
1471           #      which are not translated in the desiredlang catalog).
1472           case "$desiredlang" in
1473             "$presentlang"*) useit=yes;;
1474           esac
1475         done
1476         if test $useit = yes; then
1477           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
1478         fi
1479       done
1480       LINGUAS=$NEW_LINGUAS
1481       AC_MSG_RESULT($LINGUAS)
1482     fi
1483
1484     dnl Construct list of names of catalog files to be constructed.
1485     if test -n "$LINGUAS"; then
1486       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
1487     fi
1488   fi
1489
1490   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
1491   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
1492   dnl Try to locate is.
1493   MKINSTALLDIRS=
1494   if test -n "$ac_aux_dir"; then
1495     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1496   fi
1497   if test -z "$MKINSTALLDIRS"; then
1498     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1499   fi
1500   AC_SUBST(MKINSTALLDIRS)
1501
1502   dnl Generate list of files to be processed by xgettext which will
1503   dnl be included in po/Makefile.
1504   test -d po || mkdir po
1505   if test "x$srcdir" != "x."; then
1506     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
1507       posrcprefix="$srcdir/"
1508     else
1509       posrcprefix="../$srcdir/"
1510     fi
1511   else
1512     posrcprefix="../"
1513   fi
1514   rm -f po/POTFILES
1515   sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
1516        < $srcdir/po/POTFILES.in > po/POTFILES
1517  ])
1518
1519# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
1520# -------------------------------
1521# Define VARIABLE to the location where catalog files will
1522# be installed by po/Makefile.
1523glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
1524[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
1525glib_save_prefix="$prefix"
1526glib_save_exec_prefix="$exec_prefix"
1527test "x$prefix" = xNONE && prefix=$ac_default_prefix
1528test "x$exec_prefix" = xNONE && exec_prefix=$prefix
1529if test "x$CATOBJEXT" = "x.mo" ; then
1530  localedir=`eval echo "${libdir}/locale"`
1531else
1532  localedir=`eval echo "${datadir}/locale"`
1533fi
1534prefix="$glib_save_prefix"
1535exec_prefix="$glib_save_exec_prefix"
1536AC_DEFINE_UNQUOTED($1, "$localedir",
1537  [Define the location where the catalogs will be installed])
1538])
1539
1540dnl
1541dnl Now the definitions that aclocal will find
1542dnl
1543ifdef(glib_configure_in,[],[
1544AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
1545AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
1546])dnl
1547
Note: See TracBrowser for help on using the repository browser.