134
# Required to use basename.
135
if expr a : '\(a\)' >/dev/null 2>&1 &&
136
test "X`expr 00001 : '.*\(...\)'`" = X001; then
142
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
149
# Name of the executable.
150
as_me=`$as_basename -- "$0" ||
151
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
152
X"$0" : 'X\(//\)$' \| \
153
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
155
sed '/^.*\/\([^/][^/]*\)\/*$/{
134
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
173
136
if test "x$CONFIG_SHELL" = x; then
174
if (eval ":") 2>/dev/null; then
137
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140
# Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141
# is contrary to our usage. Disable this feature.
142
alias -g '\${1+\"\$@\"}'='\"\$@\"'
145
case \`(set -o) 2>/dev/null\` in #(
153
as_required="as_fn_return () { (exit \$1); }
154
as_fn_success () { as_fn_return 0; }
155
as_fn_failure () { as_fn_return 1; }
156
as_fn_ret_success () { return 0; }
157
as_fn_ret_failure () { return 1; }
160
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
exitcode=1; echo positional parameters were not saved.
169
test x\$exitcode = x0 || exit 1"
170
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173
test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174
test \$(( 1 + 1 )) = 2 || exit 1"
175
if (eval "$as_required") 2>/dev/null; then :
175
176
as_have_required=yes
177
178
as_have_required=no
180
if test $as_have_required = yes && (eval ":
190
as_func_ret_success () {
193
as_func_ret_failure () {
198
if as_func_success; then
202
echo as_func_success failed.
205
if as_func_failure; then
207
echo as_func_failure succeeded.
210
if as_func_ret_success; then
214
echo as_func_ret_success failed.
217
if as_func_ret_failure; then
219
echo as_func_ret_failure succeeded.
222
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226
echo positional parameters were not saved.
229
test \$exitcode = 0) || { (exit 1); exit 1; }
234
test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
235
test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
236
") 2> /dev/null; then
240
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
180
if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241
185
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244
188
test -z "$as_dir" && as_dir=.
247
192
for as_base in sh bash ksh sh5; do
248
as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
193
# Try only shells that exist, to save several forks.
194
as_shell=$as_dir/$as_base
195
if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196
{ $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197
CONFIG_SHELL=$as_shell as_have_required=yes
198
if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
206
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207
{ $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208
CONFIG_SHELL=$SHELL as_have_required=yes
255
for as_shell in $as_candidate_shells $SHELL; do
256
# Try only shells that exist, to save several forks.
257
if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
258
{ ("$as_shell") 2> /dev/null <<\_ASEOF
259
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
263
# is contrary to our usage. Disable this feature.
264
alias -g '${1+"$@"}'='"$@"'
267
case `(set -o) 2>/dev/null` in
268
*posix*) set -o posix ;;
277
CONFIG_SHELL=$as_shell
279
if { "$as_shell" 2> /dev/null <<\_ASEOF
280
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
284
# is contrary to our usage. Disable this feature.
285
alias -g '${1+"$@"}'='"$@"'
288
case `(set -o) 2>/dev/null` in
289
*posix*) set -o posix ;;
305
as_func_ret_success () {
308
as_func_ret_failure () {
313
if as_func_success; then
317
echo as_func_success failed.
320
if as_func_failure; then
322
echo as_func_failure succeeded.
325
if as_func_ret_success; then
329
echo as_func_ret_success failed.
332
if as_func_ret_failure; then
334
echo as_func_ret_failure succeeded.
337
if ( set x; as_func_ret_success y && test x = "$1" ); then
341
echo positional parameters were not saved.
344
test $exitcode = 0) || { (exit 1); exit 1; }
349
test "x$as_lineno_1" != "x$as_lineno_2" &&
350
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
361
if test "x$CONFIG_SHELL" != x; then
362
for as_var in BASH_ENV ENV
363
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
213
if test "x$CONFIG_SHELL" != x; then :
214
# We cannot yet assume a decent shell, so we have to provide a
215
# neutralization value for shells without unset; and this also
216
# works around shells that cannot unset nonexistent variables.
219
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
365
220
export CONFIG_SHELL
366
221
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
370
if test $as_have_required = no; then
371
echo This script requires a shell more modern than all the
372
echo shells that I found on your system. Please install a
373
echo modern shell, or manually run the script under such a
374
echo shell if you do have one.
375
{ (exit 1); exit 1; }
385
(eval "as_func_return () {
394
as_func_ret_success () {
397
as_func_ret_failure () {
402
if as_func_success; then
406
echo as_func_success failed.
409
if as_func_failure; then
411
echo as_func_failure succeeded.
414
if as_func_ret_success; then
418
echo as_func_ret_success failed.
421
if as_func_ret_failure; then
423
echo as_func_ret_failure succeeded.
426
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430
echo positional parameters were not saved.
433
test \$exitcode = 0") || {
434
echo No shell found that supports shell functions.
435
echo Please tell bug-autoconf@gnu.org about your system,
436
echo including any error possibly output before this message.
437
echo This can help us improve future autoconf versions.
438
echo Configuration will now proceed without shell functions.
445
test "x$as_lineno_1" != "x$as_lineno_2" &&
446
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
448
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
449
# uniformly replaced by the line number. The first 'sed' inserts a
450
# line-number line after each line using $LINENO; the second 'sed'
451
# does the real work. The second script uses 'N' to pair each
452
# line-number line with the line containing $LINENO, and appends
453
# trailing '-' during substitution so that $LINENO is not a special
455
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
456
# scripts with optimization help from Paolo Bonzini. Blame Lee
457
# E. McMahon (1931-1989) for sed's syntax. :-)
224
if test x$as_have_required = xno; then :
225
$as_echo "$0: This script requires a shell more modern than all"
226
$as_echo "$0: the shells that I found on your system."
227
if test x${ZSH_VERSION+set} = xset ; then
228
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
231
$as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
232
$0: including any error possibly output before this
233
$0: message. Then install a modern shell, or manually run
234
$0: the script under such a shell if you do have one."
240
SHELL=${CONFIG_SHELL-/bin/sh}
242
# Unset more variables known to interfere with behavior of common tools.
243
CLICOLOR_FORCE= GREP_OPTIONS=
244
unset CLICOLOR_FORCE GREP_OPTIONS
246
## --------------------- ##
247
## M4sh Shell Functions. ##
248
## --------------------- ##
251
# Portably unset VAR.
254
{ eval $1=; unset $1;}
258
# as_fn_set_status STATUS
259
# -----------------------
260
# Set $? to STATUS, without forking.
268
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
278
# Create "$as_dir" as a directory, including parents if necessary.
283
-*) as_dir=./$as_dir;;
285
test -d "$as_dir" || eval $as_mkdir_p || {
289
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
292
as_dirs="'$as_qdir' $as_dirs"
293
as_dir=`$as_dirname -- "$as_dir" ||
294
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
295
X"$as_dir" : 'X\(//\)[^/]' \| \
296
X"$as_dir" : 'X\(//\)$' \| \
297
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
298
$as_echo X"$as_dir" |
299
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
316
test -d "$as_dir" && break
318
test -z "$as_dirs" || eval "mkdir $as_dirs"
319
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
# as_fn_append VAR VALUE
324
# ----------------------
325
# Append the text in VALUE to the end of the definition contained in VAR. Take
326
# advantage of any shell optimizations that allow amortized linear growth over
327
# repeated appends, instead of the typical quadratic growth present in naive
329
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
330
eval 'as_fn_append ()
343
# Perform arithmetic evaluation on the ARGs, and store the result in the
344
# global $as_val. Take advantage of shells that can avoid forks. The arguments
345
# must be portable across $(()) and expr.
346
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
354
as_val=`expr "$@" || test $? -eq 1`
359
# as_fn_error ERROR [LINENO LOG_FD]
360
# ---------------------------------
361
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363
# script with status $?, using 1 if that was 0.
366
as_status=$?; test $as_status -eq 0 && as_status=1
368
as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369
$as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
371
$as_echo "$as_me: error: $1" >&2
372
as_fn_exit $as_status
375
if expr a : '\(a\)' >/dev/null 2>&1 &&
376
test "X`expr 00001 : '.*\(...\)'`" = X001; then
382
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
388
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
394
as_me=`$as_basename -- "$0" ||
395
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
396
X"$0" : 'X\(//\)$' \| \
397
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
399
sed '/^.*\/\([^/][^/]*\)\/*$/{
413
# Avoid depending upon Character Ranges.
414
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
415
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
416
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
417
as_cr_digits='0123456789'
418
as_cr_alnum=$as_cr_Letters$as_cr_digits
421
as_lineno_1=$LINENO as_lineno_1a=$LINENO
422
as_lineno_2=$LINENO as_lineno_2a=$LINENO
423
eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
424
test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
425
# Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
1861
1809
test -n "$ac_init_help" && exit $ac_status
1862
1810
if $ac_init_version; then
1864
tomboy configure 1.2.1
1865
generated by GNU Autoconf 2.63
1812
tomboy configure 1.2.2
1813
generated by GNU Autoconf 2.65
1867
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1868
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1815
Copyright (C) 2009 Free Software Foundation, Inc.
1869
1816
This configure script is free software; the Free Software Foundation
1870
1817
gives unlimited permission to copy, distribute and modify it.
1822
## ------------------------ ##
1823
## Autoconf initialization. ##
1824
## ------------------------ ##
1826
# ac_fn_c_try_compile LINENO
1827
# --------------------------
1828
# Try to compile conftest.$ac_ext, and return whether this succeeded.
1829
ac_fn_c_try_compile ()
1831
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832
rm -f conftest.$ac_objext
1833
if { { ac_try="$ac_compile"
1835
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1836
*) ac_try_echo=$ac_try;;
1838
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1839
$as_echo "$ac_try_echo"; } >&5
1840
(eval "$ac_compile") 2>conftest.err
1842
if test -s conftest.err; then
1843
grep -v '^ *+' conftest.err >conftest.er1
1844
cat conftest.er1 >&5
1845
mv -f conftest.er1 conftest.err
1847
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1848
test $ac_status = 0; } && {
1849
test -z "$ac_c_werror_flag" ||
1850
test ! -s conftest.err
1851
} && test -s conftest.$ac_objext; then :
1854
$as_echo "$as_me: failed program was:" >&5
1855
sed 's/^/| /' conftest.$ac_ext >&5
1859
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1860
as_fn_set_status $ac_retval
1862
} # ac_fn_c_try_compile
1864
# ac_fn_c_try_link LINENO
1865
# -----------------------
1866
# Try to link conftest.$ac_ext, and return whether this succeeded.
1869
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1870
rm -f conftest.$ac_objext conftest$ac_exeext
1871
if { { ac_try="$ac_link"
1873
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874
*) ac_try_echo=$ac_try;;
1876
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877
$as_echo "$ac_try_echo"; } >&5
1878
(eval "$ac_link") 2>conftest.err
1880
if test -s conftest.err; then
1881
grep -v '^ *+' conftest.err >conftest.er1
1882
cat conftest.er1 >&5
1883
mv -f conftest.er1 conftest.err
1885
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1886
test $ac_status = 0; } && {
1887
test -z "$ac_c_werror_flag" ||
1888
test ! -s conftest.err
1889
} && test -s conftest$ac_exeext && {
1890
test "$cross_compiling" = yes ||
1891
$as_test_x conftest$ac_exeext
1895
$as_echo "$as_me: failed program was:" >&5
1896
sed 's/^/| /' conftest.$ac_ext >&5
1900
# Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1901
# created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1902
# interfere with the next link command; also delete a directory that is
1903
# left behind by Apple's compiler. We do this before executing the actions.
1904
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1905
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1906
as_fn_set_status $ac_retval
1908
} # ac_fn_c_try_link
1910
# ac_fn_c_check_func LINENO FUNC VAR
1911
# ----------------------------------
1912
# Tests whether FUNC exists, setting the cache variable VAR accordingly
1913
ac_fn_c_check_func ()
1915
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1916
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1917
$as_echo_n "checking for $2... " >&6; }
1918
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1919
$as_echo_n "(cached) " >&6
1921
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1922
/* end confdefs.h. */
1923
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1924
For example, HP-UX 11i <limits.h> declares gettimeofday. */
1925
#define $2 innocuous_$2
1927
/* System header to define __stub macros and hopefully few prototypes,
1928
which can conflict with char $2 (); below.
1929
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1930
<limits.h> exists even on freestanding compilers. */
1933
# include <limits.h>
1935
# include <assert.h>
1940
/* Override any GCC internal prototype to avoid an error.
1941
Use char because int might match the return type of a GCC
1942
builtin and then its argument prototype would still apply. */
1947
/* The GNU C library defines this for functions which it implements
1948
to always fail with ENOSYS. Some functions are actually named
1949
something starting with __ and the normal name is an alias. */
1950
#if defined __stub_$2 || defined __stub___$2
1962
if ac_fn_c_try_link "$LINENO"; then :
1967
rm -f core conftest.err conftest.$ac_objext \
1968
conftest$ac_exeext conftest.$ac_ext
1971
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1972
$as_echo "$ac_res" >&6; }
1973
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1975
} # ac_fn_c_check_func
1977
# ac_fn_c_try_cpp LINENO
1978
# ----------------------
1979
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1982
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1983
if { { ac_try="$ac_cpp conftest.$ac_ext"
1985
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1986
*) ac_try_echo=$ac_try;;
1988
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1989
$as_echo "$ac_try_echo"; } >&5
1990
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1992
if test -s conftest.err; then
1993
grep -v '^ *+' conftest.err >conftest.er1
1994
cat conftest.er1 >&5
1995
mv -f conftest.er1 conftest.err
1997
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1998
test $ac_status = 0; } >/dev/null && {
1999
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2000
test ! -s conftest.err
2004
$as_echo "$as_me: failed program was:" >&5
2005
sed 's/^/| /' conftest.$ac_ext >&5
2009
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2010
as_fn_set_status $ac_retval
2014
# ac_fn_c_try_run LINENO
2015
# ----------------------
2016
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2017
# that executables *can* be run.
2020
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2021
if { { ac_try="$ac_link"
2023
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2024
*) ac_try_echo=$ac_try;;
2026
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2027
$as_echo "$ac_try_echo"; } >&5
2028
(eval "$ac_link") 2>&5
2030
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2031
test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2032
{ { case "(($ac_try" in
2033
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2034
*) ac_try_echo=$ac_try;;
2036
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2037
$as_echo "$ac_try_echo"; } >&5
2038
(eval "$ac_try") 2>&5
2040
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2041
test $ac_status = 0; }; }; then :
2044
$as_echo "$as_me: program exited with status $ac_status" >&5
2045
$as_echo "$as_me: failed program was:" >&5
2046
sed 's/^/| /' conftest.$ac_ext >&5
2048
ac_retval=$ac_status
2050
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2051
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2052
as_fn_set_status $ac_retval
2056
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2057
# -------------------------------------------------------
2058
# Tests whether HEADER exists and can be compiled using the include files in
2059
# INCLUDES, setting the cache variable VAR accordingly.
2060
ac_fn_c_check_header_compile ()
2062
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2063
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2064
$as_echo_n "checking for $2... " >&6; }
2065
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2066
$as_echo_n "(cached) " >&6
2068
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2069
/* end confdefs.h. */
2073
if ac_fn_c_try_compile "$LINENO"; then :
2078
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2081
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2082
$as_echo "$ac_res" >&6; }
2083
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2085
} # ac_fn_c_check_header_compile
2087
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2088
# -------------------------------------------------------
2089
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2090
# the include files in INCLUDES and setting the cache variable VAR
2092
ac_fn_c_check_header_mongrel ()
2094
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2095
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2096
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2097
$as_echo_n "checking for $2... " >&6; }
2098
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2099
$as_echo_n "(cached) " >&6
2102
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2103
$as_echo "$ac_res" >&6; }
2105
# Is the header compilable?
2106
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2107
$as_echo_n "checking $2 usability... " >&6; }
2108
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2109
/* end confdefs.h. */
2113
if ac_fn_c_try_compile "$LINENO"; then :
2114
ac_header_compiler=yes
2116
ac_header_compiler=no
2118
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2119
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2120
$as_echo "$ac_header_compiler" >&6; }
2122
# Is the header present?
2123
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2124
$as_echo_n "checking $2 presence... " >&6; }
2125
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2126
/* end confdefs.h. */
2129
if ac_fn_c_try_cpp "$LINENO"; then :
2130
ac_header_preproc=yes
2132
ac_header_preproc=no
2134
rm -f conftest.err conftest.$ac_ext
2135
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2136
$as_echo "$ac_header_preproc" >&6; }
2138
# So? What about this header?
2139
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2141
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2142
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2143
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2144
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2147
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2148
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2149
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2150
$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2151
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2152
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2153
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2154
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2155
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2156
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2159
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2160
$as_echo_n "checking for $2... " >&6; }
2161
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2162
$as_echo_n "(cached) " >&6
2164
eval "$3=\$ac_header_compiler"
2167
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2168
$as_echo "$ac_res" >&6; }
2170
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2172
} # ac_fn_c_check_header_mongrel
1874
2173
cat >config.log <<_ACEOF
1875
2174
This file contains any messages produced by compilers while
1876
2175
running configure, to aid debugging if configure makes a mistake.
1878
It was created by tomboy $as_me 1.2.1, which was
1879
generated by GNU Autoconf 2.63. Invocation command line was
2177
It was created by tomboy $as_me 1.2.2, which was
2178
generated by GNU Autoconf 2.65. Invocation command line was
3102
3358
ac_config_headers="$ac_config_headers config.h"
3105
# Find a good install program. We prefer a C program (faster),
3106
# so one script is as good as another. But avoid the broken or
3107
# incompatible versions:
3108
# SysV /etc/install, /usr/sbin/install
3109
# SunOS /usr/etc/install
3110
# IRIX /sbin/install
3112
# AmigaOS /C/install, which installs bootblocks on floppy discs
3113
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3114
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3115
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3116
# OS/2's system install, which has a completely different semantic
3117
# ./install, which can be erroneously created by make from ./install.sh.
3118
# Reject install programs that cannot install multiple files.
3119
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3120
$as_echo_n "checking for a BSD-compatible install... " >&6; }
3121
if test -z "$INSTALL"; then
3122
if test "${ac_cv_path_install+set}" = set; then
3123
$as_echo_n "(cached) " >&6
3125
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3129
test -z "$as_dir" && as_dir=.
3130
# Account for people who put trailing slashes in PATH elements.
3132
./ | .// | /cC/* | \
3133
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3134
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3137
# OSF1 and SCO ODT 3.0 have their own names for install.
3138
# Don't use installbsd from OSF since it installs stuff as root
3140
for ac_prog in ginstall scoinst install; do
3141
for ac_exec_ext in '' $ac_executable_extensions; do
3142
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3143
if test $ac_prog = install &&
3144
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3145
# AIX install. It has an incompatible calling convention.
3147
elif test $ac_prog = install &&
3148
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3149
# program-specific install script used by HP pwplus--don't use.
3152
rm -rf conftest.one conftest.two conftest.dir
3153
echo one > conftest.one
3154
echo two > conftest.two
3156
if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3157
test -s conftest.one && test -s conftest.two &&
3158
test -s conftest.dir/conftest.one &&
3159
test -s conftest.dir/conftest.two
3161
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3174
rm -rf conftest.one conftest.two conftest.dir
3177
if test "${ac_cv_path_install+set}" = set; then
3178
INSTALL=$ac_cv_path_install
3180
# As a last resort, use the slow shell script. Don't cache a
3181
# value for INSTALL within a source directory, because that will
3182
# break other packages using the cache if that directory is
3183
# removed, or if the value is a relative name.
3184
INSTALL=$ac_install_sh
3187
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3188
$as_echo "$INSTALL" >&6; }
3190
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3191
# It thinks the first close brace ends the variable substitution.
3192
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3194
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3196
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3199
{ $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3363
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
3200
3364
$as_echo_n "checking whether NLS is requested... " >&6; }
3201
3365
# Check whether --enable-nls was given.
3202
if test "${enable_nls+set}" = set; then
3366
if test "${enable_nls+set}" = set; then :
3203
3367
enableval=$enable_nls; USE_NLS=$enableval
3208
{ $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
3372
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
3209
3373
$as_echo "$USE_NLS" >&6; }
3572
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3736
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3573
3737
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3574
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3575
See \`config.log' for more details." >&5
3576
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3577
See \`config.log' for more details." >&2;}
3578
{ (exit 1); exit 1; }; }; }
3738
as_fn_error "no acceptable C compiler found in \$PATH
3739
See \`config.log' for more details." "$LINENO" 5; }
3580
3741
# Provide some information about the compiler.
3581
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3742
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3582
3743
set X $ac_compile
3584
{ (ac_try="$ac_compiler --version >&5"
3586
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587
*) ac_try_echo=$ac_try;;
3589
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590
$as_echo "$ac_try_echo") >&5
3591
(eval "$ac_compiler --version >&5") 2>&5
3593
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3594
(exit $ac_status); }
3595
{ (ac_try="$ac_compiler -v >&5"
3597
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3598
*) ac_try_echo=$ac_try;;
3600
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3601
$as_echo "$ac_try_echo") >&5
3602
(eval "$ac_compiler -v >&5") 2>&5
3604
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3605
(exit $ac_status); }
3606
{ (ac_try="$ac_compiler -V >&5"
3608
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3609
*) ac_try_echo=$ac_try;;
3611
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3612
$as_echo "$ac_try_echo") >&5
3613
(eval "$ac_compiler -V >&5") 2>&5
3615
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3616
(exit $ac_status); }
3745
for ac_option in --version -v -V -qversion; do
3746
{ { ac_try="$ac_compiler $ac_option >&5"
3748
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3749
*) ac_try_echo=$ac_try;;
3751
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3752
$as_echo "$ac_try_echo"; } >&5
3753
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
3755
if test -s conftest.err; then
3757
... rest of stderr output deleted ...
3758
10q' conftest.err >conftest.er1
3759
cat conftest.er1 >&5
3761
rm -f conftest.er1 conftest.err
3762
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3763
test $ac_status = 0; }
3618
cat >conftest.$ac_ext <<_ACEOF
3621
cat confdefs.h >>conftest.$ac_ext
3622
cat >>conftest.$ac_ext <<_ACEOF
3766
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3623
3767
/* end confdefs.h. */
3845
if test -z "$ac_file"; then :
3846
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3847
$as_echo "no" >&6; }
3848
$as_echo "$as_me: failed program was:" >&5
3849
sed 's/^/| /' conftest.$ac_ext >&5
3702
{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3851
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3852
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3853
{ as_fn_set_status 77
3854
as_fn_error "C compiler cannot create executables
3855
See \`config.log' for more details." "$LINENO" 5; }; }
3857
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3858
$as_echo "yes" >&6; }
3860
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3861
$as_echo_n "checking for C compiler default output file name... " >&6; }
3862
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3703
3863
$as_echo "$ac_file" >&6; }
3704
if test -z "$ac_file"; then
3705
$as_echo "$as_me: failed program was:" >&5
3706
sed 's/^/| /' conftest.$ac_ext >&5
3708
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3709
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3710
{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3711
See \`config.log' for more details." >&5
3712
$as_echo "$as_me: error: C compiler cannot create executables
3713
See \`config.log' for more details." >&2;}
3714
{ (exit 77); exit 77; }; }; }
3717
3864
ac_exeext=$ac_cv_exeext
3719
# Check that the compiler produces executables we can run. If not, either
3720
# the compiler is broken, or we cross compile.
3721
{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3722
$as_echo_n "checking whether the C compiler works... " >&6; }
3723
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3724
# If not cross compiling, check that we can run a simple program.
3725
if test "$cross_compiling" != yes; then
3726
if { ac_try='./$ac_file'
3727
{ (case "(($ac_try" in
3728
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3729
*) ac_try_echo=$ac_try;;
3731
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3732
$as_echo "$ac_try_echo") >&5
3733
(eval "$ac_try") 2>&5
3735
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3736
(exit $ac_status); }; }; then
3739
if test "$cross_compiling" = maybe; then
3742
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3743
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3744
{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3745
If you meant to cross compile, use \`--host'.
3746
See \`config.log' for more details." >&5
3747
$as_echo "$as_me: error: cannot run C compiled programs.
3748
If you meant to cross compile, use \`--host'.
3749
See \`config.log' for more details." >&2;}
3750
{ (exit 1); exit 1; }; }; }
3754
{ $as_echo "$as_me:$LINENO: result: yes" >&5
3755
$as_echo "yes" >&6; }
3757
3866
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3758
3867
ac_clean_files=$ac_clean_files_save
3759
# Check that the compiler produces executables we can run. If not, either
3760
# the compiler is broken, or we cross compile.
3761
{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3762
$as_echo_n "checking whether we are cross compiling... " >&6; }
3763
{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3764
$as_echo "$cross_compiling" >&6; }
3766
{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3868
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3767
3869
$as_echo_n "checking for suffix of executables... " >&6; }
3768
if { (ac_try="$ac_link"
3870
if { { ac_try="$ac_link"
3769
3871
case "(($ac_try" in
3770
3872
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3771
3873
*) ac_try_echo=$ac_try;;
3773
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3774
$as_echo "$ac_try_echo") >&5
3875
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3876
$as_echo "$ac_try_echo"; } >&5
3775
3877
(eval "$ac_link") 2>&5
3777
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3778
(exit $ac_status); }; then
3879
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3880
test $ac_status = 0; }; then :
3779
3881
# If both `conftest.exe' and `conftest' are `present' (well, observable)
3780
3882
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3781
3883
# work properly (i.e., refer to `conftest.exe'), while it won't with
3793
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3895
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3794
3896
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3795
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3796
See \`config.log' for more details." >&5
3797
$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3798
See \`config.log' for more details." >&2;}
3799
{ (exit 1); exit 1; }; }; }
3897
as_fn_error "cannot compute suffix of executables: cannot compile and link
3898
See \`config.log' for more details." "$LINENO" 5; }
3802
rm -f conftest$ac_cv_exeext
3803
{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3900
rm -f conftest conftest$ac_cv_exeext
3901
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3804
3902
$as_echo "$ac_cv_exeext" >&6; }
3806
3904
rm -f conftest.$ac_ext
3807
3905
EXEEXT=$ac_cv_exeext
3808
3906
ac_exeext=$EXEEXT
3809
{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3907
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3908
/* end confdefs.h. */
3913
FILE *f = fopen ("conftest.out", "w");
3914
return ferror (f) || fclose (f) != 0;
3920
ac_clean_files="$ac_clean_files conftest.out"
3921
# Check that the compiler produces executables we can run. If not, either
3922
# the compiler is broken, or we cross compile.
3923
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3924
$as_echo_n "checking whether we are cross compiling... " >&6; }
3925
if test "$cross_compiling" != yes; then
3926
{ { ac_try="$ac_link"
3928
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3929
*) ac_try_echo=$ac_try;;
3931
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3932
$as_echo "$ac_try_echo"; } >&5
3933
(eval "$ac_link") 2>&5
3935
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3936
test $ac_status = 0; }
3937
if { ac_try='./conftest$ac_cv_exeext'
3938
{ { case "(($ac_try" in
3939
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3940
*) ac_try_echo=$ac_try;;
3942
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3943
$as_echo "$ac_try_echo"; } >&5
3944
(eval "$ac_try") 2>&5
3946
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3947
test $ac_status = 0; }; }; then
3950
if test "$cross_compiling" = maybe; then
3953
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3954
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3955
as_fn_error "cannot run C compiled programs.
3956
If you meant to cross compile, use \`--host'.
3957
See \`config.log' for more details." "$LINENO" 5; }
3961
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3962
$as_echo "$cross_compiling" >&6; }
3964
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3965
ac_clean_files=$ac_clean_files_save
3966
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3810
3967
$as_echo_n "checking for suffix of object files... " >&6; }
3811
if test "${ac_cv_objext+set}" = set; then
3968
if test "${ac_cv_objext+set}" = set; then :
3812
3969
$as_echo_n "(cached) " >&6
3814
cat >conftest.$ac_ext <<_ACEOF
3817
cat confdefs.h >>conftest.$ac_ext
3818
cat >>conftest.$ac_ext <<_ACEOF
3971
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3819
3972
/* end confdefs.h. */
4873
rm -f conftest.$ac_objext conftest$ac_exeext
4874
if { (ac_try="$ac_link"
4876
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4877
*) ac_try_echo=$ac_try;;
4879
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4880
$as_echo "$ac_try_echo") >&5
4881
(eval "$ac_link") 2>conftest.er1
4883
grep -v '^ *+' conftest.er1 >conftest.err
4885
cat conftest.err >&5
4886
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4887
(exit $ac_status); } && {
4888
test -z "$ac_c_werror_flag" ||
4889
test ! -s conftest.err
4890
} && test -s conftest$ac_exeext && {
4891
test "$cross_compiling" = yes ||
4892
$as_test_x conftest$ac_exeext
4875
if ac_fn_c_try_link "$LINENO"; then :
4894
4876
DATADIRNAME=share
4896
$as_echo "$as_me: failed program was:" >&5
4897
sed 's/^/| /' conftest.$ac_ext >&5
4901
{ $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
4902
$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
4903
if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
4904
$as_echo_n "(cached) " >&6
4906
cat >conftest.$ac_ext <<_ACEOF
4909
cat confdefs.h >>conftest.$ac_ext
4910
cat >>conftest.$ac_ext <<_ACEOF
4911
/* end confdefs.h. */
4912
/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
4913
For example, HP-UX 11i <limits.h> declares gettimeofday. */
4914
#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
4916
/* System header to define __stub macros and hopefully few prototypes,
4917
which can conflict with char bind_textdomain_codeset (); below.
4918
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4919
<limits.h> exists even on freestanding compilers. */
4922
# include <limits.h>
4924
# include <assert.h>
4927
#undef bind_textdomain_codeset
4929
/* Override any GCC internal prototype to avoid an error.
4930
Use char because int might match the return type of a GCC
4931
builtin and then its argument prototype would still apply. */
4935
char bind_textdomain_codeset ();
4936
/* The GNU C library defines this for functions which it implements
4937
to always fail with ENOSYS. Some functions are actually named
4938
something starting with __ and the normal name is an alias. */
4939
#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
4946
return bind_textdomain_codeset ();
4951
rm -f conftest.$ac_objext conftest$ac_exeext
4952
if { (ac_try="$ac_link"
4954
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4955
*) ac_try_echo=$ac_try;;
4957
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4958
$as_echo "$ac_try_echo") >&5
4959
(eval "$ac_link") 2>conftest.er1
4961
grep -v '^ *+' conftest.er1 >conftest.err
4963
cat conftest.err >&5
4964
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965
(exit $ac_status); } && {
4966
test -z "$ac_c_werror_flag" ||
4967
test ! -s conftest.err
4968
} && test -s conftest$ac_exeext && {
4969
test "$cross_compiling" = yes ||
4970
$as_test_x conftest$ac_exeext
4972
ac_cv_func_bind_textdomain_codeset=yes
4974
$as_echo "$as_me: failed program was:" >&5
4975
sed 's/^/| /' conftest.$ac_ext >&5
4977
ac_cv_func_bind_textdomain_codeset=no
4980
rm -rf conftest.dSYM
4981
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982
conftest$ac_exeext conftest.$ac_ext
4984
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
4985
$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
4986
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
4880
ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
4881
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
4987
4882
DATADIRNAME=share
4989
4884
DATADIRNAME=lib
5306
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5199
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5307
5200
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5308
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5309
See \`config.log' for more details." >&5
5310
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
5311
See \`config.log' for more details." >&2;}
5312
{ (exit 1); exit 1; }; }; }
5201
as_fn_error "no acceptable C compiler found in \$PATH
5202
See \`config.log' for more details." "$LINENO" 5; }
5314
5204
# Provide some information about the compiler.
5315
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
5205
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5316
5206
set X $ac_compile
5318
{ (ac_try="$ac_compiler --version >&5"
5320
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5321
*) ac_try_echo=$ac_try;;
5323
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5324
$as_echo "$ac_try_echo") >&5
5325
(eval "$ac_compiler --version >&5") 2>&5
5327
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328
(exit $ac_status); }
5329
{ (ac_try="$ac_compiler -v >&5"
5331
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5332
*) ac_try_echo=$ac_try;;
5334
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5335
$as_echo "$ac_try_echo") >&5
5336
(eval "$ac_compiler -v >&5") 2>&5
5338
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5339
(exit $ac_status); }
5340
{ (ac_try="$ac_compiler -V >&5"
5342
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5343
*) ac_try_echo=$ac_try;;
5345
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5346
$as_echo "$ac_try_echo") >&5
5347
(eval "$ac_compiler -V >&5") 2>&5
5349
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5350
(exit $ac_status); }
5208
for ac_option in --version -v -V -qversion; do
5209
{ { ac_try="$ac_compiler $ac_option >&5"
5211
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5212
*) ac_try_echo=$ac_try;;
5214
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5215
$as_echo "$ac_try_echo"; } >&5
5216
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
5218
if test -s conftest.err; then
5220
... rest of stderr output deleted ...
5221
10q' conftest.err >conftest.er1
5222
cat conftest.er1 >&5
5224
rm -f conftest.er1 conftest.err
5225
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5226
test $ac_status = 0; }
5352
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5229
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5353
5230
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5354
if test "${ac_cv_c_compiler_gnu+set}" = set; then
5231
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
5355
5232
$as_echo_n "(cached) " >&6
5357
cat >conftest.$ac_ext <<_ACEOF
5360
cat confdefs.h >>conftest.$ac_ext
5361
cat >>conftest.$ac_ext <<_ACEOF
5234
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5362
5235
/* end confdefs.h. */
6052
if { (ac_try="$ac_cpp conftest.$ac_ext"
6054
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6055
*) ac_try_echo=$ac_try;;
6057
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6058
$as_echo "$ac_try_echo") >&5
6059
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6061
grep -v '^ *+' conftest.er1 >conftest.err
6063
cat conftest.err >&5
6064
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6065
(exit $ac_status); } >/dev/null && {
6066
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6067
test ! -s conftest.err
5719
if ac_fn_c_try_cpp "$LINENO"; then :
6071
$as_echo "$as_me: failed program was:" >&5
6072
sed 's/^/| /' conftest.$ac_ext >&5
6074
5722
# Broken: fails on valid input.
6078
5725
rm -f conftest.err conftest.$ac_ext
6080
5727
# OK, works on sane cases. Now check whether nonexistent headers
6081
5728
# can be detected and how.
6082
cat >conftest.$ac_ext <<_ACEOF
6085
cat confdefs.h >>conftest.$ac_ext
6086
cat >>conftest.$ac_ext <<_ACEOF
5729
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6087
5730
/* end confdefs.h. */
6088
5731
#include <ac_nonexistent.h>
6090
if { (ac_try="$ac_cpp conftest.$ac_ext"
6092
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6093
*) ac_try_echo=$ac_try;;
6095
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6096
$as_echo "$ac_try_echo") >&5
6097
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6099
grep -v '^ *+' conftest.er1 >conftest.err
6101
cat conftest.err >&5
6102
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6103
(exit $ac_status); } >/dev/null && {
6104
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6105
test ! -s conftest.err
5733
if ac_fn_c_try_cpp "$LINENO"; then :
6107
5734
# Broken: success on invalid input.
6110
$as_echo "$as_me: failed program was:" >&5
6111
sed 's/^/| /' conftest.$ac_ext >&5
6113
5737
# Passes both tests.
6114
5738
ac_preproc_ok=:
6118
5741
rm -f conftest.err conftest.$ac_ext
6121
5744
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6122
5745
rm -f conftest.err conftest.$ac_ext
6123
if $ac_preproc_ok; then
5746
if $ac_preproc_ok; then :
6126
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5749
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6127
5750
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6128
{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6129
See \`config.log' for more details." >&5
6130
$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6131
See \`config.log' for more details." >&2;}
6132
{ (exit 1); exit 1; }; }; }
5751
as_fn_error "C preprocessor \"$CPP\" fails sanity check
5752
See \`config.log' for more details." "$LINENO" 5; }
12466
{ $as_echo "$as_me:$LINENO: checking for shl_load" >&5
12467
$as_echo_n "checking for shl_load... " >&6; }
12468
if test "${ac_cv_func_shl_load+set}" = set; then
12469
$as_echo_n "(cached) " >&6
12471
cat >conftest.$ac_ext <<_ACEOF
12474
cat confdefs.h >>conftest.$ac_ext
12475
cat >>conftest.$ac_ext <<_ACEOF
12476
/* end confdefs.h. */
12477
/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
12478
For example, HP-UX 11i <limits.h> declares gettimeofday. */
12479
#define shl_load innocuous_shl_load
12481
/* System header to define __stub macros and hopefully few prototypes,
12482
which can conflict with char shl_load (); below.
12483
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12484
<limits.h> exists even on freestanding compilers. */
12487
# include <limits.h>
12489
# include <assert.h>
12494
/* Override any GCC internal prototype to avoid an error.
12495
Use char because int might match the return type of a GCC
12496
builtin and then its argument prototype would still apply. */
12501
/* The GNU C library defines this for functions which it implements
12502
to always fail with ENOSYS. Some functions are actually named
12503
something starting with __ and the normal name is an alias. */
12504
#if defined __stub_shl_load || defined __stub___shl_load
12511
return shl_load ();
12516
rm -f conftest.$ac_objext conftest$ac_exeext
12517
if { (ac_try="$ac_link"
12518
case "(($ac_try" in
12519
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12520
*) ac_try_echo=$ac_try;;
12522
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12523
$as_echo "$ac_try_echo") >&5
12524
(eval "$ac_link") 2>conftest.er1
12526
grep -v '^ *+' conftest.er1 >conftest.err
12528
cat conftest.err >&5
12529
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12530
(exit $ac_status); } && {
12531
test -z "$ac_c_werror_flag" ||
12532
test ! -s conftest.err
12533
} && test -s conftest$ac_exeext && {
12534
test "$cross_compiling" = yes ||
12535
$as_test_x conftest$ac_exeext
12537
ac_cv_func_shl_load=yes
12539
$as_echo "$as_me: failed program was:" >&5
12540
sed 's/^/| /' conftest.$ac_ext >&5
12542
ac_cv_func_shl_load=no
12545
rm -rf conftest.dSYM
12546
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12547
conftest$ac_exeext conftest.$ac_ext
12549
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12550
$as_echo "$ac_cv_func_shl_load" >&6; }
12551
if test "x$ac_cv_func_shl_load" = x""yes; then
11704
ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11705
if test "x$ac_cv_func_shl_load" = x""yes; then :
12552
11706
lt_cv_dlopen="shl_load"
12554
{ $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
11708
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12555
11709
$as_echo_n "checking for shl_load in -ldld... " >&6; }
12556
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
11710
if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12557
11711
$as_echo_n "(cached) " >&6
12559
11713
ac_check_lib_save_LIBS=$LIBS
12560
11714
LIBS="-ldld $LIBS"
12561
cat >conftest.$ac_ext <<_ACEOF
12564
cat confdefs.h >>conftest.$ac_ext
12565
cat >>conftest.$ac_ext <<_ACEOF
11715
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12566
11716
/* end confdefs.h. */
12568
11718
/* Override any GCC internal prototype to avoid an error.
12583
rm -f conftest.$ac_objext conftest$ac_exeext
12584
if { (ac_try="$ac_link"
12585
case "(($ac_try" in
12586
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12587
*) ac_try_echo=$ac_try;;
12589
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12590
$as_echo "$ac_try_echo") >&5
12591
(eval "$ac_link") 2>conftest.er1
12593
grep -v '^ *+' conftest.er1 >conftest.err
12595
cat conftest.err >&5
12596
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12597
(exit $ac_status); } && {
12598
test -z "$ac_c_werror_flag" ||
12599
test ! -s conftest.err
12600
} && test -s conftest$ac_exeext && {
12601
test "$cross_compiling" = yes ||
12602
$as_test_x conftest$ac_exeext
11733
if ac_fn_c_try_link "$LINENO"; then :
12604
11734
ac_cv_lib_dld_shl_load=yes
12606
$as_echo "$as_me: failed program was:" >&5
12607
sed 's/^/| /' conftest.$ac_ext >&5
12609
ac_cv_lib_dld_shl_load=no
11736
ac_cv_lib_dld_shl_load=no
12612
rm -rf conftest.dSYM
12613
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12614
conftest$ac_exeext conftest.$ac_ext
11738
rm -f core conftest.err conftest.$ac_objext \
11739
conftest$ac_exeext conftest.$ac_ext
12615
11740
LIBS=$ac_check_lib_save_LIBS
12617
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
11742
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12618
11743
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12619
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
11744
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12620
11745
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12622
{ $as_echo "$as_me:$LINENO: checking for dlopen" >&5
12623
$as_echo_n "checking for dlopen... " >&6; }
12624
if test "${ac_cv_func_dlopen+set}" = set; then
12625
$as_echo_n "(cached) " >&6
12627
cat >conftest.$ac_ext <<_ACEOF
12630
cat confdefs.h >>conftest.$ac_ext
12631
cat >>conftest.$ac_ext <<_ACEOF
12632
/* end confdefs.h. */
12633
/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
12634
For example, HP-UX 11i <limits.h> declares gettimeofday. */
12635
#define dlopen innocuous_dlopen
12637
/* System header to define __stub macros and hopefully few prototypes,
12638
which can conflict with char dlopen (); below.
12639
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12640
<limits.h> exists even on freestanding compilers. */
12643
# include <limits.h>
12645
# include <assert.h>
12650
/* Override any GCC internal prototype to avoid an error.
12651
Use char because int might match the return type of a GCC
12652
builtin and then its argument prototype would still apply. */
12657
/* The GNU C library defines this for functions which it implements
12658
to always fail with ENOSYS. Some functions are actually named
12659
something starting with __ and the normal name is an alias. */
12660
#if defined __stub_dlopen || defined __stub___dlopen
12672
rm -f conftest.$ac_objext conftest$ac_exeext
12673
if { (ac_try="$ac_link"
12674
case "(($ac_try" in
12675
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12676
*) ac_try_echo=$ac_try;;
12678
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12679
$as_echo "$ac_try_echo") >&5
12680
(eval "$ac_link") 2>conftest.er1
12682
grep -v '^ *+' conftest.er1 >conftest.err
12684
cat conftest.err >&5
12685
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12686
(exit $ac_status); } && {
12687
test -z "$ac_c_werror_flag" ||
12688
test ! -s conftest.err
12689
} && test -s conftest$ac_exeext && {
12690
test "$cross_compiling" = yes ||
12691
$as_test_x conftest$ac_exeext
12693
ac_cv_func_dlopen=yes
12695
$as_echo "$as_me: failed program was:" >&5
12696
sed 's/^/| /' conftest.$ac_ext >&5
12698
ac_cv_func_dlopen=no
12701
rm -rf conftest.dSYM
12702
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12703
conftest$ac_exeext conftest.$ac_ext
12705
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12706
$as_echo "$ac_cv_func_dlopen" >&6; }
12707
if test "x$ac_cv_func_dlopen" = x""yes; then
11747
ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11748
if test "x$ac_cv_func_dlopen" = x""yes; then :
12708
11749
lt_cv_dlopen="dlopen"
12710
{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
11751
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12711
11752
$as_echo_n "checking for dlopen in -ldl... " >&6; }
12712
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
11753
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12713
11754
$as_echo_n "(cached) " >&6
12715
11756
ac_check_lib_save_LIBS=$LIBS
12716
11757
LIBS="-ldl $LIBS"
12717
cat >conftest.$ac_ext <<_ACEOF
12720
cat confdefs.h >>conftest.$ac_ext
12721
cat >>conftest.$ac_ext <<_ACEOF
11758
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12722
11759
/* end confdefs.h. */
12724
11761
/* Override any GCC internal prototype to avoid an error.
13298
for ac_header in locale.h
13300
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13301
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13302
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13303
$as_echo_n "checking for $ac_header... " >&6; }
13304
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13305
$as_echo_n "(cached) " >&6
13307
ac_res=`eval 'as_val=${'$as_ac_Header'}
13308
$as_echo "$as_val"'`
13309
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13310
$as_echo "$ac_res" >&6; }
13312
# Is the header compilable?
13313
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13314
$as_echo_n "checking $ac_header usability... " >&6; }
13315
cat >conftest.$ac_ext <<_ACEOF
13318
cat confdefs.h >>conftest.$ac_ext
13319
cat >>conftest.$ac_ext <<_ACEOF
13320
/* end confdefs.h. */
13321
$ac_includes_default
13322
#include <$ac_header>
13324
rm -f conftest.$ac_objext
13325
if { (ac_try="$ac_compile"
13326
case "(($ac_try" in
13327
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13328
*) ac_try_echo=$ac_try;;
13330
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13331
$as_echo "$ac_try_echo") >&5
13332
(eval "$ac_compile") 2>conftest.er1
13334
grep -v '^ *+' conftest.er1 >conftest.err
13336
cat conftest.err >&5
13337
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13338
(exit $ac_status); } && {
13339
test -z "$ac_c_werror_flag" ||
13340
test ! -s conftest.err
13341
} && test -s conftest.$ac_objext; then
13342
ac_header_compiler=yes
13344
$as_echo "$as_me: failed program was:" >&5
13345
sed 's/^/| /' conftest.$ac_ext >&5
13347
ac_header_compiler=no
13350
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13351
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13352
$as_echo "$ac_header_compiler" >&6; }
13354
# Is the header present?
13355
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13356
$as_echo_n "checking $ac_header presence... " >&6; }
13357
cat >conftest.$ac_ext <<_ACEOF
13360
cat confdefs.h >>conftest.$ac_ext
13361
cat >>conftest.$ac_ext <<_ACEOF
13362
/* end confdefs.h. */
13363
#include <$ac_header>
13365
if { (ac_try="$ac_cpp conftest.$ac_ext"
13366
case "(($ac_try" in
13367
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13368
*) ac_try_echo=$ac_try;;
13370
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13371
$as_echo "$ac_try_echo") >&5
13372
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13374
grep -v '^ *+' conftest.er1 >conftest.err
13376
cat conftest.err >&5
13377
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13378
(exit $ac_status); } >/dev/null && {
13379
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13380
test ! -s conftest.err
13382
ac_header_preproc=yes
13384
$as_echo "$as_me: failed program was:" >&5
13385
sed 's/^/| /' conftest.$ac_ext >&5
13387
ac_header_preproc=no
13390
rm -f conftest.err conftest.$ac_ext
13391
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13392
$as_echo "$ac_header_preproc" >&6; }
13394
# So? What about this header?
13395
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13397
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13398
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13399
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13400
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13401
ac_header_preproc=yes
13404
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13405
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13406
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13407
$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13408
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13409
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13410
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13411
$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13412
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13413
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13414
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13415
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13419
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13420
$as_echo_n "checking for $ac_header... " >&6; }
13421
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13422
$as_echo_n "(cached) " >&6
13424
eval "$as_ac_Header=\$ac_header_preproc"
13426
ac_res=`eval 'as_val=${'$as_ac_Header'}
13427
$as_echo "$as_val"'`
13428
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13429
$as_echo "$ac_res" >&6; }
13432
as_val=`eval 'as_val=${'$as_ac_Header'}
13433
$as_echo "$as_val"'`
13434
if test "x$as_val" = x""yes; then
12251
for ac_header in locale.h
12253
ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
12254
if test "x$ac_cv_header_locale_h" = x""yes; then :
13435
12255
cat >>confdefs.h <<_ACEOF
13436
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12256
#define HAVE_LOCALE_H 1
13516
if test "${ac_cv_header_libintl_h+set}" = set; then
13517
{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
13518
$as_echo_n "checking for libintl.h... " >&6; }
13519
if test "${ac_cv_header_libintl_h+set}" = set; then
13520
$as_echo_n "(cached) " >&6
13522
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
13523
$as_echo "$ac_cv_header_libintl_h" >&6; }
13525
# Is the header compilable?
13526
{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
13527
$as_echo_n "checking libintl.h usability... " >&6; }
13528
cat >conftest.$ac_ext <<_ACEOF
13531
cat confdefs.h >>conftest.$ac_ext
13532
cat >>conftest.$ac_ext <<_ACEOF
13533
/* end confdefs.h. */
13534
$ac_includes_default
13535
#include <libintl.h>
13537
rm -f conftest.$ac_objext
13538
if { (ac_try="$ac_compile"
13539
case "(($ac_try" in
13540
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13541
*) ac_try_echo=$ac_try;;
13543
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13544
$as_echo "$ac_try_echo") >&5
13545
(eval "$ac_compile") 2>conftest.er1
13547
grep -v '^ *+' conftest.er1 >conftest.err
13549
cat conftest.err >&5
13550
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13551
(exit $ac_status); } && {
13552
test -z "$ac_c_werror_flag" ||
13553
test ! -s conftest.err
13554
} && test -s conftest.$ac_objext; then
13555
ac_header_compiler=yes
13557
$as_echo "$as_me: failed program was:" >&5
13558
sed 's/^/| /' conftest.$ac_ext >&5
13560
ac_header_compiler=no
13563
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13564
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13565
$as_echo "$ac_header_compiler" >&6; }
13567
# Is the header present?
13568
{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
13569
$as_echo_n "checking libintl.h presence... " >&6; }
13570
cat >conftest.$ac_ext <<_ACEOF
13573
cat confdefs.h >>conftest.$ac_ext
13574
cat >>conftest.$ac_ext <<_ACEOF
13575
/* end confdefs.h. */
13576
#include <libintl.h>
13578
if { (ac_try="$ac_cpp conftest.$ac_ext"
13579
case "(($ac_try" in
13580
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13581
*) ac_try_echo=$ac_try;;
13583
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13584
$as_echo "$ac_try_echo") >&5
13585
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13587
grep -v '^ *+' conftest.er1 >conftest.err
13589
cat conftest.err >&5
13590
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13591
(exit $ac_status); } >/dev/null && {
13592
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13593
test ! -s conftest.err
13595
ac_header_preproc=yes
13597
$as_echo "$as_me: failed program was:" >&5
13598
sed 's/^/| /' conftest.$ac_ext >&5
13600
ac_header_preproc=no
13603
rm -f conftest.err conftest.$ac_ext
13604
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13605
$as_echo "$ac_header_preproc" >&6; }
13607
# So? What about this header?
13608
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13610
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
13611
$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13612
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
13613
$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
13614
ac_header_preproc=yes
13617
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
13618
$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
13619
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
13620
$as_echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
13621
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
13622
$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
13623
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
13624
$as_echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
13625
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
13626
$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
13627
{ $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
13628
$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
13632
{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
13633
$as_echo_n "checking for libintl.h... " >&6; }
13634
if test "${ac_cv_header_libintl_h+set}" = set; then
13635
$as_echo_n "(cached) " >&6
13637
ac_cv_header_libintl_h=$ac_header_preproc
13639
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
13640
$as_echo "$ac_cv_header_libintl_h" >&6; }
13643
if test "x$ac_cv_header_libintl_h" = x""yes; then
12305
ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
12306
if test "x$ac_cv_header_libintl_h" = x""yes; then :
13644
12307
gt_cv_func_dgettext_libintl="no"
13645
12308
libintl_extra_libs=""
13648
12311
# First check in libc
13650
{ $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
12313
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5
13651
12314
$as_echo_n "checking for ngettext in libc... " >&6; }
13652
if test "${gt_cv_func_ngettext_libc+set}" = set; then
12315
if test "${gt_cv_func_ngettext_libc+set}" = set; then :
13653
12316
$as_echo_n "(cached) " >&6
13655
cat >conftest.$ac_ext <<_ACEOF
13658
cat confdefs.h >>conftest.$ac_ext
13659
cat >>conftest.$ac_ext <<_ACEOF
12318
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13660
12319
/* end confdefs.h. */
13662
12321
#include <libintl.h>
13732
rm -f conftest.$ac_objext conftest$ac_exeext
13733
if { (ac_try="$ac_link"
13734
case "(($ac_try" in
13735
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13736
*) ac_try_echo=$ac_try;;
13738
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13739
$as_echo "$ac_try_echo") >&5
13740
(eval "$ac_link") 2>conftest.er1
13742
grep -v '^ *+' conftest.er1 >conftest.err
13744
cat conftest.err >&5
13745
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13746
(exit $ac_status); } && {
13747
test -z "$ac_c_werror_flag" ||
13748
test ! -s conftest.err
13749
} && test -s conftest$ac_exeext && {
13750
test "$cross_compiling" = yes ||
13751
$as_test_x conftest$ac_exeext
12362
if ac_fn_c_try_link "$LINENO"; then :
13753
12363
gt_cv_func_dgettext_libc=yes
13755
$as_echo "$as_me: failed program was:" >&5
13756
sed 's/^/| /' conftest.$ac_ext >&5
13758
gt_cv_func_dgettext_libc=no
13761
rm -rf conftest.dSYM
13762
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13763
conftest$ac_exeext conftest.$ac_ext
13766
{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
12365
gt_cv_func_dgettext_libc=no
12367
rm -f core conftest.err conftest.$ac_objext \
12368
conftest$ac_exeext conftest.$ac_ext
12371
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5
13767
12372
$as_echo "$gt_cv_func_dgettext_libc" >&6; }
13770
12375
if test "$gt_cv_func_ngettext_libc" = "yes" ; then
13772
for ac_func in bind_textdomain_codeset
13774
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13775
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13776
$as_echo_n "checking for $ac_func... " >&6; }
13777
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13778
$as_echo_n "(cached) " >&6
13780
cat >conftest.$ac_ext <<_ACEOF
13783
cat confdefs.h >>conftest.$ac_ext
13784
cat >>conftest.$ac_ext <<_ACEOF
13785
/* end confdefs.h. */
13786
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13787
For example, HP-UX 11i <limits.h> declares gettimeofday. */
13788
#define $ac_func innocuous_$ac_func
13790
/* System header to define __stub macros and hopefully few prototypes,
13791
which can conflict with char $ac_func (); below.
13792
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13793
<limits.h> exists even on freestanding compilers. */
13796
# include <limits.h>
13798
# include <assert.h>
13803
/* Override any GCC internal prototype to avoid an error.
13804
Use char because int might match the return type of a GCC
13805
builtin and then its argument prototype would still apply. */
13810
/* The GNU C library defines this for functions which it implements
13811
to always fail with ENOSYS. Some functions are actually named
13812
something starting with __ and the normal name is an alias. */
13813
#if defined __stub_$ac_func || defined __stub___$ac_func
13820
return $ac_func ();
13825
rm -f conftest.$ac_objext conftest$ac_exeext
13826
if { (ac_try="$ac_link"
13827
case "(($ac_try" in
13828
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13829
*) ac_try_echo=$ac_try;;
13831
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13832
$as_echo "$ac_try_echo") >&5
13833
(eval "$ac_link") 2>conftest.er1
13835
grep -v '^ *+' conftest.er1 >conftest.err
13837
cat conftest.err >&5
13838
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13839
(exit $ac_status); } && {
13840
test -z "$ac_c_werror_flag" ||
13841
test ! -s conftest.err
13842
} && test -s conftest$ac_exeext && {
13843
test "$cross_compiling" = yes ||
13844
$as_test_x conftest$ac_exeext
13846
eval "$as_ac_var=yes"
13848
$as_echo "$as_me: failed program was:" >&5
13849
sed 's/^/| /' conftest.$ac_ext >&5
13851
eval "$as_ac_var=no"
13854
rm -rf conftest.dSYM
13855
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13856
conftest$ac_exeext conftest.$ac_ext
13858
ac_res=`eval 'as_val=${'$as_ac_var'}
13859
$as_echo "$as_val"'`
13860
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13861
$as_echo "$ac_res" >&6; }
13862
as_val=`eval 'as_val=${'$as_ac_var'}
13863
$as_echo "$as_val"'`
13864
if test "x$as_val" = x""yes; then
12376
for ac_func in bind_textdomain_codeset
12378
ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12379
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
13865
12380
cat >>confdefs.h <<_ACEOF
13866
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12381
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
14242
12612
glib_save_LIBS="$LIBS"
14243
12613
LIBS="$LIBS -lintl $libintl_extra_libs"
14244
12614
unset ac_cv_func_bind_textdomain_codeset
14246
for ac_func in bind_textdomain_codeset
14248
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14249
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14250
$as_echo_n "checking for $ac_func... " >&6; }
14251
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14252
$as_echo_n "(cached) " >&6
14254
cat >conftest.$ac_ext <<_ACEOF
14257
cat confdefs.h >>conftest.$ac_ext
14258
cat >>conftest.$ac_ext <<_ACEOF
14259
/* end confdefs.h. */
14260
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14261
For example, HP-UX 11i <limits.h> declares gettimeofday. */
14262
#define $ac_func innocuous_$ac_func
14264
/* System header to define __stub macros and hopefully few prototypes,
14265
which can conflict with char $ac_func (); below.
14266
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14267
<limits.h> exists even on freestanding compilers. */
14270
# include <limits.h>
14272
# include <assert.h>
14277
/* Override any GCC internal prototype to avoid an error.
14278
Use char because int might match the return type of a GCC
14279
builtin and then its argument prototype would still apply. */
14284
/* The GNU C library defines this for functions which it implements
14285
to always fail with ENOSYS. Some functions are actually named
14286
something starting with __ and the normal name is an alias. */
14287
#if defined __stub_$ac_func || defined __stub___$ac_func
14294
return $ac_func ();
14299
rm -f conftest.$ac_objext conftest$ac_exeext
14300
if { (ac_try="$ac_link"
14301
case "(($ac_try" in
14302
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14303
*) ac_try_echo=$ac_try;;
14305
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14306
$as_echo "$ac_try_echo") >&5
14307
(eval "$ac_link") 2>conftest.er1
14309
grep -v '^ *+' conftest.er1 >conftest.err
14311
cat conftest.err >&5
14312
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14313
(exit $ac_status); } && {
14314
test -z "$ac_c_werror_flag" ||
14315
test ! -s conftest.err
14316
} && test -s conftest$ac_exeext && {
14317
test "$cross_compiling" = yes ||
14318
$as_test_x conftest$ac_exeext
14320
eval "$as_ac_var=yes"
14322
$as_echo "$as_me: failed program was:" >&5
14323
sed 's/^/| /' conftest.$ac_ext >&5
14325
eval "$as_ac_var=no"
14328
rm -rf conftest.dSYM
14329
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14330
conftest$ac_exeext conftest.$ac_ext
14332
ac_res=`eval 'as_val=${'$as_ac_var'}
14333
$as_echo "$as_val"'`
14334
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14335
$as_echo "$ac_res" >&6; }
14336
as_val=`eval 'as_val=${'$as_ac_var'}
14337
$as_echo "$as_val"'`
14338
if test "x$as_val" = x""yes; then
12615
for ac_func in bind_textdomain_codeset
12617
ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12618
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
14339
12619
cat >>confdefs.h <<_ACEOF
14340
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12620
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
14401
12679
MSGFMT="$ac_cv_path_MSGFMT"
14402
12680
if test "$MSGFMT" != "no"; then
14403
{ $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
12681
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
14404
12682
$as_echo "$MSGFMT" >&6; }
14406
{ $as_echo "$as_me:$LINENO: result: no" >&5
12684
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14407
12685
$as_echo "no" >&6; }
14409
12687
if test "$MSGFMT" != "no"; then
14410
12688
glib_save_LIBS="$LIBS"
14411
12689
LIBS="$LIBS $INTLLIBS"
14413
for ac_func in dcgettext
14415
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14416
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14417
$as_echo_n "checking for $ac_func... " >&6; }
14418
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14419
$as_echo_n "(cached) " >&6
14421
cat >conftest.$ac_ext <<_ACEOF
14424
cat confdefs.h >>conftest.$ac_ext
14425
cat >>conftest.$ac_ext <<_ACEOF
14426
/* end confdefs.h. */
14427
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14428
For example, HP-UX 11i <limits.h> declares gettimeofday. */
14429
#define $ac_func innocuous_$ac_func
14431
/* System header to define __stub macros and hopefully few prototypes,
14432
which can conflict with char $ac_func (); below.
14433
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14434
<limits.h> exists even on freestanding compilers. */
14437
# include <limits.h>
14439
# include <assert.h>
14444
/* Override any GCC internal prototype to avoid an error.
14445
Use char because int might match the return type of a GCC
14446
builtin and then its argument prototype would still apply. */
14451
/* The GNU C library defines this for functions which it implements
14452
to always fail with ENOSYS. Some functions are actually named
14453
something starting with __ and the normal name is an alias. */
14454
#if defined __stub_$ac_func || defined __stub___$ac_func
14461
return $ac_func ();
14466
rm -f conftest.$ac_objext conftest$ac_exeext
14467
if { (ac_try="$ac_link"
14468
case "(($ac_try" in
14469
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14470
*) ac_try_echo=$ac_try;;
14472
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14473
$as_echo "$ac_try_echo") >&5
14474
(eval "$ac_link") 2>conftest.er1
14476
grep -v '^ *+' conftest.er1 >conftest.err
14478
cat conftest.err >&5
14479
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14480
(exit $ac_status); } && {
14481
test -z "$ac_c_werror_flag" ||
14482
test ! -s conftest.err
14483
} && test -s conftest$ac_exeext && {
14484
test "$cross_compiling" = yes ||
14485
$as_test_x conftest$ac_exeext
14487
eval "$as_ac_var=yes"
14489
$as_echo "$as_me: failed program was:" >&5
14490
sed 's/^/| /' conftest.$ac_ext >&5
14492
eval "$as_ac_var=no"
14495
rm -rf conftest.dSYM
14496
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14497
conftest$ac_exeext conftest.$ac_ext
14499
ac_res=`eval 'as_val=${'$as_ac_var'}
14500
$as_echo "$as_val"'`
14501
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14502
$as_echo "$ac_res" >&6; }
14503
as_val=`eval 'as_val=${'$as_ac_var'}
14504
$as_echo "$as_val"'`
14505
if test "x$as_val" = x""yes; then
12690
for ac_func in dcgettext
12692
ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext"
12693
if test "x$ac_cv_func_dcgettext" = x""yes; then :
14506
12694
cat >>confdefs.h <<_ACEOF
14507
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12695
#define HAVE_DCGETTEXT 1
14514
{ $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
12702
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5
14515
12703
$as_echo_n "checking if msgfmt accepts -c... " >&6; }
14516
12704
cat >conftest.foo <<_ACEOF
14635
rm -f conftest.$ac_objext conftest$ac_exeext
14636
if { (ac_try="$ac_link"
14637
case "(($ac_try" in
14638
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14639
*) ac_try_echo=$ac_try;;
14641
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14642
$as_echo "$ac_try_echo") >&5
14643
(eval "$ac_link") 2>conftest.er1
14645
grep -v '^ *+' conftest.er1 >conftest.err
14647
cat conftest.err >&5
14648
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14649
(exit $ac_status); } && {
14650
test -z "$ac_c_werror_flag" ||
14651
test ! -s conftest.err
14652
} && test -s conftest$ac_exeext && {
14653
test "$cross_compiling" = yes ||
14654
$as_test_x conftest$ac_exeext
12819
if ac_fn_c_try_link "$LINENO"; then :
14656
12820
CATOBJEXT=.gmo
14657
12821
DATADIRNAME=share
14659
$as_echo "$as_me: failed program was:" >&5
14660
sed 's/^/| /' conftest.$ac_ext >&5
14663
12824
*-*-solaris*)
14664
{ $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
14665
$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
14666
if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
14667
$as_echo_n "(cached) " >&6
14669
cat >conftest.$ac_ext <<_ACEOF
14672
cat confdefs.h >>conftest.$ac_ext
14673
cat >>conftest.$ac_ext <<_ACEOF
14674
/* end confdefs.h. */
14675
/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
14676
For example, HP-UX 11i <limits.h> declares gettimeofday. */
14677
#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
14679
/* System header to define __stub macros and hopefully few prototypes,
14680
which can conflict with char bind_textdomain_codeset (); below.
14681
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14682
<limits.h> exists even on freestanding compilers. */
14685
# include <limits.h>
14687
# include <assert.h>
14690
#undef bind_textdomain_codeset
14692
/* Override any GCC internal prototype to avoid an error.
14693
Use char because int might match the return type of a GCC
14694
builtin and then its argument prototype would still apply. */
14698
char bind_textdomain_codeset ();
14699
/* The GNU C library defines this for functions which it implements
14700
to always fail with ENOSYS. Some functions are actually named
14701
something starting with __ and the normal name is an alias. */
14702
#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
14709
return bind_textdomain_codeset ();
14714
rm -f conftest.$ac_objext conftest$ac_exeext
14715
if { (ac_try="$ac_link"
14716
case "(($ac_try" in
14717
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14718
*) ac_try_echo=$ac_try;;
14720
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14721
$as_echo "$ac_try_echo") >&5
14722
(eval "$ac_link") 2>conftest.er1
14724
grep -v '^ *+' conftest.er1 >conftest.err
14726
cat conftest.err >&5
14727
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14728
(exit $ac_status); } && {
14729
test -z "$ac_c_werror_flag" ||
14730
test ! -s conftest.err
14731
} && test -s conftest$ac_exeext && {
14732
test "$cross_compiling" = yes ||
14733
$as_test_x conftest$ac_exeext
14735
ac_cv_func_bind_textdomain_codeset=yes
14737
$as_echo "$as_me: failed program was:" >&5
14738
sed 's/^/| /' conftest.$ac_ext >&5
14740
ac_cv_func_bind_textdomain_codeset=no
14743
rm -rf conftest.dSYM
14744
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14745
conftest$ac_exeext conftest.$ac_ext
14747
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
14748
$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
14749
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
12825
ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12826
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
14750
12827
CATOBJEXT=.gmo
14751
12828
DATADIRNAME=share
15067
13149
_pkg_short_errors_supported=no
15069
13151
if test $_pkg_short_errors_supported = yes; then
15070
MONO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mono >= $MONO_MINIMUM_VERSION" 2>&1`
13152
MONO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "mono >= $MONO_MINIMUM_VERSION"`
15072
MONO_PKG_ERRORS=`$PKG_CONFIG --print-errors "mono >= $MONO_MINIMUM_VERSION" 2>&1`
13154
MONO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mono >= $MONO_MINIMUM_VERSION"`
15074
13156
# Put the nasty error message in config.log where it belongs
15075
13157
echo "$MONO_PKG_ERRORS" >&5
15077
{ { $as_echo "$as_me:$LINENO: error: Package requirements (mono >= $MONO_MINIMUM_VERSION) were not met:
15081
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15082
installed software in a non-standard prefix.
15084
Alternatively, you may set the environment variables MONO_CFLAGS
15085
and MONO_LIBS to avoid the need to call pkg-config.
15086
See the pkg-config man page for more details.
15088
$as_echo "$as_me: error: Package requirements (mono >= $MONO_MINIMUM_VERSION) were not met:
15092
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15093
installed software in a non-standard prefix.
15095
Alternatively, you may set the environment variables MONO_CFLAGS
15096
and MONO_LIBS to avoid the need to call pkg-config.
15097
See the pkg-config man page for more details.
15099
{ (exit 1); exit 1; }; }
13159
as_fn_error "Package requirements (mono >= $MONO_MINIMUM_VERSION) were not met:
13163
Consider adjusting the PKG_CONFIG_PATH environment variable if you
13164
installed software in a non-standard prefix.
13166
Alternatively, you may set the environment variables MONO_CFLAGS
13167
and MONO_LIBS to avoid the need to call pkg-config.
13168
See the pkg-config man page for more details.
15100
13170
elif test $pkg_failed = untried; then
15101
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13171
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15102
13172
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15103
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
15104
is in your PATH or set the PKG_CONFIG environment variable to the full
15105
path to pkg-config.
15107
Alternatively, you may set the environment variables MONO_CFLAGS
15108
and MONO_LIBS to avoid the need to call pkg-config.
15109
See the pkg-config man page for more details.
15111
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15112
See \`config.log' for more details." >&5
15113
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
15114
is in your PATH or set the PKG_CONFIG environment variable to the full
15115
path to pkg-config.
15117
Alternatively, you may set the environment variables MONO_CFLAGS
15118
and MONO_LIBS to avoid the need to call pkg-config.
15119
See the pkg-config man page for more details.
15121
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15122
See \`config.log' for more details." >&2;}
15123
{ (exit 1); exit 1; }; }; }
13173
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
13174
is in your PATH or set the PKG_CONFIG environment variable to the full
13175
path to pkg-config.
13177
Alternatively, you may set the environment variables MONO_CFLAGS
13178
and MONO_LIBS to avoid the need to call pkg-config.
13179
See the pkg-config man page for more details.
13181
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13182
See \`config.log' for more details." "$LINENO" 5; }
15125
13184
MONO_CFLAGS=$pkg_cv_MONO_CFLAGS
15126
13185
MONO_LIBS=$pkg_cv_MONO_LIBS
15127
{ $as_echo "$as_me:$LINENO: result: yes" >&5
13186
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15128
13187
$as_echo "yes" >&6; }
15140
13199
pkg_failed=no
15141
{ $as_echo "$as_me:$LINENO: checking for LIBTOMBOY" >&5
13200
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBTOMBOY" >&5
15142
13201
$as_echo_n "checking for LIBTOMBOY... " >&6; }
15144
if test -n "$LIBTOMBOY_CFLAGS"; then
15145
pkg_cv_LIBTOMBOY_CFLAGS="$LIBTOMBOY_CFLAGS"
15146
elif test -n "$PKG_CONFIG"; then
15147
if test -n "$PKG_CONFIG" && \
15148
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= \$GDK20_MINIMUM_VERSION
13203
if test -n "$PKG_CONFIG"; then
13204
if test -n "$LIBTOMBOY_CFLAGS"; then
13205
pkg_cv_LIBTOMBOY_CFLAGS="$LIBTOMBOY_CFLAGS"
13207
if test -n "$PKG_CONFIG" && \
13208
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= \$GDK20_MINIMUM_VERSION
15149
13209
gtk+-2.0 >= \$GTK20_MINIMUM_VERSION
15150
atk >= \$ATK_MINIMUM_VERSION\"") >&5
13210
atk >= \$ATK_MINIMUM_VERSION\""; } >&5
15151
13211
($PKG_CONFIG --exists --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION
15152
13212
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15153
13213
atk >= $ATK_MINIMUM_VERSION") 2>&5
15155
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15156
(exit $ac_status); }; then
13215
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13216
test $ac_status = 0; }; then
15157
13217
pkg_cv_LIBTOMBOY_CFLAGS=`$PKG_CONFIG --cflags "gdk-2.0 >= $GDK20_MINIMUM_VERSION
15158
13218
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15159
13219
atk >= $ATK_MINIMUM_VERSION" 2>/dev/null`
15161
13221
pkg_failed=yes
15166
if test -n "$LIBTOMBOY_LIBS"; then
15167
pkg_cv_LIBTOMBOY_LIBS="$LIBTOMBOY_LIBS"
15168
elif test -n "$PKG_CONFIG"; then
15169
if test -n "$PKG_CONFIG" && \
15170
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= \$GDK20_MINIMUM_VERSION
13227
if test -n "$PKG_CONFIG"; then
13228
if test -n "$LIBTOMBOY_LIBS"; then
13229
pkg_cv_LIBTOMBOY_LIBS="$LIBTOMBOY_LIBS"
13231
if test -n "$PKG_CONFIG" && \
13232
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= \$GDK20_MINIMUM_VERSION
15171
13233
gtk+-2.0 >= \$GTK20_MINIMUM_VERSION
15172
atk >= \$ATK_MINIMUM_VERSION\"") >&5
13234
atk >= \$ATK_MINIMUM_VERSION\""; } >&5
15173
13235
($PKG_CONFIG --exists --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION
15174
13236
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15175
13237
atk >= $ATK_MINIMUM_VERSION") 2>&5
15177
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15178
(exit $ac_status); }; then
13239
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13240
test $ac_status = 0; }; then
15179
13241
pkg_cv_LIBTOMBOY_LIBS=`$PKG_CONFIG --libs "gdk-2.0 >= $GDK20_MINIMUM_VERSION
15180
13242
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15181
13243
atk >= $ATK_MINIMUM_VERSION" 2>/dev/null`
15183
13245
pkg_failed=yes
15196
13259
_pkg_short_errors_supported=no
15198
13261
if test $_pkg_short_errors_supported = yes; then
15199
LIBTOMBOY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION
13262
LIBTOMBOY_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION
15200
13263
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15201
atk >= $ATK_MINIMUM_VERSION" 2>&1`
13264
atk >= $ATK_MINIMUM_VERSION"`
15203
LIBTOMBOY_PKG_ERRORS=`$PKG_CONFIG --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION
13266
LIBTOMBOY_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION
15204
13267
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15205
atk >= $ATK_MINIMUM_VERSION" 2>&1`
13268
atk >= $ATK_MINIMUM_VERSION"`
15207
13270
# Put the nasty error message in config.log where it belongs
15208
13271
echo "$LIBTOMBOY_PKG_ERRORS" >&5
15210
{ { $as_echo "$as_me:$LINENO: error: Package requirements (gdk-2.0 >= $GDK20_MINIMUM_VERSION
15211
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15212
atk >= $ATK_MINIMUM_VERSION) were not met:
15214
$LIBTOMBOY_PKG_ERRORS
15216
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15217
installed software in a non-standard prefix.
15219
Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
15220
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
15221
See the pkg-config man page for more details.
15223
$as_echo "$as_me: error: Package requirements (gdk-2.0 >= $GDK20_MINIMUM_VERSION
15224
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
15225
atk >= $ATK_MINIMUM_VERSION) were not met:
15227
$LIBTOMBOY_PKG_ERRORS
15229
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15230
installed software in a non-standard prefix.
15232
Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
15233
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
15234
See the pkg-config man page for more details.
15236
{ (exit 1); exit 1; }; }
13273
as_fn_error "Package requirements (gdk-2.0 >= $GDK20_MINIMUM_VERSION
13274
gtk+-2.0 >= $GTK20_MINIMUM_VERSION
13275
atk >= $ATK_MINIMUM_VERSION) were not met:
13277
$LIBTOMBOY_PKG_ERRORS
13279
Consider adjusting the PKG_CONFIG_PATH environment variable if you
13280
installed software in a non-standard prefix.
13282
Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
13283
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
13284
See the pkg-config man page for more details.
15237
13286
elif test $pkg_failed = untried; then
15238
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13287
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15239
13288
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15240
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
15241
is in your PATH or set the PKG_CONFIG environment variable to the full
15242
path to pkg-config.
15244
Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
15245
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
15246
See the pkg-config man page for more details.
15248
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15249
See \`config.log' for more details." >&5
15250
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
15251
is in your PATH or set the PKG_CONFIG environment variable to the full
15252
path to pkg-config.
15254
Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
15255
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
15256
See the pkg-config man page for more details.
15258
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15259
See \`config.log' for more details." >&2;}
15260
{ (exit 1); exit 1; }; }; }
13289
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
13290
is in your PATH or set the PKG_CONFIG environment variable to the full
13291
path to pkg-config.
13293
Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
13294
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
13295
See the pkg-config man page for more details.
13297
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13298
See \`config.log' for more details." "$LINENO" 5; }
15262
13300
LIBTOMBOY_CFLAGS=$pkg_cv_LIBTOMBOY_CFLAGS
15263
13301
LIBTOMBOY_LIBS=$pkg_cv_LIBTOMBOY_LIBS
15264
{ $as_echo "$as_me:$LINENO: result: yes" >&5
13302
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15265
13303
$as_echo "yes" >&6; }
15633
13675
_pkg_short_errors_supported=no
15635
13677
if test $_pkg_short_errors_supported = yes; then
15636
DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3" 2>&1`
13678
DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3"`
15638
DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3" 2>&1`
13680
DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3"`
15640
13682
# Put the nasty error message in config.log where it belongs
15641
13683
echo "$DBUS_PKG_ERRORS" >&5
15643
{ { $as_echo "$as_me:$LINENO: error: Package requirements (ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3) were not met:
15647
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15648
installed software in a non-standard prefix.
15650
Alternatively, you may set the environment variables DBUS_CFLAGS
15651
and DBUS_LIBS to avoid the need to call pkg-config.
15652
See the pkg-config man page for more details.
15654
$as_echo "$as_me: error: Package requirements (ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3) were not met:
15658
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15659
installed software in a non-standard prefix.
15661
Alternatively, you may set the environment variables DBUS_CFLAGS
15662
and DBUS_LIBS to avoid the need to call pkg-config.
15663
See the pkg-config man page for more details.
15665
{ (exit 1); exit 1; }; }
13685
as_fn_error "Package requirements (ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3) were not met:
13689
Consider adjusting the PKG_CONFIG_PATH environment variable if you
13690
installed software in a non-standard prefix.
13692
Alternatively, you may set the environment variables DBUS_CFLAGS
13693
and DBUS_LIBS to avoid the need to call pkg-config.
13694
See the pkg-config man page for more details.
15666
13696
elif test $pkg_failed = untried; then
15667
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13697
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15668
13698
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15669
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
15670
is in your PATH or set the PKG_CONFIG environment variable to the full
15671
path to pkg-config.
15673
Alternatively, you may set the environment variables DBUS_CFLAGS
15674
and DBUS_LIBS to avoid the need to call pkg-config.
15675
See the pkg-config man page for more details.
15677
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15678
See \`config.log' for more details." >&5
15679
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
15680
is in your PATH or set the PKG_CONFIG environment variable to the full
15681
path to pkg-config.
15683
Alternatively, you may set the environment variables DBUS_CFLAGS
15684
and DBUS_LIBS to avoid the need to call pkg-config.
15685
See the pkg-config man page for more details.
15687
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15688
See \`config.log' for more details." >&2;}
15689
{ (exit 1); exit 1; }; }; }
13699
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
13700
is in your PATH or set the PKG_CONFIG environment variable to the full
13701
path to pkg-config.
13703
Alternatively, you may set the environment variables DBUS_CFLAGS
13704
and DBUS_LIBS to avoid the need to call pkg-config.
13705
See the pkg-config man page for more details.
13707
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13708
See \`config.log' for more details." "$LINENO" 5; }
15691
13710
DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
15692
13711
DBUS_LIBS=$pkg_cv_DBUS_LIBS
15693
{ $as_echo "$as_me:$LINENO: result: yes" >&5
13712
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15694
13713
$as_echo "yes" >&6; }
15704
13723
pkg_failed=no
15705
{ $as_echo "$as_me:$LINENO: checking for MONO_ADDINS" >&5
13724
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MONO_ADDINS" >&5
15706
13725
$as_echo_n "checking for MONO_ADDINS... " >&6; }
15708
if test -n "$MONO_ADDINS_CFLAGS"; then
15709
pkg_cv_MONO_ADDINS_CFLAGS="$MONO_ADDINS_CFLAGS"
15710
elif test -n "$PKG_CONFIG"; then
15711
if test -n "$PKG_CONFIG" && \
15712
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins >= 0.3 \\
13727
if test -n "$PKG_CONFIG"; then
13728
if test -n "$MONO_ADDINS_CFLAGS"; then
13729
pkg_cv_MONO_ADDINS_CFLAGS="$MONO_ADDINS_CFLAGS"
13731
if test -n "$PKG_CONFIG" && \
13732
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins >= 0.3 \\
15713
13733
mono-addins-gui >= 0.3 \\
15714
mono-addins-setup >= 0.3\"") >&5
13734
mono-addins-setup >= 0.3\""; } >&5
15715
13735
($PKG_CONFIG --exists --print-errors "mono-addins >= 0.3 \
15716
13736
mono-addins-gui >= 0.3 \
15717
13737
mono-addins-setup >= 0.3") 2>&5
15719
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720
(exit $ac_status); }; then
13739
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13740
test $ac_status = 0; }; then
15721
13741
pkg_cv_MONO_ADDINS_CFLAGS=`$PKG_CONFIG --cflags "mono-addins >= 0.3 \
15722
13742
mono-addins-gui >= 0.3 \
15723
13743
mono-addins-setup >= 0.3" 2>/dev/null`
15725
13745
pkg_failed=yes
15730
if test -n "$MONO_ADDINS_LIBS"; then
15731
pkg_cv_MONO_ADDINS_LIBS="$MONO_ADDINS_LIBS"
15732
elif test -n "$PKG_CONFIG"; then
15733
if test -n "$PKG_CONFIG" && \
15734
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins >= 0.3 \\
13751
if test -n "$PKG_CONFIG"; then
13752
if test -n "$MONO_ADDINS_LIBS"; then
13753
pkg_cv_MONO_ADDINS_LIBS="$MONO_ADDINS_LIBS"
13755
if test -n "$PKG_CONFIG" && \
13756
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins >= 0.3 \\
15735
13757
mono-addins-gui >= 0.3 \\
15736
mono-addins-setup >= 0.3\"") >&5
13758
mono-addins-setup >= 0.3\""; } >&5
15737
13759
($PKG_CONFIG --exists --print-errors "mono-addins >= 0.3 \
15738
13760
mono-addins-gui >= 0.3 \
15739
13761
mono-addins-setup >= 0.3") 2>&5
15741
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15742
(exit $ac_status); }; then
13763
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13764
test $ac_status = 0; }; then
15743
13765
pkg_cv_MONO_ADDINS_LIBS=`$PKG_CONFIG --libs "mono-addins >= 0.3 \
15744
13766
mono-addins-gui >= 0.3 \
15745
13767
mono-addins-setup >= 0.3" 2>/dev/null`
15747
13769
pkg_failed=yes
15760
13783
_pkg_short_errors_supported=no
15762
13785
if test $_pkg_short_errors_supported = yes; then
15763
MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mono-addins >= 0.3 \
13786
MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "mono-addins >= 0.3 \
15764
13787
mono-addins-gui >= 0.3 \
15765
mono-addins-setup >= 0.3" 2>&1`
13788
mono-addins-setup >= 0.3"`
15767
MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --print-errors "mono-addins >= 0.3 \
13790
MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mono-addins >= 0.3 \
15768
13791
mono-addins-gui >= 0.3 \
15769
mono-addins-setup >= 0.3" 2>&1`
13792
mono-addins-setup >= 0.3"`
15771
13794
# Put the nasty error message in config.log where it belongs
15772
13795
echo "$MONO_ADDINS_PKG_ERRORS" >&5
15774
{ { $as_echo "$as_me:$LINENO: error: Package requirements (mono-addins >= 0.3 \
15775
mono-addins-gui >= 0.3 \
15776
mono-addins-setup >= 0.3) were not met:
15778
$MONO_ADDINS_PKG_ERRORS
15780
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15781
installed software in a non-standard prefix.
15783
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
15784
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
15785
See the pkg-config man page for more details.
15787
$as_echo "$as_me: error: Package requirements (mono-addins >= 0.3 \
15788
mono-addins-gui >= 0.3 \
15789
mono-addins-setup >= 0.3) were not met:
15791
$MONO_ADDINS_PKG_ERRORS
15793
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15794
installed software in a non-standard prefix.
15796
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
15797
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
15798
See the pkg-config man page for more details.
15800
{ (exit 1); exit 1; }; }
13797
as_fn_error "Package requirements (mono-addins >= 0.3 \
13798
mono-addins-gui >= 0.3 \
13799
mono-addins-setup >= 0.3) were not met:
13801
$MONO_ADDINS_PKG_ERRORS
13803
Consider adjusting the PKG_CONFIG_PATH environment variable if you
13804
installed software in a non-standard prefix.
13806
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
13807
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
13808
See the pkg-config man page for more details.
15801
13810
elif test $pkg_failed = untried; then
15802
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13811
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15803
13812
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15804
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
15805
is in your PATH or set the PKG_CONFIG environment variable to the full
15806
path to pkg-config.
15808
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
15809
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
15810
See the pkg-config man page for more details.
15812
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15813
See \`config.log' for more details." >&5
15814
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
15815
is in your PATH or set the PKG_CONFIG environment variable to the full
15816
path to pkg-config.
15818
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
15819
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
15820
See the pkg-config man page for more details.
15822
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15823
See \`config.log' for more details." >&2;}
15824
{ (exit 1); exit 1; }; }; }
13813
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
13814
is in your PATH or set the PKG_CONFIG environment variable to the full
13815
path to pkg-config.
13817
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
13818
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
13819
See the pkg-config man page for more details.
13821
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13822
See \`config.log' for more details." "$LINENO" 5; }
15826
13824
MONO_ADDINS_CFLAGS=$pkg_cv_MONO_ADDINS_CFLAGS
15827
13825
MONO_ADDINS_LIBS=$pkg_cv_MONO_ADDINS_LIBS
15828
{ $as_echo "$as_me:$LINENO: result: yes" >&5
13826
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15829
13827
$as_echo "yes" >&6; }
15903
13905
_pkg_short_errors_supported=no
15905
13907
if test $_pkg_short_errors_supported = yes; then
15906
GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-sharp-2.0
13908
GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-sharp-2.0
15907
13909
gconf-sharp-2.0
15908
13910
gconf-sharp-peditors-2.0
15909
gnome-panel-sharp-2.24" 2>&1`
13911
gnome-panel-sharp-2.24"`
15911
GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-sharp-2.0
13913
GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-sharp-2.0
15912
13914
gconf-sharp-2.0
15913
13915
gconf-sharp-peditors-2.0
15914
gnome-panel-sharp-2.24" 2>&1`
13916
gnome-panel-sharp-2.24"`
15916
13918
# Put the nasty error message in config.log where it belongs
15917
13919
echo "$GNOME_PKG_ERRORS" >&5
15919
{ { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-sharp-2.0
15921
gconf-sharp-peditors-2.0
15922
gnome-panel-sharp-2.24) were not met:
15926
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15927
installed software in a non-standard prefix.
15929
Alternatively, you may set the environment variables GNOME_CFLAGS
15930
and GNOME_LIBS to avoid the need to call pkg-config.
15931
See the pkg-config man page for more details.
15933
$as_echo "$as_me: error: Package requirements (gnome-sharp-2.0
15935
gconf-sharp-peditors-2.0
15936
gnome-panel-sharp-2.24) were not met:
15940
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15941
installed software in a non-standard prefix.
15943
Alternatively, you may set the environment variables GNOME_CFLAGS
15944
and GNOME_LIBS to avoid the need to call pkg-config.
15945
See the pkg-config man page for more details.
15947
{ (exit 1); exit 1; }; }
13921
as_fn_error "Package requirements (gnome-sharp-2.0
13923
gconf-sharp-peditors-2.0
13924
gnome-panel-sharp-2.24) were not met:
13928
Consider adjusting the PKG_CONFIG_PATH environment variable if you
13929
installed software in a non-standard prefix.
13931
Alternatively, you may set the environment variables GNOME_CFLAGS
13932
and GNOME_LIBS to avoid the need to call pkg-config.
13933
See the pkg-config man page for more details.
15948
13935
elif test $pkg_failed = untried; then
15949
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13936
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15950
13937
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15951
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
15952
is in your PATH or set the PKG_CONFIG environment variable to the full
15953
path to pkg-config.
15955
Alternatively, you may set the environment variables GNOME_CFLAGS
15956
and GNOME_LIBS to avoid the need to call pkg-config.
15957
See the pkg-config man page for more details.
15959
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15960
See \`config.log' for more details." >&5
15961
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
15962
is in your PATH or set the PKG_CONFIG environment variable to the full
15963
path to pkg-config.
15965
Alternatively, you may set the environment variables GNOME_CFLAGS
15966
and GNOME_LIBS to avoid the need to call pkg-config.
15967
See the pkg-config man page for more details.
15969
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15970
See \`config.log' for more details." >&2;}
15971
{ (exit 1); exit 1; }; }; }
13938
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
13939
is in your PATH or set the PKG_CONFIG environment variable to the full
13940
path to pkg-config.
13942
Alternatively, you may set the environment variables GNOME_CFLAGS
13943
and GNOME_LIBS to avoid the need to call pkg-config.
13944
See the pkg-config man page for more details.
13946
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13947
See \`config.log' for more details." "$LINENO" 5; }
15973
13949
GNOME_CFLAGS=$pkg_cv_GNOME_CFLAGS
15974
13950
GNOME_LIBS=$pkg_cv_GNOME_LIBS
15975
{ $as_echo "$as_me:$LINENO: result: yes" >&5
13951
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15976
13952
$as_echo "yes" >&6; }
15982
13958
if pkg-config --atleast-version=2.16.1 gconf-sharp-2.0; then
15984
13960
pkg_failed=no
15985
{ $as_echo "$as_me:$LINENO: checking for GNOME" >&5
13961
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME" >&5
15986
13962
$as_echo_n "checking for GNOME... " >&6; }
15988
if test -n "$GNOME_CFLAGS"; then
15989
pkg_cv_GNOME_CFLAGS="$GNOME_CFLAGS"
15990
elif test -n "$PKG_CONFIG"; then
15991
if test -n "$PKG_CONFIG" && \
15992
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
13964
if test -n "$PKG_CONFIG"; then
13965
if test -n "$GNOME_CFLAGS"; then
13966
pkg_cv_GNOME_CFLAGS="$GNOME_CFLAGS"
13968
if test -n "$PKG_CONFIG" && \
13969
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
15993
13970
gconf-sharp-2.0
15994
gconf-sharp-peditors-2.0\"") >&5
13971
gconf-sharp-peditors-2.0\""; } >&5
15995
13972
($PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
15996
13973
gconf-sharp-2.0
15997
13974
gconf-sharp-peditors-2.0") 2>&5
15999
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16000
(exit $ac_status); }; then
13976
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13977
test $ac_status = 0; }; then
16001
13978
pkg_cv_GNOME_CFLAGS=`$PKG_CONFIG --cflags "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16002
13979
gconf-sharp-2.0
16003
13980
gconf-sharp-peditors-2.0" 2>/dev/null`
16005
13982
pkg_failed=yes
16010
if test -n "$GNOME_LIBS"; then
16011
pkg_cv_GNOME_LIBS="$GNOME_LIBS"
16012
elif test -n "$PKG_CONFIG"; then
16013
if test -n "$PKG_CONFIG" && \
16014
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
13988
if test -n "$PKG_CONFIG"; then
13989
if test -n "$GNOME_LIBS"; then
13990
pkg_cv_GNOME_LIBS="$GNOME_LIBS"
13992
if test -n "$PKG_CONFIG" && \
13993
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
16015
13994
gconf-sharp-2.0
16016
gconf-sharp-peditors-2.0\"") >&5
13995
gconf-sharp-peditors-2.0\""; } >&5
16017
13996
($PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16018
13997
gconf-sharp-2.0
16019
13998
gconf-sharp-peditors-2.0") 2>&5
16021
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16022
(exit $ac_status); }; then
14000
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14001
test $ac_status = 0; }; then
16023
14002
pkg_cv_GNOME_LIBS=`$PKG_CONFIG --libs "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16024
14003
gconf-sharp-2.0
16025
14004
gconf-sharp-peditors-2.0" 2>/dev/null`
16027
14006
pkg_failed=yes
16040
14020
_pkg_short_errors_supported=no
16042
14022
if test $_pkg_short_errors_supported = yes; then
16043
GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
14023
GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16044
14024
gconf-sharp-2.0
16045
gconf-sharp-peditors-2.0" 2>&1`
14025
gconf-sharp-peditors-2.0"`
16047
GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
14027
GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16048
14028
gconf-sharp-2.0
16049
gconf-sharp-peditors-2.0" 2>&1`
14029
gconf-sharp-peditors-2.0"`
16051
14031
# Put the nasty error message in config.log where it belongs
16052
14032
echo "$GNOME_PKG_ERRORS" >&5
16054
{ { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16056
gconf-sharp-peditors-2.0) were not met:
16060
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16061
installed software in a non-standard prefix.
16063
Alternatively, you may set the environment variables GNOME_CFLAGS
16064
and GNOME_LIBS to avoid the need to call pkg-config.
16065
See the pkg-config man page for more details.
16067
$as_echo "$as_me: error: Package requirements (gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16069
gconf-sharp-peditors-2.0) were not met:
16073
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16074
installed software in a non-standard prefix.
16076
Alternatively, you may set the environment variables GNOME_CFLAGS
16077
and GNOME_LIBS to avoid the need to call pkg-config.
16078
See the pkg-config man page for more details.
16080
{ (exit 1); exit 1; }; }
14034
as_fn_error "Package requirements (gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
14036
gconf-sharp-peditors-2.0) were not met:
14040
Consider adjusting the PKG_CONFIG_PATH environment variable if you
14041
installed software in a non-standard prefix.
14043
Alternatively, you may set the environment variables GNOME_CFLAGS
14044
and GNOME_LIBS to avoid the need to call pkg-config.
14045
See the pkg-config man page for more details.
16081
14047
elif test $pkg_failed = untried; then
16082
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14048
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16083
14049
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16084
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
16085
is in your PATH or set the PKG_CONFIG environment variable to the full
16086
path to pkg-config.
16088
Alternatively, you may set the environment variables GNOME_CFLAGS
16089
and GNOME_LIBS to avoid the need to call pkg-config.
16090
See the pkg-config man page for more details.
16092
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16093
See \`config.log' for more details." >&5
16094
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
16095
is in your PATH or set the PKG_CONFIG environment variable to the full
16096
path to pkg-config.
16098
Alternatively, you may set the environment variables GNOME_CFLAGS
16099
and GNOME_LIBS to avoid the need to call pkg-config.
16100
See the pkg-config man page for more details.
16102
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16103
See \`config.log' for more details." >&2;}
16104
{ (exit 1); exit 1; }; }; }
14050
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
14051
is in your PATH or set the PKG_CONFIG environment variable to the full
14052
path to pkg-config.
14054
Alternatively, you may set the environment variables GNOME_CFLAGS
14055
and GNOME_LIBS to avoid the need to call pkg-config.
14056
See the pkg-config man page for more details.
14058
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14059
See \`config.log' for more details." "$LINENO" 5; }
16106
14061
GNOME_CFLAGS=$pkg_cv_GNOME_CFLAGS
16107
14062
GNOME_LIBS=$pkg_cv_GNOME_LIBS
16108
{ $as_echo "$as_me:$LINENO: result: yes" >&5
14063
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16109
14064
$as_echo "yes" >&6; }
16114
14069
pkg_failed=no
16115
{ $as_echo "$as_me:$LINENO: checking for GNOME" >&5
14070
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME" >&5
16116
14071
$as_echo_n "checking for GNOME... " >&6; }
16118
if test -n "$GNOME_CFLAGS"; then
16119
pkg_cv_GNOME_CFLAGS="$GNOME_CFLAGS"
16120
elif test -n "$PKG_CONFIG"; then
16121
if test -n "$PKG_CONFIG" && \
16122
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
16123
gconf-sharp-2.0\"") >&5
14073
if test -n "$PKG_CONFIG"; then
14074
if test -n "$GNOME_CFLAGS"; then
14075
pkg_cv_GNOME_CFLAGS="$GNOME_CFLAGS"
14077
if test -n "$PKG_CONFIG" && \
14078
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
14079
gconf-sharp-2.0\""; } >&5
16124
14080
($PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16125
14081
gconf-sharp-2.0") 2>&5
16127
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16128
(exit $ac_status); }; then
14083
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14084
test $ac_status = 0; }; then
16129
14085
pkg_cv_GNOME_CFLAGS=`$PKG_CONFIG --cflags "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16130
14086
gconf-sharp-2.0" 2>/dev/null`
16132
14088
pkg_failed=yes
16137
if test -n "$GNOME_LIBS"; then
16138
pkg_cv_GNOME_LIBS="$GNOME_LIBS"
16139
elif test -n "$PKG_CONFIG"; then
16140
if test -n "$PKG_CONFIG" && \
16141
{ ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
16142
gconf-sharp-2.0\"") >&5
14094
if test -n "$PKG_CONFIG"; then
14095
if test -n "$GNOME_LIBS"; then
14096
pkg_cv_GNOME_LIBS="$GNOME_LIBS"
14098
if test -n "$PKG_CONFIG" && \
14099
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 > \$GNOMESHARP_MINIMUM_VERSION
14100
gconf-sharp-2.0\""; } >&5
16143
14101
($PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16144
14102
gconf-sharp-2.0") 2>&5
16146
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16147
(exit $ac_status); }; then
14104
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14105
test $ac_status = 0; }; then
16148
14106
pkg_cv_GNOME_LIBS=`$PKG_CONFIG --libs "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16149
14107
gconf-sharp-2.0" 2>/dev/null`
16151
14109
pkg_failed=yes
16164
14123
_pkg_short_errors_supported=no
16166
14125
if test $_pkg_short_errors_supported = yes; then
16167
GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16168
gconf-sharp-2.0" 2>&1`
14126
GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16170
GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16171
gconf-sharp-2.0" 2>&1`
14129
GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16173
14132
# Put the nasty error message in config.log where it belongs
16174
14133
echo "$GNOME_PKG_ERRORS" >&5
16176
{ { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16177
gconf-sharp-2.0) were not met:
16181
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16182
installed software in a non-standard prefix.
16184
Alternatively, you may set the environment variables GNOME_CFLAGS
16185
and GNOME_LIBS to avoid the need to call pkg-config.
16186
See the pkg-config man page for more details.
16188
$as_echo "$as_me: error: Package requirements (gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
16189
gconf-sharp-2.0) were not met:
16193
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16194
installed software in a non-standard prefix.
16196
Alternatively, you may set the environment variables GNOME_CFLAGS
16197
and GNOME_LIBS to avoid the need to call pkg-config.
16198
See the pkg-config man page for more details.
16200
{ (exit 1); exit 1; }; }
14135
as_fn_error "Package requirements (gnome-sharp-2.0 > $GNOMESHARP_MINIMUM_VERSION
14136
gconf-sharp-2.0) were not met:
14140
Consider adjusting the PKG_CONFIG_PATH environment variable if you
14141
installed software in a non-standard prefix.
14143
Alternatively, you may set the environment variables GNOME_CFLAGS
14144
and GNOME_LIBS to avoid the need to call pkg-config.
14145
See the pkg-config man page for more details.
16201
14147
elif test $pkg_failed = untried; then
16202
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14148
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16203
14149
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16204
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
16205
is in your PATH or set the PKG_CONFIG environment variable to the full
16206
path to pkg-config.
16208
Alternatively, you may set the environment variables GNOME_CFLAGS
16209
and GNOME_LIBS to avoid the need to call pkg-config.
16210
See the pkg-config man page for more details.
16212
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16213
See \`config.log' for more details." >&5
16214
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
16215
is in your PATH or set the PKG_CONFIG environment variable to the full
16216
path to pkg-config.
16218
Alternatively, you may set the environment variables GNOME_CFLAGS
16219
and GNOME_LIBS to avoid the need to call pkg-config.
16220
See the pkg-config man page for more details.
16222
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16223
See \`config.log' for more details." >&2;}
16224
{ (exit 1); exit 1; }; }; }
14150
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
14151
is in your PATH or set the PKG_CONFIG environment variable to the full
14152
path to pkg-config.
14154
Alternatively, you may set the environment variables GNOME_CFLAGS
14155
and GNOME_LIBS to avoid the need to call pkg-config.
14156
See the pkg-config man page for more details.
14158
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14159
See \`config.log' for more details." "$LINENO" 5; }
16226
14161
GNOME_CFLAGS=$pkg_cv_GNOME_CFLAGS
16227
14162
GNOME_LIBS=$pkg_cv_GNOME_LIBS
16228
{ $as_echo "$as_me:$LINENO: result: yes" >&5
14163
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16229
14164
$as_echo "yes" >&6; }
16290
14229
_pkg_short_errors_supported=no
16292
14231
if test $_pkg_short_errors_supported = yes; then
16293
GTKSHARP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION" 2>&1`
14232
GTKSHARP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION"`
16295
GTKSHARP_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION" 2>&1`
14234
GTKSHARP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION"`
16297
14236
# Put the nasty error message in config.log where it belongs
16298
14237
echo "$GTKSHARP_PKG_ERRORS" >&5
16300
{ { $as_echo "$as_me:$LINENO: error: Package requirements (gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION) were not met:
16302
$GTKSHARP_PKG_ERRORS
16304
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16305
installed software in a non-standard prefix.
16307
Alternatively, you may set the environment variables GTKSHARP_CFLAGS
16308
and GTKSHARP_LIBS to avoid the need to call pkg-config.
16309
See the pkg-config man page for more details.
16311
$as_echo "$as_me: error: Package requirements (gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION) were not met:
16313
$GTKSHARP_PKG_ERRORS
16315
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16316
installed software in a non-standard prefix.
16318
Alternatively, you may set the environment variables GTKSHARP_CFLAGS
16319
and GTKSHARP_LIBS to avoid the need to call pkg-config.
16320
See the pkg-config man page for more details.
16322
{ (exit 1); exit 1; }; }
14239
as_fn_error "Package requirements (gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION) were not met:
14241
$GTKSHARP_PKG_ERRORS
14243
Consider adjusting the PKG_CONFIG_PATH environment variable if you
14244
installed software in a non-standard prefix.
14246
Alternatively, you may set the environment variables GTKSHARP_CFLAGS
14247
and GTKSHARP_LIBS to avoid the need to call pkg-config.
14248
See the pkg-config man page for more details.
16323
14250
elif test $pkg_failed = untried; then
16324
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14251
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16325
14252
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16326
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
16327
is in your PATH or set the PKG_CONFIG environment variable to the full
16328
path to pkg-config.
16330
Alternatively, you may set the environment variables GTKSHARP_CFLAGS
16331
and GTKSHARP_LIBS to avoid the need to call pkg-config.
16332
See the pkg-config man page for more details.
16334
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16335
See \`config.log' for more details." >&5
16336
$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
16337
is in your PATH or set the PKG_CONFIG environment variable to the full
16338
path to pkg-config.
16340
Alternatively, you may set the environment variables GTKSHARP_CFLAGS
16341
and GTKSHARP_LIBS to avoid the need to call pkg-config.
16342
See the pkg-config man page for more details.
16344
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16345
See \`config.log' for more details." >&2;}
16346
{ (exit 1); exit 1; }; }; }
14253
as_fn_error "The pkg-config script could not be found or is too old. Make sure it
14254
is in your PATH or set the PKG_CONFIG environment variable to the full
14255
path to pkg-config.
14257
Alternatively, you may set the environment variables GTKSHARP_CFLAGS
14258
and GTKSHARP_LIBS to avoid the need to call pkg-config.
14259
See the pkg-config man page for more details.
14261
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14262
See \`config.log' for more details." "$LINENO" 5; }
16348
14264
GTKSHARP_CFLAGS=$pkg_cv_GTKSHARP_CFLAGS
16349
14265
GTKSHARP_LIBS=$pkg_cv_GTKSHARP_LIBS
16350
{ $as_echo "$as_me:$LINENO: result: yes" >&5
14266
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16351
14267
$as_echo "yes" >&6; }
17235
rm -f conftest.$ac_objext conftest$ac_exeext
17236
if { (ac_try="$ac_link"
17237
case "(($ac_try" in
17238
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17239
*) ac_try_echo=$ac_try;;
17241
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17242
$as_echo "$ac_try_echo") >&5
17243
(eval "$ac_link") 2>conftest.er1
17245
grep -v '^ *+' conftest.er1 >conftest.err
17247
cat conftest.err >&5
17248
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17249
(exit $ac_status); } && {
17250
test -z "$ac_c_werror_flag" ||
17251
test ! -s conftest.err
17252
} && test -s conftest$ac_exeext && {
17253
test "$cross_compiling" = yes ||
17254
$as_test_x conftest$ac_exeext
15023
if ac_fn_c_try_link "$LINENO"; then :
17256
15024
ac_cv_lib_dnet_dnet_ntoa=yes
17258
$as_echo "$as_me: failed program was:" >&5
17259
sed 's/^/| /' conftest.$ac_ext >&5
17261
ac_cv_lib_dnet_dnet_ntoa=no
15026
ac_cv_lib_dnet_dnet_ntoa=no
17264
rm -rf conftest.dSYM
17265
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17266
conftest$ac_exeext conftest.$ac_ext
15028
rm -f core conftest.err conftest.$ac_objext \
15029
conftest$ac_exeext conftest.$ac_ext
17267
15030
LIBS=$ac_check_lib_save_LIBS
17269
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
15032
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
17270
15033
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
17271
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
15034
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
17272
15035
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
17275
15038
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
17276
{ $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
15039
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
17277
15040
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
17278
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
15041
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
17279
15042
$as_echo_n "(cached) " >&6
17281
15044
ac_check_lib_save_LIBS=$LIBS
17282
15045
LIBS="-ldnet_stub $LIBS"
17283
cat >conftest.$ac_ext <<_ACEOF
17286
cat confdefs.h >>conftest.$ac_ext
17287
cat >>conftest.$ac_ext <<_ACEOF
15046
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17288
15047
/* end confdefs.h. */
17290
15049
/* Override any GCC internal prototype to avoid an error.
17358
15090
# on Irix 5.2, according to T.E. Dickey.
17359
15091
# The functions gethostbyname, getservbyname, and inet_addr are
17360
15092
# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
17361
{ $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
17362
$as_echo_n "checking for gethostbyname... " >&6; }
17363
if test "${ac_cv_func_gethostbyname+set}" = set; then
17364
$as_echo_n "(cached) " >&6
17366
cat >conftest.$ac_ext <<_ACEOF
17369
cat confdefs.h >>conftest.$ac_ext
17370
cat >>conftest.$ac_ext <<_ACEOF
17371
/* end confdefs.h. */
17372
/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
17373
For example, HP-UX 11i <limits.h> declares gettimeofday. */
17374
#define gethostbyname innocuous_gethostbyname
17376
/* System header to define __stub macros and hopefully few prototypes,
17377
which can conflict with char gethostbyname (); below.
17378
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17379
<limits.h> exists even on freestanding compilers. */
17382
# include <limits.h>
17384
# include <assert.h>
17387
#undef gethostbyname
17389
/* Override any GCC internal prototype to avoid an error.
17390
Use char because int might match the return type of a GCC
17391
builtin and then its argument prototype would still apply. */
17395
char gethostbyname ();
17396
/* The GNU C library defines this for functions which it implements
17397
to always fail with ENOSYS. Some functions are actually named
17398
something starting with __ and the normal name is an alias. */
17399
#if defined __stub_gethostbyname || defined __stub___gethostbyname
17406
return gethostbyname ();
17411
rm -f conftest.$ac_objext conftest$ac_exeext
17412
if { (ac_try="$ac_link"
17413
case "(($ac_try" in
17414
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17415
*) ac_try_echo=$ac_try;;
17417
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17418
$as_echo "$ac_try_echo") >&5
17419
(eval "$ac_link") 2>conftest.er1
17421
grep -v '^ *+' conftest.er1 >conftest.err
17423
cat conftest.err >&5
17424
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17425
(exit $ac_status); } && {
17426
test -z "$ac_c_werror_flag" ||
17427
test ! -s conftest.err
17428
} && test -s conftest$ac_exeext && {
17429
test "$cross_compiling" = yes ||
17430
$as_test_x conftest$ac_exeext
17432
ac_cv_func_gethostbyname=yes
17434
$as_echo "$as_me: failed program was:" >&5
17435
sed 's/^/| /' conftest.$ac_ext >&5
17437
ac_cv_func_gethostbyname=no
17440
rm -rf conftest.dSYM
17441
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17442
conftest$ac_exeext conftest.$ac_ext
17444
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
17445
$as_echo "$ac_cv_func_gethostbyname" >&6; }
15093
ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
15094
if test "x$ac_cv_func_gethostbyname" = x""yes; then :
17447
15098
if test $ac_cv_func_gethostbyname = no; then
17448
{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
15099
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
17449
15100
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
17450
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
15101
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
17451
15102
$as_echo_n "(cached) " >&6
17453
15104
ac_check_lib_save_LIBS=$LIBS
17454
15105
LIBS="-lnsl $LIBS"
17455
cat >conftest.$ac_ext <<_ACEOF
17458
cat confdefs.h >>conftest.$ac_ext
17459
cat >>conftest.$ac_ext <<_ACEOF
15106
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17460
15107
/* end confdefs.h. */
17462
15109
/* Override any GCC internal prototype to avoid an error.
17477
rm -f conftest.$ac_objext conftest$ac_exeext
17478
if { (ac_try="$ac_link"
17479
case "(($ac_try" in
17480
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17481
*) ac_try_echo=$ac_try;;
17483
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17484
$as_echo "$ac_try_echo") >&5
17485
(eval "$ac_link") 2>conftest.er1
17487
grep -v '^ *+' conftest.er1 >conftest.err
17489
cat conftest.err >&5
17490
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17491
(exit $ac_status); } && {
17492
test -z "$ac_c_werror_flag" ||
17493
test ! -s conftest.err
17494
} && test -s conftest$ac_exeext && {
17495
test "$cross_compiling" = yes ||
17496
$as_test_x conftest$ac_exeext
15124
if ac_fn_c_try_link "$LINENO"; then :
17498
15125
ac_cv_lib_nsl_gethostbyname=yes
17500
$as_echo "$as_me: failed program was:" >&5
17501
sed 's/^/| /' conftest.$ac_ext >&5
17503
ac_cv_lib_nsl_gethostbyname=no
15127
ac_cv_lib_nsl_gethostbyname=no
17506
rm -rf conftest.dSYM
17507
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17508
conftest$ac_exeext conftest.$ac_ext
15129
rm -f core conftest.err conftest.$ac_objext \
15130
conftest$ac_exeext conftest.$ac_ext
17509
15131
LIBS=$ac_check_lib_save_LIBS
17511
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
15133
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
17512
15134
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
17513
if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
15135
if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
17514
15136
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
17517
15139
if test $ac_cv_lib_nsl_gethostbyname = no; then
17518
{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
15140
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
17519
15141
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
17520
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
15142
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
17521
15143
$as_echo_n "(cached) " >&6
17523
15145
ac_check_lib_save_LIBS=$LIBS
17524
15146
LIBS="-lbsd $LIBS"
17525
cat >conftest.$ac_ext <<_ACEOF
17528
cat confdefs.h >>conftest.$ac_ext
17529
cat >>conftest.$ac_ext <<_ACEOF
15147
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17530
15148
/* end confdefs.h. */
17532
15150
/* Override any GCC internal prototype to avoid an error.
17594
15187
# variants that don't use the name server (or something). -lsocket
17595
15188
# must be given before -lnsl if both are needed. We assume that
17596
15189
# if connect needs -lnsl, so does gethostbyname.
17597
{ $as_echo "$as_me:$LINENO: checking for connect" >&5
17598
$as_echo_n "checking for connect... " >&6; }
17599
if test "${ac_cv_func_connect+set}" = set; then
17600
$as_echo_n "(cached) " >&6
17602
cat >conftest.$ac_ext <<_ACEOF
17605
cat confdefs.h >>conftest.$ac_ext
17606
cat >>conftest.$ac_ext <<_ACEOF
17607
/* end confdefs.h. */
17608
/* Define connect to an innocuous variant, in case <limits.h> declares connect.
17609
For example, HP-UX 11i <limits.h> declares gettimeofday. */
17610
#define connect innocuous_connect
17612
/* System header to define __stub macros and hopefully few prototypes,
17613
which can conflict with char connect (); below.
17614
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17615
<limits.h> exists even on freestanding compilers. */
17618
# include <limits.h>
17620
# include <assert.h>
17625
/* Override any GCC internal prototype to avoid an error.
17626
Use char because int might match the return type of a GCC
17627
builtin and then its argument prototype would still apply. */
17632
/* The GNU C library defines this for functions which it implements
17633
to always fail with ENOSYS. Some functions are actually named
17634
something starting with __ and the normal name is an alias. */
17635
#if defined __stub_connect || defined __stub___connect
17647
rm -f conftest.$ac_objext conftest$ac_exeext
17648
if { (ac_try="$ac_link"
17649
case "(($ac_try" in
17650
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17651
*) ac_try_echo=$ac_try;;
17653
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17654
$as_echo "$ac_try_echo") >&5
17655
(eval "$ac_link") 2>conftest.er1
17657
grep -v '^ *+' conftest.er1 >conftest.err
17659
cat conftest.err >&5
17660
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17661
(exit $ac_status); } && {
17662
test -z "$ac_c_werror_flag" ||
17663
test ! -s conftest.err
17664
} && test -s conftest$ac_exeext && {
17665
test "$cross_compiling" = yes ||
17666
$as_test_x conftest$ac_exeext
17668
ac_cv_func_connect=yes
17670
$as_echo "$as_me: failed program was:" >&5
17671
sed 's/^/| /' conftest.$ac_ext >&5
17673
ac_cv_func_connect=no
17676
rm -rf conftest.dSYM
17677
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17678
conftest$ac_exeext conftest.$ac_ext
17680
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
17681
$as_echo "$ac_cv_func_connect" >&6; }
15190
ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
15191
if test "x$ac_cv_func_connect" = x""yes; then :
17683
15195
if test $ac_cv_func_connect = no; then
17684
{ $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
15196
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
17685
15197
$as_echo_n "checking for connect in -lsocket... " >&6; }
17686
if test "${ac_cv_lib_socket_connect+set}" = set; then
15198
if test "${ac_cv_lib_socket_connect+set}" = set; then :
17687
15199
$as_echo_n "(cached) " >&6
17689
15201
ac_check_lib_save_LIBS=$LIBS
17690
15202
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
17691
cat >conftest.$ac_ext <<_ACEOF
17694
cat confdefs.h >>conftest.$ac_ext
17695
cat >>conftest.$ac_ext <<_ACEOF
15203
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17696
15204
/* end confdefs.h. */
17698
15206
/* Override any GCC internal prototype to avoid an error.
17713
rm -f conftest.$ac_objext conftest$ac_exeext
17714
if { (ac_try="$ac_link"
17715
case "(($ac_try" in
17716
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17717
*) ac_try_echo=$ac_try;;
17719
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17720
$as_echo "$ac_try_echo") >&5
17721
(eval "$ac_link") 2>conftest.er1
17723
grep -v '^ *+' conftest.er1 >conftest.err
17725
cat conftest.err >&5
17726
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17727
(exit $ac_status); } && {
17728
test -z "$ac_c_werror_flag" ||
17729
test ! -s conftest.err
17730
} && test -s conftest$ac_exeext && {
17731
test "$cross_compiling" = yes ||
17732
$as_test_x conftest$ac_exeext
15221
if ac_fn_c_try_link "$LINENO"; then :
17734
15222
ac_cv_lib_socket_connect=yes
17736
$as_echo "$as_me: failed program was:" >&5
17737
sed 's/^/| /' conftest.$ac_ext >&5
17739
ac_cv_lib_socket_connect=no
15224
ac_cv_lib_socket_connect=no
17742
rm -rf conftest.dSYM
17743
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17744
conftest$ac_exeext conftest.$ac_ext
15226
rm -f core conftest.err conftest.$ac_objext \
15227
conftest$ac_exeext conftest.$ac_ext
17745
15228
LIBS=$ac_check_lib_save_LIBS
17747
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
15230
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
17748
15231
$as_echo "$ac_cv_lib_socket_connect" >&6; }
17749
if test "x$ac_cv_lib_socket_connect" = x""yes; then
15232
if test "x$ac_cv_lib_socket_connect" = x""yes; then :
17750
15233
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
17755
15238
# Guillermo Gomez says -lposix is necessary on A/UX.
17756
{ $as_echo "$as_me:$LINENO: checking for remove" >&5
17757
$as_echo_n "checking for remove... " >&6; }
17758
if test "${ac_cv_func_remove+set}" = set; then
17759
$as_echo_n "(cached) " >&6
17761
cat >conftest.$ac_ext <<_ACEOF
17764
cat confdefs.h >>conftest.$ac_ext
17765
cat >>conftest.$ac_ext <<_ACEOF
17766
/* end confdefs.h. */
17767
/* Define remove to an innocuous variant, in case <limits.h> declares remove.
17768
For example, HP-UX 11i <limits.h> declares gettimeofday. */
17769
#define remove innocuous_remove
17771
/* System header to define __stub macros and hopefully few prototypes,
17772
which can conflict with char remove (); below.
17773
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17774
<limits.h> exists even on freestanding compilers. */
17777
# include <limits.h>
17779
# include <assert.h>
17784
/* Override any GCC internal prototype to avoid an error.
17785
Use char because int might match the return type of a GCC
17786
builtin and then its argument prototype would still apply. */
17791
/* The GNU C library defines this for functions which it implements
17792
to always fail with ENOSYS. Some functions are actually named
17793
something starting with __ and the normal name is an alias. */
17794
#if defined __stub_remove || defined __stub___remove
17806
rm -f conftest.$ac_objext conftest$ac_exeext
17807
if { (ac_try="$ac_link"
17808
case "(($ac_try" in
17809
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17810
*) ac_try_echo=$ac_try;;
17812
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17813
$as_echo "$ac_try_echo") >&5
17814
(eval "$ac_link") 2>conftest.er1
17816
grep -v '^ *+' conftest.er1 >conftest.err
17818
cat conftest.err >&5
17819
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17820
(exit $ac_status); } && {
17821
test -z "$ac_c_werror_flag" ||
17822
test ! -s conftest.err
17823
} && test -s conftest$ac_exeext && {
17824
test "$cross_compiling" = yes ||
17825
$as_test_x conftest$ac_exeext
17827
ac_cv_func_remove=yes
17829
$as_echo "$as_me: failed program was:" >&5
17830
sed 's/^/| /' conftest.$ac_ext >&5
17832
ac_cv_func_remove=no
17835
rm -rf conftest.dSYM
17836
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17837
conftest$ac_exeext conftest.$ac_ext
17839
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
17840
$as_echo "$ac_cv_func_remove" >&6; }
15239
ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
15240
if test "x$ac_cv_func_remove" = x""yes; then :
17842
15244
if test $ac_cv_func_remove = no; then
17843
{ $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
15245
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
17844
15246
$as_echo_n "checking for remove in -lposix... " >&6; }
17845
if test "${ac_cv_lib_posix_remove+set}" = set; then
15247
if test "${ac_cv_lib_posix_remove+set}" = set; then :
17846
15248
$as_echo_n "(cached) " >&6
17848
15250
ac_check_lib_save_LIBS=$LIBS
17849
15251
LIBS="-lposix $LIBS"
17850
cat >conftest.$ac_ext <<_ACEOF
17853
cat confdefs.h >>conftest.$ac_ext
17854
cat >>conftest.$ac_ext <<_ACEOF
15252
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17855
15253
/* end confdefs.h. */
17857
15255
/* Override any GCC internal prototype to avoid an error.
17872
rm -f conftest.$ac_objext conftest$ac_exeext
17873
if { (ac_try="$ac_link"
17874
case "(($ac_try" in
17875
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17876
*) ac_try_echo=$ac_try;;
17878
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17879
$as_echo "$ac_try_echo") >&5
17880
(eval "$ac_link") 2>conftest.er1
17882
grep -v '^ *+' conftest.er1 >conftest.err
17884
cat conftest.err >&5
17885
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17886
(exit $ac_status); } && {
17887
test -z "$ac_c_werror_flag" ||
17888
test ! -s conftest.err
17889
} && test -s conftest$ac_exeext && {
17890
test "$cross_compiling" = yes ||
17891
$as_test_x conftest$ac_exeext
15270
if ac_fn_c_try_link "$LINENO"; then :
17893
15271
ac_cv_lib_posix_remove=yes
17895
$as_echo "$as_me: failed program was:" >&5
17896
sed 's/^/| /' conftest.$ac_ext >&5
17898
ac_cv_lib_posix_remove=no
15273
ac_cv_lib_posix_remove=no
17901
rm -rf conftest.dSYM
17902
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17903
conftest$ac_exeext conftest.$ac_ext
15275
rm -f core conftest.err conftest.$ac_objext \
15276
conftest$ac_exeext conftest.$ac_ext
17904
15277
LIBS=$ac_check_lib_save_LIBS
17906
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
15279
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
17907
15280
$as_echo "$ac_cv_lib_posix_remove" >&6; }
17908
if test "x$ac_cv_lib_posix_remove" = x""yes; then
15281
if test "x$ac_cv_lib_posix_remove" = x""yes; then :
17909
15282
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
17914
15287
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
17915
{ $as_echo "$as_me:$LINENO: checking for shmat" >&5
17916
$as_echo_n "checking for shmat... " >&6; }
17917
if test "${ac_cv_func_shmat+set}" = set; then
17918
$as_echo_n "(cached) " >&6
17920
cat >conftest.$ac_ext <<_ACEOF
17923
cat confdefs.h >>conftest.$ac_ext
17924
cat >>conftest.$ac_ext <<_ACEOF
17925
/* end confdefs.h. */
17926
/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
17927
For example, HP-UX 11i <limits.h> declares gettimeofday. */
17928
#define shmat innocuous_shmat
17930
/* System header to define __stub macros and hopefully few prototypes,
17931
which can conflict with char shmat (); below.
17932
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17933
<limits.h> exists even on freestanding compilers. */
17936
# include <limits.h>
17938
# include <assert.h>
17943
/* Override any GCC internal prototype to avoid an error.
17944
Use char because int might match the return type of a GCC
17945
builtin and then its argument prototype would still apply. */
17950
/* The GNU C library defines this for functions which it implements
17951
to always fail with ENOSYS. Some functions are actually named
17952
something starting with __ and the normal name is an alias. */
17953
#if defined __stub_shmat || defined __stub___shmat
17965
rm -f conftest.$ac_objext conftest$ac_exeext
17966
if { (ac_try="$ac_link"
17967
case "(($ac_try" in
17968
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17969
*) ac_try_echo=$ac_try;;
17971
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17972
$as_echo "$ac_try_echo") >&5
17973
(eval "$ac_link") 2>conftest.er1
17975
grep -v '^ *+' conftest.er1 >conftest.err
17977
cat conftest.err >&5
17978
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17979
(exit $ac_status); } && {
17980
test -z "$ac_c_werror_flag" ||
17981
test ! -s conftest.err
17982
} && test -s conftest$ac_exeext && {
17983
test "$cross_compiling" = yes ||
17984
$as_test_x conftest$ac_exeext
17986
ac_cv_func_shmat=yes
17988
$as_echo "$as_me: failed program was:" >&5
17989
sed 's/^/| /' conftest.$ac_ext >&5
17991
ac_cv_func_shmat=no
17994
rm -rf conftest.dSYM
17995
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17996
conftest$ac_exeext conftest.$ac_ext
17998
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
17999
$as_echo "$ac_cv_func_shmat" >&6; }
15288
ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
15289
if test "x$ac_cv_func_shmat" = x""yes; then :
18001
15293
if test $ac_cv_func_shmat = no; then
18002
{ $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
15294
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
18003
15295
$as_echo_n "checking for shmat in -lipc... " >&6; }
18004
if test "${ac_cv_lib_ipc_shmat+set}" = set; then
15296
if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
18005
15297
$as_echo_n "(cached) " >&6
18007
15299
ac_check_lib_save_LIBS=$LIBS
18008
15300
LIBS="-lipc $LIBS"
18009
cat >conftest.$ac_ext <<_ACEOF
18012
cat confdefs.h >>conftest.$ac_ext
18013
cat >>conftest.$ac_ext <<_ACEOF
15301
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18014
15302
/* end confdefs.h. */
18016
15304
/* Override any GCC internal prototype to avoid an error.
18156
15390
CFLAGS="$CFLAGS $X_CFLAGS"
18157
15391
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
18159
if test "${ac_cv_header_X11_Xlib_h+set}" = set; then
18160
{ $as_echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
18161
$as_echo_n "checking for X11/Xlib.h... " >&6; }
18162
if test "${ac_cv_header_X11_Xlib_h+set}" = set; then
18163
$as_echo_n "(cached) " >&6
18165
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
18166
$as_echo "$ac_cv_header_X11_Xlib_h" >&6; }
18168
# Is the header compilable?
18169
{ $as_echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5
18170
$as_echo_n "checking X11/Xlib.h usability... " >&6; }
18171
cat >conftest.$ac_ext <<_ACEOF
18174
cat confdefs.h >>conftest.$ac_ext
18175
cat >>conftest.$ac_ext <<_ACEOF
18176
/* end confdefs.h. */
18177
$ac_includes_default
18178
#include <X11/Xlib.h>
18180
rm -f conftest.$ac_objext
18181
if { (ac_try="$ac_compile"
18182
case "(($ac_try" in
18183
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18184
*) ac_try_echo=$ac_try;;
18186
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18187
$as_echo "$ac_try_echo") >&5
18188
(eval "$ac_compile") 2>conftest.er1
18190
grep -v '^ *+' conftest.er1 >conftest.err
18192
cat conftest.err >&5
18193
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18194
(exit $ac_status); } && {
18195
test -z "$ac_c_werror_flag" ||
18196
test ! -s conftest.err
18197
} && test -s conftest.$ac_objext; then
18198
ac_header_compiler=yes
18200
$as_echo "$as_me: failed program was:" >&5
18201
sed 's/^/| /' conftest.$ac_ext >&5
18203
ac_header_compiler=no
18206
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18207
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18208
$as_echo "$ac_header_compiler" >&6; }
18210
# Is the header present?
18211
{ $as_echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5
18212
$as_echo_n "checking X11/Xlib.h presence... " >&6; }
18213
cat >conftest.$ac_ext <<_ACEOF
18216
cat confdefs.h >>conftest.$ac_ext
18217
cat >>conftest.$ac_ext <<_ACEOF
18218
/* end confdefs.h. */
18219
#include <X11/Xlib.h>
18221
if { (ac_try="$ac_cpp conftest.$ac_ext"
18222
case "(($ac_try" in
18223
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18224
*) ac_try_echo=$ac_try;;
18226
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18227
$as_echo "$ac_try_echo") >&5
18228
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18230
grep -v '^ *+' conftest.er1 >conftest.err
18232
cat conftest.err >&5
18233
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18234
(exit $ac_status); } >/dev/null && {
18235
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18236
test ! -s conftest.err
18238
ac_header_preproc=yes
18240
$as_echo "$as_me: failed program was:" >&5
18241
sed 's/^/| /' conftest.$ac_ext >&5
18243
ac_header_preproc=no
18246
rm -f conftest.err conftest.$ac_ext
18247
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18248
$as_echo "$ac_header_preproc" >&6; }
18250
# So? What about this header?
18251
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18253
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18254
$as_echo "$as_me: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18255
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&5
18256
$as_echo "$as_me: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&2;}
18257
ac_header_preproc=yes
18260
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: present but cannot be compiled" >&5
18261
$as_echo "$as_me: WARNING: X11/Xlib.h: present but cannot be compiled" >&2;}
18262
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&5
18263
$as_echo "$as_me: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&2;}
18264
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: see the Autoconf documentation" >&5
18265
$as_echo "$as_me: WARNING: X11/Xlib.h: see the Autoconf documentation" >&2;}
18266
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&5
18267
$as_echo "$as_me: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
18268
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&5
18269
$as_echo "$as_me: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&2;}
18270
{ $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&5
18271
$as_echo "$as_me: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&2;}
18275
{ $as_echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
18276
$as_echo_n "checking for X11/Xlib.h... " >&6; }
18277
if test "${ac_cv_header_X11_Xlib_h+set}" = set; then
18278
$as_echo_n "(cached) " >&6
18280
ac_cv_header_X11_Xlib_h=$ac_header_preproc
18282
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
18283
$as_echo "$ac_cv_header_X11_Xlib_h" >&6; }
18286
if test "x$ac_cv_header_X11_Xlib_h" = x""yes; then
15393
ac_fn_c_check_header_mongrel "$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "$ac_includes_default"
15394
if test "x$ac_cv_header_X11_Xlib_h" = x""yes; then :
18441
15547
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
18442
{ { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
18443
Usually this means the macro was only invoked conditionally." >&5
18444
$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
18445
Usually this means the macro was only invoked conditionally." >&2;}
18446
{ (exit 1); exit 1; }; }
15548
as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
15549
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18448
15551
if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
18449
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
18450
Usually this means the macro was only invoked conditionally." >&5
18451
$as_echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
18452
Usually this means the macro was only invoked conditionally." >&2;}
18453
{ (exit 1); exit 1; }; }
15552
as_fn_error "conditional \"ENABLE_SK\" was never defined.
15553
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18455
15555
if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
18456
{ { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
18457
Usually this means the macro was only invoked conditionally." >&5
18458
$as_echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
18459
Usually this means the macro was only invoked conditionally." >&2;}
18460
{ (exit 1); exit 1; }; }
15556
as_fn_error "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
15557
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18462
15559
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
18463
{ { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
18464
Usually this means the macro was only invoked conditionally." >&5
18465
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
18466
Usually this means the macro was only invoked conditionally." >&2;}
18467
{ (exit 1); exit 1; }; }
15560
as_fn_error "conditional \"AMDEP\" was never defined.
15561
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18469
15563
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
18470
{ { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
18471
Usually this means the macro was only invoked conditionally." >&5
18472
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
18473
Usually this means the macro was only invoked conditionally." >&2;}
18474
{ (exit 1); exit 1; }; }
15564
as_fn_error "conditional \"am__fastdepCC\" was never defined.
15565
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18477
15568
ac_config_commands="$ac_config_commands po/stamp-it"
18480
15571
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
18481
{ { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
18482
Usually this means the macro was only invoked conditionally." >&5
18483
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
18484
Usually this means the macro was only invoked conditionally." >&2;}
18485
{ (exit 1); exit 1; }; }
15572
as_fn_error "conditional \"am__fastdepCC\" was never defined.
15573
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18487
15575
if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
18488
{ { $as_echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
18489
Usually this means the macro was only invoked conditionally." >&5
18490
$as_echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
18491
Usually this means the macro was only invoked conditionally." >&2;}
18492
{ (exit 1); exit 1; }; }
15576
as_fn_error "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
15577
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18494
15579
if test -z "${HAS_GTK_2_16_TRUE}" && test -z "${HAS_GTK_2_16_FALSE}"; then
18495
{ { $as_echo "$as_me:$LINENO: error: conditional \"HAS_GTK_2_16\" was never defined.
18496
Usually this means the macro was only invoked conditionally." >&5
18497
$as_echo "$as_me: error: conditional \"HAS_GTK_2_16\" was never defined.
18498
Usually this means the macro was only invoked conditionally." >&2;}
18499
{ (exit 1); exit 1; }; }
15580
as_fn_error "conditional \"HAS_GTK_2_16\" was never defined.
15581
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18501
15583
if test -z "${HAS_GTK_2_20_TRUE}" && test -z "${HAS_GTK_2_20_FALSE}"; then
18502
{ { $as_echo "$as_me:$LINENO: error: conditional \"HAS_GTK_2_20\" was never defined.
18503
Usually this means the macro was only invoked conditionally." >&5
18504
$as_echo "$as_me: error: conditional \"HAS_GTK_2_20\" was never defined.
18505
Usually this means the macro was only invoked conditionally." >&2;}
18506
{ (exit 1); exit 1; }; }
15584
as_fn_error "conditional \"HAS_GTK_2_20\" was never defined.
15585
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18508
15587
if test -z "${ENABLE_PANELAPPLET_SRVDIR_CHECK_TRUE}" && test -z "${ENABLE_PANELAPPLET_SRVDIR_CHECK_FALSE}"; then
18509
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_PANELAPPLET_SRVDIR_CHECK\" was never defined.
18510
Usually this means the macro was only invoked conditionally." >&5
18511
$as_echo "$as_me: error: conditional \"ENABLE_PANELAPPLET_SRVDIR_CHECK\" was never defined.
18512
Usually this means the macro was only invoked conditionally." >&2;}
18513
{ (exit 1); exit 1; }; }
15588
as_fn_error "conditional \"ENABLE_PANELAPPLET_SRVDIR_CHECK\" was never defined.
15589
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18515
15591
if test -z "${FIXED_GTKSPELL_TRUE}" && test -z "${FIXED_GTKSPELL_FALSE}"; then
18516
{ { $as_echo "$as_me:$LINENO: error: conditional \"FIXED_GTKSPELL\" was never defined.
18517
Usually this means the macro was only invoked conditionally." >&5
18518
$as_echo "$as_me: error: conditional \"FIXED_GTKSPELL\" was never defined.
18519
Usually this means the macro was only invoked conditionally." >&2;}
18520
{ (exit 1); exit 1; }; }
15592
as_fn_error "conditional \"FIXED_GTKSPELL\" was never defined.
15593
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18522
15595
if test -z "${ENABLE_UPDATE_MIMEDB_TRUE}" && test -z "${ENABLE_UPDATE_MIMEDB_FALSE}"; then
18523
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
18524
Usually this means the macro was only invoked conditionally." >&5
18525
$as_echo "$as_me: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
18526
Usually this means the macro was only invoked conditionally." >&2;}
18527
{ (exit 1); exit 1; }; }
15596
as_fn_error "conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
15597
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18529
15599
if test -z "${ENABLE_WIN_TRUE}" && test -z "${ENABLE_WIN_FALSE}"; then
18530
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_WIN\" was never defined.
18531
Usually this means the macro was only invoked conditionally." >&5
18532
$as_echo "$as_me: error: conditional \"ENABLE_WIN\" was never defined.
18533
Usually this means the macro was only invoked conditionally." >&2;}
18534
{ (exit 1); exit 1; }; }
15600
as_fn_error "conditional \"ENABLE_WIN\" was never defined.
15601
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18536
15603
if test -z "${ENABLE_OSX_TRUE}" && test -z "${ENABLE_OSX_FALSE}"; then
18537
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_OSX\" was never defined.
18538
Usually this means the macro was only invoked conditionally." >&5
18539
$as_echo "$as_me: error: conditional \"ENABLE_OSX\" was never defined.
18540
Usually this means the macro was only invoked conditionally." >&2;}
18541
{ (exit 1); exit 1; }; }
15604
as_fn_error "conditional \"ENABLE_OSX\" was never defined.
15605
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18543
15607
if test -z "${ENABLE_GNOME_TRUE}" && test -z "${ENABLE_GNOME_FALSE}"; then
18544
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GNOME\" was never defined.
18545
Usually this means the macro was only invoked conditionally." >&5
18546
$as_echo "$as_me: error: conditional \"ENABLE_GNOME\" was never defined.
18547
Usually this means the macro was only invoked conditionally." >&2;}
18548
{ (exit 1); exit 1; }; }
15608
as_fn_error "conditional \"ENABLE_GNOME\" was never defined.
15609
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18550
15611
if test -z "${ENABLE_DBUS_TRUE}" && test -z "${ENABLE_DBUS_FALSE}"; then
18551
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_DBUS\" was never defined.
18552
Usually this means the macro was only invoked conditionally." >&5
18553
$as_echo "$as_me: error: conditional \"ENABLE_DBUS\" was never defined.
18554
Usually this means the macro was only invoked conditionally." >&2;}
18555
{ (exit 1); exit 1; }; }
15612
as_fn_error "conditional \"ENABLE_DBUS\" was never defined.
15613
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18557
15615
if test -z "${WITH_DBUS_SERVICE_DIR_TRUE}" && test -z "${WITH_DBUS_SERVICE_DIR_FALSE}"; then
18558
{ { $as_echo "$as_me:$LINENO: error: conditional \"WITH_DBUS_SERVICE_DIR\" was never defined.
18559
Usually this means the macro was only invoked conditionally." >&5
18560
$as_echo "$as_me: error: conditional \"WITH_DBUS_SERVICE_DIR\" was never defined.
18561
Usually this means the macro was only invoked conditionally." >&2;}
18562
{ (exit 1); exit 1; }; }
15616
as_fn_error "conditional \"WITH_DBUS_SERVICE_DIR\" was never defined.
15617
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18564
15619
if test -z "${FIXED_PANELAPPLET_TRUE}" && test -z "${FIXED_PANELAPPLET_FALSE}"; then
18565
{ { $as_echo "$as_me:$LINENO: error: conditional \"FIXED_PANELAPPLET\" was never defined.
18566
Usually this means the macro was only invoked conditionally." >&5
18567
$as_echo "$as_me: error: conditional \"FIXED_PANELAPPLET\" was never defined.
18568
Usually this means the macro was only invoked conditionally." >&2;}
18569
{ (exit 1); exit 1; }; }
15620
as_fn_error "conditional \"FIXED_PANELAPPLET\" was never defined.
15621
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18571
15623
if test -z "${ENABLE_EVOLUTION_TRUE}" && test -z "${ENABLE_EVOLUTION_FALSE}"; then
18572
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_EVOLUTION\" was never defined.
18573
Usually this means the macro was only invoked conditionally." >&5
18574
$as_echo "$as_me: error: conditional \"ENABLE_EVOLUTION\" was never defined.
18575
Usually this means the macro was only invoked conditionally." >&2;}
18576
{ (exit 1); exit 1; }; }
15624
as_fn_error "conditional \"ENABLE_EVOLUTION\" was never defined.
15625
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18578
15627
if test -z "${ENABLE_SKETCHING_TRUE}" && test -z "${ENABLE_SKETCHING_FALSE}"; then
18579
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SKETCHING\" was never defined.
18580
Usually this means the macro was only invoked conditionally." >&5
18581
$as_echo "$as_me: error: conditional \"ENABLE_SKETCHING\" was never defined.
18582
Usually this means the macro was only invoked conditionally." >&2;}
18583
{ (exit 1); exit 1; }; }
15628
as_fn_error "conditional \"ENABLE_SKETCHING\" was never defined.
15629
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18585
15631
if test -z "${ENABLE_GALAGO_TRUE}" && test -z "${ENABLE_GALAGO_FALSE}"; then
18586
{ { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GALAGO\" was never defined.
18587
Usually this means the macro was only invoked conditionally." >&5
18588
$as_echo "$as_me: error: conditional \"ENABLE_GALAGO\" was never defined.
18589
Usually this means the macro was only invoked conditionally." >&2;}
18590
{ (exit 1); exit 1; }; }
15632
as_fn_error "conditional \"ENABLE_GALAGO\" was never defined.
15633
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18592
15635
if test -z "${HAVE_NUNIT_TRUE}" && test -z "${HAVE_NUNIT_FALSE}"; then
18593
{ { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_NUNIT\" was never defined.
18594
Usually this means the macro was only invoked conditionally." >&5
18595
$as_echo "$as_me: error: conditional \"HAVE_NUNIT\" was never defined.
18596
Usually this means the macro was only invoked conditionally." >&2;}
18597
{ (exit 1); exit 1; }; }
15636
as_fn_error "conditional \"HAVE_NUNIT\" was never defined.
15637
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18600
15640
: ${CONFIG_STATUS=./config.status}
18601
15641
ac_write_fail=0
18602
15642
ac_clean_files_save=$ac_clean_files
18603
15643
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18604
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
15644
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18605
15645
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18606
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15647
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18608
15649
# Generated by $as_me.
18609
15650
# Run this file to recreate the current configuration.