annotate configure @ 304:c28c0a804442

Added extra notebook page for a container example. Added "correct" callbacks for events on trees and containers. Added status lines to the tree and container pages to display results of the callback events. Changed the tab name to reflect the widgets in the notebook pages.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 29 Mar 2003 03:26:50 +0000
parents 18ecaae9cc3b
children a8015e02b590
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 #! /bin/sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2 # Guess values for system-dependent variables and create Makefiles.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3 # Generated by GNU Autoconf 2.53.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4 #
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6 # Free Software Foundation, Inc.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 # This configure script is free software; the Free Software Foundation
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8 # gives unlimited permission to copy, distribute and modify it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
9
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
10 if expr a : '\(a\)' >/dev/null 2>&1; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
11 as_expr=expr
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
12 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
13 as_expr=false
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
14 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
15
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
16
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
17 ## --------------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
18 ## M4sh Initialization. ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
19 ## --------------------- ##
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
20
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
21 # Be Bourne compatible
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
22 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
23 emulate sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
24 NULLCMD=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
25 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
26 set -o posix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
27 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
28
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
29 # NLS nuisances.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
30 # Support unset when possible.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
31 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
32 as_unset=unset
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
33 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
34 as_unset=false
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
35 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
36
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
37 (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
38 { $as_unset LANG || test "${LANG+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
39 { LANG=C; export LANG; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
40 (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
41 { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
42 { LC_ALL=C; export LC_ALL; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
43 (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
44 { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
45 { LC_TIME=C; export LC_TIME; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
46 (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
47 { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
48 { LC_CTYPE=C; export LC_CTYPE; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
49 (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
50 { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
51 { LANGUAGE=C; export LANGUAGE; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
52 (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
53 { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
54 { LC_COLLATE=C; export LC_COLLATE; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
55 (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
56 { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
57 { LC_NUMERIC=C; export LC_NUMERIC; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
58 (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
59 { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
60 { LC_MESSAGES=C; export LC_MESSAGES; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
61
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
62
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
63 # Name of the executable.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
64 as_me=`(basename "$0") 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
65 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
66 X"$0" : 'X\(//\)$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
67 X"$0" : 'X\(/\)$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
68 . : '\(.\)' 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
69 echo X/"$0" |
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
70 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
71 /^X\/\(\/\/\)$/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
72 /^X\/\(\/\).*/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
73 s/.*/./; q'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
74
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
75 # PATH needs CR, and LINENO needs CR and PATH.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
76 # Avoid depending upon Character Ranges.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
77 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
78 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
79 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
80 as_cr_digits='0123456789'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
81 as_cr_alnum=$as_cr_Letters$as_cr_digits
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
82
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
83 # The user is always right.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
84 if test "${PATH_SEPARATOR+set}" != set; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
85 echo "#! /bin/sh" >conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
86 echo "exit 0" >>conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
87 chmod +x conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
88 if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
89 PATH_SEPARATOR=';'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
90 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
91 PATH_SEPARATOR=:
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
92 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
93 rm -f conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
94 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
95
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
96
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
97 as_lineno_1=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
98 as_lineno_2=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
99 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
100 test "x$as_lineno_1" != "x$as_lineno_2" &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
101 test "x$as_lineno_3" = "x$as_lineno_2" || {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
102 # Find who we are. Look in the path if we contain no path at all
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
103 # relative or not.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
104 case $0 in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
105 *[\\/]* ) as_myself=$0 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
106 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
107 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
108 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
109 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
110 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
111 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
112 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
113
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
114 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
115 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
116 # We did not find ourselves, most probably we were run as `sh COMMAND'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
117 # in which case we are not to be found in the path.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
118 if test "x$as_myself" = x; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
119 as_myself=$0
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
120 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
121 if test ! -f "$as_myself"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
122 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
123 { (exit 1); exit 1; }; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
124 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
125 case $CONFIG_SHELL in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
126 '')
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
128 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
129 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
130 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
131 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
132 for as_base in sh bash ksh sh5; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
133 case $as_dir in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
134 /*)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
135 if ("$as_dir/$as_base" -c '
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
136 as_lineno_1=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
137 as_lineno_2=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
138 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
139 test "x$as_lineno_1" != "x$as_lineno_2" &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
140 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
141 CONFIG_SHELL=$as_dir/$as_base
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
142 export CONFIG_SHELL
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
143 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
144 fi;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
145 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
146 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
147 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
148 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
149 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
150
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
151 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
152 # uniformly replaced by the line number. The first 'sed' inserts a
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
153 # line-number line before each line; the second 'sed' does the real
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
154 # work. The second script uses 'N' to pair each line-number line
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
155 # with the numbered line, and appends trailing '-' during
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
156 # substitution so that $LINENO is not a special case at line end.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
157 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
158 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
159 sed '=' <$as_myself |
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
160 sed '
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
161 N
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
162 s,$,-,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
163 : loop
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
164 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
165 t loop
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
166 s,-$,,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
167 s,^['$as_cr_digits']*\n,,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
168 ' >$as_me.lineno &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
169 chmod +x $as_me.lineno ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
170 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
171 { (exit 1); exit 1; }; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
172
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
173 # Don't try to exec as it changes $[0], causing all sort of problems
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
174 # (the dirname of $[0] is not the place where we might find the
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
175 # original and so on. Autoconf is especially sensible to this).
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
176 . ./$as_me.lineno
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
177 # Exit status is that of the last command.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
178 exit
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
179 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
180
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
181
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
182 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
183 *c*,-n*) ECHO_N= ECHO_C='
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
184 ' ECHO_T=' ' ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
185 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
186 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
187 esac
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
188
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
189 if expr a : '\(a\)' >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
190 as_expr=expr
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
191 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
192 as_expr=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
193 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
194
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
195 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
196 echo >conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
197 if ln -s conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
198 # We could just check for DJGPP; but this test a) works b) is more generic
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
199 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
200 if test -f conf$$.exe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
201 # Don't use ln at all; we don't have any links
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
202 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
203 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
204 as_ln_s='ln -s'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
205 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
206 elif ln conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
207 as_ln_s=ln
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
208 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
209 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
210 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
211 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
212
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
213 as_executable_p="test -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
214
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
215 # Sed expression to map a string onto a valid CPP name.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
216 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
217
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
218 # Sed expression to map a string onto a valid variable name.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
219 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
220
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
221
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
222 # IFS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
223 # We need space, tab and new line, in precisely that order.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
224 as_nl='
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
225 '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
226 IFS=" $as_nl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
227
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
228 # CDPATH.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
229 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
230
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
231
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
232 # Name of the host.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
233 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
234 # so uname gets run too.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
235 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
236
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
237 exec 6>&1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
238
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
239 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
240 # Initializations.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
241 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
242 ac_default_prefix=/usr/local
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
243 cross_compiling=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
244 subdirs=
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
245 MFLAGS=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
246 MAKEFLAGS=
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
247 SHELL=${CONFIG_SHELL-/bin/sh}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
248
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
249 # Maximum number of lines to put in a shell here document.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
250 # This variable seems obsolete. It should probably be removed, and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
251 # only ac_max_sed_lines should be used.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
252 : ${ac_max_here_lines=38}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
253
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
254 # Identity of this package.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
255 PACKAGE_NAME=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
256 PACKAGE_TARNAME=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
257 PACKAGE_VERSION=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
258 PACKAGE_STRING=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
259 PACKAGE_BUGREPORT=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
260
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
261 ac_unique_file="winmain.c"
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
262 # Factoring default headers for most tests.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
263 ac_includes_default="\
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
264 #include <stdio.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
265 #if HAVE_SYS_TYPES_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
266 # include <sys/types.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
267 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
268 #if HAVE_SYS_STAT_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
269 # include <sys/stat.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
270 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
271 #if STDC_HEADERS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
272 # include <stdlib.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
273 # include <stddef.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
274 #else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
275 # if HAVE_STDLIB_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
276 # include <stdlib.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
277 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
278 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
279 #if HAVE_STRING_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
280 # if !STDC_HEADERS && HAVE_MEMORY_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
281 # include <memory.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
282 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
283 # include <string.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
284 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
285 #if HAVE_STRINGS_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
286 # include <strings.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
287 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
288 #if HAVE_INTTYPES_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
289 # include <inttypes.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
290 #else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
291 # if HAVE_STDINT_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
292 # include <stdint.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
293 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
294 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
295 #if HAVE_UNISTD_H
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
296 # include <unistd.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
297 #endif"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
298
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
299
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
300 # Initialize some variables set by options.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
301 ac_init_help=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
302 ac_init_version=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
303 # The variables have the same names as the options, with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
304 # dashes changed to underlines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
305 cache_file=/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
306 exec_prefix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
307 no_create=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
308 no_recursion=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
309 prefix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
310 program_prefix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
311 program_suffix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
312 program_transform_name=s,x,x,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
313 silent=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
314 site=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
315 srcdir=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
316 verbose=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
317 x_includes=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
318 x_libraries=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
319
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
320 # Installation directory options.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
321 # These are left unexpanded so users can "make install exec_prefix=/foo"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
322 # and all the variables that are supposed to be based on exec_prefix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
323 # by default will actually change.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
324 # Use braces instead of parens because sh, perl, etc. also accept them.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
325 bindir='${exec_prefix}/bin'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
326 sbindir='${exec_prefix}/sbin'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
327 libexecdir='${exec_prefix}/libexec'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
328 datadir='${prefix}/share'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
329 sysconfdir='${prefix}/etc'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
330 sharedstatedir='${prefix}/com'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
331 localstatedir='${prefix}/var'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
332 libdir='${exec_prefix}/lib'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
333 includedir='${prefix}/include'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
334 oldincludedir='/usr/include'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
335 infodir='${prefix}/info'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
336 mandir='${prefix}/man'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
337
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
338 ac_prev=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
339 for ac_option
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
340 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
341 # If the previous option needs an argument, assign it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
342 if test -n "$ac_prev"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
343 eval "$ac_prev=\$ac_option"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
344 ac_prev=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
345 continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
346 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
347
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
348 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
349
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
350 # Accept the important Cygnus configure options, so we can diagnose typos.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
351
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
352 case $ac_option in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
353
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
354 -bindir | --bindir | --bindi | --bind | --bin | --bi)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
355 ac_prev=bindir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
356 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
357 bindir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
358
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
359 -build | --build | --buil | --bui | --bu)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
360 ac_prev=build_alias ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
361 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
362 build_alias=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
363
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
364 -cache-file | --cache-file | --cache-fil | --cache-fi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
365 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
366 ac_prev=cache_file ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
367 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
368 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
369 cache_file=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
370
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
371 --config-cache | -C)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
372 cache_file=config.cache ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
373
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
374 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
375 ac_prev=datadir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
376 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
377 | --da=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
378 datadir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
379
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
380 -disable-* | --disable-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
381 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
382 # Reject names that are not valid shell variable names.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
383 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
384 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
385 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
386 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
387 eval "enable_$ac_feature=no" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
388
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
389 -enable-* | --enable-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
390 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
391 # Reject names that are not valid shell variable names.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
392 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
393 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
394 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
395 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
396 case $ac_option in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
397 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
398 *) ac_optarg=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
399 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
400 eval "enable_$ac_feature='$ac_optarg'" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
401
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
402 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
403 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
404 | --exec | --exe | --ex)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
405 ac_prev=exec_prefix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
406 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
407 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
408 | --exec=* | --exe=* | --ex=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
409 exec_prefix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
410
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
411 -gas | --gas | --ga | --g)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
412 # Obsolete; use --with-gas.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
413 with_gas=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
414
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
415 -help | --help | --hel | --he | -h)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
416 ac_init_help=long ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
417 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
418 ac_init_help=recursive ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
419 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
420 ac_init_help=short ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
421
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
422 -host | --host | --hos | --ho)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
423 ac_prev=host_alias ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
424 -host=* | --host=* | --hos=* | --ho=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
425 host_alias=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
426
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
427 -includedir | --includedir | --includedi | --included | --include \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
428 | --includ | --inclu | --incl | --inc)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
429 ac_prev=includedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
430 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
431 | --includ=* | --inclu=* | --incl=* | --inc=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
432 includedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
433
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
434 -infodir | --infodir | --infodi | --infod | --info | --inf)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
435 ac_prev=infodir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
436 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
437 infodir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
438
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
439 -libdir | --libdir | --libdi | --libd)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
440 ac_prev=libdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
441 -libdir=* | --libdir=* | --libdi=* | --libd=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
442 libdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
443
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
444 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
445 | --libexe | --libex | --libe)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
446 ac_prev=libexecdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
447 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
448 | --libexe=* | --libex=* | --libe=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
449 libexecdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
450
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
451 -localstatedir | --localstatedir | --localstatedi | --localstated \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
452 | --localstate | --localstat | --localsta | --localst \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
453 | --locals | --local | --loca | --loc | --lo)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
454 ac_prev=localstatedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
455 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
456 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
457 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
458 localstatedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
459
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
460 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
461 ac_prev=mandir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
462 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
463 mandir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
464
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
465 -nfp | --nfp | --nf)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
466 # Obsolete; use --without-fp.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
467 with_fp=no ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
468
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
469 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
470 | --no-cr | --no-c | -n)
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
471 no_create=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
472
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
473 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
474 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
475 no_recursion=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
476
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
477 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
478 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
479 | --oldin | --oldi | --old | --ol | --o)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
480 ac_prev=oldincludedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
481 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
482 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
483 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
484 oldincludedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
485
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
486 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
487 ac_prev=prefix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
488 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
489 prefix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
490
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
491 -program-prefix | --program-prefix | --program-prefi | --program-pref \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
492 | --program-pre | --program-pr | --program-p)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
493 ac_prev=program_prefix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
494 -program-prefix=* | --program-prefix=* | --program-prefi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
495 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
496 program_prefix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
497
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
498 -program-suffix | --program-suffix | --program-suffi | --program-suff \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
499 | --program-suf | --program-su | --program-s)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
500 ac_prev=program_suffix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
501 -program-suffix=* | --program-suffix=* | --program-suffi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
502 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
503 program_suffix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
504
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
505 -program-transform-name | --program-transform-name \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
506 | --program-transform-nam | --program-transform-na \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
507 | --program-transform-n | --program-transform- \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
508 | --program-transform | --program-transfor \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
509 | --program-transfo | --program-transf \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
510 | --program-trans | --program-tran \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
511 | --progr-tra | --program-tr | --program-t)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
512 ac_prev=program_transform_name ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
513 -program-transform-name=* | --program-transform-name=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
514 | --program-transform-nam=* | --program-transform-na=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
515 | --program-transform-n=* | --program-transform-=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
516 | --program-transform=* | --program-transfor=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
517 | --program-transfo=* | --program-transf=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
518 | --program-trans=* | --program-tran=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
519 | --progr-tra=* | --program-tr=* | --program-t=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
520 program_transform_name=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
521
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
522 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
523 | -silent | --silent | --silen | --sile | --sil)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
524 silent=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
525
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
526 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
527 ac_prev=sbindir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
528 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
529 | --sbi=* | --sb=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
530 sbindir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
531
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
532 -sharedstatedir | --sharedstatedir | --sharedstatedi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
533 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
534 | --sharedst | --shareds | --shared | --share | --shar \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
535 | --sha | --sh)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
536 ac_prev=sharedstatedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
537 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
538 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
539 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
540 | --sha=* | --sh=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
541 sharedstatedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
542
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
543 -site | --site | --sit)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
544 ac_prev=site ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
545 -site=* | --site=* | --sit=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
546 site=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
547
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
548 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
549 ac_prev=srcdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
550 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
551 srcdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
552
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
553 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
554 | --syscon | --sysco | --sysc | --sys | --sy)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
555 ac_prev=sysconfdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
556 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
557 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
558 sysconfdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
559
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
560 -target | --target | --targe | --targ | --tar | --ta | --t)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
561 ac_prev=target_alias ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
562 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
563 target_alias=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
564
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
565 -v | -verbose | --verbose | --verbos | --verbo | --verb)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
566 verbose=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
567
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
568 -version | --version | --versio | --versi | --vers | -V)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
569 ac_init_version=: ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
570
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
571 -with-* | --with-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
572 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
573 # Reject names that are not valid shell variable names.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
574 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
575 { echo "$as_me: error: invalid package name: $ac_package" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
576 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
577 ac_package=`echo $ac_package| sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
578 case $ac_option in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
579 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
580 *) ac_optarg=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
581 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
582 eval "with_$ac_package='$ac_optarg'" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
583
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
584 -without-* | --without-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
585 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
586 # Reject names that are not valid shell variable names.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
587 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
588 { echo "$as_me: error: invalid package name: $ac_package" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
589 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
590 ac_package=`echo $ac_package | sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
591 eval "with_$ac_package=no" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
592
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
593 --x)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
594 # Obsolete; use --with-x.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
595 with_x=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
596
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
597 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
598 | --x-incl | --x-inc | --x-in | --x-i)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
599 ac_prev=x_includes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
600 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
601 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
602 x_includes=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
603
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
604 -x-libraries | --x-libraries | --x-librarie | --x-librari \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
605 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
606 ac_prev=x_libraries ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
607 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
608 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
609 x_libraries=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
610
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
611 -*) { echo "$as_me: error: unrecognized option: $ac_option
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
612 Try \`$0 --help' for more information." >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
613 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
614 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
615
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
616 *=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
617 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
618 # Reject names that are not valid shell variable names.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
619 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
620 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
621 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
622 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
623 eval "$ac_envvar='$ac_optarg'"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
624 export $ac_envvar ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
625
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
626 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
627 # FIXME: should be removed in autoconf 3.0.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
628 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
629 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
630 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
631 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
632 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
633
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
634 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
635 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
636
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
637 if test -n "$ac_prev"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
638 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
639 { echo "$as_me: error: missing argument to $ac_option" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
640 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
641 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
642
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
643 # Be sure to have absolute paths.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
644 for ac_var in exec_prefix prefix
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
645 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
646 eval ac_val=$`echo $ac_var`
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
647 case $ac_val in
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
648 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
649 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
650 { (exit 1); exit 1; }; };;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
651 esac
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
652 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
653
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
654 # Be sure to have absolute paths.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
655 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
656 localstatedir libdir includedir oldincludedir infodir mandir
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
657 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
658 eval ac_val=$`echo $ac_var`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
659 case $ac_val in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
660 [\\/$]* | ?:[\\/]* ) ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
661 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
662 { (exit 1); exit 1; }; };;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
663 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
664 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
665
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
666 # There might be people who depend on the old broken behavior: `$host'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
667 # used to hold the argument of --host etc.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
668 # FIXME: To remove some day.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
669 build=$build_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
670 host=$host_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
671 target=$target_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
672
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
673 # FIXME: To remove some day.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
674 if test "x$host_alias" != x; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
675 if test "x$build_alias" = x; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
676 cross_compiling=maybe
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
677 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
678 If a cross compiler is detected then cross compile mode will be used." >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
679 elif test "x$build_alias" != "x$host_alias"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
680 cross_compiling=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
681 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
682 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
683
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
684 ac_tool_prefix=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
685 test -n "$host_alias" && ac_tool_prefix=$host_alias-
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
686
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
687 test "$silent" = yes && exec 6>/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
688
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
689
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
690 # Find the source files, if location was not specified.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
691 if test -z "$srcdir"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
692 ac_srcdir_defaulted=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
693 # Try the directory containing this script, then its parent.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
694 ac_confdir=`(dirname "$0") 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
695 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
696 X"$0" : 'X\(//\)[^/]' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
697 X"$0" : 'X\(//\)$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
698 X"$0" : 'X\(/\)' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
699 . : '\(.\)' 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
700 echo X"$0" |
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
701 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
702 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
703 /^X\(\/\/\)$/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
704 /^X\(\/\).*/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
705 s/.*/./; q'`
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
706 srcdir=$ac_confdir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
707 if test ! -r $srcdir/$ac_unique_file; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
708 srcdir=..
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
709 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
710 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
711 ac_srcdir_defaulted=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
712 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
713 if test ! -r $srcdir/$ac_unique_file; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
714 if test "$ac_srcdir_defaulted" = yes; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
715 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
716 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
717 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
718 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
719 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
720 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
721 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
722 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
723 ac_env_build_alias_set=${build_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
724 ac_env_build_alias_value=$build_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
725 ac_cv_env_build_alias_set=${build_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
726 ac_cv_env_build_alias_value=$build_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
727 ac_env_host_alias_set=${host_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
728 ac_env_host_alias_value=$host_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
729 ac_cv_env_host_alias_set=${host_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
730 ac_cv_env_host_alias_value=$host_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
731 ac_env_target_alias_set=${target_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
732 ac_env_target_alias_value=$target_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
733 ac_cv_env_target_alias_set=${target_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
734 ac_cv_env_target_alias_value=$target_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
735 ac_env_CC_set=${CC+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
736 ac_env_CC_value=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
737 ac_cv_env_CC_set=${CC+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
738 ac_cv_env_CC_value=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
739 ac_env_CFLAGS_set=${CFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
740 ac_env_CFLAGS_value=$CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
741 ac_cv_env_CFLAGS_set=${CFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
742 ac_cv_env_CFLAGS_value=$CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
743 ac_env_LDFLAGS_set=${LDFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
744 ac_env_LDFLAGS_value=$LDFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
745 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
746 ac_cv_env_LDFLAGS_value=$LDFLAGS
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
747 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
748 ac_env_CPPFLAGS_value=$CPPFLAGS
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
749 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
750 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
751 ac_env_CPP_set=${CPP+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
752 ac_env_CPP_value=$CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
753 ac_cv_env_CPP_set=${CPP+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
754 ac_cv_env_CPP_value=$CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
755
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
756 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
757 # Report the --help message.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
758 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
759 if test "$ac_init_help" = "long"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
760 # Omit some internal or obsolete options to make the list less imposing.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
761 # This message is too long to be a string in the A/UX 3.1 sh.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
762 cat <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
763 \`configure' configures this package to adapt to many kinds of systems.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
764
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
765 Usage: $0 [OPTION]... [VAR=VALUE]...
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
766
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
767 To assign environment variables (e.g., CC, CFLAGS...), specify them as
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
768 VAR=VALUE. See below for descriptions of some of the useful variables.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
769
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
770 Defaults for the options are specified in brackets.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
771
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
772 Configuration:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
773 -h, --help display this help and exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
774 --help=short display options specific to this package
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
775 --help=recursive display the short help of all the included packages
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
776 -V, --version display version information and exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
777 -q, --quiet, --silent do not print \`checking...' messages
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
778 --cache-file=FILE cache test results in FILE [disabled]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
779 -C, --config-cache alias for \`--cache-file=config.cache'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
780 -n, --no-create do not create output files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
781 --srcdir=DIR find the sources in DIR [configure dir or \`..']
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
782
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
783 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
784
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
785 cat <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
786 Installation directories:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
787 --prefix=PREFIX install architecture-independent files in PREFIX
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
788 [$ac_default_prefix]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
789 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
790 [PREFIX]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
791
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
792 By default, \`make install' will install all the files in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
793 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
794 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
795 for instance \`--prefix=\$HOME'.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
796
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
797 For better control, use the options below.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
798
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
799 Fine tuning of the installation directories:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
800 --bindir=DIR user executables [EPREFIX/bin]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
801 --sbindir=DIR system admin executables [EPREFIX/sbin]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
802 --libexecdir=DIR program executables [EPREFIX/libexec]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
803 --datadir=DIR read-only architecture-independent data [PREFIX/share]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
804 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
805 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
806 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
807 --libdir=DIR object code libraries [EPREFIX/lib]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
808 --includedir=DIR C header files [PREFIX/include]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
809 --oldincludedir=DIR C header files for non-gcc [/usr/include]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
810 --infodir=DIR info documentation [PREFIX/info]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
811 --mandir=DIR man documentation [PREFIX/man]
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
812 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
813
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
814 cat <<\_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
815 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
816 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
817
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
818 if test -n "$ac_init_help"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
819
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
820 cat <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
821
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
822 Optional Features:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
823 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
824 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
825 --disable-glibtest Do not try to compile and run a test GLIB program
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
826 --disable-gtktest Do not try to compile and run a test GTK program
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
827 --disable-imlibtest Do not try to compile and run a test IMLIB program
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
828
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
829 Optional Packages:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
830 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
831 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
832 --with-glib-prefix=PFX Prefix where GLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
833 --with-glib-exec-prefix=PFX Exec prefix where GLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
834 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
835 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
836 --with-imlib-prefix=PFX Prefix where IMLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
837 --with-imlib-exec-prefix=PFX Exec prefix where IMLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
838
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
839 Some influential environment variables:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
840 CC C compiler command
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
841 CFLAGS C compiler flags
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
842 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
843 nonstandard directory <lib dir>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
844 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
845 headers in a nonstandard directory <include dir>
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
846 CPP C preprocessor
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
847
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
848 Use these variables to override the choices made by `configure' or to help
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
849 it to find libraries and programs with nonstandard names/locations.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
850
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
851 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
852 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
853
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
854 if test "$ac_init_help" = "recursive"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
855 # If there are subdirs, report their specific --help.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
856 ac_popdir=`pwd`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
857 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
858 test -d $ac_dir || continue
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
859 ac_builddir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
860
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
861 if test "$ac_dir" != .; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
862 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
863 # A "../" for each directory in $ac_dir_suffix.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
864 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
865 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
866 ac_dir_suffix= ac_top_builddir=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
867 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
868
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
869 case $srcdir in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
870 .) # No --srcdir option. We are building in place.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
871 ac_srcdir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
872 if test -z "$ac_top_builddir"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
873 ac_top_srcdir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
874 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
875 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
876 fi ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
877 [\\/]* | ?:[\\/]* ) # Absolute path.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
878 ac_srcdir=$srcdir$ac_dir_suffix;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
879 ac_top_srcdir=$srcdir ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
880 *) # Relative path.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
881 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
882 ac_top_srcdir=$ac_top_builddir$srcdir ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
883 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
884 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
885 # absolute.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
886 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
887 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
888 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
889 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
890
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
891 cd $ac_dir
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
892 # Check for guested configure; otherwise get Cygnus style configure.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
893 if test -f $ac_srcdir/configure.gnu; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
894 echo
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
895 $SHELL $ac_srcdir/configure.gnu --help=recursive
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
896 elif test -f $ac_srcdir/configure; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
897 echo
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
898 $SHELL $ac_srcdir/configure --help=recursive
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
899 elif test -f $ac_srcdir/configure.ac ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
900 test -f $ac_srcdir/configure.in; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
901 echo
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
902 $ac_configure --help
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
903 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
904 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
905 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
906 cd $ac_popdir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
907 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
908 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
909
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
910 test -n "$ac_init_help" && exit 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
911 if $ac_init_version; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
912 cat <<\_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
913
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
914 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
915 Free Software Foundation, Inc.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
916 This configure script is free software; the Free Software Foundation
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
917 gives unlimited permission to copy, distribute and modify it.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
918 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
919 exit 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
920 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
921 exec 5>config.log
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
922 cat >&5 <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
923 This file contains any messages produced by compilers while
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
924 running configure, to aid debugging if configure makes a mistake.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
925
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
926 It was created by $as_me, which was
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
927 generated by GNU Autoconf 2.53. Invocation command line was
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
928
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
929 $ $0 $@
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
930
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
931 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
932 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
933 cat <<_ASUNAME
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
934 ## --------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
935 ## Platform. ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
936 ## --------- ##
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
937
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
938 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
939 uname -m = `(uname -m) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
940 uname -r = `(uname -r) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
941 uname -s = `(uname -s) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
942 uname -v = `(uname -v) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
943
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
944 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
945 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
946
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
947 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
948 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
949 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
950 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
951 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
952 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
953 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
954
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
955 _ASUNAME
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
956
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
958 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
959 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
960 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
961 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
962 echo "PATH: $as_dir"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
963 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
964
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
965 } >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
966
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
967 cat >&5 <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
968
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
969
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
970 ## ----------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
971 ## Core tests. ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
972 ## ----------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
973
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
974 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
975
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
976
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
977 # Keep a trace of the command line.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
978 # Strip out --no-create and --no-recursion so they do not pile up.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
979 # Also quote any args containing shell meta-characters.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
980 ac_configure_args=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
981 ac_sep=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
982 for ac_arg
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
983 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
984 case $ac_arg in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
985 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
986 | --no-cr | --no-c | -n ) continue ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
987 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
988 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
989 continue ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
990 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
991 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
992 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
993 case " $ac_configure_args " in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
994 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
995 *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
996 ac_sep=" " ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
997 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
998 # Get rid of the leading space.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
999 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1000
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1001 # When interrupted or exit'd, cleanup temporary files, and complete
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1002 # config.log. We remove comments because anyway the quotes in there
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1003 # would cause problems or look ugly.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1004 # WARNING: Be sure not to use single quotes in there, as some shells,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1005 # such as our DU 5.0 friend, will then `close' the trap.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1006 trap 'exit_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1007 # Save into config.log some information that might help in debugging.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1008 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1009 echo
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1010 cat <<\_ASBOX
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1011 ## ---------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1012 ## Cache variables. ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1013 ## ---------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1014 _ASBOX
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1015 echo
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1016 # The following way of writing the cache mishandles newlines in values,
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1017 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1018 (set) 2>&1 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1019 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1020 *ac_space=\ *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1021 sed -n \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1022 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1023 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1024 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1025 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1026 sed -n \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1027 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1028 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1029 esac;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1030 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1031 echo
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1032 if test -s confdefs.h; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1033 cat <<\_ASBOX
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1034 ## ----------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1035 ## confdefs.h. ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1036 ## ----------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1037 _ASBOX
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1038 echo
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1039 sed "/^$/d" confdefs.h
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1040 echo
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1041 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1042 test "$ac_signal" != 0 &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1043 echo "$as_me: caught signal $ac_signal"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1044 echo "$as_me: exit $exit_status"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1045 } >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1046 rm -f core core.* *.core &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1047 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1048 exit $exit_status
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1049 ' 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1050 for ac_signal in 1 2 13 15; do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1051 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1052 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1053 ac_signal=0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1054
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1055 # confdefs.h avoids OS command line length limits that DEFS can exceed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1056 rm -rf conftest* confdefs.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1057 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1058 echo >confdefs.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1059
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1060 # Predefined preprocessor variables.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1061
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1062 cat >>confdefs.h <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1063 #define PACKAGE_NAME "$PACKAGE_NAME"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1064 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1065
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1066
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1067 cat >>confdefs.h <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1068 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1069 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1070
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1071
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1072 cat >>confdefs.h <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1073 #define PACKAGE_VERSION "$PACKAGE_VERSION"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1074 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1075
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1076
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1077 cat >>confdefs.h <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1078 #define PACKAGE_STRING "$PACKAGE_STRING"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1079 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1080
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1081
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1082 cat >>confdefs.h <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1083 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1084 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1085
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1086
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1087 # Let the site file select an alternate cache file if it wants to.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1088 # Prefer explicitly selected file to automatically selected ones.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1089 if test -z "$CONFIG_SITE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1090 if test "x$prefix" != xNONE; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1091 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1092 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1093 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1094 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1095 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1096 for ac_site_file in $CONFIG_SITE; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1097 if test -r "$ac_site_file"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1098 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1099 echo "$as_me: loading site script $ac_site_file" >&6;}
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1100 sed 's/^/| /' "$ac_site_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1101 . "$ac_site_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1102 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1103 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1104
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1105 if test -r "$cache_file"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1106 # Some versions of bash will fail to source /dev/null (special
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1107 # files actually), so we avoid doing that.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1108 if test -f "$cache_file"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1109 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1110 echo "$as_me: loading cache $cache_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1111 case $cache_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1112 [\\/]* | ?:[\\/]* ) . $cache_file;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1113 *) . ./$cache_file;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1114 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1115 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1116 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1117 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1118 echo "$as_me: creating cache $cache_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1119 >$cache_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1120 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1121
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1122 # Check that the precious variables saved in the cache have kept the same
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1123 # value.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1124 ac_cache_corrupted=false
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1125 for ac_var in `(set) 2>&1 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1126 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1127 eval ac_old_set=\$ac_cv_env_${ac_var}_set
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1128 eval ac_new_set=\$ac_env_${ac_var}_set
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1129 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1130 eval ac_new_val="\$ac_env_${ac_var}_value"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1131 case $ac_old_set,$ac_new_set in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1132 set,)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1133 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1134 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1135 ac_cache_corrupted=: ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1136 ,set)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1137 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1138 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1139 ac_cache_corrupted=: ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1140 ,);;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1141 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1142 if test "x$ac_old_val" != "x$ac_new_val"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1143 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1144 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1145 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1146 echo "$as_me: former value: $ac_old_val" >&2;}
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1147 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1148 echo "$as_me: current value: $ac_new_val" >&2;}
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1149 ac_cache_corrupted=:
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1150 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1151 esac
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1152 # Pass precious variables to config.status.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1153 if test "$ac_new_set" = set; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1154 case $ac_new_val in
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1155 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1156 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1157 *) ac_arg=$ac_var=$ac_new_val ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1158 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1159 case " $ac_configure_args " in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1160 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1161 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1162 esac
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1163 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1164 done
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1165 if $ac_cache_corrupted; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1166 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1167 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1168 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1169 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1170 { (exit 1); exit 1; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1171 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1172
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1173 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1174 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1178
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1179
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1180
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1181
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1182
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1183
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1184
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1185
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1186
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1187
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1188
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1189
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1190
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1191
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1192
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1193
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1194
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1195
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1196 ac_config_headers="$ac_config_headers config.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1197
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1198
251
18ecaae9cc3b Changed configure to make sure we find gtk 2.0, and not just pkg-config,
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 121
diff changeset
1199 DW_MAJOR_VERSION=1
18ecaae9cc3b Changed configure to make sure we find gtk 2.0, and not just pkg-config,
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 121
diff changeset
1200 DW_MINOR_VERSION=0
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1201 DW_SUB_VERSION=0
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1202
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1203
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1204
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1205
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1206
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1207 INCLUDES="-I."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1208
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1209 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1210 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1211 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1212 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1213 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1214 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1215 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1216 set dummy ${ac_tool_prefix}gcc; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1217 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1219 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1220 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1221 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1222 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1223 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1224 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1226 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1227 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1228 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1229 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1230 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1232 ac_cv_prog_CC="${ac_tool_prefix}gcc"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1234 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1235 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1236 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1237 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1238
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1239 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1240 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1241 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1242 if test -n "$CC"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1243 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1244 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1245 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1246 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1247 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1248 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1249
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1250 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1251 if test -z "$ac_cv_prog_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1252 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1253 # Extract the first word of "gcc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1254 set dummy gcc; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1255 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1257 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1258 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1259 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1260 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1261 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1262 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1264 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1265 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1266 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1267 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1268 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1269 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1270 ac_cv_prog_ac_ct_CC="gcc"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1272 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1273 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1274 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1275 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1276
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1277 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1278 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1279 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1280 if test -n "$ac_ct_CC"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1281 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1282 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1283 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1284 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1285 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1286 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1287
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1288 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1289 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1290 CC="$ac_cv_prog_CC"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1291 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1292
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1293 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1294 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1295 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1296 set dummy ${ac_tool_prefix}cc; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1297 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1299 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1300 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1301 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1302 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1303 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1304 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1306 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1307 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1308 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1309 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1310 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1311 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1312 ac_cv_prog_CC="${ac_tool_prefix}cc"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1314 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1315 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1316 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1317 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1318
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1319 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1320 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1321 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1322 if test -n "$CC"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1323 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1324 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1325 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1326 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1327 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1328 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1329
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1330 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1331 if test -z "$ac_cv_prog_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1332 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1333 # Extract the first word of "cc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1334 set dummy cc; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1335 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1336 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1337 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1338 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1339 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1340 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1341 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1342 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1344 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1345 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1346 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1347 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1348 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1349 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1350 ac_cv_prog_ac_ct_CC="cc"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1351 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1352 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1353 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1354 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1355 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1356
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1357 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1358 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1359 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1360 if test -n "$ac_ct_CC"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1361 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1362 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1363 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1364 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1365 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1366 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1367
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1368 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1369 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1370 CC="$ac_cv_prog_CC"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1371 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1372
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1373 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1374 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1375 # Extract the first word of "cc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1376 set dummy cc; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1377 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1379 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1380 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1381 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1382 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1383 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1384 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1385 ac_prog_rejected=no
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1387 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1388 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1389 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1390 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1391 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1392 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1393 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1394 ac_prog_rejected=yes
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1395 continue
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1396 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1397 ac_cv_prog_CC="cc"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1398 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1399 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1400 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1401 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1402 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1403
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1404 if test $ac_prog_rejected = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1405 # We found a bogon in the path, so make sure we never use it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1406 set dummy $ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1407 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1408 if test $# != 0; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1409 # We chose a different compiler from the bogus one.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1410 # However, it has the same basename, so the bogon will be chosen
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1411 # first if we set CC to just the basename; use the full file name.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1412 shift
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1413 set dummy "$as_dir/$ac_word" ${1+"$@"}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1414 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1415 ac_cv_prog_CC="$@"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1416 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1417 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1418 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1419 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1420 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1421 if test -n "$CC"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1422 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1423 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1424 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1425 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1426 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1427 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1428
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1429 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1430 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1431 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1432 for ac_prog in cl
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1433 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1434 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1435 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1436 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1438 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1439 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1440 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1441 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1442 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1443 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1445 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1446 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1447 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1448 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1449 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1451 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1453 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1454 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1455 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1456 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1457
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1458 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1459 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1460 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1461 if test -n "$CC"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1462 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1463 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1464 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1465 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1466 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1467 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1468
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1469 test -n "$CC" && break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1470 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1471 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1472 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1473 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1474 for ac_prog in cl
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1475 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1476 # Extract the first word of "$ac_prog", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1477 set dummy $ac_prog; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1478 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1480 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1481 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1482 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1483 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1484 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1485 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1487 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1488 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1489 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1490 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1491 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1492 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1493 ac_cv_prog_ac_ct_CC="$ac_prog"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1495 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1496 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1497 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1498 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1499
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1500 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1501 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1502 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1503 if test -n "$ac_ct_CC"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1504 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1505 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1506 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1507 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1508 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1509 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1510
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1511 test -n "$ac_ct_CC" && break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1512 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1513
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1514 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1515 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1516
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1517 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1518
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1519
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1520 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1521 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1522 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1523
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1524 # Provide some information about the compiler.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1525 echo "$as_me:$LINENO:" \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1526 "checking for C compiler version" >&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1527 ac_compiler=`set X $ac_compile; echo $2`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1528 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1529 (eval $ac_compiler --version </dev/null >&5) 2>&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1530 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1532 (exit $ac_status); }
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1533 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1534 (eval $ac_compiler -v </dev/null >&5) 2>&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1535 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1537 (exit $ac_status); }
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1538 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1539 (eval $ac_compiler -V </dev/null >&5) 2>&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1540 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1542 (exit $ac_status); }
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1543
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1544 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1545 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1546 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1547
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1548 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1549 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1550 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1551 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1552 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1553 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1554 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1555 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1556 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1557
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1558 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1559 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1560 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1561 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1562 ac_clean_files_save=$ac_clean_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1563 ac_clean_files="$ac_clean_files a.out a.exe"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1564 # Try to create an executable without -o first, disregard a.out.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1565 # It will help us diagnose broken compilers, and finding out an intuition
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1566 # of exeext.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1567 echo "$as_me:$LINENO: checking for C compiler default output" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1568 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1569 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1570 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1571 (eval $ac_link_default) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1572 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1574 (exit $ac_status); }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1575 # Find the output, starting from the most likely. This scheme is
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1576 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1577 # resort.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1578
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1579 # Be careful to initialize this variable, since it used to be cached.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1580 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1581 ac_cv_exeext=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1582 for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1583 ls a.out conftest 2>/dev/null;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1584 ls a.* conftest.* 2>/dev/null`; do
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1585 case $ac_file in
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1586 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1587 a.out ) # We found the default executable, but exeext='' is most
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1588 # certainly right.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1589 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1590 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1591 # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1592 export ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1593 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1594 * ) break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1595 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1596 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1597 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1598 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1599 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1600 { { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1601 echo "$as_me: error: C compiler cannot create executables" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1602 { (exit 77); exit 77; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1603 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1604
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1605 ac_exeext=$ac_cv_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1606 echo "$as_me:$LINENO: result: $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1607 echo "${ECHO_T}$ac_file" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1608
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1609 # Check the compiler produces executables we can run. If not, either
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1610 # the compiler is broken, or we cross compile.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1611 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1612 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1613 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1614 # If not cross compiling, check that we can run a simple program.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1615 if test "$cross_compiling" != yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1616 if { ac_try='./$ac_file'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1618 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1619 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1621 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1622 cross_compiling=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1623 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1624 if test "$cross_compiling" = maybe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1625 cross_compiling=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1626 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1627 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1628 If you meant to cross compile, use \`--host'." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1629 echo "$as_me: error: cannot run C compiled programs.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1630 If you meant to cross compile, use \`--host'." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1631 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1632 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1633 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1634 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1635 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1636 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1637
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1638 rm -f a.out a.exe conftest$ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1639 ac_clean_files=$ac_clean_files_save
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1640 # Check the compiler produces executables we can run. If not, either
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1641 # the compiler is broken, or we cross compile.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1642 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1643 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1644 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1645 echo "${ECHO_T}$cross_compiling" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1646
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1647 echo "$as_me:$LINENO: checking for suffix of executables" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1648 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1649 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1650 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1651 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1653 (exit $ac_status); }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1654 # If both `conftest.exe' and `conftest' are `present' (well, observable)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1655 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1656 # work properly (i.e., refer to `conftest.exe'), while it won't with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1657 # `rm'.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1658 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1659 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1660 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1661 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1662 export ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1663 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1664 * ) break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1665 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1666 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1667 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1668 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1669 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1670 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1671 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1672
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1673 rm -f conftest$ac_cv_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1674 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1675 echo "${ECHO_T}$ac_cv_exeext" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1676
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1677 rm -f conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1678 EXEEXT=$ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1679 ac_exeext=$EXEEXT
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1680 echo "$as_me:$LINENO: checking for suffix of object files" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1681 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1682 if test "${ac_cv_objext+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1683 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1684 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1685 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1686 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1687 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1688
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1689 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1690 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1691 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1692 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1693 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1694 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1695 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1696 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1697 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1698
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1699 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1700 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1701 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1702 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1703 rm -f conftest.o conftest.obj
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1705 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1706 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1708 (exit $ac_status); }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1709 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1710 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1711 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1712 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1713 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1714 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1715 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1716 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1717 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1718 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1719 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1720 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1721 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1722 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1723
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1724 rm -f conftest.$ac_cv_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1725 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1726 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1727 echo "${ECHO_T}$ac_cv_objext" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1728 OBJEXT=$ac_cv_objext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1729 ac_objext=$OBJEXT
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1730 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1731 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1732 if test "${ac_cv_c_compiler_gnu+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1733 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1734 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1735 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1736 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1737 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1738
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1739 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1740 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1741 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1742 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1743 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1744 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1745 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1746 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1747 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1748 #ifndef __GNUC__
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1749 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1750 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1751
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1752 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1753 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1754 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1755 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1756 rm -f conftest.$ac_objext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1758 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1759 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1761 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1762 { ac_try='test -s conftest.$ac_objext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1764 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1765 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1767 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1768 ac_compiler_gnu=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1769 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1770 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1771 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1772 ac_compiler_gnu=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1773 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1774 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1775 ac_cv_c_compiler_gnu=$ac_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1776
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1777 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1778 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1779 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1780 GCC=`test $ac_compiler_gnu = yes && echo yes`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1781 ac_test_CFLAGS=${CFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1782 ac_save_CFLAGS=$CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1783 CFLAGS="-g"
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1784 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1785 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1786 if test "${ac_cv_prog_cc_g+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1787 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1788 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1789 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1790 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1791 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1792
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1793 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1794 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1795 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1796 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1797 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1798 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1799 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1800 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1801 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1802
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1803 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1804 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1805 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1806 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1807 rm -f conftest.$ac_objext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1809 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1810 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1812 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1813 { ac_try='test -s conftest.$ac_objext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1815 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1816 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1818 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1819 ac_cv_prog_cc_g=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1820 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1821 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1822 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1823 ac_cv_prog_cc_g=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1824 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1825 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1826 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1827 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1828 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1829 if test "$ac_test_CFLAGS" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1830 CFLAGS=$ac_save_CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1831 elif test $ac_cv_prog_cc_g = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1832 if test "$GCC" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1833 CFLAGS="-g -O2"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1834 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1835 CFLAGS="-g"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1836 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1837 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1838 if test "$GCC" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1839 CFLAGS="-O2"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1840 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1841 CFLAGS=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1842 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1843 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1844 # Some people use a C++ compiler to compile C. Since we use `exit',
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1845 # in C++ we need to declare it. In case someone uses the same compiler
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1846 # for both compiling C and C++ we need to have the C++ compiler decide
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1847 # the declaration of exit, since it's the most demanding environment.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1848 cat >conftest.$ac_ext <<_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1849 #ifndef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1850 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1851 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1852 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1853 rm -f conftest.$ac_objext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1854 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1855 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1856 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1858 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1859 { ac_try='test -s conftest.$ac_objext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1861 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1862 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1864 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1865 for ac_declaration in \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1866 ''\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1867 '#include <stdlib.h>' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1868 'extern "C" void std::exit (int) throw (); using std::exit;' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1869 'extern "C" void std::exit (int); using std::exit;' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1870 'extern "C" void exit (int) throw ();' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1871 'extern "C" void exit (int);' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1872 'void exit (int);'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1873 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1874 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1875 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1876 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1877 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1878 $ac_declaration
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1879 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1880 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1881 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1882 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1883 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1884 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1885 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1886 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1887 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1888 exit (42);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1889 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1890 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1891 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1892 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1893 rm -f conftest.$ac_objext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1895 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1896 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1898 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1899 { ac_try='test -s conftest.$ac_objext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1901 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1902 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1904 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1905 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1906 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1907 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1908 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1909 continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1910 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1911 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1912 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1913 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1914 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1915 $ac_declaration
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1916 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1917 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1918 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1919 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1920 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1921 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1922 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1923 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1924 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1925 exit (42);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1926 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1927 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1928 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1929 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1930 rm -f conftest.$ac_objext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1932 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1933 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1935 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1936 { ac_try='test -s conftest.$ac_objext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1938 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1939 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1941 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1942 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1943 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1944 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1945 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1946 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1947 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1948 done
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1949 rm -f conftest*
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1950 if test -n "$ac_declaration"; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1951 echo '#ifdef __cplusplus' >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1952 echo $ac_declaration >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1953 echo '#endif' >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1954 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1955
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1956 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1957 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1958 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1959 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1960 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1961 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1962 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1963 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1964 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1965 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1966
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1967
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1968 # Extract the first word of "gmake", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1969 set dummy gmake; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1970 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1972 if test "${ac_cv_prog_MAKE+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1973 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1974 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1975 if test -n "$MAKE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1976 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1977 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1979 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1980 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1981 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1982 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1983 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1984 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1985 ac_cv_prog_MAKE="gmake"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1986 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1987 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1988 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1989 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1990 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1991
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1992 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1993 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1994 MAKE=$ac_cv_prog_MAKE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1995 if test -n "$MAKE"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1996 echo "$as_me:$LINENO: result: $MAKE" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1997 echo "${ECHO_T}$MAKE" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1998 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1999 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2000 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2001 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2002
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2003 if test x"$MAKE" = x; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2004 # Extract the first word of "make", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2005 set dummy make; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2006 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2008 if test "${ac_cv_prog_MAKE+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2009 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2010 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2011 if test -n "$MAKE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2012 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2013 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2015 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2016 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2017 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2018 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2019 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2020 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2021 ac_cv_prog_MAKE="make"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2023 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2024 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2025 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2026 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2027
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2028 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2029 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2030 MAKE=$ac_cv_prog_MAKE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2031 if test -n "$MAKE"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2032 echo "$as_me:$LINENO: result: $MAKE" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2033 echo "${ECHO_T}$MAKE" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2034 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2035 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2036 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2037 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2038
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2039 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2040
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2041 ac_aux_dir=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2042 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2043 if test -f $ac_dir/install-sh; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2044 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2045 ac_install_sh="$ac_aux_dir/install-sh -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2046 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2047 elif test -f $ac_dir/install.sh; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2048 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2049 ac_install_sh="$ac_aux_dir/install.sh -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2050 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2051 elif test -f $ac_dir/shtool; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2052 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2053 ac_install_sh="$ac_aux_dir/shtool install -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2054 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2055 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2056 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2057 if test -z "$ac_aux_dir"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2058 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2059 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2060 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2061 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2062 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2063 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2064 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2065
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2066 # Find a good install program. We prefer a C program (faster),
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2067 # so one script is as good as another. But avoid the broken or
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2068 # incompatible versions:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2069 # SysV /etc/install, /usr/sbin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2070 # SunOS /usr/etc/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2071 # IRIX /sbin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2072 # AIX /bin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2073 # AmigaOS /C/install, which installs bootblocks on floppy discs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2074 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2075 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2076 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2077 # ./install, which can be erroneously created by make from ./install.sh.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2078 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2079 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2080 if test -z "$INSTALL"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2081 if test "${ac_cv_path_install+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2082 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2083 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2085 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2086 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2087 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2088 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2089 # Account for people who put trailing slashes in PATH elements.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2090 case $as_dir/ in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2091 ./ | .// | /cC/* | \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2092 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2093 /usr/ucb/* ) ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2094 *)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2095 # OSF1 and SCO ODT 3.0 have their own names for install.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2096 # Don't use installbsd from OSF since it installs stuff as root
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2097 # by default.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2098 for ac_prog in ginstall scoinst install; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2099 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2100 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2101 if test $ac_prog = install &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2102 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2103 # AIX install. It has an incompatible calling convention.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2104 :
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2105 elif test $ac_prog = install &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2106 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2107 # program-specific install script used by HP pwplus--don't use.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2108 :
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2109 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2110 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2111 break 3
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2112 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2113 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2114 done
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2115 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2116 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2117 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2118 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2119
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2120
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2121 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2122 if test "${ac_cv_path_install+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2123 INSTALL=$ac_cv_path_install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2124 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2125 # As a last resort, use the slow shell script. We don't cache a
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2126 # path for INSTALL within a source directory, because that will
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2127 # break other packages using the cache if that directory is
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2128 # removed, or if the path is relative.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2129 INSTALL=$ac_install_sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2130 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2131 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2132 echo "$as_me:$LINENO: result: $INSTALL" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2133 echo "${ECHO_T}$INSTALL" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2134
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2135 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2136 # It thinks the first close brace ends the variable substitution.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2137 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2138
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2139 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2140
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2141 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2142
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2143
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2144
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2145
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2146
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2147 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2148 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2149 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2150 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2151 ac_compiler_gnu=$ac_cv_c_compiler_gnu
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2152 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2153 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2154 # On Suns, sometimes $CPP names a directory.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2155 if test -n "$CPP" && test -d "$CPP"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2156 CPP=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2157 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2158 if test -z "$CPP"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2159 if test "${ac_cv_prog_CPP+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2160 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2161 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2162 # Double quotes because CPP needs to be expanded
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2163 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2164 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2165 ac_preproc_ok=false
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2166 for ac_c_preproc_warn_flag in '' yes
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2167 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2168 # Use a header file that comes with gcc, so configuring glibc
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2169 # with a fresh cross-compiler works.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2170 # On the NeXT, cc -E runs the code through the compiler's parser,
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2171 # not just through cpp. "Syntax error" is here to catch this case.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2172 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2173 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2174 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2175 #include <assert.h>
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2176 Syntax error
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2177 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2178 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2179 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2180 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2181 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2182 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2183 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2185 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2186 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2187 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2188 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2189 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2190 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2191 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2192 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2193 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2194 if test -z "$ac_cpp_err"; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2195 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2196 else
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2197 echo "$as_me: failed program was:" >&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2198 cat conftest.$ac_ext >&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2199 # Broken: fails on valid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2200 continue
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2201 fi
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2202 rm -f conftest.err conftest.$ac_ext
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2203
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2204 # OK, works on sane cases. Now check whether non-existent headers
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2205 # can be detected and how.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2206 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2207 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2208 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2209 #include <ac_nonexistent.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2210 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2211 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2212 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2213 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2214 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2215 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2216 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2218 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2219 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2220 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2221 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2222 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2223 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2224 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2225 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2226 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2227 if test -z "$ac_cpp_err"; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2228 # Broken: success on invalid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2229 continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2230 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2231 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2232 cat conftest.$ac_ext >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2233 # Passes both tests.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2234 ac_preproc_ok=:
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2235 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2236 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2237 rm -f conftest.err conftest.$ac_ext
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2238
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2239 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2240 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2241 rm -f conftest.err conftest.$ac_ext
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2242 if $ac_preproc_ok; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2243 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2244 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2245
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2246 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2247 ac_cv_prog_CPP=$CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2248
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2249 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2250 CPP=$ac_cv_prog_CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2251 else
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2252 ac_cv_prog_CPP=$CPP
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2253 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2254 echo "$as_me:$LINENO: result: $CPP" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2255 echo "${ECHO_T}$CPP" >&6
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2256 ac_preproc_ok=false
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2257 for ac_c_preproc_warn_flag in '' yes
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2258 do
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2259 # Use a header file that comes with gcc, so configuring glibc
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2260 # with a fresh cross-compiler works.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2261 # On the NeXT, cc -E runs the code through the compiler's parser,
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2262 # not just through cpp. "Syntax error" is here to catch this case.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2263 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2264 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2265 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2266 #include <assert.h>
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2267 Syntax error
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2268 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2269 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2270 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2271 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2272 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2273 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2274 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2276 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2277 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2278 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2279 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2280 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2281 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2282 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2283 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2284 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2285 if test -z "$ac_cpp_err"; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2286 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2287 else
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2288 echo "$as_me: failed program was:" >&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2289 cat conftest.$ac_ext >&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2290 # Broken: fails on valid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2291 continue
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2292 fi
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2293 rm -f conftest.err conftest.$ac_ext
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2294
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2295 # OK, works on sane cases. Now check whether non-existent headers
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2296 # can be detected and how.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2297 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2298 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2299 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2300 #include <ac_nonexistent.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2301 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2302 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2303 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2304 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2305 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2306 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2307 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2309 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2310 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2311 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2312 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2313 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2314 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2315 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2316 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2317 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2318 if test -z "$ac_cpp_err"; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2319 # Broken: success on invalid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2320 continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2321 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2322 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2323 cat conftest.$ac_ext >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2324 # Passes both tests.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2325 ac_preproc_ok=:
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2326 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2327 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2328 rm -f conftest.err conftest.$ac_ext
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2329
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2330 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2331 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2332 rm -f conftest.err conftest.$ac_ext
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2333 if $ac_preproc_ok; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2334 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2335 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2336 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2337 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2338 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2339 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2340
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2341 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2342 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2343 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2344 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2345 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2346
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2347
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2348 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2349 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2350 if test "${ac_cv_header_stdc+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2351 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2352 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2353 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2354 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2355 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2356 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2357 #include <stdarg.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2358 #include <string.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2359 #include <float.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2360
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2361 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2362 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2363 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2364 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2365 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2366 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2367 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2369 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2370 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2371 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2372 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2373 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2374 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2375 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2376 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2377 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2378 if test -z "$ac_cpp_err"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2379 ac_cv_header_stdc=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2380 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2381 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2382 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2383 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2384 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2385 rm -f conftest.err conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2386
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2387 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2388 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2389 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2390 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2391 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2392 #include <string.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2393
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2394 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2395 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2396 egrep "memchr" >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2397 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2398 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2399 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2400 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2401 rm -f conftest*
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2402
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2403 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2404
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2405 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2406 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2407 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2408 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2409 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2410 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2411
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2412 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2413 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2414 egrep "free" >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2415 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2416 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2417 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2418 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2419 rm -f conftest*
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2420
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2421 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2422
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2423 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2424 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2425 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2426 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2427 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2428 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2429 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2430 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2431 #include <ctype.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2432 #if ((' ' & 0x0FF) == 0x020)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2433 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2434 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2435 #else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2436 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2437 || ('j' <= (c) && (c) <= 'r') \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2438 || ('s' <= (c) && (c) <= 'z'))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2439 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2440 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2441
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2442 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2443 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2444 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2445 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2446 int i;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2447 for (i = 0; i < 256; i++)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2448 if (XOR (islower (i), ISLOWER (i))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2449 || toupper (i) != TOUPPER (i))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2450 exit(2);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2451 exit (0);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2452 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2453 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2454 rm -f conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2455 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2456 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2457 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2459 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2461 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2462 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2464 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2465 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2466 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2467 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2468 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2469 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2470 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2471 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2472 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2473 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2474 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2475 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2476 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2477 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2478 echo "${ECHO_T}$ac_cv_header_stdc" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2479 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2480
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2481 cat >>confdefs.h <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2482 #define STDC_HEADERS 1
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2483 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2484
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2485 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2486
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2487
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2488
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2489
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2490
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2491
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2492 ac_header_dirent=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2493 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2494 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2495 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2496 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2497 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2498 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2499 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2500 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2501 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2502 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2503 #include <sys/types.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2504 #include <$ac_hdr>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2505
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2506 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2507 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2508 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2509 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2510 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2511 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2512 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2513 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2514 {
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2515 if ((DIR *) 0)
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2516 return 0;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2517 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2518 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2519 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2520 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2521 rm -f conftest.$ac_objext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2523 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2524 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2526 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2527 { ac_try='test -s conftest.$ac_objext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2529 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2530 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2532 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2533 eval "$as_ac_Header=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2534 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2535 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2536 cat conftest.$ac_ext >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2537 eval "$as_ac_Header=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2538 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2539 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2540 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2541 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2542 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2543 if test `eval echo '${'$as_ac_Header'}'` = yes; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2544 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2545 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2546 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2547
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2548 ac_header_dirent=$ac_hdr; break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2549 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2550
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2551 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2552 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2553 if test $ac_header_dirent = dirent.h; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2554 echo "$as_me:$LINENO: checking for library containing opendir" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2555 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2556 if test "${ac_cv_search_opendir+set}" = set; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2557 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2558 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2559 ac_func_search_save_LIBS=$LIBS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2560 ac_cv_search_opendir=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2561 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2562 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2563 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2564
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2565 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2566 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2567 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2568 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2569 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2570 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2571 char opendir ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2572 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2573 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2574 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2575 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2576 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2577 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2578 int
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2579 main ()
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2580 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2581 opendir ();
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2582 ;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2583 return 0;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2584 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2585 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2586 rm -f conftest.$ac_objext conftest$ac_exeext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2587 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2588 (eval $ac_link) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2589 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2591 (exit $ac_status); } &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2592 { ac_try='test -s conftest$ac_exeext'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2594 (eval $ac_try) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2595 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2597 (exit $ac_status); }; }; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2598 ac_cv_search_opendir="none required"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2599 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2600 echo "$as_me: failed program was:" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2601 cat conftest.$ac_ext >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2602 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2603 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2604 if test "$ac_cv_search_opendir" = no; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2605 for ac_lib in dir; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2606 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2607 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2608 #line $LINENO "configure"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2609 #include "confdefs.h"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2610
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2611 /* Override any gcc2 internal prototype to avoid an error. */
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2612 #ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2613 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2614 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2615 /* We use char because int might match the return type of a gcc2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2616 builtin and then its argument prototype would still apply. */
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2617 char opendir ();
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2618 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2619 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2620 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2621 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2622 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2623 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2624 int
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2625 main ()
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2626 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2627 opendir ();
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2628 ;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2629 return 0;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2630 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2631 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2632 rm -f conftest.$ac_objext conftest$ac_exeext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2633 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2634 (eval $ac_link) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2635 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2637 (exit $ac_status); } &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2638 { ac_try='test -s conftest$ac_exeext'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2640 (eval $ac_try) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2641 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2643 (exit $ac_status); }; }; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2644 ac_cv_search_opendir="-l$ac_lib"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2645 break
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2646 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2647 echo "$as_me: failed program was:" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2648 cat conftest.$ac_ext >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2649 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2650 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2651 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2652 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2653 LIBS=$ac_func_search_save_LIBS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2654 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2655 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2656 echo "${ECHO_T}$ac_cv_search_opendir" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2657 if test "$ac_cv_search_opendir" != no; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2658 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2659
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2660 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2661
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2662 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2663 echo "$as_me:$LINENO: checking for library containing opendir" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2664 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2665 if test "${ac_cv_search_opendir+set}" = set; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2666 echo $ECHO_N "(cached) $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2667 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2668 ac_func_search_save_LIBS=$LIBS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2669 ac_cv_search_opendir=no
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2670 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2671 #line $LINENO "configure"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2672 #include "confdefs.h"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2673
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2674 /* Override any gcc2 internal prototype to avoid an error. */
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2675 #ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2676 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2677 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2678 /* We use char because int might match the return type of a gcc2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2679 builtin and then its argument prototype would still apply. */
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2680 char opendir ();
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2681 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2682 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2683 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2684 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2685 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2686 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2687 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2688 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2689 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2690 opendir ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2691 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2692 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2693 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2694 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2695 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2696 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2697 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2698 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2700 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2701 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2703 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2704 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2706 (exit $ac_status); }; }; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2707 ac_cv_search_opendir="none required"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2708 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2709 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2710 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2711 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2712 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2713 if test "$ac_cv_search_opendir" = no; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2714 for ac_lib in x; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2715 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2716 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2717 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2718 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2719
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2720 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2721 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2722 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2723 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2724 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2725 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2726 char opendir ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2727 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2728 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2729 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2730 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2731 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2732 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2733 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2734 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2735 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2736 opendir ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2737 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2738 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2739 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2740 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2741 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2742 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2743 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2744 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2746 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2747 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2749 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2750 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2752 (exit $ac_status); }; }; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2753 ac_cv_search_opendir="-l$ac_lib"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2754 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2755 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2756 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2757 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2758 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2759 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2760 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2761 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2762 LIBS=$ac_func_search_save_LIBS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2763 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2764 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2765 echo "${ECHO_T}$ac_cv_search_opendir" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2766 if test "$ac_cv_search_opendir" != no; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2767 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2768
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2769 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2770
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2771 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2772
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2773 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2774
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2775
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2776
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2777
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2778
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2779
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2780
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2781
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2782
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2783 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2784 inttypes.h stdint.h unistd.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2785 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2786 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2787 echo "$as_me:$LINENO: checking for $ac_header" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2789 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2790 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2791 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2792 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2793 #line $LINENO "configure"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2794 #include "confdefs.h"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2795 $ac_includes_default
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2796
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2797 #include <$ac_header>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2798 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2799 rm -f conftest.$ac_objext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2801 (eval $ac_compile) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2802 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2804 (exit $ac_status); } &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2805 { ac_try='test -s conftest.$ac_objext'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2807 (eval $ac_try) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2808 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2810 (exit $ac_status); }; }; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2811 eval "$as_ac_Header=yes"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2812 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2813 echo "$as_me: failed program was:" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2814 cat conftest.$ac_ext >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2815 eval "$as_ac_Header=no"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2816 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2817 rm -f conftest.$ac_objext conftest.$ac_ext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2818 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2819 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2820 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2821 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2822 cat >>confdefs.h <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2823 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2824 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2825
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2826 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2827
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2828 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2829
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2830
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2831
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2832 for ac_header in unistd.h
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2833 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2834 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2835 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2836 echo "$as_me:$LINENO: checking for $ac_header" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2837 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2838 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2839 echo $ECHO_N "(cached) $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2840 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2841 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2842 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2843 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2844 # Is the header compilable?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2845 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2846 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2847 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2848 #line $LINENO "configure"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2849 #include "confdefs.h"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2850 $ac_includes_default
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2851 #include <$ac_header>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2852 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2853 rm -f conftest.$ac_objext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2854 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2855 (eval $ac_compile) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2856 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2858 (exit $ac_status); } &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2859 { ac_try='test -s conftest.$ac_objext'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2861 (eval $ac_try) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2862 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2864 (exit $ac_status); }; }; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2865 ac_header_compiler=yes
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2866 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2867 echo "$as_me: failed program was:" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2868 cat conftest.$ac_ext >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2869 ac_header_compiler=no
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2870 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2871 rm -f conftest.$ac_objext conftest.$ac_ext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2872 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2873 echo "${ECHO_T}$ac_header_compiler" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2874
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2875 # Is the header present?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2876 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2877 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2878 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2879 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2880 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2881 #include <$ac_header>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2882 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2883 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2884 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2885 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2886 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2887 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2888 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2890 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2891 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2892 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2893 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2894 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2895 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2896 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2897 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2898 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2899 if test -z "$ac_cpp_err"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2900 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2901 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2902 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2903 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2904 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2905 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2906 rm -f conftest.err conftest.$ac_ext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2907 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2908 echo "${ECHO_T}$ac_header_preproc" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2909
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2910 # So? What about this header?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2911 case $ac_header_compiler:$ac_header_preproc in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2912 yes:no )
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2913 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2914 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2915 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2916 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2917 no:yes )
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2918 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2919 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2920 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2921 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2922 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2923 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2924 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2925 echo "$as_me:$LINENO: checking for $ac_header" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2926 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2927 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2928 echo $ECHO_N "(cached) $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2929 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2930 eval "$as_ac_Header=$ac_header_preproc"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2931 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2932 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2933 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2934
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2935 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2936 if test `eval echo '${'$as_ac_Header'}'` = yes; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2937 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2938 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2939 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2940
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2941 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2942
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2943 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2944
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2945
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2946 for ac_header in sys/stat.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2947 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2948 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2949 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2950 echo "$as_me:$LINENO: checking for $ac_header" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2951 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2952 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2953 echo $ECHO_N "(cached) $ECHO_C" >&6
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2954 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2955 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2956 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2957 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2958 # Is the header compilable?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2959 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2960 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2961 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2962 #line $LINENO "configure"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2963 #include "confdefs.h"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2964 $ac_includes_default
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2965 #include <$ac_header>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2966 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2967 rm -f conftest.$ac_objext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2969 (eval $ac_compile) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2970 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2972 (exit $ac_status); } &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2973 { ac_try='test -s conftest.$ac_objext'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2975 (eval $ac_try) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2976 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2978 (exit $ac_status); }; }; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2979 ac_header_compiler=yes
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2980 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2981 echo "$as_me: failed program was:" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2982 cat conftest.$ac_ext >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2983 ac_header_compiler=no
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2984 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2985 rm -f conftest.$ac_objext conftest.$ac_ext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2986 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2987 echo "${ECHO_T}$ac_header_compiler" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2988
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2989 # Is the header present?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2990 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2991 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2992 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2993 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2994 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2995 #include <$ac_header>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2996 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2997 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2998 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2999 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3000 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3001 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3002 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3004 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3005 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3006 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3007 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3008 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3009 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3010 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3011 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3012 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3013 if test -z "$ac_cpp_err"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3014 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3015 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3016 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3017 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3018 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3019 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3020 rm -f conftest.err conftest.$ac_ext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3021 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3022 echo "${ECHO_T}$ac_header_preproc" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3023
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3024 # So? What about this header?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3025 case $ac_header_compiler:$ac_header_preproc in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3026 yes:no )
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3027 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3028 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3029 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3030 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3031 no:yes )
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3032 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3033 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3034 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3035 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3036 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3037 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3038 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3039 echo "$as_me:$LINENO: checking for $ac_header" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3040 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3041 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3042 echo $ECHO_N "(cached) $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3043 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3044 eval "$as_ac_Header=$ac_header_preproc"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3045 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3046 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3047 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3048
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3049 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3050 if test `eval echo '${'$as_ac_Header'}'` = yes; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3051 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3052 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3053 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3054
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3055 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3056
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3057 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3058
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3059
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3060
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3061 for ac_func in pipe
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3062 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3063 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3064 echo "$as_me:$LINENO: checking for $ac_func" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3065 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3066 if eval "test \"\${$as_ac_var+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3067 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3068 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3069 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3070 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3071 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3072 /* System header to define __stub macros and hopefully few prototypes,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3073 which can conflict with char $ac_func (); below. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3074 #include <assert.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3075 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3076 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3077 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3078 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3079 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3080 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3081 char $ac_func ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3082 char (*f) ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3083
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3084 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3085 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3086 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3087 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3088 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3089 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3090 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3091 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3092 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3093 /* The GNU C library defines this for functions which it implements
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3094 to always fail with ENOSYS. Some functions are actually named
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3095 something starting with __ and the normal name is an alias. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3096 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3097 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3098 #else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3099 f = $ac_func;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3100 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3101
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3102 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3103 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3104 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3105 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3106 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3107 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3108 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3109 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3111 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3112 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3114 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3115 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3117 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3118 eval "$as_ac_var=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3119 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3120 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3121 cat conftest.$ac_ext >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3122 eval "$as_ac_var=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3123 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3124 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3125 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3126 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3127 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3128 if test `eval echo '${'$as_ac_var'}'` = yes; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3129 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3130 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3131 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3132
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3133 cat >>confdefs.h <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3134 #define HAVE_PIPE 1
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3135 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3136
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3137 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3138 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3139
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3140
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3141
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3142 for ac_func in connect
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3143 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3144 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3145 echo "$as_me:$LINENO: checking for $ac_func" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3146 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3147 if eval "test \"\${$as_ac_var+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3148 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3149 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3150 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3151 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3152 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3153 /* System header to define __stub macros and hopefully few prototypes,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3154 which can conflict with char $ac_func (); below. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3155 #include <assert.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3156 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3157 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3158 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3159 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3160 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3161 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3162 char $ac_func ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3163 char (*f) ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3164
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3165 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3166 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3167 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3168 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3169 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3170 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3171 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3172 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3173 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3174 /* The GNU C library defines this for functions which it implements
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3175 to always fail with ENOSYS. Some functions are actually named
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3176 something starting with __ and the normal name is an alias. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3177 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3178 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3179 #else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3180 f = $ac_func;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3181 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3182
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3183 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3184 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3185 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3186 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3187 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3189 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3190 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3192 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3193 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3195 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3196 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3198 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3199 eval "$as_ac_var=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3200 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3201 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3202 cat conftest.$ac_ext >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3203 eval "$as_ac_var=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3204 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3205 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3206 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3207 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3208 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3209 if test `eval echo '${'$as_ac_var'}'` = yes; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3210 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3211 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3212 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3213
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3214 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3215 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3216
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3217 if test x"$ac_cv_func_connect" = x"no"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3218 if test -z "$libsocket"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3219 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3220 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3221 if test "${ac_cv_lib_socket_socket+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3222 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3223 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3224 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3225 LIBS="-lsocket $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3226 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3227 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3228 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3229
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3230 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3231 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3232 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3233 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3234 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3235 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3236 char socket ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3237 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3238 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3239 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3240 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3241 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3242 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3243 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3244 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3245 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3246 socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3247 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3248 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3249 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3250 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3251 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3252 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3253 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3254 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3256 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3257 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3259 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3260 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3262 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3263 ac_cv_lib_socket_socket=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3264 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3265 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3266 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3267 ac_cv_lib_socket_socket=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3268 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3269 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3270 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3271 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3272 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3273 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3274 if test $ac_cv_lib_socket_socket = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3275 LIBS="$LIBS -lsocket"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3276 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3277
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3278 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3279
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3280 if test -z "$libinet"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3281 echo "$as_me:$LINENO: checking for socket in -linet" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3282 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3283 if test "${ac_cv_lib_inet_socket+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3284 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3285 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3286 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3287 LIBS="-linet $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3288 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3289 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3290 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3291
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3292 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3293 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3294 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3295 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3296 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3297 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3298 char socket ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3299 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3300 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3301 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3302 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3303 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3304 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3305 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3306 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3307 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3308 socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3309 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3310 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3311 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3312 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3313 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3314 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3315 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3316 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3318 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3319 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3321 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3322 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3324 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3325 ac_cv_lib_inet_socket=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3326 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3327 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3328 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3329 ac_cv_lib_inet_socket=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3330 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3331 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3332 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3333 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3334 echo "$as_me:$LINENO: result: $ac_cv_lib_inet_socket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3335 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3336 if test $ac_cv_lib_inet_socket = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3337 libnsl=1; LIBS="$LIBS -linet -lnsl_s"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3338 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3339
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3340 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3341
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3342 if test -z "$libnsl"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3343 echo "$as_me:$LINENO: checking for gethostname in -lnsl" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3344 echo $ECHO_N "checking for gethostname in -lnsl... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3345 if test "${ac_cv_lib_nsl_gethostname+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3346 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3347 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3348 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3349 LIBS="-lnsl $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3350 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3351 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3352 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3353
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3354 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3355 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3356 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3357 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3358 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3359 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3360 char gethostname ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3361 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3362 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3363 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3364 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3365 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3366 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3367 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3368 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3369 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3370 gethostname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3371 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3372 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3373 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3374 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3375 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3377 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3378 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3380 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3381 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3383 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3384 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3386 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3387 ac_cv_lib_nsl_gethostname=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3388 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3389 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3390 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3391 ac_cv_lib_nsl_gethostname=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3392 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3393 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3394 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3395 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3396 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostname" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3397 echo "${ECHO_T}$ac_cv_lib_nsl_gethostname" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3398 if test $ac_cv_lib_nsl_gethostname = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3399 LIBS="$LIBS -lnsl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3400 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3401
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3402 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3403 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3404
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3405 echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3406 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3407 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3408 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3409 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3410 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3411 LIBS="-lsun $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3412 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3413 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3414 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3415
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3416 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3417 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3418 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3419 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3420 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3421 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3422 char getpwnam ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3423 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3424 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3425 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3426 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3427 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3428 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3429 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3430 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3431 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3432 getpwnam ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3433 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3434 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3435 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3436 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3437 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3438 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3439 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3440 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3442 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3443 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3445 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3446 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3448 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3449 ac_cv_lib_sun_getpwnam=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3450 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3451 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3452 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3453 ac_cv_lib_sun_getpwnam=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3454 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3455 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3456 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3457 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3458 echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwnam" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3459 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3460 if test $ac_cv_lib_sun_getpwnam = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3461 LIBS="$LIBS -lsun"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3462 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3463
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3464 echo "$as_me:$LINENO: checking for inet_addr in -ldgc" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3465 echo $ECHO_N "checking for inet_addr in -ldgc... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3466 if test "${ac_cv_lib_dgc_inet_addr+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3467 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3468 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3469 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3470 LIBS="-ldgc $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3471 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3472 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3473 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3474
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3475 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3476 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3477 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3478 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3479 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3480 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3481 char inet_addr ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3482 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3483 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3484 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3485 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3486 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3487 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3488 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3489 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3490 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3491 inet_addr ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3492 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3493 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3494 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3495 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3496 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3497 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3498 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3499 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3501 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3502 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3504 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3505 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3507 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3508 ac_cv_lib_dgc_inet_addr=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3509 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3510 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3511 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3512 ac_cv_lib_dgc_inet_addr=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3513 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3514 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3515 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3516 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3517 echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_inet_addr" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3518 echo "${ECHO_T}$ac_cv_lib_dgc_inet_addr" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3519 if test $ac_cv_lib_dgc_inet_addr = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3520 LIBS="$LIBS -ldgc"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3521 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3522
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3523 echo "$as_me:$LINENO: checking for gethostbyname in -lresolv" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3524 echo $ECHO_N "checking for gethostbyname in -lresolv... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3525 if test "${ac_cv_lib_resolv_gethostbyname+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3526 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3527 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3528 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3529 LIBS="-lresolv $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3530 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3531 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3532 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3533
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3534 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3535 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3536 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3537 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3538 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3539 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3540 char gethostbyname ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3541 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3542 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3543 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3544 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3545 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3546 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3547 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3548 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3549 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3550 gethostbyname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3551 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3552 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3553 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3554 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3555 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3556 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3557 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3558 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3560 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3561 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3563 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3564 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3566 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3567 ac_cv_lib_resolv_gethostbyname=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3568 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3569 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3570 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3571 ac_cv_lib_resolv_gethostbyname=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3572 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3573 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3574 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3575 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3576 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_gethostbyname" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3577 echo "${ECHO_T}$ac_cv_lib_resolv_gethostbyname" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3578 if test $ac_cv_lib_resolv_gethostbyname = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3579 LIBS="$LIBS -lresolv"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3580 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3581
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3582
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3583 # Extract the first word of "pkg-config", so it can be a program name with args.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3584 set dummy pkg-config; ac_word=$2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3585 echo "$as_me:$LINENO: checking for $ac_word" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3587 if test "${ac_cv_prog_PKG_CFG+set}" = set; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3588 echo $ECHO_N "(cached) $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3589 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3590 if test -n "$PKG_CFG"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3591 ac_cv_prog_PKG_CFG="$PKG_CFG" # Let the user override the test.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3592 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3594 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3595 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3596 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3597 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3598 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3599 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3600 ac_cv_prog_PKG_CFG="pkg-config"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3602 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3603 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3604 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3605 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3606
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3607 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3608 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3609 PKG_CFG=$ac_cv_prog_PKG_CFG
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3610 if test -n "$PKG_CFG"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3611 echo "$as_me:$LINENO: result: $PKG_CFG" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3612 echo "${ECHO_T}$PKG_CFG" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3613 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3614 echo "$as_me:$LINENO: result: no" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3615 echo "${ECHO_T}no" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3616 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3617
251
18ecaae9cc3b Changed configure to make sure we find gtk 2.0, and not just pkg-config,
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 121
diff changeset
3618 if test x"$PKG_CFG" != x; then
18ecaae9cc3b Changed configure to make sure we find gtk 2.0, and not just pkg-config,
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 121
diff changeset
3619 GTK_LIBS=`$PKG_CFG --silence-errors --libs gtk+-2.0 gthread-2.0`
18ecaae9cc3b Changed configure to make sure we find gtk 2.0, and not just pkg-config,
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 121
diff changeset
3620 fi
18ecaae9cc3b Changed configure to make sure we find gtk 2.0, and not just pkg-config,
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 121
diff changeset
3621
18ecaae9cc3b Changed configure to make sure we find gtk 2.0, and not just pkg-config,
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 121
diff changeset
3622 if test x"$GTK_LIBS" = x; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3623
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3624 # Check whether --with-glib-prefix or --without-glib-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3625 if test "${with_glib_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3626 withval="$with_glib_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3627 glib_config_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3628 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3629 glib_config_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3630 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3631
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3632 # Check whether --with-glib-exec-prefix or --without-glib-exec-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3633 if test "${with_glib_exec_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3634 withval="$with_glib_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3635 glib_config_exec_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3636 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3637 glib_config_exec_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3638 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3639 # Check whether --enable-glibtest or --disable-glibtest was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3640 if test "${enable_glibtest+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3641 enableval="$enable_glibtest"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3642
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3643 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3644 enable_glibtest=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3645 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3646
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3647 if test x$glib_config_exec_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3648 glib_config_args="$glib_config_args --exec-prefix=$glib_config_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3649 if test x${GLIB_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3650 GLIB_CONFIG=$glib_config_exec_prefix/bin/glib-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3651 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3652 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3653 if test x$glib_config_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3654 glib_config_args="$glib_config_args --prefix=$glib_config_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3655 if test x${GLIB_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3656 GLIB_CONFIG=$glib_config_prefix/bin/glib-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3657 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3658 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3659
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3660 for module in .
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3661 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3662 case "$module" in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3663 gmodule)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3664 glib_config_args="$glib_config_args gmodule"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3665 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3666 gthread)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3667 glib_config_args="$glib_config_args gthread"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3668 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3669 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3670 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3671
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3672 # Extract the first word of "glib-config", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3673 set dummy glib-config; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3674 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3675 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3676 if test "${ac_cv_path_GLIB_CONFIG+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3677 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3678 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3679 case $GLIB_CONFIG in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3680 [\\/]* | ?:[\\/]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3681 ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3682 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3683 *)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3685 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3686 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3687 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3688 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3689 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3690 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3691 ac_cv_path_GLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3693 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3694 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3695 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3696 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3697
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3698 test -z "$ac_cv_path_GLIB_CONFIG" && ac_cv_path_GLIB_CONFIG="no"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3699 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3700 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3701 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3702 GLIB_CONFIG=$ac_cv_path_GLIB_CONFIG
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3703
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3704 if test -n "$GLIB_CONFIG"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3705 echo "$as_me:$LINENO: result: $GLIB_CONFIG" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3706 echo "${ECHO_T}$GLIB_CONFIG" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3707 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3708 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3709 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3710 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3711
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3712 min_glib_version=1.2.0
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3713 echo "$as_me:$LINENO: checking for GLIB - version >= $min_glib_version" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3714 echo $ECHO_N "checking for GLIB - version >= $min_glib_version... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3715 no_glib=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3716 if test "$GLIB_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3717 no_glib=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3718 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3719 GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3720 GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3721 glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3722 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3723 glib_config_minor_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3724 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3725 glib_config_micro_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3726 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3727 if test "x$enable_glibtest" = "xyes" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3728 ac_save_CFLAGS="$CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3729 ac_save_LIBS="$LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3730 CFLAGS="$CFLAGS $GLIB_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3731 LIBS="$GLIB_LIBS $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3732 rm -f conf.glibtest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3733 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3734 echo $ac_n "cross compiling; assumed OK... $ac_c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3735 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3736 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3737 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3738 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3739
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3740 #include <glib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3741 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3742 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3743
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3744 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3745 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3746 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3747 int major, minor, micro;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3748 char *tmp_version;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3749
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3750 system ("touch conf.glibtest");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3751
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3752 /* HP/UX 9 (%@#!) writes to sscanf strings */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3753 tmp_version = g_strdup("$min_glib_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3754 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3755 printf("%s, bad version string\n", "$min_glib_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3756 exit(1);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3757 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3758
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3759 if ((glib_major_version != $glib_config_major_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3760 (glib_minor_version != $glib_config_minor_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3761 (glib_micro_version != $glib_config_micro_version))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3762 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3763 printf("\n*** 'glib-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3764 $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3765 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3766 printf ("*** was found! If glib-config was correct, then it is best\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3767 printf ("*** to remove the old version of GLIB. You may also be able to fix the error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3768 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3769 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3770 printf("*** required on your system.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3771 printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIG\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3772 printf("*** to point to the correct copy of glib-config, and remove the file config.cache\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3773 printf("*** before re-running configure\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3774 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3775 else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3776 (glib_minor_version != GLIB_MINOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3777 (glib_micro_version != GLIB_MICRO_VERSION))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3778 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3779 printf("*** GLIB header files (version %d.%d.%d) do not match\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3780 GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3781 printf("*** library (version %d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3782 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3783 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3784 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3785 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3786 if ((glib_major_version > major) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3787 ((glib_major_version == major) && (glib_minor_version > minor)) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3788 ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3789 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3790 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3791 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3792 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3793 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3794 printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3795 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3796 printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3797 major, minor, micro);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3798 printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3799 printf("***\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3800 printf("*** If you have already installed a sufficiently new version, this error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3801 printf("*** probably means that the wrong copy of the glib-config shell script is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3802 printf("*** being found. The easiest way to fix this is to remove the old version\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3803 printf("*** of GLIB, but you can also set the GLIB_CONFIG environment to point to the\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3804 printf("*** correct copy of glib-config. (In this case, you will have to\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3805 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3806 printf("*** so that the correct libraries are found at run-time))\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3807 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3808 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3809 return 1;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3810 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3811
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3812 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3813 rm -f conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3814 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3815 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3816 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3818 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3820 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3821 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3823 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3824 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3825 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3826 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3827 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3828 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3829 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3830 no_glib=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3831 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3832 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3833 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3834 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3835 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3836 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3837 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3838 if test "x$no_glib" = x ; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3839 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3840 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3841 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3842 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3843 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3844 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3845 if test "$GLIB_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3846 echo "*** The glib-config script installed by GLIB could not be found"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3847 echo "*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3848 echo "*** your path, or set the GLIB_CONFIG environment variable to the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3849 echo "*** full path to glib-config."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3850 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3851 if test -f conf.glibtest ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3852 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3853 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3854 echo "*** Could not run GLIB test program, checking why..."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3855 CFLAGS="$CFLAGS $GLIB_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3856 LIBS="$LIBS $GLIB_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3857 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3858 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3859 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3860
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3861 #include <glib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3862 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3863
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3864 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3865 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3866 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3867 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3868 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3869 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3870 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3871 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3872 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3873 return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3874 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3875 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3876 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3877 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3878 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3879 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3880 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3881 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3883 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3884 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3886 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3887 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3889 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3890 echo "*** The test program compiled, but did not run. This usually means"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3891 echo "*** that the run-time linker is not finding GLIB or finding the wrong"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3892 echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3893 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3894 echo "*** to the installed location Also, make sure you have run ldconfig if that"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3895 echo "*** is required on your system"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3896 echo "***"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3897 echo "*** If you have an old version installed, it is best to remove it, although"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3898 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3899 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3900 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3901 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3902 echo "*** The test program failed to compile or link. See the file config.log for the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3903 echo "*** exact error that occured. This usually means GLIB was incorrectly installed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3904 echo "*** or that you have moved GLIB since it was installed. In the latter case, you"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3905 echo "*** may want to edit the glib-config script: $GLIB_CONFIG"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3906 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3907 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3908 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3909 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3910 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3911 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3912 GLIB_CFLAGS=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3913 GLIB_LIBS=""
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3914 { { echo "$as_me:$LINENO: error: { { echo \"$as_me:$LINENO: error: Cannot find GLIB: Is glib-config in path?\" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3915 echo \"$as_me: error: Cannot find GLIB: Is glib-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3916 { (exit 1); exit 1; }; }" >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3917 echo "$as_me: error: { { echo \"$as_me:$LINENO: error: Cannot find GLIB: Is glib-config in path?\" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3918 echo \"$as_me: error: Cannot find GLIB: Is glib-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3919 { (exit 1); exit 1; }; }" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3920 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3921 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3922
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3923
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3924 rm -f conf.glibtest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3925
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3926
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3927 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3928 if test "${with_gtk_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3929 withval="$with_gtk_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3930 gtk_config_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3931 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3932 gtk_config_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3933 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3934
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3935 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3936 if test "${with_gtk_exec_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3937 withval="$with_gtk_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3938 gtk_config_exec_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3939 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3940 gtk_config_exec_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3941 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3942 # Check whether --enable-gtktest or --disable-gtktest was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3943 if test "${enable_gtktest+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3944 enableval="$enable_gtktest"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3945
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3946 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3947 enable_gtktest=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3948 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3949
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3950 for module in . gthread
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3951 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3952 case "$module" in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3953 gthread)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3954 gtk_config_args="$gtk_config_args gthread"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3955 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3956 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3957 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3958
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3959 if test x$gtk_config_exec_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3960 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3961 if test x${GTK_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3962 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3963 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3964 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3965 if test x$gtk_config_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3966 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3967 if test x${GTK_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3968 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3969 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3970 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3971
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3972 # Extract the first word of "gtk-config", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3973 set dummy gtk-config; ac_word=$2
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3974 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3976 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3977 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3978 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3979 case $GTK_CONFIG in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3980 [\\/]* | ?:[\\/]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3981 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3982 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3983 *)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3985 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3986 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3987 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3988 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3989 for ac_exec_ext in '' $ac_executable_extensions; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3990 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3991 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3992 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3993 break 2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3994 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3995 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3996 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3997
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3998 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3999 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4000 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4001 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4002 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4003
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4004 if test -n "$GTK_CONFIG"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4005 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4006 echo "${ECHO_T}$GTK_CONFIG" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4007 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4008 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4009 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4010 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4011
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4012 min_gtk_version=1.2.0
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4013 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4014 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4015 no_gtk=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4016 if test "$GTK_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4017 no_gtk=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4018 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4019 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4020 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4021 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4022 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4023 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4024 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4025 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4026 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4027 if test "x$enable_gtktest" = "xyes" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4028 ac_save_CFLAGS="$CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4029 ac_save_LIBS="$LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4030 CFLAGS="$CFLAGS $GTK_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4031 LIBS="$GTK_LIBS $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4032 rm -f conf.gtktest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4033 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4034 echo $ac_n "cross compiling; assumed OK... $ac_c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4035 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4036 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4037 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4038 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4039
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4040 #include <gtk/gtk.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4041 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4042 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4043
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4044 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4045 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4046 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4047 int major, minor, micro;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4048 char *tmp_version;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4049
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4050 system ("touch conf.gtktest");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4051
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4052 /* HP/UX 9 (%@#!) writes to sscanf strings */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4053 tmp_version = g_strdup("$min_gtk_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4054 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4055 printf("%s, bad version string\n", "$min_gtk_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4056 exit(1);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4057 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4058
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4059 if ((gtk_major_version != $gtk_config_major_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4060 (gtk_minor_version != $gtk_config_minor_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4061 (gtk_micro_version != $gtk_config_micro_version))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4062 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4063 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4064 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4065 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4066 printf ("*** was found! If gtk-config was correct, then it is best\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4067 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4068 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4069 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4070 printf("*** required on your system.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4071 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4072 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4073 printf("*** before re-running configure\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4074 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4075 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4076 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4077 (gtk_minor_version != GTK_MINOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4078 (gtk_micro_version != GTK_MICRO_VERSION))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4079 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4080 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4081 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4082 printf("*** library (version %d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4083 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4084 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4085 #endif /* defined (GTK_MAJOR_VERSION) ... */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4086 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4087 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4088 if ((gtk_major_version > major) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4089 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4090 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4091 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4092 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4093 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4094 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4095 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4096 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4097 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4098 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4099 major, minor, micro);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4100 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4101 printf("***\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4102 printf("*** If you have already installed a sufficiently new version, this error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4103 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4104 printf("*** being found. The easiest way to fix this is to remove the old version\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4105 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4106 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4107 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4108 printf("*** so that the correct libraries are found at run-time))\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4109 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4110 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4111 return 1;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4112 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4113
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4114 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4115 rm -f conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4117 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4118 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4120 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4122 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4123 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4125 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4126 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4127 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4128 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4129 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4130 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4131 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4132 no_gtk=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4133 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4134 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4135 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4136 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4137 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4138 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4139 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4140 if test "x$no_gtk" = x ; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4141 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4142 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4143 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4144 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4145 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4146 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4147 if test "$GTK_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4148 echo "*** The gtk-config script installed by GTK could not be found"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4149 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4150 echo "*** your path, or set the GTK_CONFIG environment variable to the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4151 echo "*** full path to gtk-config."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4152 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4153 if test -f conf.gtktest ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4154 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4155 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4156 echo "*** Could not run GTK test program, checking why..."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4157 CFLAGS="$CFLAGS $GTK_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4158 LIBS="$LIBS $GTK_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4159 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4160 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4161 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4162
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4163 #include <gtk/gtk.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4164 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4165
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4166 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4167 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4168 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4169 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4170 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4171 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4172 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4173 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4174 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4175 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4176 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4177 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4178 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4179 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4180 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4182 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4183 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4185 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4186 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4188 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4189 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4191 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4192 echo "*** The test program compiled, but did not run. This usually means"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4193 echo "*** that the run-time linker is not finding GTK or finding the wrong"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4194 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4195 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4196 echo "*** to the installed location Also, make sure you have run ldconfig if that"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4197 echo "*** is required on your system"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4198 echo "***"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4199 echo "*** If you have an old version installed, it is best to remove it, although"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4200 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4201 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4202 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4203 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4204 echo "*** The test program failed to compile or link. See the file config.log for the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4205 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4206 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4207 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4208 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4209 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4210 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4211 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4212 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4213 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4214 GTK_CFLAGS=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4215 GTK_LIBS=""
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4216 { { echo "$as_me:$LINENO: error: { { echo \"$as_me:$LINENO: error: Cannot find GTK: Is gtk-config in path?\" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4217 echo \"$as_me: error: Cannot find GTK: Is gtk-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4218 { (exit 1); exit 1; }; }" >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4219 echo "$as_me: error: { { echo \"$as_me:$LINENO: error: Cannot find GTK: Is gtk-config in path?\" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4220 echo \"$as_me: error: Cannot find GTK: Is gtk-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4221 { (exit 1); exit 1; }; }" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4222 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4223 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4224
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4225
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4226 rm -f conf.gtktest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4227
121
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4228
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4229 # Check whether --with-imlib-prefix or --without-imlib-prefix was given.
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4230 if test "${with_imlib_prefix+set}" = set; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4231 withval="$with_imlib_prefix"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4232 imlib_prefix="$withval"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4233 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4234 imlib_prefix=""
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4235 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4236
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4237 # Check whether --with-imlib-exec-prefix or --without-imlib-exec-prefix was given.
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4238 if test "${with_imlib_exec_prefix+set}" = set; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4239 withval="$with_imlib_exec_prefix"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4240 imlib_exec_prefix="$withval"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4241 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4242 imlib_exec_prefix=""
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4243 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4244 # Check whether --enable-imlibtest or --disable-imlibtest was given.
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4245 if test "${enable_imlibtest+set}" = set; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4246 enableval="$enable_imlibtest"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4247
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4248 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4249 enable_imlibtest=yes
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4250 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4251
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4252 if test x$imlib_exec_prefix != x ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4253 imlib_args="$imlib_args --exec-prefix=$imlib_exec_prefix"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4254 if test x${IMLIB_CONFIG+set} != xset ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4255 IMLIB_CONFIG=$imlib_exec_prefix/bin/imlib-config
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4256 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4257 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4258 if test x$imlib_prefix != x ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4259 imlib_args="$imlib_args --prefix=$imlib_prefix"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4260 if test x${IMLIB_CONFIG+set} != xset ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4261 IMLIB_CONFIG=$imlib_prefix/bin/imlib-config
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4262 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4263 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4264
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4265 # Extract the first word of "imlib-config", so it can be a program name with args.
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4266 set dummy imlib-config; ac_word=$2
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4267 echo "$as_me:$LINENO: checking for $ac_word" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4269 if test "${ac_cv_path_IMLIB_CONFIG+set}" = set; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4270 echo $ECHO_N "(cached) $ECHO_C" >&6
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4271 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4272 case $IMLIB_CONFIG in
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4273 [\\/]* | ?:[\\/]*)
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4274 ac_cv_path_IMLIB_CONFIG="$IMLIB_CONFIG" # Let the user override the test with a path.
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4275 ;;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4276 *)
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4278 for as_dir in $PATH
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4279 do
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4280 IFS=$as_save_IFS
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4281 test -z "$as_dir" && as_dir=.
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4282 for ac_exec_ext in '' $ac_executable_extensions; do
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4283 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4284 ac_cv_path_IMLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4286 break 2
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4287 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4288 done
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4289 done
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4290
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4291 test -z "$ac_cv_path_IMLIB_CONFIG" && ac_cv_path_IMLIB_CONFIG="no"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4292 ;;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4293 esac
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4294 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4295 IMLIB_CONFIG=$ac_cv_path_IMLIB_CONFIG
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4296
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4297 if test -n "$IMLIB_CONFIG"; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4298 echo "$as_me:$LINENO: result: $IMLIB_CONFIG" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4299 echo "${ECHO_T}$IMLIB_CONFIG" >&6
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4300 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4301 echo "$as_me:$LINENO: result: no" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4302 echo "${ECHO_T}no" >&6
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4303 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4304
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4305 min_imlib_version=1.9.4
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4306 echo "$as_me:$LINENO: checking for IMLIB - version >= $min_imlib_version" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4307 echo $ECHO_N "checking for IMLIB - version >= $min_imlib_version... $ECHO_C" >&6
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4308 no_imlib=""
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4309 if test "$IMLIB_CONFIG" = "no" ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4310 no_imlib=yes
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4311 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4312 GDK_IMLIB_CFLAGS=`$IMLIB_CONFIG $imlibconf_args --cflags-gdk`
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4313 GDK_IMLIB_LIBS=`$IMLIB_CONFIG $imlibconf_args --libs-gdk`
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4314
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4315 imlib_major_version=`$IMLIB_CONFIG $imlib_args --version | \
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4316 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4317 imlib_minor_version=`$IMLIB_CONFIG $imlib_args --version | \
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4318 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4319 imlib_micro_version=`$IMLIB_CONFIG $imlib_args --version | \
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4320 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4321 if test "x$enable_imlibtest" = "xyes" ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4322 ac_save_CFLAGS="$CFLAGS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4323 ac_save_LIBS="$LIBS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4324 CFLAGS="$CFLAGS $GDK_IMLIB_CFLAGS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4325 LIBS="$LIBS $GDK_IMLIB_LIBS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4326 rm -f conf.imlibtest
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4327 if test "$cross_compiling" = yes; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4328 echo $ac_n "cross compiling; assumed OK... $ac_c"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4329 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4330 cat >conftest.$ac_ext <<_ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4331 #line $LINENO "configure"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4332 #include "confdefs.h"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4333
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4334 #include <stdio.h>
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4335 #include <stdlib.h>
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4336 #include <gdk_imlib.h>
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4337
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4338 int main ()
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4339 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4340 int major, minor, micro;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4341 char *tmp_version;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4342
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4343 system ("touch conf.gdkimlibtest");
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4344
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4345 /* HP/UX 9 (%@#!) writes to sscanf strings */
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4346 tmp_version = g_strdup("$min_imlib_version");
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4347 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4348 printf("%s, bad version string\n", "$min_imlib_version");
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4349 exit(1);
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4350 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4351
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4352 if (($imlib_major_version > major) ||
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4353 (($imlib_major_version == major) && ($imlib_minor_version > minor)) ||
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4354 (($imlib_major_version == major) && ($imlib_minor_version == minor) &&
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4355 ($imlib_micro_version >= micro)))
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4356 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4357 return 0;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4358 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4359 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4360 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4361 printf("\n*** 'imlib-config --version' returned %d.%d.%d, but the minimum version\n", $imlib_major_version, $imlib_minor_version, $imlib_micro_version);
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4362 printf("*** of IMLIB required is %d.%d.%d. If imlib-config is correct, then it is\n", major, minor, micro);
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4363 printf("*** best to upgrade to the required version.\n");
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4364 printf("*** If imlib-config was wrong, set the environment variable IMLIB_CONFIG\n");
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4365 printf("*** to point to the correct copy of imlib-config, and remove the file\n");
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4366 printf("*** config.cache before re-running configure\n");
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4367 return 1;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4368 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4369 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4370
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4371
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4372 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4373 rm -f conftest$ac_exeext
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4374 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4375 (eval $ac_link) 2>&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4376 ac_status=$?
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4378 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4380 (eval $ac_try) 2>&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4381 ac_status=$?
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4383 (exit $ac_status); }; }; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4384 :
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4385 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4386 echo "$as_me: program exited with status $ac_status" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4387 echo "$as_me: failed program was:" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4388 cat conftest.$ac_ext >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4389 ( exit $ac_status )
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4390 no_imlib=yes
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4391 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4392 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4393 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4394 CFLAGS="$ac_save_CFLAGS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4395 LIBS="$ac_save_LIBS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4396 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4397 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4398 if test "x$no_imlib" = x ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4399 echo "$as_me:$LINENO: result: yes" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4400 echo "${ECHO_T}yes" >&6
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4401 cat >>confdefs.h <<\_ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4402 #define USE_IMLIB 1
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4403 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4404
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4405 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4406 echo "$as_me:$LINENO: result: no" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4407 echo "${ECHO_T}no" >&6
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4408 if test "$IMLIB_CONFIG" = "no" ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4409 echo "*** The imlib-config script installed by IMLIB could not be found"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4410 echo "*** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4411 echo "*** your path, or set the IMLIB_CONFIG environment variable to the"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4412 echo "*** full path to imlib-config."
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4413 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4414 if test -f conf.gdkimlibtest ; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4415 :
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4416 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4417 echo "*** Could not run IMLIB test program, checking why..."
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4418 CFLAGS="$CFLAGS $GDK_IMLIB_CFLAGS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4419 LIBS="$LIBS $GDK_IMLIB_LIBS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4420 cat >conftest.$ac_ext <<_ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4421 #line $LINENO "configure"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4422 #include "confdefs.h"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4423
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4424 #include <stdio.h>
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4425 #include <gdk_imlib.h>
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4426
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4427 #ifdef F77_DUMMY_MAIN
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4428 # ifdef __cplusplus
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4429 extern "C"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4430 # endif
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4431 int F77_DUMMY_MAIN() { return 1; }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4432 #endif
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4433 int
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4434 main ()
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4435 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4436 return 0;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4437 ;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4438 return 0;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4439 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4440 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4441 rm -f conftest.$ac_objext conftest$ac_exeext
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4442 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4443 (eval $ac_link) 2>&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4444 ac_status=$?
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4446 (exit $ac_status); } &&
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4447 { ac_try='test -s conftest$ac_exeext'
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4449 (eval $ac_try) 2>&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4450 ac_status=$?
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4452 (exit $ac_status); }; }; then
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4453 echo "*** The test program compiled, but did not run. This usually means"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4454 echo "*** that the run-time linker is not finding IMLIB or finding the wrong"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4455 echo "*** version of IMLIB. If it is not finding IMLIB, you'll need to set your"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4456 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4457 echo "*** to the installed location Also, make sure you have run ldconfig if that"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4458 echo "*** is required on your system"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4459 echo "***"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4460 echo "*** If you have an old version installed, it is best to remove it, although"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4461 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4462 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4463 echo "$as_me: failed program was:" >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4464 cat conftest.$ac_ext >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4465 echo "*** The test program failed to compile or link. See the file config.log for the"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4466 echo "*** exact error that occured. This usually means IMLIB was incorrectly installed"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4467 echo "*** or that you have moved IMLIB since it was installed. In the latter case, you"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4468 echo "*** may want to edit the imlib-config script: $IMLIB_CONFIG"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4469 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4470 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4471 CFLAGS="$ac_save_CFLAGS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4472 LIBS="$ac_save_LIBS"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4473 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4474 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4475 GDK_IMLIB_CFLAGS=""
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4476 GDK_IMLIB_LIBS=""
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4477 { { echo "$as_me:$LINENO: error: IMLIB not found or too old. Dynamic Windows cannot build without it." >&5
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4478 echo "$as_me: error: IMLIB not found or too old. Dynamic Windows cannot build without it." >&2;}
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4479 { (exit 1); exit 1; }; }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4480 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4481
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4482
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4483 rm -f conf.gdkimlibtest
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4484
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4485 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4486 GTK_CFLAGS=`$PKG_CFG --cflags gtk+-2.0 gthread-2.0`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4487 GTK_LIBS=`$PKG_CFG --libs gtk+-2.0 gthread-2.0`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4488 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4489
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4490 if test "${ac_cv_header_pthread_h+set}" = set; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4491 echo "$as_me:$LINENO: checking for pthread.h" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4492 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4493 if test "${ac_cv_header_pthread_h+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4494 echo $ECHO_N "(cached) $ECHO_C" >&6
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4495 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4496 echo "$as_me:$LINENO: result: $ac_cv_header_pthread_h" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4497 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4498 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4499 # Is the header compilable?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4500 echo "$as_me:$LINENO: checking pthread.h usability" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4501 echo $ECHO_N "checking pthread.h usability... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4502 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4503 #line $LINENO "configure"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4504 #include "confdefs.h"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4505 $ac_includes_default
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4506 #include <pthread.h>
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4507 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4508 rm -f conftest.$ac_objext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4510 (eval $ac_compile) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4511 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4513 (exit $ac_status); } &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4514 { ac_try='test -s conftest.$ac_objext'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4516 (eval $ac_try) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4517 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4519 (exit $ac_status); }; }; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4520 ac_header_compiler=yes
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4521 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4522 echo "$as_me: failed program was:" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4523 cat conftest.$ac_ext >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4524 ac_header_compiler=no
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4525 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4526 rm -f conftest.$ac_objext conftest.$ac_ext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4527 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4528 echo "${ECHO_T}$ac_header_compiler" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4529
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4530 # Is the header present?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4531 echo "$as_me:$LINENO: checking pthread.h presence" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4532 echo $ECHO_N "checking pthread.h presence... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4533 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4534 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4535 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4536 #include <pthread.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4537 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4538 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4539 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4540 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4541 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4542 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4543 cat conftest.err >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4545 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4546 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4547 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4548 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4549 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4550 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4551 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4552 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4553 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4554 if test -z "$ac_cpp_err"; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4555 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4556 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4557 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4558 cat conftest.$ac_ext >&5
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4559 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4560 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4561 rm -f conftest.err conftest.$ac_ext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4562 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4563 echo "${ECHO_T}$ac_header_preproc" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4564
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4565 # So? What about this header?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4566 case $ac_header_compiler:$ac_header_preproc in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4567 yes:no )
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4568 { echo "$as_me:$LINENO: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4569 echo "$as_me: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4570 { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4571 echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;};;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4572 no:yes )
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4573 { echo "$as_me:$LINENO: WARNING: pthread.h: present but cannot be compiled" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4574 echo "$as_me: WARNING: pthread.h: present but cannot be compiled" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4575 { echo "$as_me:$LINENO: WARNING: pthread.h: check for missing prerequisite headers?" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4576 echo "$as_me: WARNING: pthread.h: check for missing prerequisite headers?" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4577 { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4578 echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;};;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4579 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4580 echo "$as_me:$LINENO: checking for pthread.h" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4581 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4582 if test "${ac_cv_header_pthread_h+set}" = set; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4583 echo $ECHO_N "(cached) $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4584 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4585 ac_cv_header_pthread_h=$ac_header_preproc
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4586 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4587 echo "$as_me:$LINENO: result: $ac_cv_header_pthread_h" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4588 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4589
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4590 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4591 if test $ac_cv_header_pthread_h = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4592 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4593 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4594 { { echo "$as_me:$LINENO: error: pthread header not found. Dynamic Windows cannot build without it." >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4595 echo "$as_me: error: pthread header not found. Dynamic Windows cannot build without it." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4596 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4597 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4598
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4599
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4600 echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthread" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4601 echo $ECHO_N "checking for pthread_attr_init in -lpthread... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4602 if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4603 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4604 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4605 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4606 LIBS="-lpthread $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4607 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4608 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4609 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4610
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4611 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4612 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4613 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4614 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4615 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4616 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4617 char pthread_attr_init ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4618 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4619 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4620 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4621 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4622 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4623 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4624 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4625 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4626 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4627 pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4628 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4629 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4630 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4631 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4632 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4633 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4634 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4635 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4637 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4638 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4640 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4641 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4643 (exit $ac_status); }; }; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4644 ac_cv_lib_pthread_pthread_attr_init=yes
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4645 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4646 echo "$as_me: failed program was:" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4647 cat conftest.$ac_ext >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4648 ac_cv_lib_pthread_pthread_attr_init=no
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4649 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4650 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4651 LIBS=$ac_check_lib_save_LIBS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4652 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4653 echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_attr_init" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4654 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_attr_init" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4655 if test $ac_cv_lib_pthread_pthread_attr_init = yes; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4656 PTHREAD_LIBS="-lpthread"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4657 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4658 echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthreads" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4659 echo $ECHO_N "checking for pthread_attr_init in -lpthreads... $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4660 if test "${ac_cv_lib_pthreads_pthread_attr_init+set}" = set; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4661 echo $ECHO_N "(cached) $ECHO_C" >&6
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4662 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4663 ac_check_lib_save_LIBS=$LIBS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4664 LIBS="-lpthreads $LIBS"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4665 cat >conftest.$ac_ext <<_ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4666 #line $LINENO "configure"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4667 #include "confdefs.h"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4668
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4669 /* Override any gcc2 internal prototype to avoid an error. */
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4670 #ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4671 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4672 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4673 /* We use char because int might match the return type of a gcc2
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4674 builtin and then its argument prototype would still apply. */
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4675 char pthread_attr_init ();
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4676 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4677 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4678 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4679 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4680 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4681 #endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4682 int
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4683 main ()
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4684 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4685 pthread_attr_init ();
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4686 ;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4687 return 0;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4688 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4689 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4690 rm -f conftest.$ac_objext conftest$ac_exeext
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4691 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4692 (eval $ac_link) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4693 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4695 (exit $ac_status); } &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4696 { ac_try='test -s conftest$ac_exeext'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4698 (eval $ac_try) 2>&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4699 ac_status=$?
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4701 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4702 ac_cv_lib_pthreads_pthread_attr_init=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4703 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4704 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4705 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4706 ac_cv_lib_pthreads_pthread_attr_init=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4707 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4708 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4709 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4710 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4711 echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_attr_init" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4712 echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_attr_init" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4713 if test $ac_cv_lib_pthreads_pthread_attr_init = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4714 PTHREAD_LIBS="-lpthreads"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4715 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4716 echo "$as_me:$LINENO: checking for pthread_attr_init in -lc_r" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4717 echo $ECHO_N "checking for pthread_attr_init in -lc_r... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4718 if test "${ac_cv_lib_c_r_pthread_attr_init+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4719 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4720 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4721 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4722 LIBS="-lc_r $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4723 cat >conftest.$ac_ext <<_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4724 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4725 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4726
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4727 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4728 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4729 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4730 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4731 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4732 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4733 char pthread_attr_init ();
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4734 #ifdef F77_DUMMY_MAIN
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4735 # ifdef __cplusplus
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4736 extern "C"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4737 # endif
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4738 int F77_DUMMY_MAIN() { return 1; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4739 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4740 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4741 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4742 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4743 pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4744 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4745 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4746 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4747 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4748 rm -f conftest.$ac_objext conftest$ac_exeext
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4749 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4750 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4751 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4753 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4754 { ac_try='test -s conftest$ac_exeext'
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4756 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4757 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4759 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4760 ac_cv_lib_c_r_pthread_attr_init=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4761 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4762 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4763 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4764 ac_cv_lib_c_r_pthread_attr_init=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4765 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4766 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4767 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4768 fi
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4769 echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_attr_init" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4770 echo "${ECHO_T}$ac_cv_lib_c_r_pthread_attr_init" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4771 if test $ac_cv_lib_c_r_pthread_attr_init = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4772 PTHREAD_LIBS="-lc_r"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4773 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4774 { { echo "$as_me:$LINENO: error: pthread library not found. HandyFTP cannot build without it.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4775 " >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4776 echo "$as_me: error: pthread library not found. HandyFTP cannot build without it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4777 " >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4778 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4779
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4780 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4781
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4782
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4783 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4784
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4785
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4786 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4787
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4788
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4789 CFLAGS="$CFLAGS $GTK_CFLAGS $GDK_IMLIB_FLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4790 LIBS="$LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4791
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4792 RM="rm -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4793 LN="ln -s"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4794 CP="cp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4795 MV="mv"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4796 MKDIR="mkdir"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4797
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4798
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4799
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4800
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4801
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4802
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4803
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4804
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4805
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4806 ac_config_files="$ac_config_files Makefile dw-config"
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4807
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4808 cat >confcache <<\_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4809 # This file is a shell script that caches the results of configure
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4810 # tests run on this system so they can be shared between configure
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4811 # scripts and configure runs, see configure's option --config-cache.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4812 # It is not useful on other systems. If it contains results you don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4813 # want to keep, you may remove or edit it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4814 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4815 # config.status only pays attention to the cache file if you give it
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4816 # the --recheck option to rerun configure.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4817 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4818 # `ac_cv_env_foo' variables (set or unset) will be overriden when
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4819 # loading this file, other *unset* `ac_cv_foo' will be assigned the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4820 # following values.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4821
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4822 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4823
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4824 # The following way of writing the cache mishandles newlines in values,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4825 # but we know of no workaround that is simple, portable, and efficient.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4826 # So, don't put newlines in cache variables' values.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4827 # Ultrix sh set writes to stderr and can't be redirected directly,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4828 # and sets the high bit in the cache file unless we assign to the vars.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4829 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4830 (set) 2>&1 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4831 case `(ac_space=' '; set | grep ac_space) 2>&1` in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4832 *ac_space=\ *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4833 # `set' does not quote correctly, so add quotes (double-quote
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4834 # substitution turns \\\\ into \\, and sed turns \\ into \).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4835 sed -n \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4836 "s/'/'\\\\''/g;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4837 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4838 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4839 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4840 # `set' quotes correctly as required by POSIX, so do not add quotes.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4841 sed -n \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4842 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4843 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4844 esac;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4845 } |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4846 sed '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4847 t clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4848 : clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4849 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4850 t end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4851 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4852 : end' >>confcache
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4853 if cmp -s $cache_file confcache; then :; else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4854 if test -w $cache_file; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4855 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4856 cat confcache >$cache_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4857 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4858 echo "not updating unwritable cache $cache_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4859 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4860 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4861 rm -f confcache
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4862
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4863 test "x$prefix" = xNONE && prefix=$ac_default_prefix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4864 # Let make expand exec_prefix.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4865 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4866
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4867 # VPATH may cause trouble with some makes, so we remove $(srcdir),
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4868 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4869 # trailing colons and then remove the whole line if VPATH becomes empty
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4870 # (actually we leave an empty line to preserve line numbers).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4871 if test "x$srcdir" = x.; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4872 ac_vpsub='/^[ ]*VPATH[ ]*=/{
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4873 s/:*\$(srcdir):*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4874 s/:*\${srcdir}:*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4875 s/:*@srcdir@:*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4876 s/^\([^=]*=[ ]*\):*/\1/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4877 s/:*$//;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4878 s/^[^=]*=[ ]*$//;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4879 }'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4880 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4881
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4882 DEFS=-DHAVE_CONFIG_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4883
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4884
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4885 : ${CONFIG_STATUS=./config.status}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4886 ac_clean_files_save=$ac_clean_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4887 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4888 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4889 echo "$as_me: creating $CONFIG_STATUS" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4890 cat >$CONFIG_STATUS <<_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4891 #! $SHELL
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4892 # Generated by $as_me.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4893 # Run this file to recreate the current configuration.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4894 # Compiler output produced by configure, useful for debugging
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4895 # configure, is in config.log if it exists.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4896
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4897 debug=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4898 SHELL=\${CONFIG_SHELL-$SHELL}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4899 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4900
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4901 cat >>$CONFIG_STATUS <<\_ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4902
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4903 ## --------------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4904 ## M4sh Initialization. ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4905 ## --------------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4906
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4907 # Be Bourne compatible
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4908 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4909 emulate sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4910 NULLCMD=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4911 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4912 set -o posix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4913 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4914
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4915 # NLS nuisances.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4916 # Support unset when possible.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4917 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4918 as_unset=unset
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4919 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4920 as_unset=false
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4921 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4922
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4923 (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4924 { $as_unset LANG || test "${LANG+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4925 { LANG=C; export LANG; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4926 (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4927 { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4928 { LC_ALL=C; export LC_ALL; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4929 (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4930 { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4931 { LC_TIME=C; export LC_TIME; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4932 (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4933 { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4934 { LC_CTYPE=C; export LC_CTYPE; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4935 (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4936 { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4937 { LANGUAGE=C; export LANGUAGE; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4938 (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4939 { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4940 { LC_COLLATE=C; export LC_COLLATE; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4941 (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4942 { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4943 { LC_NUMERIC=C; export LC_NUMERIC; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4944 (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4945 { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4946 { LC_MESSAGES=C; export LC_MESSAGES; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4947
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4948
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4949 # Name of the executable.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4950 as_me=`(basename "$0") 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4951 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4952 X"$0" : 'X\(//\)$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4953 X"$0" : 'X\(/\)$' \| \
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4954 . : '\(.\)' 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4955 echo X/"$0" |
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4956 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4957 /^X\/\(\/\/\)$/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4958 /^X\/\(\/\).*/{ s//\1/; q; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4959 s/.*/./; q'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4960
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4961 # PATH needs CR, and LINENO needs CR and PATH.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4962 # Avoid depending upon Character Ranges.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4963 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4964 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4965 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4966 as_cr_digits='0123456789'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4967 as_cr_alnum=$as_cr_Letters$as_cr_digits
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4968
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4969 # The user is always right.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4970 if test "${PATH_SEPARATOR+set}" != set; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4971 echo "#! /bin/sh" >conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4972 echo "exit 0" >>conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4973 chmod +x conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4974 if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4975 PATH_SEPARATOR=';'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4976 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4977 PATH_SEPARATOR=:
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4978 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4979 rm -f conftest.sh
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4980 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4981
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4982
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4983 as_lineno_1=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4984 as_lineno_2=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4985 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4986 test "x$as_lineno_1" != "x$as_lineno_2" &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4987 test "x$as_lineno_3" = "x$as_lineno_2" || {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4988 # Find who we are. Look in the path if we contain no path at all
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4989 # relative or not.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4990 case $0 in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4991 *[\\/]* ) as_myself=$0 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4992 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4993 for as_dir in $PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4994 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4995 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4996 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4997 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4998 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4999
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5000 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5001 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5002 # We did not find ourselves, most probably we were run as `sh COMMAND'
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5003 # in which case we are not to be found in the path.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5004 if test "x$as_myself" = x; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5005 as_myself=$0
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5006 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5007 if test ! -f "$as_myself"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5008 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5009 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5010 { (exit 1); exit 1; }; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5011 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5012 case $CONFIG_SHELL in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5013 '')
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5015 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5016 do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5017 IFS=$as_save_IFS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5018 test -z "$as_dir" && as_dir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5019 for as_base in sh bash ksh sh5; do
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5020 case $as_dir in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5021 /*)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5022 if ("$as_dir/$as_base" -c '
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5023 as_lineno_1=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5024 as_lineno_2=$LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5025 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5026 test "x$as_lineno_1" != "x$as_lineno_2" &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5027 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5028 CONFIG_SHELL=$as_dir/$as_base
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5029 export CONFIG_SHELL
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5030 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5031 fi;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5032 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5033 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5034 done
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5035 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5036 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5037
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5038 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5039 # uniformly replaced by the line number. The first 'sed' inserts a
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5040 # line-number line before each line; the second 'sed' does the real
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5041 # work. The second script uses 'N' to pair each line-number line
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5042 # with the numbered line, and appends trailing '-' during
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5043 # substitution so that $LINENO is not a special case at line end.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5044 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5045 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5046 sed '=' <$as_myself |
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5047 sed '
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5048 N
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5049 s,$,-,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5050 : loop
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5051 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5052 t loop
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5053 s,-$,,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5054 s,^['$as_cr_digits']*\n,,
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5055 ' >$as_me.lineno &&
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5056 chmod +x $as_me.lineno ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5057 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5058 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5059 { (exit 1); exit 1; }; }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5060
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5061 # Don't try to exec as it changes $[0], causing all sort of problems
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5062 # (the dirname of $[0] is not the place where we might find the
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5063 # original and so on. Autoconf is especially sensible to this).
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5064 . ./$as_me.lineno
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5065 # Exit status is that of the last command.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5066 exit
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5067 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5068
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5069
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5070 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5071 *c*,-n*) ECHO_N= ECHO_C='
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5072 ' ECHO_T=' ' ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5073 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5074 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5075 esac
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5076
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5077 if expr a : '\(a\)' >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5078 as_expr=expr
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5079 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5080 as_expr=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5081 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5082
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5083 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5084 echo >conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5085 if ln -s conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5086 # We could just check for DJGPP; but this test a) works b) is more generic
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5087 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5088 if test -f conf$$.exe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5089 # Don't use ln at all; we don't have any links
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5090 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5091 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5092 as_ln_s='ln -s'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5093 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5094 elif ln conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5095 as_ln_s=ln
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5096 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5097 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5098 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5099 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5100
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5101 as_executable_p="test -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5102
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5103 # Sed expression to map a string onto a valid CPP name.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5104 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5105
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5106 # Sed expression to map a string onto a valid variable name.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5107 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5108
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5109
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5110 # IFS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5111 # We need space, tab and new line, in precisely that order.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5112 as_nl='
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5113 '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5114 IFS=" $as_nl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5115
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5116 # CDPATH.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5117 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5118
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5119 exec 6>&1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5120
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5121 # Open the log real soon, to keep \$[0] and so on meaningful, and to
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5122 # report actual input values of CONFIG_FILES etc. instead of their
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5123 # values after options handling. Logging --version etc. is OK.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5124 exec 5>>config.log
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5125 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5126 echo
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5127 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5128 ## Running $as_me. ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5129 _ASBOX
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5130 } >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5131 cat >&5 <<_CSEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5132
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5133 This file was extended by $as_me, which was
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5134 generated by GNU Autoconf 2.53. Invocation command line was
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5135
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5136 CONFIG_FILES = $CONFIG_FILES
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5137 CONFIG_HEADERS = $CONFIG_HEADERS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5138 CONFIG_LINKS = $CONFIG_LINKS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5139 CONFIG_COMMANDS = $CONFIG_COMMANDS
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5140 $ $0 $@
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5141
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5142 _CSEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5143 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5144 echo >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5145 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5146
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5147 # Files that config.status was made for.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5148 if test -n "$ac_config_files"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5149 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5150 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5151
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5152 if test -n "$ac_config_headers"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5153 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5154 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5155
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5156 if test -n "$ac_config_links"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5157 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5158 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5159
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5160 if test -n "$ac_config_commands"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5161 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5162 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5163
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5164 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5165
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5166 ac_cs_usage="\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5167 \`$as_me' instantiates files from templates according to the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5168 current configuration.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5169
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5170 Usage: $0 [OPTIONS] [FILE]...
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5171
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5172 -h, --help print this help, then exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5173 -V, --version print version number, then exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5174 -d, --debug don't remove temporary files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5175 --recheck update $as_me by reconfiguring in the same conditions
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5176 --file=FILE[:TEMPLATE]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5177 instantiate the configuration file FILE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5178 --header=FILE[:TEMPLATE]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5179 instantiate the configuration header FILE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5180
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5181 Configuration files:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5182 $config_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5183
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5184 Configuration headers:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5185 $config_headers
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5186
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5187 Report bugs to <bug-autoconf@gnu.org>."
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5188 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5189
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5190 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5191 ac_cs_version="\\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5192 config.status
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5193 configured by $0, generated by GNU Autoconf 2.53,
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5194 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5195
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5196 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5197 Free Software Foundation, Inc.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5198 This config.status script is free software; the Free Software Foundation
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5199 gives unlimited permission to copy, distribute and modify it."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5200 srcdir=$srcdir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5201 INSTALL="$INSTALL"
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5202 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5203
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5204 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5205 # If no file are specified by the user, then we need to provide default
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5206 # value. By we need to know if files were specified by the user.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5207 ac_need_defaults=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5208 while test $# != 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5209 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5210 case $1 in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5211 --*=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5212 ac_option=`expr "x$1" : 'x\([^=]*\)='`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5213 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5214 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5215 set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5216 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5217 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5218 -*);;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5219 *) # This is not an option, so the user has probably given explicit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5220 # arguments.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5221 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5222 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5223
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5224 case $1 in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5225 # Handling of the options.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5226 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5227 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5228 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5229 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5230 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5231 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5232 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5233 --version | --vers* | -V )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5234 echo "$ac_cs_version"; exit 0 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5235 --he | --h)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5236 # Conflict between --help and --header
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5237 { { echo "$as_me:$LINENO: error: ambiguous option: $1
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5238 Try \`$0 --help' for more information." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5239 echo "$as_me: error: ambiguous option: $1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5240 Try \`$0 --help' for more information." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5241 { (exit 1); exit 1; }; };;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5242 --help | --hel | -h )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5243 echo "$ac_cs_usage"; exit 0 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5244 --debug | --d* | -d )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5245 debug=: ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5246 --file | --fil | --fi | --f )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5247 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5248 CONFIG_FILES="$CONFIG_FILES $1"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5249 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5250 --header | --heade | --head | --hea )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5251 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5252 CONFIG_HEADERS="$CONFIG_HEADERS $1"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5253 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5254
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5255 # This is an error.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5256 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5257 Try \`$0 --help' for more information." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5258 echo "$as_me: error: unrecognized option: $1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5259 Try \`$0 --help' for more information." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5260 { (exit 1); exit 1; }; } ;;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5261
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5262 *) ac_config_targets="$ac_config_targets $1" ;;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5263
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5264 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5265 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5266 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5267
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5268 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5269
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5270
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5271
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5272
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5273
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5274 cat >>$CONFIG_STATUS <<\_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5275 for ac_config_target in $ac_config_targets
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5276 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5277 case "$ac_config_target" in
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5278 # Handling of arguments.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5279 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5280 "dw-config" ) CONFIG_FILES="$CONFIG_FILES dw-config" ;;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5281 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5282 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5283 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5284 { (exit 1); exit 1; }; };;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5285 esac
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5286 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5287
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5288 # If the user did not use the arguments to specify the items to instantiate,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5289 # then the envvar interface is used. Set only those that are not.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5290 # We use the long form for the default assignment because of an extremely
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5291 # bizarre bug on SunOS 4.1.3.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5292 if $ac_need_defaults; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5293 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5294 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5295 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5296
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5297 # Create a temporary directory, and hook for its removal unless debugging.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5298 $debug ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5299 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5300 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5301 trap '{ (exit 1); exit 1; }' 1 2 13 15
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5302 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5303
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5304 # Create a (secure) tmp directory for tmp files.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5305 : ${TMPDIR=/tmp}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5306 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5307 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5308 test -n "$tmp" && test -d "$tmp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5309 } ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5310 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5311 tmp=$TMPDIR/cs$$-$RANDOM
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5312 (umask 077 && mkdir $tmp)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5313 } ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5314 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5315 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5316 { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5317 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5318
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5319 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5320
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5321 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5322
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5323 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5324 # CONFIG_FILES section.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5325 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5326
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5327 # No need to generate the scripts if there are no CONFIG_FILES.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5328 # This happens for instance when ./config.status config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5329 if test -n "\$CONFIG_FILES"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5330 # Protect against being on the right side of a sed subst in config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5331 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5332 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5333 s,@SHELL@,$SHELL,;t t
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5334 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5335 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5336 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5337 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5338 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5339 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5340 s,@exec_prefix@,$exec_prefix,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5341 s,@prefix@,$prefix,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5342 s,@program_transform_name@,$program_transform_name,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5343 s,@bindir@,$bindir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5344 s,@sbindir@,$sbindir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5345 s,@libexecdir@,$libexecdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5346 s,@datadir@,$datadir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5347 s,@sysconfdir@,$sysconfdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5348 s,@sharedstatedir@,$sharedstatedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5349 s,@localstatedir@,$localstatedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5350 s,@libdir@,$libdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5351 s,@includedir@,$includedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5352 s,@oldincludedir@,$oldincludedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5353 s,@infodir@,$infodir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5354 s,@mandir@,$mandir,;t t
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5355 s,@build_alias@,$build_alias,;t t
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5356 s,@host_alias@,$host_alias,;t t
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5357 s,@target_alias@,$target_alias,;t t
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5358 s,@DEFS@,$DEFS,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5359 s,@ECHO_C@,$ECHO_C,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5360 s,@ECHO_N@,$ECHO_N,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5361 s,@ECHO_T@,$ECHO_T,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5362 s,@LIBS@,$LIBS,;t t
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5363 s,@DW_MAJOR_VERSION@,$DW_MAJOR_VERSION,;t t
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5364 s,@DW_MINOR_VERSION@,$DW_MINOR_VERSION,;t t
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5365 s,@DW_SUB_VERSION@,$DW_SUB_VERSION,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5366 s,@CC@,$CC,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5367 s,@CFLAGS@,$CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5368 s,@LDFLAGS@,$LDFLAGS,;t t
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5369 s,@CPPFLAGS@,$CPPFLAGS,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5370 s,@ac_ct_CC@,$ac_ct_CC,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5371 s,@EXEEXT@,$EXEEXT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5372 s,@OBJEXT@,$OBJEXT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5373 s,@MAKE@,$MAKE,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5374 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5375 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5376 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5377 s,@CPP@,$CPP,;t t
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5378 s,@PKG_CFG@,$PKG_CFG,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5379 s,@GLIB_CONFIG@,$GLIB_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5380 s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5381 s,@GLIB_LIBS@,$GLIB_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5382 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5383 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5384 s,@GTK_LIBS@,$GTK_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5385 s,@IMLIB_CONFIG@,$IMLIB_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5386 s,@GDK_IMLIB_CFLAGS@,$GDK_IMLIB_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5387 s,@GDK_IMLIB_LIBS@,$GDK_IMLIB_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5388 s,@INCLUDES@,$INCLUDES,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5389 s,@RM@,$RM,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5390 s,@LN@,$LN,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5391 s,@CP@,$CP,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5392 s,@MV@,$MV,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5393 s,@MKDIR@,$MKDIR,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5394 CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5395
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5396 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5397
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5398 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5399 # Split the substitutions into bite-sized pieces for seds with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5400 # small command number limits, like on Digital OSF/1 and HP-UX.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5401 ac_max_sed_lines=48
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5402 ac_sed_frag=1 # Number of current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5403 ac_beg=1 # First line for current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5404 ac_end=$ac_max_sed_lines # Line after last line for current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5405 ac_more_lines=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5406 ac_sed_cmds=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5407 while $ac_more_lines; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5408 if test $ac_beg -gt 1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5409 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5410 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5411 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5412 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5413 if test ! -s $tmp/subs.frag; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5414 ac_more_lines=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5415 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5416 # The purpose of the label and of the branching condition is to
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5417 # speed up the sed processing (if there are no `@' at all, there
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5418 # is no need to browse any of the substitutions).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5419 # These are the two extra sed commands mentioned above.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5420 (echo ':t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5421 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5422 if test -z "$ac_sed_cmds"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5423 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5424 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5425 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5426 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5427 ac_sed_frag=`expr $ac_sed_frag + 1`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5428 ac_beg=$ac_end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5429 ac_end=`expr $ac_end + $ac_max_sed_lines`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5430 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5431 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5432 if test -z "$ac_sed_cmds"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5433 ac_sed_cmds=cat
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5434 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5435 fi # test -n "$CONFIG_FILES"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5436
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5437 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5438 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5439 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5440 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5441 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5442 - | *:- | *:-:* ) # input from stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5443 cat >$tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5444 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5445 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5446 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5447 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5448 * ) ac_file_in=$ac_file.in ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5449 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5450
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5451 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5452 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5453 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5454 X"$ac_file" : 'X\(//\)[^/]' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5455 X"$ac_file" : 'X\(//\)$' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5456 X"$ac_file" : 'X\(/\)' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5457 . : '\(.\)' 2>/dev/null ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5458 echo X"$ac_file" |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5459 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5460 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5461 /^X\(\/\/\)$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5462 /^X\(\/\).*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5463 s/.*/./; q'`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5464 { case "$ac_dir" in
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5465 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5466 *) as_incr_dir=.;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5467 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5468 as_dummy="$ac_dir"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5469 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5470 case $as_mkdir_dir in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5471 # Skip DOS drivespec
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5472 ?:) as_incr_dir=$as_mkdir_dir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5473 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5474 as_incr_dir=$as_incr_dir/$as_mkdir_dir
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5475 test -d "$as_incr_dir" ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5476 mkdir "$as_incr_dir" ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5477 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5478 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5479 { (exit 1); exit 1; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5480 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5481 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5482 done; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5483
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5484 ac_builddir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5485
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5486 if test "$ac_dir" != .; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5487 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5488 # A "../" for each directory in $ac_dir_suffix.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5489 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5490 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5491 ac_dir_suffix= ac_top_builddir=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5492 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5493
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5494 case $srcdir in
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5495 .) # No --srcdir option. We are building in place.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5496 ac_srcdir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5497 if test -z "$ac_top_builddir"; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5498 ac_top_srcdir=.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5499 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5500 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5501 fi ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5502 [\\/]* | ?:[\\/]* ) # Absolute path.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5503 ac_srcdir=$srcdir$ac_dir_suffix;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5504 ac_top_srcdir=$srcdir ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5505 *) # Relative path.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5506 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5507 ac_top_srcdir=$ac_top_builddir$srcdir ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5508 esac
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5509 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5510 # absolute.
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5511 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5512 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5513 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5514 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5515
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5516
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5517 case $INSTALL in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5518 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5519 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5520 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5521
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5522 if test x"$ac_file" != x-; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5523 { echo "$as_me:$LINENO: creating $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5524 echo "$as_me: creating $ac_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5525 rm -f "$ac_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5526 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5527 # Let's still pretend it is `configure' which instantiates (i.e., don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5528 # use $as_me), people would be surprised to read:
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5529 # /* config.h. Generated by config.status. */
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5530 if test x"$ac_file" = x-; then
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5531 configure_input=
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5532 else
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5533 configure_input="$ac_file. "
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5534 fi
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5535 configure_input=$configure_input"Generated from `echo $ac_file_in |
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5536 sed 's,.*/,,'` by configure."
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5537
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5538 # First look for the input files in the build tree, otherwise in the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5539 # src tree.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5540 ac_file_inputs=`IFS=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5541 for f in $ac_file_in; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5542 case $f in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5543 -) echo $tmp/stdin ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5544 [\\/$]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5545 # Absolute (can't be DOS-style, as IFS=:)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5546 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5547 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5548 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5549 echo $f;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5550 *) # Relative
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5551 if test -f "$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5552 # Build tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5553 echo $f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5554 elif test -f "$srcdir/$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5555 # Source tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5556 echo $srcdir/$f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5557 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5558 # /dev/null tree
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5559 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5560 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5561 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5562 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5563 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5564 done` || { (exit 1); exit 1; }
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5565 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5566 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5567 sed "$ac_vpsub
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5568 $extrasub
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5569 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5570 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5571 :t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5572 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5573 s,@configure_input@,$configure_input,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5574 s,@srcdir@,$ac_srcdir,;t t
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5575 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5576 s,@top_srcdir@,$ac_top_srcdir,;t t
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5577 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5578 s,@builddir@,$ac_builddir,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5579 s,@abs_builddir@,$ac_abs_builddir,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5580 s,@top_builddir@,$ac_top_builddir,;t t
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5581 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5582 s,@INSTALL@,$ac_INSTALL,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5583 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5584 rm -f $tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5585 if test x"$ac_file" != x-; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5586 mv $tmp/out $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5587 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5588 cat $tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5589 rm -f $tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5590 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5591
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5592 done
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5593 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5594 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5595
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5596 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5597 # CONFIG_HEADER section.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5598 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5599
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5600 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5601 # NAME is the cpp macro being defined and VALUE is the value it is being given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5602 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5603 # ac_d sets the value in "#define NAME VALUE" lines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5604 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5605 ac_dB='[ ].*$,\1#\2'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5606 ac_dC=' '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5607 ac_dD=',;t'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5608 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5609 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5610 ac_uB='$,\1#\2define\3'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5611 ac_uC=' '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5612 ac_uD=',;t'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5613
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5614 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5615 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5616 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5617 - | *:- | *:-:* ) # input from stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5618 cat >$tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5619 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5620 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5621 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5622 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5623 * ) ac_file_in=$ac_file.in ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5624 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5625
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5626 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5627 echo "$as_me: creating $ac_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5628
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5629 # First look for the input files in the build tree, otherwise in the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5630 # src tree.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5631 ac_file_inputs=`IFS=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5632 for f in $ac_file_in; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5633 case $f in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5634 -) echo $tmp/stdin ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5635 [\\/$]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5636 # Absolute (can't be DOS-style, as IFS=:)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5637 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5638 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5639 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5640 echo $f;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5641 *) # Relative
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5642 if test -f "$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5643 # Build tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5644 echo $f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5645 elif test -f "$srcdir/$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5646 # Source tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5647 echo $srcdir/$f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5648 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5649 # /dev/null tree
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5650 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5651 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5652 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5653 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5654 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5655 done` || { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5656 # Remove the trailing spaces.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5657 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5658
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5659 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5660
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5661 # Transform confdefs.h into two sed scripts, `conftest.defines' and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5662 # `conftest.undefs', that substitutes the proper values into
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5663 # config.h.in to produce config.h. The first handles `#define'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5664 # templates, and the second `#undef' templates.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5665 # And first: Protect against being on the right side of a sed subst in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5666 # config.status. Protect against being in an unquoted here document
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5667 # in config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5668 rm -f conftest.defines conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5669 # Using a here document instead of a string reduces the quoting nightmare.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5670 # Putting comments in sed scripts is not portable.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5671 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5672 # `end' is used to avoid that the second main sed command (meant for
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5673 # 0-ary CPP macros) applies to n-ary macro definitions.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5674 # See the Autoconf documentation for `clear'.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5675 cat >confdef2sed.sed <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5676 s/[\\&,]/\\&/g
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5677 s,[\\$`],\\&,g
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5678 t clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5679 : clear
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5680 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5681 t end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5682 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5683 : end
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5684 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5685 # If some macros were called several times there might be several times
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5686 # the same #defines, which is useless. Nevertheless, we may not want to
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5687 # sort them, since we want the *last* AC-DEFINE to be honored.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5688 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5689 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5690 rm -f confdef2sed.sed
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5691
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5692 # This sed command replaces #undef with comments. This is necessary, for
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5693 # example, in the case of _POSIX_SOURCE, which is predefined and required
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5694 # on some systems where configure will not decide to define it.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5695 cat >>conftest.undefs <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5696 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5697 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5698
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5699 # Break up conftest.defines because some shells have a limit on the size
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5700 # of here documents, and old seds have small limits too (100 cmds).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5701 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5702 echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5703 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5704 echo ' :' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5705 rm -f conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5706 while grep . conftest.defines >/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5707 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5708 # Write a limited-size here document to $tmp/defines.sed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5709 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5710 # Speed up: don't consider the non `#define' lines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5711 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5712 # Work around the forget-to-reset-the-flag bug.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5713 echo 't clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5714 echo ': clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5715 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5716 echo 'CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5717 sed -f $tmp/defines.sed $tmp/in >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5718 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5719 mv $tmp/out $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5720 ' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5721 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5722 rm -f conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5723 mv conftest.tail conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5724 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5725 rm -f conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5726 echo ' fi # egrep' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5727 echo >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5728
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5729 # Break up conftest.undefs because some shells have a limit on the size
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5730 # of here documents, and old seds have small limits too (100 cmds).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5731 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5732 rm -f conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5733 while grep . conftest.undefs >/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5734 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5735 # Write a limited-size here document to $tmp/undefs.sed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5736 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5737 # Speed up: don't consider the non `#undef'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5738 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5739 # Work around the forget-to-reset-the-flag bug.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5740 echo 't clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5741 echo ': clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5742 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5743 echo 'CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5744 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5745 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5746 mv $tmp/out $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5747 ' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5748 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5749 rm -f conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5750 mv conftest.tail conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5751 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5752 rm -f conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5753
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5754 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5755 # Let's still pretend it is `configure' which instantiates (i.e., don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5756 # use $as_me), people would be surprised to read:
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5757 # /* config.h. Generated by config.status. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5758 if test x"$ac_file" = x-; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5759 echo "/* Generated by configure. */" >$tmp/config.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5760 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5761 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5762 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5763 cat $tmp/in >>$tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5764 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5765 if test x"$ac_file" != x-; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5766 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5767 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5768 echo "$as_me: $ac_file is unchanged" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5769 else
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5770 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5771 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5772 X"$ac_file" : 'X\(//\)[^/]' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5773 X"$ac_file" : 'X\(//\)$' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5774 X"$ac_file" : 'X\(/\)' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5775 . : '\(.\)' 2>/dev/null ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5776 echo X"$ac_file" |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5777 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5778 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5779 /^X\(\/\/\)$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5780 /^X\(\/\).*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5781 s/.*/./; q'`
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5782 { case "$ac_dir" in
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5783 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5784 *) as_incr_dir=.;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5785 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5786 as_dummy="$ac_dir"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5787 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5788 case $as_mkdir_dir in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5789 # Skip DOS drivespec
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5790 ?:) as_incr_dir=$as_mkdir_dir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5791 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5792 as_incr_dir=$as_incr_dir/$as_mkdir_dir
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5793 test -d "$as_incr_dir" ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5794 mkdir "$as_incr_dir" ||
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5795 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5796 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5797 { (exit 1); exit 1; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5798 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5799 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5800 done; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5801
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5802 rm -f $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5803 mv $tmp/config.h $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5804 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5805 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5806 cat $tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5807 rm -f $tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5808 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5809 done
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5810 _ACEOF
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5811
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5812 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5813
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5814 { (exit 0); exit 0; }
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5815 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5816 chmod +x $CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5817 ac_clean_files=$ac_clean_files_save
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5818
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5819
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5820 # configure is writing to config.log, and then calls config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5821 # config.status does its own redirection, appending to config.log.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5822 # Unfortunately, on DOS this fails, as config.log is still kept open
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5823 # by configure, so config.status won't be able to write to it; its
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5824 # output is simply discarded. So we exec the FD to /dev/null,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5825 # effectively closing config.log, so it can be properly (re)opened and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5826 # appended to by config.status. When coming back to configure, we
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5827 # need to make the FD available again.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5828 if test "$no_create" != yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5829 ac_cs_success=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5830 exec 5>/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5831 $SHELL $CONFIG_STATUS || ac_cs_success=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5832 exec 5>>config.log
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5833 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5834 # would make configure fail if this is the last instruction.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5835 $ac_cs_success || { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5836 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5837