annotate configure @ 412:a8015e02b590

Initial configure support for MacOS X.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 13 May 2003 07:59:00 +0000
parents 18ecaae9cc3b
children 561acf6de39a
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
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
1203 DW_SRC=gtk
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
1204 DW_DEFINE=__UNIX__
120
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1207
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1208
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1209 INCLUDES="-I."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1210
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1211 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1212 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1216 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1217 # 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
1218 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
1219 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1220 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1221 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1222 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1223 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1224 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1225 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1226 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
1227 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
1228 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
1229 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
1230 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
1231 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
1232 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
1233 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
1234 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
1235 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
1236 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
1237 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
1238 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1239 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1240
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1241 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1242 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1243 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1244 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
1245 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1246 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1247 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
1248 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1249 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1250 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1251
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1252 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1253 if test -z "$ac_cv_prog_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1254 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1255 # Extract the first word of "gcc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1256 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
1257 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1259 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1260 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1261 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1262 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1263 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1264 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
1265 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
1266 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
1267 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
1268 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
1269 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
1270 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
1271 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
1272 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
1273 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
1274 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
1275 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
1276 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1277 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1278
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1279 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1280 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1281 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1282 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
1283 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1284 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1285 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
1286 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1287 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1288 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1289
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1290 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1291 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1292 CC="$ac_cv_prog_CC"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1293 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1294
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1295 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1296 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1297 # 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
1298 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
1299 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1301 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1302 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1303 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1304 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1305 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1306 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
1307 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
1308 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
1309 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
1310 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
1311 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
1312 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
1313 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
1314 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
1315 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
1316 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
1317 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
1318 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1319 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1320
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1321 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1322 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1323 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1324 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
1325 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1326 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1327 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
1328 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1329 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1330 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1331
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1332 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1333 if test -z "$ac_cv_prog_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1334 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1335 # Extract the first word of "cc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1336 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
1337 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1339 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1340 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1341 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1342 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1343 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1344 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
1345 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
1346 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
1347 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
1348 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
1349 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
1350 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
1351 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
1352 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
1353 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
1354 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
1355 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
1356 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1357 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1358
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1359 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1360 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1361 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1362 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
1363 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1364 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1365 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
1366 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1367 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1368 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1369
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1370 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1371 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1372 CC="$ac_cv_prog_CC"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1373 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1374
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1375 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1376 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1377 # Extract the first word of "cc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1378 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
1379 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1381 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1382 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1383 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1384 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1385 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1386 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1387 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
1388 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
1389 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
1390 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
1391 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
1392 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
1393 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
1394 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
1395 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
1396 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
1397 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
1398 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
1399 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
1400 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
1401 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
1402 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
1403 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1404 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1405
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1406 if test $ac_prog_rejected = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1407 # We found a bogon in the path, so make sure we never use it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1408 set dummy $ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1409 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1410 if test $# != 0; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1411 # We chose a different compiler from the bogus one.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1412 # However, it has the same basename, so the bogon will be chosen
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1413 # first if we set CC to just the basename; use the full file name.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1414 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
1415 set dummy "$as_dir/$ac_word" ${1+"$@"}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1416 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1417 ac_cv_prog_CC="$@"
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 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1421 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1422 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1423 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
1424 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1425 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1426 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
1427 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1428 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1429 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1430
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1431 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1432 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1433 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1434 for ac_prog in cl
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1435 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1436 # 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
1437 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
1438 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1440 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1441 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1442 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1443 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1444 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1445 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
1446 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
1447 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
1448 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
1449 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
1450 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
1451 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
1452 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
1453 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
1454 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
1455 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
1456 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
1457 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1458 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1459
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1460 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1461 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1462 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1463 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
1464 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1465 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1466 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
1467 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1468 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1469 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1470
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1471 test -n "$CC" && break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1472 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1473 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1474 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1475 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1476 for ac_prog in cl
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1477 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1478 # 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
1479 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
1480 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1482 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1483 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1484 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1485 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1486 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1487 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
1488 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
1489 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
1490 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
1491 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
1492 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
1493 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
1494 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
1495 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
1496 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
1497 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
1498 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
1499 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1500 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1501
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1502 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1503 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1504 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1505 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
1506 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1507 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1508 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
1509 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1510 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1511 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1512
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1513 test -n "$ac_ct_CC" && break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1514 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1515
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1516 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1517 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1518
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1519 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1520
120
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1522 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
1523 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1524 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1525
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1526 # 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
1527 echo "$as_me:$LINENO:" \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1528 "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
1529 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
1530 { (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
1531 (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
1532 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 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
1534 (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
1535 { (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
1536 (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
1537 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 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
1539 (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
1540 { (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
1541 (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
1542 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
1543 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
1544 (exit $ac_status); }
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1545
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1546 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
1547 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1548 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1549
120
7d2108cbcd3e Porting DW 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 #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
1551 # 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
1552 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
1553 # 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
1554 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
1555 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1556 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1557 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1558 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1559
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1560 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1561 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1562 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1563 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1564 ac_clean_files_save=$ac_clean_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1565 ac_clean_files="$ac_clean_files a.out a.exe"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1566 # 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
1567 # It will help us diagnose broken compilers, and finding out an intuition
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1568 # 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
1569 echo "$as_me:$LINENO: checking for C compiler default output" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1570 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1571 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
1572 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1573 (eval $ac_link_default) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1574 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
1575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1576 (exit $ac_status); }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1577 # 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
1578 # 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
1579 # 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
1580
7d2108cbcd3e Porting DW 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 # 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
1582 # 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
1583 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
1584 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
1585 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
1586 ls a.* conftest.* 2>/dev/null`; do
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1587 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
1588 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1589 a.out ) # We found the default executable, but exeext='' is most
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1590 # certainly right.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1591 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1592 *.* ) 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
1593 # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1594 export ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1595 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1596 * ) break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1597 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1598 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1599 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1600 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1601 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
1602 { { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1603 echo "$as_me: error: C compiler cannot create executables" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1604 { (exit 77); exit 77; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1605 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1606
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1607 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
1608 echo "$as_me:$LINENO: result: $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1609 echo "${ECHO_T}$ac_file" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1610
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1611 # Check the compiler produces executables we can run. If not, either
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1612 # 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
1613 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1614 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1615 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1616 # If not cross compiling, check that we can run a simple program.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1617 if test "$cross_compiling" != yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1618 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
1619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1620 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1621 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
1622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1623 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1624 cross_compiling=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1625 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1626 if test "$cross_compiling" = maybe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1627 cross_compiling=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1628 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
1629 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1630 If you meant to cross compile, use \`--host'." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1631 echo "$as_me: error: cannot run C compiled programs.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1632 If you meant to cross compile, use \`--host'." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1633 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1634 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1635 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1636 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
1637 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1638 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1639
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1640 rm -f a.out a.exe conftest$ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1641 ac_clean_files=$ac_clean_files_save
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1642 # Check the compiler produces executables we can run. If not, either
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1643 # 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
1644 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1645 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
1646 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1647 echo "${ECHO_T}$cross_compiling" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1648
120
7d2108cbcd3e Porting DW 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 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
1650 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
1651 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1652 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1653 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
1654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1655 (exit $ac_status); }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1656 # If both `conftest.exe' and `conftest' are `present' (well, observable)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1657 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1658 # work properly (i.e., refer to `conftest.exe'), while it won't with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1659 # `rm'.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1660 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1661 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1662 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1663 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1664 export ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1665 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1666 * ) break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1667 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1668 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1669 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
1670 { { 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
1671 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1672 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1673 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1674
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1675 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
1676 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1677 echo "${ECHO_T}$ac_cv_exeext" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1678
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1679 rm -f conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1680 EXEEXT=$ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1681 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
1682 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
1683 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1684 if test "${ac_cv_objext+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1685 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1686 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1687 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
1688 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1689 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1690
120
7d2108cbcd3e Porting DW 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 #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
1692 # 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
1693 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
1694 # 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
1695 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
1696 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1697 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1698 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1699 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1700
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1701 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1702 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1703 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1704 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1705 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
1706 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1707 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1708 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
1709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1710 (exit $ac_status); }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1711 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1712 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1713 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1714 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1715 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1716 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1717 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1718 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1719 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1720 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
1721 { { 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
1722 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1723 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1724 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1725
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1726 rm -f conftest.$ac_cv_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1727 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
1728 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1729 echo "${ECHO_T}$ac_cv_objext" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1730 OBJEXT=$ac_cv_objext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1731 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
1732 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1733 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1734 if test "${ac_cv_c_compiler_gnu+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1735 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1736 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1737 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
1738 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1739 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1740
120
7d2108cbcd3e Porting DW 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 #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
1742 # 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
1743 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
1744 # 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
1745 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
1746 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1747 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1748 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1749 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1750 #ifndef __GNUC__
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1751 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1752 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1753
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1754 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1755 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1756 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1757 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1758 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
1759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1760 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1761 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
1762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1763 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1764 { 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
1765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1766 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1767 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
1768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1769 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1770 ac_compiler_gnu=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1771 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1772 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1773 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1774 ac_compiler_gnu=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1775 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1776 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1777 ac_cv_c_compiler_gnu=$ac_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1778
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1779 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
1780 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1781 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1782 GCC=`test $ac_compiler_gnu = yes && echo yes`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1783 ac_test_CFLAGS=${CFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1784 ac_save_CFLAGS=$CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1785 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
1786 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1787 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1788 if test "${ac_cv_prog_cc_g+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1789 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1790 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1791 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
1792 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1793 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1794
120
7d2108cbcd3e Porting DW 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 #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
1796 # 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
1797 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
1798 # 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
1799 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
1800 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1801 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1802 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1803 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1804
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1805 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1806 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1807 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1808 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1809 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
1810 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1811 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1812 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
1813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1814 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1815 { 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
1816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1817 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1818 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
1819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1820 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1821 ac_cv_prog_cc_g=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1822 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1823 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1824 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1825 ac_cv_prog_cc_g=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1826 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1827 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1828 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
1829 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1830 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1831 if test "$ac_test_CFLAGS" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1832 CFLAGS=$ac_save_CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1833 elif test $ac_cv_prog_cc_g = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1834 if test "$GCC" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1835 CFLAGS="-g -O2"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1836 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1837 CFLAGS="-g"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1838 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1839 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1840 if test "$GCC" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1841 CFLAGS="-O2"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1842 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1843 CFLAGS=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1844 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1845 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1846 # Some people use a C++ compiler to compile C. Since we use `exit',
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1847 # in C++ we need to declare it. In case someone uses the same compiler
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1848 # for both compiling C and C++ we need to have the C++ compiler decide
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1849 # the declaration of exit, since it's the most demanding environment.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1850 cat >conftest.$ac_ext <<_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1851 #ifndef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1852 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1853 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1854 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1855 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
1856 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1857 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1858 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
1859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1860 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1861 { 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
1862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1863 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1864 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
1865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1866 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1867 for ac_declaration in \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1868 ''\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1869 '#include <stdlib.h>' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1870 'extern "C" void std::exit (int) throw (); using std::exit;' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1871 'extern "C" void std::exit (int); using std::exit;' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1872 'extern "C" void exit (int) throw ();' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1873 'extern "C" void exit (int);' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1874 'void exit (int);'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1875 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1876 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
1877 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1878 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1879 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1880 $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
1881 #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
1882 # 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
1883 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
1884 # 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
1885 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
1886 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1887 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1888 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1889 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1890 exit (42);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1891 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1892 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1893 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1894 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1895 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
1896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1897 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1898 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
1899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1900 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1901 { 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
1902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1903 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1904 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
1905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1906 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1907 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1908 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1909 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1910 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1911 continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1912 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1913 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1914 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
1915 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1916 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1917 $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
1918 #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
1919 # 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
1920 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
1921 # 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
1922 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
1923 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1924 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1925 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1926 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1927 exit (42);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1928 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1929 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1930 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1931 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1932 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
1933 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1934 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1935 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
1936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1937 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1938 { 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
1939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1940 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1941 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
1942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1943 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1944 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1945 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1946 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1947 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1948 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1949 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1950 done
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1951 rm -f conftest*
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1952 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
1953 echo '#ifdef __cplusplus' >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1954 echo $ac_declaration >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1955 echo '#endif' >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1956 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1957
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1958 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1959 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1960 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1961 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1962 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1963 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1964 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1965 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1966 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1967 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1968
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1969
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1970 # Extract the first word of "gmake", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1971 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
1972 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1974 if test "${ac_cv_prog_MAKE+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1975 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1976 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1977 if test -n "$MAKE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1978 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1979 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
1980 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
1981 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
1982 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
1983 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
1984 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
1985 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
1986 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
1987 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
1988 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
1989 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
1990 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
1991 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1992 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1993
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1994 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1995 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1996 MAKE=$ac_cv_prog_MAKE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1997 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
1998 echo "$as_me:$LINENO: result: $MAKE" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1999 echo "${ECHO_T}$MAKE" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2000 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
2001 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2002 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2003 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2004
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2005 if test x"$MAKE" = x; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2006 # Extract the first word of "make", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2007 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
2008 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2010 if test "${ac_cv_prog_MAKE+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2011 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2012 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2013 if test -n "$MAKE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2014 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2015 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
2016 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
2017 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
2018 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
2019 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
2020 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
2021 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
2022 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
2023 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
2024 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
2025 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
2026 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
2027 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2028 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2029
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2030 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2031 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2032 MAKE=$ac_cv_prog_MAKE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2033 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
2034 echo "$as_me:$LINENO: result: $MAKE" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2035 echo "${ECHO_T}$MAKE" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2036 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
2037 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2038 echo "${ECHO_T}no" >&6
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 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2042
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2043 ac_aux_dir=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2044 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2045 if test -f $ac_dir/install-sh; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2046 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2047 ac_install_sh="$ac_aux_dir/install-sh -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2048 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2049 elif test -f $ac_dir/install.sh; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2050 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2051 ac_install_sh="$ac_aux_dir/install.sh -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2052 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2053 elif test -f $ac_dir/shtool; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2054 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2055 ac_install_sh="$ac_aux_dir/shtool install -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2056 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2057 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2058 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2059 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
2060 { { 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
2061 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
2062 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2063 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2064 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2065 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2066 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2067
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2068 # Find a good install program. We prefer a C program (faster),
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2069 # so one script is as good as another. But avoid the broken or
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2070 # incompatible versions:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2071 # SysV /etc/install, /usr/sbin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2072 # SunOS /usr/etc/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2073 # IRIX /sbin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2074 # AIX /bin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2075 # AmigaOS /C/install, which installs bootblocks on floppy discs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2076 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2077 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2078 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2079 # ./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
2080 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
2081 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2082 if test -z "$INSTALL"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2083 if test "${ac_cv_path_install+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2084 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2085 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
2086 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
2087 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
2088 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
2089 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
2090 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
2091 # 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
2092 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
2093 ./ | .// | /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
2094 /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
2095 /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
2096 *)
7d2108cbcd3e Porting DW 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 # 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
2098 # 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
2099 # 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
2100 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
2101 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
2102 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
2103 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
2104 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
2105 # 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
2106 :
7d2108cbcd3e Porting DW 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 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
2108 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
2109 # 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
2110 :
7d2108cbcd3e Porting DW 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 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
2112 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
2113 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
2114 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
2115 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2116 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
2117 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
2118 ;;
7d2108cbcd3e Porting DW 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 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
2120 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
2121
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2122
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2123 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2124 if test "${ac_cv_path_install+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2125 INSTALL=$ac_cv_path_install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2126 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2127 # As a last resort, use the slow shell script. We don't cache a
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2128 # path for INSTALL within a source directory, because that will
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2129 # break other packages using the cache if that directory is
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2130 # removed, or if the path is relative.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2131 INSTALL=$ac_install_sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2132 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2133 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
2134 echo "$as_me:$LINENO: result: $INSTALL" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2135 echo "${ECHO_T}$INSTALL" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2136
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2137 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2138 # It thinks the first close brace ends the variable substitution.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2139 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2140
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2141 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2142
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2143 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2144
120
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2147
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2148
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2149 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2150 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2151 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2152 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2153 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
2154 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2155 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2156 # On Suns, sometimes $CPP names a directory.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2157 if test -n "$CPP" && test -d "$CPP"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2158 CPP=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2159 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2160 if test -z "$CPP"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2161 if test "${ac_cv_prog_CPP+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2162 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2163 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2164 # Double quotes because CPP needs to be expanded
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2165 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2166 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2167 ac_preproc_ok=false
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2168 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
2169 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2170 # 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
2171 # 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
2172 # 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
2173 # 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
2174 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
2175 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2176 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2177 #include <assert.h>
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2178 Syntax error
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2179 _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
2180 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2181 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2182 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2183 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2184 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2185 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
2186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2187 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2188 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2189 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2190 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2191 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2192 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2193 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2194 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2195 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2196 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
2197 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2198 else
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2199 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
2200 cat conftest.$ac_ext >&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2201 # Broken: fails on valid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2202 continue
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2203 fi
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2204 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
2205
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2206 # 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
2207 # can be detected and how.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2208 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
2209 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2210 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2211 #include <ac_nonexistent.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2212 _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
2213 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2214 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2215 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2216 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2217 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2218 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
2219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2220 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2221 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2222 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2223 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2224 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2225 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2226 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2227 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2228 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2229 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
2230 # Broken: success on invalid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2231 continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2232 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2233 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2234 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
2235 # Passes both tests.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2236 ac_preproc_ok=:
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2237 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2238 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2239 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
2240
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2241 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2242 # 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
2243 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
2244 if $ac_preproc_ok; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2245 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2246 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2247
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2248 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2249 ac_cv_prog_CPP=$CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2250
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2251 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2252 CPP=$ac_cv_prog_CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2253 else
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2254 ac_cv_prog_CPP=$CPP
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2255 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
2256 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
2257 echo "${ECHO_T}$CPP" >&6
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2258 ac_preproc_ok=false
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2259 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
2260 do
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2261 # 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
2262 # 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
2263 # 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
2264 # 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
2265 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
2266 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2267 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2268 #include <assert.h>
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2269 Syntax error
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2270 _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
2271 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2272 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2273 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2274 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2275 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2276 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
2277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2278 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2279 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2280 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2281 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2282 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2283 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2284 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2285 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2286 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2287 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
2288 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2289 else
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2290 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
2291 cat conftest.$ac_ext >&5
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2292 # Broken: fails on valid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2293 continue
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2294 fi
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2295 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
2296
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2297 # 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
2298 # can be detected and how.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2299 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
2300 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2301 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2302 #include <ac_nonexistent.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2303 _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
2304 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2305 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2306 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2307 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2308 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2309 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
2310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2311 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2312 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2313 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2314 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2315 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2316 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2317 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2318 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2319 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2320 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
2321 # Broken: success on invalid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2322 continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2323 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2324 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2325 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
2326 # Passes both tests.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2327 ac_preproc_ok=:
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2328 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2329 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2330 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
2331
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2332 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2333 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2334 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
2335 if $ac_preproc_ok; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2336 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2337 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
2338 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2339 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2340 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2341 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2342
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2343 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2344 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2348
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2349
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2350 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2351 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2352 if test "${ac_cv_header_stdc+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2353 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2354 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2355 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
2356 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2357 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2358 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2359 #include <stdarg.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2360 #include <string.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2361 #include <float.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2362
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2363 _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
2364 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2365 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2366 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2367 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2368 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2369 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
2370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2371 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2372 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2373 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2374 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2375 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2376 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2377 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2378 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2379 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2380 if test -z "$ac_cpp_err"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2381 ac_cv_header_stdc=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2382 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2383 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2384 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2385 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2386 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2387 rm -f conftest.err conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2388
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2389 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2390 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2391 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
2392 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2393 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2394 #include <string.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2395
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2396 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2397 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2398 egrep "memchr" >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2399 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2400 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2401 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2402 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2403 rm -f conftest*
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2404
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2405 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2406
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2407 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2408 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2409 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
2410 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2411 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2412 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2413
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2414 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2415 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2416 egrep "free" >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2417 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2418 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2419 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2420 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2421 rm -f conftest*
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2422
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2423 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2424
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2425 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2426 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2427 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2428 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2429 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2430 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
2431 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2432 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2433 #include <ctype.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2434 #if ((' ' & 0x0FF) == 0x020)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2435 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2436 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2437 #else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2438 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2439 || ('j' <= (c) && (c) <= 'r') \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2440 || ('s' <= (c) && (c) <= 'z'))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2441 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2442 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2443
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2444 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2445 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2446 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2447 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2448 int i;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2449 for (i = 0; i < 256; i++)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2450 if (XOR (islower (i), ISLOWER (i))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2451 || toupper (i) != TOUPPER (i))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2452 exit(2);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2453 exit (0);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2454 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2455 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2456 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
2457 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2458 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2459 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
2460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2461 (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
2462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2463 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2464 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
2465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2466 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2467 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2468 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2469 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2470 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2471 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
2472 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2473 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2474 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2475 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2476 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2477 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2478 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
2479 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2480 echo "${ECHO_T}$ac_cv_header_stdc" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2481 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2482
120
7d2108cbcd3e Porting DW 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 cat >>confdefs.h <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2484 #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
2485 _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
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 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
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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2491
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2492
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2493
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2494 ac_header_dirent=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2495 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
2496 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
2497 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2498 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
2499 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2500 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2501 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2502 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
2503 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2504 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2505 #include <sys/types.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2506 #include <$ac_hdr>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2507
120
7d2108cbcd3e Porting DW 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 #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
2509 # 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
2510 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
2511 # 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
2512 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
2513 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2514 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2515 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2516 {
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2517 if ((DIR *) 0)
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2518 return 0;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2519 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2520 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2521 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2522 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2523 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
2524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2525 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2526 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
2527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2528 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2529 { 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
2530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2531 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2532 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
2533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2534 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2535 eval "$as_ac_Header=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2536 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2537 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2538 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
2539 eval "$as_ac_Header=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2540 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2541 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2542 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
2543 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
2544 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
2545 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
2546 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2547 #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
2548 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2549
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2550 ac_header_dirent=$ac_hdr; break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2551 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2552
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2553 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2554 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2555 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
2556 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
2557 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
2558 if test "${ac_cv_search_opendir+set}" = set; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2559 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2560 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
2561 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
2562 ac_cv_search_opendir=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2563 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
2564 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2565 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2566
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2567 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2568 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2569 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2570 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2571 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2572 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2573 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
2574 #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
2575 # 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
2576 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
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 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
2579 #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
2580 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
2581 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
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 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
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 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
2586 }
7d2108cbcd3e Porting DW 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 _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
2588 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
2589 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
2590 (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
2591 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 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
2593 (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
2594 { 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
2595 { (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
2596 (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
2597 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
2598 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
2599 (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
2600 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
2601 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
2602 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
2603 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
2604 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
2605 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
2606 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
2607 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
2608 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
2609 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
2610 #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
2611 #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
2612
7d2108cbcd3e Porting DW 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 /* 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
2614 #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
2615 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
2616 #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
2617 /* 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
2618 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
2619 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
2620 #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
2621 # 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
2622 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
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 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
2625 #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
2626 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
2627 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
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 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
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 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
2632 }
7d2108cbcd3e Porting DW 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 _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
2634 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
2635 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
2636 (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
2637 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 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
2639 (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
2640 { 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
2641 { (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
2642 (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
2643 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
2644 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
2645 (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
2646 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
2647 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
2648 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
2649 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
2650 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
2651 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
2652 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
2653 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
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 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
2656 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
2657 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
2658 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
2659 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
2660 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
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 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
2663
7d2108cbcd3e Porting DW 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 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
2665 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
2666 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
2667 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
2668 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
2669 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
2670 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
2671 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
2672 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
2673 #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
2674 #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
2675
7d2108cbcd3e Porting DW 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 /* 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
2677 #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
2678 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
2679 #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
2680 /* 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
2681 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
2682 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
2683 #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
2684 # 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
2685 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
2686 # 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
2687 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
2688 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2689 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2690 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2691 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2692 opendir ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2693 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2694 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2695 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2696 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2697 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
2698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2699 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2700 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
2701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2702 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2703 { 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
2704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2705 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2706 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
2707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2708 (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
2709 ac_cv_search_opendir="none required"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2710 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2711 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2712 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2713 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2714 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
2715 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
2716 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
2717 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
2718 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
2719 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2720 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2721
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2722 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2723 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2724 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2725 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2726 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2727 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2728 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
2729 #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
2730 # 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
2731 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
2732 # 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
2733 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
2734 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2735 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2736 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2737 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2738 opendir ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2739 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2740 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2741 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2742 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2743 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
2744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2745 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2746 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
2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2748 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2749 { 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
2750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2751 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2752 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
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2754 (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
2755 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
2756 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2757 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2758 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2759 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2760 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2761 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
2762 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
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 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
2765 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
2766 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
2767 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
2768 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
2769 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
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 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
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 # 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
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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2785 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
2786 inttypes.h stdint.h unistd.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2787 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2788 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
2789 echo "$as_me:$LINENO: checking for $ac_header" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2790 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
2791 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2792 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2793 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2794 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
2795 #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
2796 #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
2797 $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
2798
7d2108cbcd3e Porting DW 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 #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
2800 _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
2801 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
2802 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
2803 (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
2804 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 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
2806 (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
2807 { 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
2808 { (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
2809 (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
2810 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
2811 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
2812 (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
2813 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
2814 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
2815 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
2816 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
2817 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
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 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
2820 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
2821 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
2822 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
2823 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
2824 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
2825 #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
2826 _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
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 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
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 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
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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 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
2835 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
2836 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
2837 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
2838 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
2839 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
2840 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
2841 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
2842 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
2843 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
2844 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
2845 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
2846 # 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
2847 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
2848 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
2849 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
2850 #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
2851 #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
2852 $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
2853 #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
2854 _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
2855 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
2856 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
2857 (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
2858 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 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
2860 (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
2861 { 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
2862 { (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
2863 (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
2864 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
2865 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
2866 (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
2867 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
2868 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
2869 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
2870 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
2871 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
2872 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
2873 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
2874 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
2875 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
2876
7d2108cbcd3e Porting DW 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 # 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
2878 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
2879 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
2880 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
2881 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2882 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2883 #include <$ac_header>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2884 _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
2885 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2886 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2887 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2888 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2889 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2890 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
2891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2892 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2893 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2894 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2895 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2896 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2897 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2898 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2899 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2900 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2901 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
2902 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2903 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2904 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2905 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
2906 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2907 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2908 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
2909 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
2910 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
2911
7d2108cbcd3e Porting DW 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 # 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
2913 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
2914 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
2915 { 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
2916 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
2917 { 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
2918 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
2919 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
2920 { 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
2921 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
2922 { 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
2923 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
2924 { 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
2925 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
2926 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
2927 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
2928 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
2929 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
2930 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
2931 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
2932 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
2933 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
2934 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
2935 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
2936
7d2108cbcd3e Porting DW 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 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2938 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
2939 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2940 #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
2941 _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
2942
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2943 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
2944
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2945 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2946
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2947
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2948 for ac_header in sys/stat.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2949 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2950 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
2951 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
2952 echo "$as_me:$LINENO: checking for $ac_header" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2953 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
2954 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2955 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
2956 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
2957 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
2958 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2959 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
2960 # 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
2961 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
2962 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
2963 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
2964 #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
2965 #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
2966 $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
2967 #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
2968 _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
2969 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
2970 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
2971 (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
2972 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 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
2974 (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
2975 { 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
2976 { (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
2977 (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
2978 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
2979 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
2980 (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
2981 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
2982 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
2983 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
2984 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
2985 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
2986 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
2987 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
2988 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
2989 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
2990
7d2108cbcd3e Porting DW 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 # 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
2992 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
2993 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
2994 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
2995 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2996 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2997 #include <$ac_header>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2998 _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
2999 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3000 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3001 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3002 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3003 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3004 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
3005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3006 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3007 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3008 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3009 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3010 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3011 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3012 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3013 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3014 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3015 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
3016 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3017 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3018 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3019 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
3020 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3021 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3022 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
3023 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
3024 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
3025
7d2108cbcd3e Porting DW 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 # 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
3027 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
3028 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
3029 { 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
3030 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
3031 { 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
3032 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
3033 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
3034 { 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
3035 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
3036 { 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
3037 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
3038 { 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
3039 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
3040 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
3041 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
3042 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
3043 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
3044 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
3045 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
3046 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
3047 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
3048 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
3049 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
3050
7d2108cbcd3e Porting DW 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 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3052 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
3053 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3054 #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
3055 _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
3056
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3057 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
3058
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3059 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3060
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3061
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3062
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3063 for ac_func in pipe
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3064 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3065 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
3066 echo "$as_me:$LINENO: checking for $ac_func" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3067 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
3068 if eval "test \"\${$as_ac_var+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3069 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3070 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3071 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
3072 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3073 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3074 /* System header to define __stub macros and hopefully few prototypes,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3075 which can conflict with char $ac_func (); below. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3076 #include <assert.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3077 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3078 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3079 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3080 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3081 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3082 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3083 char $ac_func ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3084 char (*f) ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3085
120
7d2108cbcd3e Porting DW 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 #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
3087 # 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
3088 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
3089 # 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
3090 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
3091 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3092 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3093 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3094 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3095 /* The GNU C library defines this for functions which it implements
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3096 to always fail with ENOSYS. Some functions are actually named
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3097 something starting with __ and the normal name is an alias. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3098 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3099 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3100 #else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3101 f = $ac_func;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3102 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3103
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3104 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3105 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3106 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3107 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3108 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
3109 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3110 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3111 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
3112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3113 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3114 { 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
3115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3116 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3117 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
3118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3119 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3120 eval "$as_ac_var=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3121 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3122 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3123 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
3124 eval "$as_ac_var=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3125 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3126 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3127 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
3128 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
3129 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
3130 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
3131 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3132 #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
3133 _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
3134
7d2108cbcd3e Porting DW 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 cat >>confdefs.h <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3136 #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
3137 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3138
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3139 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3140 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3141
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3142
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3143
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3144 for ac_func in connect
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3145 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3146 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
3147 echo "$as_me:$LINENO: checking for $ac_func" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3148 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
3149 if eval "test \"\${$as_ac_var+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3150 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3151 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3152 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
3153 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3154 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3155 /* System header to define __stub macros and hopefully few prototypes,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3156 which can conflict with char $ac_func (); below. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3157 #include <assert.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3158 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3159 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3160 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3161 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3162 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3163 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3164 char $ac_func ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3165 char (*f) ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3166
120
7d2108cbcd3e Porting DW 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 #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
3168 # 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
3169 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
3170 # 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
3171 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
3172 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3173 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3174 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3175 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3176 /* The GNU C library defines this for functions which it implements
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3177 to always fail with ENOSYS. Some functions are actually named
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3178 something starting with __ and the normal name is an alias. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3179 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3180 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3181 #else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3182 f = $ac_func;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3183 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3184
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3185 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3186 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3187 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3188 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3189 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
3190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3191 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3192 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
3193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3194 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3195 { 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
3196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3197 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3198 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
3199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3200 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3201 eval "$as_ac_var=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3202 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3203 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3204 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
3205 eval "$as_ac_var=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3206 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3207 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3208 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
3209 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
3210 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
3211 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
3212 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3213 #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
3214 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3215
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3216 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3217 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3218
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3219 if test x"$ac_cv_func_connect" = x"no"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3220 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
3221 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3222 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3223 if test "${ac_cv_lib_socket_socket+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3225 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3226 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3227 LIBS="-lsocket $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3228 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
3229 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3230 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3231
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3232 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3233 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3234 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3235 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3236 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3237 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3238 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
3239 #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
3240 # 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
3241 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
3242 # 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
3243 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
3244 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3245 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3246 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3247 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3248 socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3249 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3250 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3251 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3252 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3253 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
3254 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3255 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3256 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
3257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3258 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3259 { 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
3260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3261 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3262 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
3263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3264 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3265 ac_cv_lib_socket_socket=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3266 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3267 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3268 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3269 ac_cv_lib_socket_socket=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3270 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3271 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3272 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3273 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
3274 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3275 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3276 if test $ac_cv_lib_socket_socket = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3277 LIBS="$LIBS -lsocket"
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 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3281
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3282 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
3283 echo "$as_me:$LINENO: checking for socket in -linet" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3284 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3285 if test "${ac_cv_lib_inet_socket+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3286 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3287 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3288 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3289 LIBS="-linet $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3290 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
3291 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3292 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3293
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3294 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3295 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3296 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3297 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3298 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3299 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3300 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
3301 #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
3302 # 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
3303 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
3304 # 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
3305 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
3306 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3307 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3308 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3309 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3310 socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3311 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3312 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3313 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3314 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3315 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
3316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3317 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3318 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
3319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3320 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3321 { 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
3322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3323 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3324 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
3325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3326 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3327 ac_cv_lib_inet_socket=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3328 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3329 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3330 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3331 ac_cv_lib_inet_socket=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3332 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3333 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3334 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3335 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
3336 echo "$as_me:$LINENO: result: $ac_cv_lib_inet_socket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3337 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3338 if test $ac_cv_lib_inet_socket = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3339 libnsl=1; LIBS="$LIBS -linet -lnsl_s"
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 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3343
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3344 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
3345 echo "$as_me:$LINENO: checking for gethostname in -lnsl" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3346 echo $ECHO_N "checking for gethostname in -lnsl... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3347 if test "${ac_cv_lib_nsl_gethostname+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3348 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3349 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3350 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3351 LIBS="-lnsl $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3352 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
3353 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3354 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3355
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3356 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3357 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3358 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3359 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3360 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3361 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3362 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
3363 #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
3364 # 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
3365 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
3366 # 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
3367 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
3368 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3369 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3370 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3371 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3372 gethostname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3373 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3374 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3375 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3376 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3377 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
3378 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3379 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3380 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
3381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3382 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3383 { 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
3384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3385 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3386 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
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3388 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3389 ac_cv_lib_nsl_gethostname=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3390 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3391 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3392 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3393 ac_cv_lib_nsl_gethostname=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3394 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3395 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3396 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3397 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
3398 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostname" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3399 echo "${ECHO_T}$ac_cv_lib_nsl_gethostname" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3400 if test $ac_cv_lib_nsl_gethostname = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3401 LIBS="$LIBS -lnsl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3402 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3403
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3404 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3405 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3406
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3407 echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3408 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3409 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3410 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3411 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3412 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3413 LIBS="-lsun $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3414 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
3415 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3416 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3417
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3418 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3419 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3420 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3421 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3422 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3423 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3424 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
3425 #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
3426 # 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
3427 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
3428 # 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
3429 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
3430 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3431 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3432 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3433 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3434 getpwnam ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3435 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3436 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3437 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3438 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3439 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
3440 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3441 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3442 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
3443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3444 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3445 { 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
3446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3447 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3448 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
3449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3450 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3451 ac_cv_lib_sun_getpwnam=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3452 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3453 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3454 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3455 ac_cv_lib_sun_getpwnam=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3456 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3457 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3458 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3459 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
3460 echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwnam" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3461 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3462 if test $ac_cv_lib_sun_getpwnam = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3463 LIBS="$LIBS -lsun"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3464 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3465
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3466 echo "$as_me:$LINENO: checking for inet_addr in -ldgc" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3467 echo $ECHO_N "checking for inet_addr in -ldgc... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3468 if test "${ac_cv_lib_dgc_inet_addr+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3469 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3470 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3471 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3472 LIBS="-ldgc $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3473 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
3474 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3475 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3476
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3477 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3478 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3479 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3480 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3481 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3482 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3483 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
3484 #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
3485 # 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
3486 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
3487 # 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
3488 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
3489 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3490 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3491 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3492 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3493 inet_addr ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3494 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3495 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3496 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3497 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3498 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
3499 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3500 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3501 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
3502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3503 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3504 { 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
3505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3506 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3507 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
3508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3509 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3510 ac_cv_lib_dgc_inet_addr=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3511 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3512 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3513 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3514 ac_cv_lib_dgc_inet_addr=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3515 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3516 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3517 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3518 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
3519 echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_inet_addr" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3520 echo "${ECHO_T}$ac_cv_lib_dgc_inet_addr" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3521 if test $ac_cv_lib_dgc_inet_addr = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3522 LIBS="$LIBS -ldgc"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3523 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3524
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3525 echo "$as_me:$LINENO: checking for gethostbyname in -lresolv" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3526 echo $ECHO_N "checking for gethostbyname in -lresolv... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3527 if test "${ac_cv_lib_resolv_gethostbyname+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3528 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3529 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3530 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3531 LIBS="-lresolv $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3532 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
3533 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3534 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3535
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3536 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3537 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3538 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3539 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3540 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3541 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3542 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
3543 #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
3544 # 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
3545 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
3546 # 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
3547 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
3548 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3549 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3550 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3551 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3552 gethostbyname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3553 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3554 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3555 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3556 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3557 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
3558 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3559 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3560 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
3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3562 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3563 { 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
3564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3565 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3566 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
3567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3568 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3569 ac_cv_lib_resolv_gethostbyname=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3570 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3571 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3572 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3573 ac_cv_lib_resolv_gethostbyname=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3574 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3575 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3576 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3577 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
3578 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_gethostbyname" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3579 echo "${ECHO_T}$ac_cv_lib_resolv_gethostbyname" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3580 if test $ac_cv_lib_resolv_gethostbyname = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3581 LIBS="$LIBS -lresolv"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3582 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3583
120
7d2108cbcd3e Porting DW 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
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3585 OPSYSTEM=`uname -s`
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3586
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3587 if test $OPSYSTEM = "Darwin"; then
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3588 DW_SRC=mac
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3589 DW_DEFINE=__MAC__
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3590 else
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3591 # Extract the first word of "pkg-config", so it can be a program name with args.
120
7d2108cbcd3e Porting DW 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 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
3593 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
3594 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
3595 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
3596 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
3597 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
3598 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
3599 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
3600 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
3601 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
3602 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
3603 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
3604 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
3605 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
3606 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
3607 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
3608 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
3609 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
3610 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
3611 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
3612 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
3613 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
3614
7d2108cbcd3e Porting DW 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 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
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 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
3618 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
3619 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
3620 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
3621 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
3622 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
3623 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
3624 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
3625
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3626 if test x"$PKG_CFG" != x; then
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3627 GTK_LIBS=`$PKG_CFG --silence-errors --libs gtk+-2.0 gthread-2.0`
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3628 fi
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3629
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3630 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
3631
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3632 # Check whether --with-glib-prefix or --without-glib-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3633 if test "${with_glib_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3634 withval="$with_glib_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3635 glib_config_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_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3638 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3639
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3640 # Check whether --with-glib-exec-prefix or --without-glib-exec-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3641 if test "${with_glib_exec_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3642 withval="$with_glib_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3643 glib_config_exec_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3644 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3645 glib_config_exec_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3646 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3647 # Check whether --enable-glibtest or --disable-glibtest was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3648 if test "${enable_glibtest+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3649 enableval="$enable_glibtest"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3650
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3651 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3652 enable_glibtest=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3653 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3654
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3655 if test x$glib_config_exec_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3656 glib_config_args="$glib_config_args --exec-prefix=$glib_config_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3657 if test x${GLIB_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3658 GLIB_CONFIG=$glib_config_exec_prefix/bin/glib-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3659 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3660 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3661 if test x$glib_config_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3662 glib_config_args="$glib_config_args --prefix=$glib_config_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3663 if test x${GLIB_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3664 GLIB_CONFIG=$glib_config_prefix/bin/glib-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3665 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3666 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3667
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3668 for module in .
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3669 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3670 case "$module" in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3671 gmodule)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3672 glib_config_args="$glib_config_args gmodule"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3673 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3674 gthread)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3675 glib_config_args="$glib_config_args gthread"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3676 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3677 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3678 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3679
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3680 # 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
3681 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
3682 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3684 if test "${ac_cv_path_GLIB_CONFIG+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3685 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3686 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3687 case $GLIB_CONFIG in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3688 [\\/]* | ?:[\\/]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3689 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
3690 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3691 *)
120
7d2108cbcd3e Porting DW 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 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
3693 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
3694 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
3695 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
3696 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
3697 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
3698 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
3699 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
3700 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
3701 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
3702 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
3703 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3704 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3705
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3706 test -z "$ac_cv_path_GLIB_CONFIG" && ac_cv_path_GLIB_CONFIG="no"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3707 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3708 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3709 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3710 GLIB_CONFIG=$ac_cv_path_GLIB_CONFIG
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3711
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3712 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
3713 echo "$as_me:$LINENO: result: $GLIB_CONFIG" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3714 echo "${ECHO_T}$GLIB_CONFIG" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3715 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
3716 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3717 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3718 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3719
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3720 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
3721 echo "$as_me:$LINENO: checking for GLIB - version >= $min_glib_version" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3722 echo $ECHO_N "checking for GLIB - version >= $min_glib_version... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3723 no_glib=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3724 if test "$GLIB_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3725 no_glib=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3726 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3727 GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3728 GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3729 glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3730 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3731 glib_config_minor_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3732 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3733 glib_config_micro_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3734 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3735 if test "x$enable_glibtest" = "xyes" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3736 ac_save_CFLAGS="$CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3737 ac_save_LIBS="$LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3738 CFLAGS="$CFLAGS $GLIB_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3739 LIBS="$GLIB_LIBS $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3740 rm -f conf.glibtest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3741 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3742 echo $ac_n "cross compiling; assumed OK... $ac_c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3743 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3744 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
3745 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3746 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3747
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3748 #include <glib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3749 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3750 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3751
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3752 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3753 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3754 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3755 int major, minor, micro;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3756 char *tmp_version;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3757
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3758 system ("touch conf.glibtest");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3759
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3760 /* HP/UX 9 (%@#!) writes to sscanf strings */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3761 tmp_version = g_strdup("$min_glib_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3762 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3763 printf("%s, bad version string\n", "$min_glib_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3764 exit(1);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3765 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3766
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3767 if ((glib_major_version != $glib_config_major_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3768 (glib_minor_version != $glib_config_minor_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3769 (glib_micro_version != $glib_config_micro_version))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3770 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3771 printf("\n*** 'glib-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3772 $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3773 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3774 printf ("*** was found! If glib-config was correct, then it is best\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3775 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
3776 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3777 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3778 printf("*** required on your system.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3779 printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIG\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3780 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
3781 printf("*** before re-running configure\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3782 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3783 else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3784 (glib_minor_version != GLIB_MINOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3785 (glib_micro_version != GLIB_MICRO_VERSION))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3786 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3787 printf("*** GLIB header files (version %d.%d.%d) do not match\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3788 GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3789 printf("*** library (version %d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3790 glib_major_version, glib_minor_version, glib_micro_version);
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 if ((glib_major_version > major) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3795 ((glib_major_version == major) && (glib_minor_version > minor)) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3796 ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3797 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3798 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3799 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3800 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3801 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3802 printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3803 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3804 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
3805 major, minor, micro);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3806 printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3807 printf("***\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3808 printf("*** If you have already installed a sufficiently new version, this error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3809 printf("*** probably means that the wrong copy of the glib-config shell script is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3810 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
3811 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
3812 printf("*** correct copy of glib-config. (In this case, you will have to\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3813 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3814 printf("*** so that the correct libraries are found at run-time))\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3815 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3816 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3817 return 1;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3818 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3819
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3820 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3821 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
3822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3823 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3824 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
3825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3826 (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
3827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3828 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3829 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
3830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3831 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3832 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3833 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3834 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3835 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3836 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
3837 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3838 no_glib=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3839 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3840 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3841 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3842 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3843 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3844 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3845 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3846 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
3847 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3848 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3849 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3850 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
3851 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3852 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3853 if test "$GLIB_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3854 echo "*** The glib-config script installed by GLIB could not be found"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3855 echo "*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3856 echo "*** your path, or set the GLIB_CONFIG environment variable to the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3857 echo "*** full path to glib-config."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3858 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3859 if test -f conf.glibtest ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3860 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3861 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3862 echo "*** Could not run GLIB test program, checking why..."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3863 CFLAGS="$CFLAGS $GLIB_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3864 LIBS="$LIBS $GLIB_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3865 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
3866 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3867 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3868
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3869 #include <glib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3870 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3871
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3872 #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
3873 # 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
3874 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
3875 # 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
3876 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
3877 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3878 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3879 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3880 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3881 return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3882 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3883 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3884 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3885 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3886 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
3887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3888 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3889 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
3890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3891 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3892 { 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
3893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3894 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3895 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
3896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3897 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3898 echo "*** The test program compiled, but did not run. This usually means"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3899 echo "*** that the run-time linker is not finding GLIB or finding the wrong"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3900 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
3901 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3902 echo "*** to the installed location Also, make sure you have run ldconfig if that"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3903 echo "*** is required on your system"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3904 echo "***"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3905 echo "*** If you have an old version installed, it is best to remove it, although"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3906 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
3907 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3908 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3909 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3910 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
3911 echo "*** exact error that occured. This usually means GLIB was incorrectly installed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3912 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
3913 echo "*** may want to edit the glib-config script: $GLIB_CONFIG"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3914 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3915 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3916 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3917 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3918 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3919 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3920 GLIB_CFLAGS=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3921 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
3922 { { 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
3923 echo \"$as_me: error: Cannot find GLIB: Is glib-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3924 { (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
3925 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
3926 echo \"$as_me: error: Cannot find GLIB: Is glib-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3927 { (exit 1); exit 1; }; }" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3928 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3929 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3930
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3931
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3932 rm -f conf.glibtest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3933
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3934
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3935 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3936 if test "${with_gtk_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3937 withval="$with_gtk_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3938 gtk_config_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_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3941 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3942
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3943 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3944 if test "${with_gtk_exec_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3945 withval="$with_gtk_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3946 gtk_config_exec_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3947 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3948 gtk_config_exec_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3949 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3950 # Check whether --enable-gtktest or --disable-gtktest was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3951 if test "${enable_gtktest+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3952 enableval="$enable_gtktest"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3953
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3954 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3955 enable_gtktest=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3956 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3957
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3958 for module in . gthread
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3959 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3960 case "$module" in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3961 gthread)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3962 gtk_config_args="$gtk_config_args gthread"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3963 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3964 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3965 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3966
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3967 if test x$gtk_config_exec_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3968 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3969 if test x${GTK_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3970 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3971 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3972 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3973 if test x$gtk_config_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3974 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3975 if test x${GTK_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3976 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3977 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3978 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3979
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3980 # 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
3981 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
3982 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3984 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3985 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3986 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3987 case $GTK_CONFIG in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3988 [\\/]* | ?:[\\/]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3989 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
3990 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3991 *)
120
7d2108cbcd3e Porting DW 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 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
3993 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
3994 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
3995 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
3996 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
3997 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
3998 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
3999 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
4000 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
4001 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
4002 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
4003 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4004 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4005
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4006 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4007 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4008 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4009 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4010 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4011
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4012 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
4013 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4014 echo "${ECHO_T}$GTK_CONFIG" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4015 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
4016 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4017 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4018 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4019
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4020 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
4021 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4022 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4023 no_gtk=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4024 if test "$GTK_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4025 no_gtk=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4026 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4027 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4028 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4029 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4030 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4031 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4032 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4033 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4034 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4035 if test "x$enable_gtktest" = "xyes" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4036 ac_save_CFLAGS="$CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4037 ac_save_LIBS="$LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4038 CFLAGS="$CFLAGS $GTK_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4039 LIBS="$GTK_LIBS $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4040 rm -f conf.gtktest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4041 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4042 echo $ac_n "cross compiling; assumed OK... $ac_c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4043 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4044 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
4045 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4046 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4047
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4048 #include <gtk/gtk.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4049 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4050 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4051
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4052 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4053 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4054 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4055 int major, minor, micro;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4056 char *tmp_version;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4057
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4058 system ("touch conf.gtktest");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4059
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4060 /* HP/UX 9 (%@#!) writes to sscanf strings */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4061 tmp_version = g_strdup("$min_gtk_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4062 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4063 printf("%s, bad version string\n", "$min_gtk_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4064 exit(1);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4065 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4066
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4067 if ((gtk_major_version != $gtk_config_major_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4068 (gtk_minor_version != $gtk_config_minor_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4069 (gtk_micro_version != $gtk_config_micro_version))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4070 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4071 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4072 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4073 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4074 printf ("*** was found! If gtk-config was correct, then it is best\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4075 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
4076 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4077 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4078 printf("*** required on your system.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4079 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4080 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
4081 printf("*** before re-running configure\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4082 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4083 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4084 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4085 (gtk_minor_version != GTK_MINOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4086 (gtk_micro_version != GTK_MICRO_VERSION))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4087 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4088 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4089 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4090 printf("*** library (version %d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4091 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4092 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4093 #endif /* defined (GTK_MAJOR_VERSION) ... */
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 if ((gtk_major_version > major) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4097 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4098 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4099 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4100 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4101 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4102 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4103 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4104 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4105 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4106 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
4107 major, minor, micro);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4108 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4109 printf("***\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4110 printf("*** If you have already installed a sufficiently new version, this error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4111 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4112 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
4113 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
4114 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4115 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4116 printf("*** so that the correct libraries are found at run-time))\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4117 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4118 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4119 return 1;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4120 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4121
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4122 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4123 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
4124 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4125 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4126 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
4127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4128 (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
4129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4130 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4131 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
4132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4133 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4134 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4135 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4136 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4137 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4138 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
4139 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4140 no_gtk=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4141 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4142 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4143 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4144 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4145 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4146 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4147 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4148 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
4149 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4150 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4151 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4152 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
4153 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4154 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4155 if test "$GTK_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4156 echo "*** The gtk-config script installed by GTK could not be found"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4157 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4158 echo "*** your path, or set the GTK_CONFIG environment variable to the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4159 echo "*** full path to gtk-config."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4160 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4161 if test -f conf.gtktest ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4162 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4163 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4164 echo "*** Could not run GTK test program, checking why..."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4165 CFLAGS="$CFLAGS $GTK_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4166 LIBS="$LIBS $GTK_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4167 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
4168 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4169 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4170
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4171 #include <gtk/gtk.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4172 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4173
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4174 #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
4175 # 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
4176 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
4177 # 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
4178 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
4179 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4180 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4181 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4182 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4183 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4184 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4185 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4186 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4187 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4188 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
4189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4190 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4191 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
4192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4193 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4194 { 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
4195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4196 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4197 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
4198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4199 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4200 echo "*** The test program compiled, but did not run. This usually means"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4201 echo "*** that the run-time linker is not finding GTK or finding the wrong"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4202 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
4203 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4204 echo "*** to the installed location Also, make sure you have run ldconfig if that"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4205 echo "*** is required on your system"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4206 echo "***"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4207 echo "*** If you have an old version installed, it is best to remove it, although"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4208 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
4209 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4210 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4211 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4212 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
4213 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4214 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
4215 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4216 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4217 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4218 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4219 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4220 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4221 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4222 GTK_CFLAGS=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4223 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
4224 { { 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
4225 echo \"$as_me: error: Cannot find GTK: Is gtk-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4226 { (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
4227 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
4228 echo \"$as_me: error: Cannot find GTK: Is gtk-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4229 { (exit 1); exit 1; }; }" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4230 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4231 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4232
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4233
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4234 rm -f conf.gtktest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4235
121
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-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
4238 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
4239 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
4240 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
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_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
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4245 # 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
4246 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
4247 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
4248 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
4249 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4250 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
4251 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4252 # 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
4253 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
4254 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
4255
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4256 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4257 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
4258 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4259
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_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
4261 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
4262 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
4263 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
4264 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4265 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4266 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
4267 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
4268 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
4269 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
4270 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4271 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4272
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4273 # 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
4274 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
4275 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
4276 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
4277 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
4278 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
4279 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4280 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
4281 [\\/]* | ?:[\\/]*)
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4282 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
4283 ;;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4284 *)
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4285 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
4286 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
4287 do
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4288 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
4289 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
4290 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
4291 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
4292 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
4293 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
4294 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
4295 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4296 done
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4297 done
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4298
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4299 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
4300 ;;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4301 esac
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4302 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4303 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
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 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
4306 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
4307 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
4308 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4309 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
4310 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
4311 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4312
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4313 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
4314 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
4315 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
4316 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
4317 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
4318 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
4319 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4320 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
4321 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
4322
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4323 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
4324 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
4325 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
4326 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
4327 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
4328 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
4329 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
4330 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
4331 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
4332 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
4333 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
4334 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
4335 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
4336 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
4337 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4338 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
4339 #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
4340 #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
4341
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4342 #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
4343 #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
4344 #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
4345
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4346 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
4347 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4348 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
4349 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
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 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
4352
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4353 /* 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
4354 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
4355 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
4356 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
4357 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
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
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4360 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
4361 (($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
4362 (($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
4363 ($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
4364 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4365 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
4366 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4367 else
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 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
4370 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
4371 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
4372 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
4373 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
4374 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
4375 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
4376 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4377 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4378
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4379
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4380 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4381 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
4382 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
4383 (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
4384 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
4385 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
4386 (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
4387 { (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
4388 (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
4389 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 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
4391 (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
4392 :
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4393 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4394 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
4395 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
4396 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
4397 ( 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
4398 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
4399 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4400 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
4401 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4402 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
4403 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
4404 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4405 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4406 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
4407 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
4408 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
4409 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
4410 #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
4411 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4412
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 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
4415 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
4416 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
4417 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
4418 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
4419 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
4420 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
4421 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4422 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
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 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4425 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
4426 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
4427 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
4428 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
4429 #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
4430 #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
4431
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4432 #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
4433 #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
4434
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4435 #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
4436 # 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
4437 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
4438 # endif
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4439 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
4440 #endif
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4441 int
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4442 main ()
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4443 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4444 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
4445 ;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4446 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
4447 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4448 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4449 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
4450 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
4451 (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
4452 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
4453 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
4454 (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
4455 { 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
4456 { (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
4457 (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
4458 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
4459 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
4460 (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
4461 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
4462 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
4463 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
4464 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
4465 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
4466 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
4467 echo "***"
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 "*** 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
4469 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
4470 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4471 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
4472 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
4473 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
4474 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
4475 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
4476 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
4477 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4478 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
4479 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
4480 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
4481 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4482 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4483 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
4484 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
4485 { { 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
4486 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
4487 { (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
4488 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4489
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4490
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4491 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
4492
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4493 else
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4494 GTK_CFLAGS=`$PKG_CFG --cflags gtk+-2.0 gthread-2.0`
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4495 GTK_LIBS=`$PKG_CFG --libs gtk+-2.0 gthread-2.0`
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4496 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
4497 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
4498
7d2108cbcd3e Porting DW 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 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
4500 echo "$as_me:$LINENO: checking for pthread.h" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4501 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4502 if test "${ac_cv_header_pthread_h+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4503 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
4504 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
4505 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
4506 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4507 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
4508 # 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
4509 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
4510 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
4511 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
4512 #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
4513 #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
4514 $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
4515 #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
4516 _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
4517 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
4518 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
4519 (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
4520 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
4521 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
4522 (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
4523 { 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
4524 { (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
4525 (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
4526 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
4527 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
4528 (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
4529 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
4530 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
4531 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
4532 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
4533 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
4534 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
4535 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
4536 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
4537 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
4538
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4539 # 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
4540 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
4541 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
4542 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
4543 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4544 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4545 #include <pthread.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4546 _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
4547 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4548 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4549 ac_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4550 egrep -v '^ *\+' conftest.er1 >conftest.err
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4551 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4552 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
4553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4554 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4555 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4556 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4557 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4558 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4559 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4560 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4561 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4562 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4563 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
4564 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4565 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4566 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4567 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
4568 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4569 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4570 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
4571 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
4572 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
4573
7d2108cbcd3e Porting DW 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 # 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
4575 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
4576 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
4577 { 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
4578 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
4579 { 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
4580 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
4581 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
4582 { 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
4583 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
4584 { 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
4585 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
4586 { 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
4587 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
4588 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
4589 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
4590 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
4591 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
4592 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
4593 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
4594 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
4595 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
4596 echo "$as_me:$LINENO: result: $ac_cv_header_pthread_h" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4597 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
4598
7d2108cbcd3e Porting DW 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 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4600 if test $ac_cv_header_pthread_h = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4601 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4602 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
4603 { { 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
4604 echo "$as_me: error: pthread header not found. Dynamic Windows cannot build without it." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4605 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4606 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4607
120
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4609 echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthread" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4610 echo $ECHO_N "checking for pthread_attr_init in -lpthread... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4611 if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4612 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4613 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4614 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4615 LIBS="-lpthread $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4616 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
4617 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4618 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4619
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4620 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4621 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4622 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4623 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4624 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4625 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4626 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
4627 #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
4628 # 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
4629 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
4630 # 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
4631 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
4632 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4633 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4634 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4635 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4636 pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4637 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4638 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4639 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4640 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4641 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
4642 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4643 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4644 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
4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4646 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4647 { 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
4648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4649 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4650 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
4651 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
4652 (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
4653 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
4654 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
4655 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
4656 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
4657 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
4658 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
4659 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
4660 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
4661 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
4662 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
4663 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
4664 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
4665 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
4666 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
4667 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
4668 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
4669 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
4670 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
4671 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
4672 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
4673 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
4674 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
4675 #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
4676 #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
4677
7d2108cbcd3e Porting DW 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 /* 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
4679 #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
4680 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
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 /* 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
4683 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
4684 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
4685 #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
4686 # 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
4687 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
4688 # 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
4689 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
4690 #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
4691 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
4692 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
4693 {
7d2108cbcd3e Porting DW 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 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
4695 ;
7d2108cbcd3e Porting DW 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 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
4697 }
7d2108cbcd3e Porting DW 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 _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
4699 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
4700 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
4701 (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
4702 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
4703 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
4704 (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
4705 { 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
4706 { (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
4707 (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
4708 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
4709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4710 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4711 ac_cv_lib_pthreads_pthread_attr_init=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4712 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4713 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4714 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4715 ac_cv_lib_pthreads_pthread_attr_init=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4716 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4717 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4718 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4719 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
4720 echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_attr_init" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4721 echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_attr_init" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4722 if test $ac_cv_lib_pthreads_pthread_attr_init = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4723 PTHREAD_LIBS="-lpthreads"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4724 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
4725 echo "$as_me:$LINENO: checking for pthread_attr_init in -lc_r" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4726 echo $ECHO_N "checking for pthread_attr_init in -lc_r... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4727 if test "${ac_cv_lib_c_r_pthread_attr_init+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4728 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4729 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4730 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4731 LIBS="-lc_r $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4732 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
4733 #line $LINENO "configure"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4734 #include "confdefs.h"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4735
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4736 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4737 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4738 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4739 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4740 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4741 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4742 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
4743 #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
4744 # 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
4745 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
4746 # 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
4747 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
4748 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4749 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4750 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4751 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4752 pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4753 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4754 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4755 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4756 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4757 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
4758 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4759 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4760 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
4761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4762 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4763 { 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
4764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4765 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4766 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
4767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4768 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4769 ac_cv_lib_c_r_pthread_attr_init=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4770 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4771 echo "$as_me: failed program was:" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4772 cat conftest.$ac_ext >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4773 ac_cv_lib_c_r_pthread_attr_init=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4774 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4775 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4776 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4777 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
4778 echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_attr_init" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4779 echo "${ECHO_T}$ac_cv_lib_c_r_pthread_attr_init" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4780 if test $ac_cv_lib_c_r_pthread_attr_init = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4781 PTHREAD_LIBS="-lc_r"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4782 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
4783 { { echo "$as_me:$LINENO: error: pthread library not found. HandyFTP cannot build without it.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4784 " >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4785 echo "$as_me: error: pthread library not found. HandyFTP cannot build without it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4786 " >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4787 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4788
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4789 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4790
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4791
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4792 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
4793
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4794
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4795 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
4796
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4797
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4798 CFLAGS="$CFLAGS $GTK_CFLAGS $GDK_IMLIB_FLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4799 LIBS="$LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4800
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4801 RM="rm -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4802 LN="ln -s"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4803 CP="cp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4804 MV="mv"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4805 MKDIR="mkdir"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4806
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4807
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4808
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4809
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4810
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4811
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4812
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4813
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4814
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4815
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4816
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4817
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4818 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
4819
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4820 cat >confcache <<\_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4821 # This file is a shell script that caches the results of configure
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4822 # tests run on this system so they can be shared between configure
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4823 # scripts and configure runs, see configure's option --config-cache.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4824 # It is not useful on other systems. If it contains results you don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4825 # want to keep, you may remove or edit it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4826 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4827 # config.status only pays attention to the cache file if you give it
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4828 # the --recheck option to rerun configure.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4829 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4830 # `ac_cv_env_foo' variables (set or unset) will be overriden when
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4831 # loading this file, other *unset* `ac_cv_foo' will be assigned the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4832 # following values.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4833
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4834 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4835
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4836 # The following way of writing the cache mishandles newlines in values,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4837 # but we know of no workaround that is simple, portable, and efficient.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4838 # So, don't put newlines in cache variables' values.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4839 # Ultrix sh set writes to stderr and can't be redirected directly,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4840 # and sets the high bit in the cache file unless we assign to the vars.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4841 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4842 (set) 2>&1 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4843 case `(ac_space=' '; set | grep ac_space) 2>&1` in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4844 *ac_space=\ *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4845 # `set' does not quote correctly, so add quotes (double-quote
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4846 # substitution turns \\\\ into \\, and sed turns \\ into \).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4847 sed -n \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4848 "s/'/'\\\\''/g;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4849 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4850 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4851 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4852 # `set' quotes correctly as required by POSIX, so do not add quotes.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4853 sed -n \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
4854 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4855 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4856 esac;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4857 } |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4858 sed '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4859 t clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4860 : clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4861 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4862 t end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4863 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4864 : end' >>confcache
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4865 if cmp -s $cache_file confcache; then :; else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4866 if test -w $cache_file; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4867 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4868 cat confcache >$cache_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4869 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4870 echo "not updating unwritable cache $cache_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4871 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4872 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4873 rm -f confcache
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4874
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4875 test "x$prefix" = xNONE && prefix=$ac_default_prefix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4876 # Let make expand exec_prefix.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4877 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4878
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4879 # VPATH may cause trouble with some makes, so we remove $(srcdir),
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4880 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4881 # trailing colons and then remove the whole line if VPATH becomes empty
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4882 # (actually we leave an empty line to preserve line numbers).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4883 if test "x$srcdir" = x.; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4884 ac_vpsub='/^[ ]*VPATH[ ]*=/{
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4885 s/:*\$(srcdir):*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4886 s/:*\${srcdir}:*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4887 s/:*@srcdir@:*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4888 s/^\([^=]*=[ ]*\):*/\1/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4889 s/:*$//;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4890 s/^[^=]*=[ ]*$//;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4891 }'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4892 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4893
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4894 DEFS=-DHAVE_CONFIG_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4895
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4896
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4897 : ${CONFIG_STATUS=./config.status}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4898 ac_clean_files_save=$ac_clean_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4899 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
4900 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4901 echo "$as_me: creating $CONFIG_STATUS" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4902 cat >$CONFIG_STATUS <<_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4903 #! $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
4904 # Generated by $as_me.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4905 # Run this file to recreate the current configuration.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4906 # Compiler output produced by configure, useful for debugging
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4907 # configure, is in config.log if it exists.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4908
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4909 debug=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4910 SHELL=\${CONFIG_SHELL-$SHELL}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4911 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4912
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4913 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
4914
7d2108cbcd3e Porting DW 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 ## --------------------- ##
7d2108cbcd3e Porting DW 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 ## 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
4917 ## --------------------- ##
7d2108cbcd3e Porting DW 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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4919 # Be Bourne compatible
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4920 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4921 emulate sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4922 NULLCMD=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4923 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4924 set -o posix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4925 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4926
120
7d2108cbcd3e Porting DW 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 # 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
4928 # 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
4929 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
4930 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
4931 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
4932 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
4933 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
4934
7d2108cbcd3e Porting DW 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 "`(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
4936 { $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
4937 { 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
4938 (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
4939 { $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
4940 { 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
4941 (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
4942 { $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
4943 { 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
4944 (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
4945 { $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
4946 { 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
4947 (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
4948 { $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
4949 { 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
4950 (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
4951 { $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
4952 { 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
4953 (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
4954 { $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
4955 { 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
4956 (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
4957 { $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
4958 { 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
4959
7d2108cbcd3e Porting DW 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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4961 # 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
4962 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
4963 $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
4964 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
4965 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
4966 . : '\(.\)' 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
4967 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
4968 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
4969 /^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
4970 /^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
4971 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
4972
7d2108cbcd3e Porting DW 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 # 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
4974 # 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
4975 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
4976 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
4977 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
4978 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
4979 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
4980
7d2108cbcd3e Porting DW 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 # 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
4982 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
4983 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
4984 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
4985 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
4986 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
4987 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
4988 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
4989 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
4990 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
4991 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
4992 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
4993
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 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
4996 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
4997 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
4998 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
4999 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
5000 # 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
5001 # 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
5002 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
5003 *[\\/]* ) 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
5004 *) 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
5005 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
5006 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
5007 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
5008 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
5009 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
5010 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
5011
7d2108cbcd3e Porting DW 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 ;;
7d2108cbcd3e Porting DW 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 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
5014 # 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
5015 # 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
5016 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
5017 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
5018 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
5019 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
5020 { { 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
5021 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
5022 { (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
5023 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
5024 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
5025 '')
7d2108cbcd3e Porting DW 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 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
5027 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
5028 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
5029 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
5030 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
5031 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
5032 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
5033 /*)
7d2108cbcd3e Porting DW 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 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
5035 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
5036 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
5037 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
5038 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
5039 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
5040 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
5041 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
5042 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
5043 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
5044 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
5045 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
5046 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
5047 ;;
7d2108cbcd3e Porting DW 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 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
5049
7d2108cbcd3e Porting DW 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 # 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
5051 # 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
5052 # 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
5053 # 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
5054 # 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
5055 # 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
5056 # (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
5057 # 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
5058 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
5059 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
5060 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
5061 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
5062 : 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
5063 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
5064 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
5065 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
5066 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
5067 ' >$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
5068 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
5069 { { 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
5070 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
5071 { (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
5072
7d2108cbcd3e Porting DW 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 # 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
5074 # (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
5075 # 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
5076 . ./$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
5077 # 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
5078 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
5079 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5080
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5081
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5082 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
5083 *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
5084 ' 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
5085 *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
5086 *) 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
5087 esac
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5088
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5089 if expr a : '\(a\)' >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5090 as_expr=expr
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5091 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5092 as_expr=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5093 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5094
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5095 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5096 echo >conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5097 if ln -s conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5098 # We could just check for DJGPP; but this test a) works b) is more generic
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5099 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5100 if test -f conf$$.exe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5101 # Don't use ln at all; we don't have any links
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5102 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5103 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5104 as_ln_s='ln -s'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5105 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5106 elif ln conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5107 as_ln_s=ln
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5108 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5109 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5110 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5111 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5112
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5113 as_executable_p="test -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5114
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5115 # 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
5116 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
5117
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5118 # 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
5119 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
5120
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5121
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5122 # IFS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5123 # We need space, tab and new line, in precisely that order.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5124 as_nl='
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5125 '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5126 IFS=" $as_nl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5127
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5128 # 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
5129 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5130
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5131 exec 6>&1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5132
120
7d2108cbcd3e Porting DW 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 # 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
5134 # 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
5135 # 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
5136 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
5137 {
7d2108cbcd3e Porting DW 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 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
5139 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
5140 ## 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
5141 _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
5142 } >&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
5143 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
5144
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5145 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
5146 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
5147
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5148 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
5149 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
5150 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
5151 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
5152 $ $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
5153
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5154 _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
5155 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
5156 echo >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5157 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5158
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5159 # Files that config.status was made for.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5160 if test -n "$ac_config_files"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5161 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5162 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5163
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5164 if test -n "$ac_config_headers"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5165 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5166 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5167
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5168 if test -n "$ac_config_links"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5169 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5170 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5171
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5172 if test -n "$ac_config_commands"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5173 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5174 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5175
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5176 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5177
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5178 ac_cs_usage="\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5179 \`$as_me' instantiates files from templates according to the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5180 current configuration.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5181
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5182 Usage: $0 [OPTIONS] [FILE]...
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5183
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5184 -h, --help print this help, then exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5185 -V, --version print version number, then exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5186 -d, --debug don't remove temporary files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5187 --recheck update $as_me by reconfiguring in the same conditions
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5188 --file=FILE[:TEMPLATE]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5189 instantiate the configuration file FILE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5190 --header=FILE[:TEMPLATE]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5191 instantiate the configuration header FILE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5192
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5193 Configuration files:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5194 $config_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5195
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5196 Configuration headers:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5197 $config_headers
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5198
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5199 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
5200 _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
5201
7d2108cbcd3e Porting DW 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 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5203 ac_cs_version="\\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5204 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
5205 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
5206 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5207
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5208 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5209 Free Software Foundation, Inc.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5210 This config.status script is free software; the Free Software Foundation
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5211 gives unlimited permission to copy, distribute and modify it."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5212 srcdir=$srcdir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5213 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
5214 _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
5215
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5216 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5217 # If no file are specified by the user, then we need to provide default
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5218 # value. By we need to know if files were specified by the user.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5219 ac_need_defaults=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5220 while test $# != 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5221 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5222 case $1 in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5223 --*=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5224 ac_option=`expr "x$1" : 'x\([^=]*\)='`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5225 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5226 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5227 set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5228 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5229 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5230 -*);;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5231 *) # This is not an option, so the user has probably given explicit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5232 # arguments.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5233 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5234 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5235
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5236 case $1 in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5237 # 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
5238 _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
5239 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5240 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5241 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5242 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
5243 _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
5244 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5245 --version | --vers* | -V )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5246 echo "$ac_cs_version"; exit 0 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5247 --he | --h)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5248 # 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
5249 { { echo "$as_me:$LINENO: error: ambiguous option: $1
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5250 Try \`$0 --help' for more information." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5251 echo "$as_me: error: ambiguous option: $1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5252 Try \`$0 --help' for more information." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5253 { (exit 1); exit 1; }; };;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5254 --help | --hel | -h )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5255 echo "$ac_cs_usage"; exit 0 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5256 --debug | --d* | -d )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5257 debug=: ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5258 --file | --fil | --fi | --f )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5259 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5260 CONFIG_FILES="$CONFIG_FILES $1"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5261 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5262 --header | --heade | --head | --hea )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5263 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5264 CONFIG_HEADERS="$CONFIG_HEADERS $1"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5265 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5266
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5267 # 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
5268 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5269 Try \`$0 --help' for more information." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5270 echo "$as_me: error: unrecognized option: $1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5271 Try \`$0 --help' for more information." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5272 { (exit 1); exit 1; }; } ;;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5273
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5274 *) 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
5275
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5276 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5277 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5278 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5279
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5280 _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
5281
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5283
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5284
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5285
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5286 cat >>$CONFIG_STATUS <<\_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5287 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
5288 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5289 case "$ac_config_target" in
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5290 # Handling of arguments.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5291 "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
5292 "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
5293 "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
5294 *) { { 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
5295 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
5296 { (exit 1); exit 1; }; };;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5297 esac
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5298 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5299
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5300 # If the user did not use the arguments to specify the items to instantiate,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5301 # then the envvar interface is used. Set only those that are not.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5302 # We use the long form for the default assignment because of an extremely
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5303 # bizarre bug on SunOS 4.1.3.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5304 if $ac_need_defaults; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5305 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5306 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5307 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5308
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5309 # Create a temporary directory, and hook for its removal unless debugging.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5310 $debug ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5311 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5312 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
5313 trap '{ (exit 1); exit 1; }' 1 2 13 15
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5314 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5315
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5316 # Create a (secure) tmp directory for tmp files.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5317 : ${TMPDIR=/tmp}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5318 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5319 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5320 test -n "$tmp" && test -d "$tmp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5321 } ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5322 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5323 tmp=$TMPDIR/cs$$-$RANDOM
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5324 (umask 077 && mkdir $tmp)
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 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5328 { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5329 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5330
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5331 _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
5332
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5333 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5334
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5335 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5336 # CONFIG_FILES section.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5337 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5338
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5339 # No need to generate the scripts if there are no CONFIG_FILES.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5340 # This happens for instance when ./config.status config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5341 if test -n "\$CONFIG_FILES"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5342 # Protect against being on the right side of a sed subst in config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5343 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5344 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5345 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
5346 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
5347 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
5348 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
5349 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
5350 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
5351 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5352 s,@exec_prefix@,$exec_prefix,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5353 s,@prefix@,$prefix,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5354 s,@program_transform_name@,$program_transform_name,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5355 s,@bindir@,$bindir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5356 s,@sbindir@,$sbindir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5357 s,@libexecdir@,$libexecdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5358 s,@datadir@,$datadir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5359 s,@sysconfdir@,$sysconfdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5360 s,@sharedstatedir@,$sharedstatedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5361 s,@localstatedir@,$localstatedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5362 s,@libdir@,$libdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5363 s,@includedir@,$includedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5364 s,@oldincludedir@,$oldincludedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5365 s,@infodir@,$infodir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5366 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
5367 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
5368 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
5369 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
5370 s,@DEFS@,$DEFS,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5371 s,@ECHO_C@,$ECHO_C,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5372 s,@ECHO_N@,$ECHO_N,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5373 s,@ECHO_T@,$ECHO_T,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5374 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
5375 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
5376 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
5377 s,@DW_SUB_VERSION@,$DW_SUB_VERSION,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5378 s,@CC@,$CC,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5379 s,@CFLAGS@,$CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5380 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
5381 s,@CPPFLAGS@,$CPPFLAGS,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5382 s,@ac_ct_CC@,$ac_ct_CC,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5383 s,@EXEEXT@,$EXEEXT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5384 s,@OBJEXT@,$OBJEXT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5385 s,@MAKE@,$MAKE,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5386 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5387 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5388 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5389 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
5390 s,@PKG_CFG@,$PKG_CFG,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5391 s,@GLIB_CONFIG@,$GLIB_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5392 s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5393 s,@GLIB_LIBS@,$GLIB_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5394 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5395 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5396 s,@GTK_LIBS@,$GTK_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5397 s,@IMLIB_CONFIG@,$IMLIB_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5398 s,@GDK_IMLIB_CFLAGS@,$GDK_IMLIB_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5399 s,@GDK_IMLIB_LIBS@,$GDK_IMLIB_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5400 s,@INCLUDES@,$INCLUDES,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5401 s,@RM@,$RM,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5402 s,@LN@,$LN,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5403 s,@CP@,$CP,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5404 s,@MV@,$MV,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5405 s,@MKDIR@,$MKDIR,;t t
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
5406 s,@DW_SRC@,$DW_SRC,;t t
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
5407 s,@DW_DEFINE@,$DW_DEFINE,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5408 CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5409
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5410 _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
5411
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5412 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5413 # Split the substitutions into bite-sized pieces for seds with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5414 # small command number limits, like on Digital OSF/1 and HP-UX.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5415 ac_max_sed_lines=48
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5416 ac_sed_frag=1 # Number of current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5417 ac_beg=1 # First line for current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5418 ac_end=$ac_max_sed_lines # Line after last line for current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5419 ac_more_lines=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5420 ac_sed_cmds=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5421 while $ac_more_lines; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5422 if test $ac_beg -gt 1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5423 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5424 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5425 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5426 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5427 if test ! -s $tmp/subs.frag; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5428 ac_more_lines=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5429 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5430 # The purpose of the label and of the branching condition is to
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5431 # speed up the sed processing (if there are no `@' at all, there
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5432 # is no need to browse any of the substitutions).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5433 # These are the two extra sed commands mentioned above.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5434 (echo ':t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5435 /@[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
5436 if test -z "$ac_sed_cmds"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5437 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5438 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5439 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5440 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5441 ac_sed_frag=`expr $ac_sed_frag + 1`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5442 ac_beg=$ac_end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5443 ac_end=`expr $ac_end + $ac_max_sed_lines`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5444 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5445 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5446 if test -z "$ac_sed_cmds"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5447 ac_sed_cmds=cat
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5448 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5449 fi # test -n "$CONFIG_FILES"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5450
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5451 _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
5452 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5453 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5454 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5455 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5456 - | *:- | *:-:* ) # input from stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5457 cat >$tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5458 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5459 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5460 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5461 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5462 * ) ac_file_in=$ac_file.in ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5463 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5464
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5465 # 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
5466 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
5467 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5468 X"$ac_file" : 'X\(//\)[^/]' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5469 X"$ac_file" : 'X\(//\)$' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5470 X"$ac_file" : 'X\(/\)' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5471 . : '\(.\)' 2>/dev/null ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5472 echo X"$ac_file" |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5474 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5475 /^X\(\/\/\)$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5476 /^X\(\/\).*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5477 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
5478 { case "$ac_dir" in
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5479 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5480 *) as_incr_dir=.;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5481 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5482 as_dummy="$ac_dir"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5483 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5484 case $as_mkdir_dir in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5485 # Skip DOS drivespec
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5486 ?:) as_incr_dir=$as_mkdir_dir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5487 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5488 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
5489 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
5490 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
5491 { { 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
5492 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
5493 { (exit 1); exit 1; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5494 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5495 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5496 done; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5497
120
7d2108cbcd3e Porting DW 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_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
5499
7d2108cbcd3e Porting DW 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 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
5501 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
5502 # 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
5503 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
5504 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
5505 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
5506 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
5507
7d2108cbcd3e Porting DW 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 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
5509 .) # 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
5510 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
5511 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
5512 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
5513 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
5514 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
5515 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
5516 [\\/]* | ?:[\\/]* ) # 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
5517 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
5518 ac_top_srcdir=$srcdir ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5519 *) # 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
5520 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
5521 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
5522 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
5523 # 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
5524 # 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
5525 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
5526 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
5527 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
5528 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
5529
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5530
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5531 case $INSTALL in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5532 [\\/$]* | ?:[\\/]* ) 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
5533 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5534 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5535
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5536 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
5537 { echo "$as_me:$LINENO: creating $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5538 echo "$as_me: creating $ac_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5539 rm -f "$ac_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5540 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5541 # Let's still pretend it is `configure' which instantiates (i.e., don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5542 # 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
5543 # /* 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
5544 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
5545 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
5546 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
5547 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
5548 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
5549 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
5550 sed 's,.*/,,'` by configure."
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5551
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5552 # First look for the input files in the build tree, otherwise in the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5553 # src tree.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5554 ac_file_inputs=`IFS=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5555 for f in $ac_file_in; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5556 case $f in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5557 -) echo $tmp/stdin ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5558 [\\/$]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5559 # 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
5560 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5561 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5562 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5563 echo $f;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5564 *) # Relative
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5565 if test -f "$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5566 # Build tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5567 echo $f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5568 elif test -f "$srcdir/$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5569 # Source tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5570 echo $srcdir/$f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5571 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5572 # /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
5573 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5574 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5575 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5576 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5577 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5578 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
5579 _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
5580 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5581 sed "$ac_vpsub
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5582 $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
5583 _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
5584 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5585 :t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5586 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5587 s,@configure_input@,$configure_input,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5588 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
5589 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5590 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
5591 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
5592 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
5593 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
5594 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
5595 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5596 s,@INSTALL@,$ac_INSTALL,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5597 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5598 rm -f $tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5599 if test x"$ac_file" != x-; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5600 mv $tmp/out $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5601 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5602 cat $tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5603 rm -f $tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5604 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5605
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5606 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
5607 _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
5608 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5609
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5610 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5611 # CONFIG_HEADER section.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5612 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5613
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5614 # 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
5615 # 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
5616 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5617 # ac_d sets the value in "#define NAME VALUE" lines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5618 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5619 ac_dB='[ ].*$,\1#\2'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5620 ac_dC=' '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5621 ac_dD=',;t'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5622 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5623 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5624 ac_uB='$,\1#\2define\3'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5625 ac_uC=' '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5626 ac_uD=',;t'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5627
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5628 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5629 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5630 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5631 - | *:- | *:-:* ) # input from stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5632 cat >$tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5633 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5634 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5635 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5636 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5637 * ) ac_file_in=$ac_file.in ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5638 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5639
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5640 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5641 echo "$as_me: creating $ac_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5642
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5643 # First look for the input files in the build tree, otherwise in the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5644 # src tree.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5645 ac_file_inputs=`IFS=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5646 for f in $ac_file_in; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5647 case $f in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5648 -) echo $tmp/stdin ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5649 [\\/$]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5650 # 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
5651 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5652 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5653 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5654 echo $f;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5655 *) # Relative
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5656 if test -f "$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5657 # Build tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5658 echo $f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5659 elif test -f "$srcdir/$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5660 # Source tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5661 echo $srcdir/$f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5662 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5663 # /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
5664 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5665 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5666 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5667 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5668 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5669 done` || { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5670 # Remove the trailing spaces.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5671 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5672
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5673 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5674
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5675 # Transform confdefs.h into two sed scripts, `conftest.defines' and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5676 # `conftest.undefs', that substitutes the proper values into
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5677 # config.h.in to produce config.h. The first handles `#define'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5678 # templates, and the second `#undef' templates.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5679 # And first: Protect against being on the right side of a sed subst in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5680 # config.status. Protect against being in an unquoted here document
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5681 # in config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5682 rm -f conftest.defines conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5683 # Using a here document instead of a string reduces the quoting nightmare.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5684 # Putting comments in sed scripts is not portable.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5685 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5686 # `end' is used to avoid that the second main sed command (meant for
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5687 # 0-ary CPP macros) applies to n-ary macro definitions.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5688 # 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
5689 cat >confdef2sed.sed <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5690 s/[\\&,]/\\&/g
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5691 s,[\\$`],\\&,g
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5692 t clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5693 : 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
5694 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
5695 t end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5696 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5697 : 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
5698 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5699 # If some macros were called several times there might be several times
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5700 # the same #defines, which is useless. Nevertheless, we may not want to
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5701 # sort them, since we want the *last* AC-DEFINE to be honored.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5702 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5703 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5704 rm -f confdef2sed.sed
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5705
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5706 # This sed command replaces #undef with comments. This is necessary, for
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5707 # example, in the case of _POSIX_SOURCE, which is predefined and required
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5708 # 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
5709 cat >>conftest.undefs <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5710 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
5711 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5712
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5713 # Break up conftest.defines because some shells have a limit on the size
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5714 # of here documents, and old seds have small limits too (100 cmds).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5715 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5716 echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5717 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5718 echo ' :' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5719 rm -f conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5720 while grep . conftest.defines >/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5721 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5722 # Write a limited-size here document to $tmp/defines.sed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5723 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5724 # Speed up: don't consider the non `#define' lines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5725 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5726 # Work around the forget-to-reset-the-flag bug.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5727 echo 't clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5728 echo ': clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5729 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5730 echo 'CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5731 sed -f $tmp/defines.sed $tmp/in >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5732 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5733 mv $tmp/out $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5734 ' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5735 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5736 rm -f conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5737 mv conftest.tail conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5738 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5739 rm -f conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5740 echo ' fi # egrep' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5741 echo >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5742
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5743 # Break up conftest.undefs because some shells have a limit on the size
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5744 # of here documents, and old seds have small limits too (100 cmds).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5745 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5746 rm -f conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5747 while grep . conftest.undefs >/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5748 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5749 # Write a limited-size here document to $tmp/undefs.sed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5750 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5751 # Speed up: don't consider the non `#undef'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5752 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5753 # Work around the forget-to-reset-the-flag bug.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5754 echo 't clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5755 echo ': clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5756 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5757 echo 'CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5758 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5759 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5760 mv $tmp/out $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5761 ' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5762 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5763 rm -f conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5764 mv conftest.tail conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5765 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5766 rm -f conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5767
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5768 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5769 # Let's still pretend it is `configure' which instantiates (i.e., don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5770 # 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
5771 # /* config.h. Generated by config.status. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5772 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
5773 echo "/* Generated by configure. */" >$tmp/config.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5774 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
5775 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5776 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5777 cat $tmp/in >>$tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5778 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5779 if test x"$ac_file" != x-; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5780 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
5781 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5782 echo "$as_me: $ac_file is unchanged" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5783 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
5784 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
5785 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5786 X"$ac_file" : 'X\(//\)[^/]' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5787 X"$ac_file" : 'X\(//\)$' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5788 X"$ac_file" : 'X\(/\)' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5789 . : '\(.\)' 2>/dev/null ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5790 echo X"$ac_file" |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5791 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5792 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5793 /^X\(\/\/\)$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5794 /^X\(\/\).*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5795 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
5796 { case "$ac_dir" in
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5797 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5798 *) as_incr_dir=.;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5799 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5800 as_dummy="$ac_dir"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5801 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5802 case $as_mkdir_dir in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5803 # Skip DOS drivespec
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5804 ?:) as_incr_dir=$as_mkdir_dir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5805 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5806 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
5807 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
5808 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
5809 { { 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
5810 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
5811 { (exit 1); exit 1; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5812 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5813 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5814 done; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5815
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5816 rm -f $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5817 mv $tmp/config.h $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5818 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5819 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5820 cat $tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5821 rm -f $tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5822 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5823 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
5824 _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
5825
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5826 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5827
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5828 { (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
5829 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5830 chmod +x $CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5831 ac_clean_files=$ac_clean_files_save
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5832
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5833
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5834 # configure is writing to config.log, and then calls config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5835 # config.status does its own redirection, appending to config.log.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5836 # Unfortunately, on DOS this fails, as config.log is still kept open
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5837 # by configure, so config.status won't be able to write to it; its
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5838 # output is simply discarded. So we exec the FD to /dev/null,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5839 # effectively closing config.log, so it can be properly (re)opened and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5840 # appended to by config.status. When coming back to configure, we
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5841 # need to make the FD available again.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5842 if test "$no_create" != yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5843 ac_cs_success=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5844 exec 5>/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5845 $SHELL $CONFIG_STATUS || ac_cs_success=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5846 exec 5>>config.log
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5847 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5848 # would make configure fail if this is the last instruction.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5849 $ac_cs_success || { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5850 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5851