annotate configure @ 535:b0b5b880513a

Don't reverse packing on vertical boxes to compensate for the inverted Y-axis on OS/2. Instead this should be dealt with in the layout code taking into account the size of the box the items are sitting on. This new code mostly works, but has some problems.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 24 Mar 2004 00:05:39 +0000
parents 0b52875e1588
children 9e81f23b57ae
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.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3 # Generated by GNU Autoconf 2.57.
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.
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
9 ## --------------------- ##
7d2108cbcd3e Porting DW 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 ## 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
11 ## --------------------- ##
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
12
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
13 # Be Bourne compatible
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
15 emulate sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
16 NULLCMD=:
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
18 # is contrary to our usage. Disable this feature.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
19 alias -g '${1+"$@"}'='"$@"'
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
20 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
21 set -o posix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
22 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
23
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
24 # 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
25 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
26 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
27 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
28 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
29 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
30
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
31
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
32 # Work around bugs in pre-3.0 UWIN ksh.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
33 $as_unset ENV MAIL MAILPATH
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
34 PS1='$ '
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
35 PS2='> '
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
36 PS4='+ '
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
37
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
38 # NLS nuisances.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
39 for as_var in \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
42 LC_TELEPHONE LC_TIME
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
43 do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
45 eval $as_var=C; export $as_var
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
46 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
47 $as_unset $as_var
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
48 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
49 done
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
50
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
51 # Required to use basename.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
52 if expr a : '\(a\)' >/dev/null 2>&1; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
53 as_expr=expr
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
54 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
55 as_expr=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
56 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
57
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
59 as_basename=basename
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
60 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
61 as_basename=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
62 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
63
7d2108cbcd3e Porting DW 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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
65 # Name of the executable.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
66 as_me=`$as_basename "$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
67 $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
68 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
69 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
70 . : '\(.\)' 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
71 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
72 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
73 /^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
74 /^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
75 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
76
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
77
120
7d2108cbcd3e Porting DW 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 # 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
79 # 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
80 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
81 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
82 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
83 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
84 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
85
7d2108cbcd3e Porting DW 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 # 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
87 if test "${PATH_SEPARATOR+set}" != set; then
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
88 echo "#! /bin/sh" >conf$$.sh
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
89 echo "exit 0" >>conf$$.sh
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
90 chmod +x conf$$.sh
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; 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
92 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
93 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
94 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
95 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
96 rm -f conf$$.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
97 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
98
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 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
101 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
102 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
103 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
104 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
105 # 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
106 # 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
107 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
108 *[\\/]* ) 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
109 *) 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
110 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
111 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
112 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
113 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
114 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
115 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
116
7d2108cbcd3e Porting DW 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 ;;
7d2108cbcd3e Porting DW 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 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
119 # 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
120 # 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
121 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
122 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
123 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
124 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
125 { 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
126 { (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
127 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
128 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
129 '')
7d2108cbcd3e Porting DW 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 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
131 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
132 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 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
134 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
135 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
136 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
137 /*)
7d2108cbcd3e Porting DW 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 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
139 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
140 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
141 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
142 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
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
120
7d2108cbcd3e Porting DW 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 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
147 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
148 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
149 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
150 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
151 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
152 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
153 ;;
7d2108cbcd3e Porting DW 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 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
155
7d2108cbcd3e Porting DW 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 # 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
157 # 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
158 # 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
159 # 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
160 # 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
161 # 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
162 # (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
163 # 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
164 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
165 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
166 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
167 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
168 : 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
169 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
170 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
171 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
172 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
173 ' >$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
174 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
175 { 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
176 { (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
177
7d2108cbcd3e Porting DW 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 # 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
179 # (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
180 # 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
181 . ./$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
182 # 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
183 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
184 }
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 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
188 *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
189 ' 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
190 *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
191 *) 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
192 esac
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
193
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
194 if expr a : '\(a\)' >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
195 as_expr=expr
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
196 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
197 as_expr=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
198 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
199
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
200 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
201 echo >conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
203 # We could just check for DJGPP; but this test a) works b) is more generic
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
205 if test -f conf$$.exe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
206 # Don't use ln at all; we don't have any links
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
207 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
208 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
209 as_ln_s='ln -s'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
210 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
211 elif ln conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
212 as_ln_s=ln
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
213 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
214 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
215 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
216 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
217
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
218 if mkdir -p . 2>/dev/null; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
219 as_mkdir_p=:
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
220 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
221 as_mkdir_p=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
222 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
223
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
224 as_executable_p="test -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
225
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
226 # 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
227 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
228
7d2108cbcd3e Porting DW 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 # 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
230 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
231
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
232
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
233 # IFS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
234 # We need space, tab and new line, in precisely that order.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
235 as_nl='
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
236 '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
237 IFS=" $as_nl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
238
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
239 # CDPATH.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
240 $as_unset 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
241
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
242
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
243 # Name of the host.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
244 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
245 # so uname gets run too.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
246 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
247
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
248 exec 6>&1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
249
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
250 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
251 # Initializations.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
252 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
253 ac_default_prefix=/usr/local
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
254 ac_config_libobj_dir=.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
255 cross_compiling=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
256 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
257 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
258 MAKEFLAGS=
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
259 SHELL=${CONFIG_SHELL-/bin/sh}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
260
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
261 # Maximum number of lines to put in a shell here document.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
262 # This variable seems obsolete. It should probably be removed, and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
263 # only ac_max_sed_lines should be used.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
264 : ${ac_max_here_lines=38}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
265
120
7d2108cbcd3e Porting DW 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 # 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
267 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
268 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
269 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
270 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
271 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
272
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
273 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
274 # 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
275 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
276 #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
277 #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
278 # 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
279 #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
280 #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
281 # 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
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 #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
284 # 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
285 # 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
286 #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
287 # 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
288 # 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
289 # 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
290 #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
291 #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
292 # 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
293 # 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
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 # 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
296 #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
297 #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
298 # 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
299 #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
300 #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
301 # 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
302 #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
303 # 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
304 # 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
305 # 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
306 #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
307 #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
308 # 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
309 #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
310
435
0b52875e1588 Changes for MacOS X again.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 431
diff changeset
311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS DW_MAJOR_VERSION DW_MINOR_VERSION DW_SUB_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CPP EGREP PKG_CFG GLIB_CONFIG GLIB_CFLAGS GLIB_LIBS GTK_CONFIG GTK_CFLAGS GTK_LIBS IMLIB_CONFIG GDK_IMLIB_CFLAGS GDK_IMLIB_LIBS INCLUDES RM LN CP MV MKDIR SHAREDFLAG SOSUFFIX DW_SRC DW_DEFINE LIBOBJS LTLIBOBJS'
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
312 ac_subst_files=''
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
313
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
314 # Initialize some variables set by options.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
315 ac_init_help=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
316 ac_init_version=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
317 # The variables have the same names as the options, with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
318 # dashes changed to underlines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
319 cache_file=/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
320 exec_prefix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
321 no_create=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
322 no_recursion=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
323 prefix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
324 program_prefix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
325 program_suffix=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
326 program_transform_name=s,x,x,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
327 silent=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
328 site=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
329 srcdir=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
330 verbose=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
331 x_includes=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
332 x_libraries=NONE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
333
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
334 # Installation directory options.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
335 # These are left unexpanded so users can "make install exec_prefix=/foo"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
336 # and all the variables that are supposed to be based on exec_prefix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
337 # by default will actually change.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
338 # Use braces instead of parens because sh, perl, etc. also accept them.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
339 bindir='${exec_prefix}/bin'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
340 sbindir='${exec_prefix}/sbin'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
341 libexecdir='${exec_prefix}/libexec'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
342 datadir='${prefix}/share'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
343 sysconfdir='${prefix}/etc'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
344 sharedstatedir='${prefix}/com'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
345 localstatedir='${prefix}/var'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
346 libdir='${exec_prefix}/lib'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
347 includedir='${prefix}/include'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
348 oldincludedir='/usr/include'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
349 infodir='${prefix}/info'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
350 mandir='${prefix}/man'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
351
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
352 ac_prev=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
353 for ac_option
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
354 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
355 # If the previous option needs an argument, assign it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
356 if test -n "$ac_prev"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
357 eval "$ac_prev=\$ac_option"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
358 ac_prev=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
359 continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
360 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
361
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
362 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
363
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
364 # Accept the important Cygnus configure options, so we can diagnose typos.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
365
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
366 case $ac_option in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
367
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
368 -bindir | --bindir | --bindi | --bind | --bin | --bi)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
369 ac_prev=bindir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
370 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
371 bindir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
372
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
373 -build | --build | --buil | --bui | --bu)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
374 ac_prev=build_alias ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
375 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
376 build_alias=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
377
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
378 -cache-file | --cache-file | --cache-fil | --cache-fi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
379 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
380 ac_prev=cache_file ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
381 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
382 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
383 cache_file=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
384
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
385 --config-cache | -C)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
386 cache_file=config.cache ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
387
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
388 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
389 ac_prev=datadir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
390 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
391 | --da=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
392 datadir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
393
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
394 -disable-* | --disable-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
395 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
396 # 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
397 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
398 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
399 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
400 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
401 eval "enable_$ac_feature=no" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
402
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
403 -enable-* | --enable-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
404 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
405 # 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
406 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
407 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
408 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
409 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
410 case $ac_option in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
411 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
412 *) ac_optarg=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
413 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
414 eval "enable_$ac_feature='$ac_optarg'" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
415
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
416 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
417 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
418 | --exec | --exe | --ex)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
419 ac_prev=exec_prefix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
420 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
421 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
422 | --exec=* | --exe=* | --ex=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
423 exec_prefix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
424
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
425 -gas | --gas | --ga | --g)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
426 # Obsolete; use --with-gas.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
427 with_gas=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
428
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
429 -help | --help | --hel | --he | -h)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
430 ac_init_help=long ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
431 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
432 ac_init_help=recursive ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
433 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
434 ac_init_help=short ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
435
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
436 -host | --host | --hos | --ho)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
437 ac_prev=host_alias ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
438 -host=* | --host=* | --hos=* | --ho=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
439 host_alias=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
440
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
441 -includedir | --includedir | --includedi | --included | --include \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
442 | --includ | --inclu | --incl | --inc)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
443 ac_prev=includedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
444 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
445 | --includ=* | --inclu=* | --incl=* | --inc=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
446 includedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
447
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
448 -infodir | --infodir | --infodi | --infod | --info | --inf)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
449 ac_prev=infodir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
450 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
451 infodir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
452
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
453 -libdir | --libdir | --libdi | --libd)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
454 ac_prev=libdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
455 -libdir=* | --libdir=* | --libdi=* | --libd=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
456 libdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
457
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
458 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
459 | --libexe | --libex | --libe)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
460 ac_prev=libexecdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
461 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
462 | --libexe=* | --libex=* | --libe=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
463 libexecdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
464
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
465 -localstatedir | --localstatedir | --localstatedi | --localstated \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
466 | --localstate | --localstat | --localsta | --localst \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
467 | --locals | --local | --loca | --loc | --lo)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
468 ac_prev=localstatedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
469 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
470 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
471 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
472 localstatedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
473
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
474 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
475 ac_prev=mandir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
476 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
477 mandir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
478
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
479 -nfp | --nfp | --nf)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
480 # Obsolete; use --without-fp.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
481 with_fp=no ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
482
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
483 -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
484 | --no-cr | --no-c | -n)
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
485 no_create=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
486
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
487 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
488 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
489 no_recursion=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
490
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
491 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
492 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
493 | --oldin | --oldi | --old | --ol | --o)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
494 ac_prev=oldincludedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
495 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
496 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
497 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
498 oldincludedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
499
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
500 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
501 ac_prev=prefix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
502 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
503 prefix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
504
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
505 -program-prefix | --program-prefix | --program-prefi | --program-pref \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
506 | --program-pre | --program-pr | --program-p)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
507 ac_prev=program_prefix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
508 -program-prefix=* | --program-prefix=* | --program-prefi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
509 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
510 program_prefix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
511
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
512 -program-suffix | --program-suffix | --program-suffi | --program-suff \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
513 | --program-suf | --program-su | --program-s)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
514 ac_prev=program_suffix ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
515 -program-suffix=* | --program-suffix=* | --program-suffi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
516 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
517 program_suffix=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
518
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
519 -program-transform-name | --program-transform-name \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
520 | --program-transform-nam | --program-transform-na \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
521 | --program-transform-n | --program-transform- \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
522 | --program-transform | --program-transfor \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
523 | --program-transfo | --program-transf \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
524 | --program-trans | --program-tran \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
525 | --progr-tra | --program-tr | --program-t)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
526 ac_prev=program_transform_name ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
527 -program-transform-name=* | --program-transform-name=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
528 | --program-transform-nam=* | --program-transform-na=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
529 | --program-transform-n=* | --program-transform-=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
530 | --program-transform=* | --program-transfor=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
531 | --program-transfo=* | --program-transf=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
532 | --program-trans=* | --program-tran=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
533 | --progr-tra=* | --program-tr=* | --program-t=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
534 program_transform_name=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
535
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
536 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
537 | -silent | --silent | --silen | --sile | --sil)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
538 silent=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
539
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
540 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
541 ac_prev=sbindir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
542 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
543 | --sbi=* | --sb=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
544 sbindir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
545
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
546 -sharedstatedir | --sharedstatedir | --sharedstatedi \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
547 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
548 | --sharedst | --shareds | --shared | --share | --shar \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
549 | --sha | --sh)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
550 ac_prev=sharedstatedir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
551 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
552 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
553 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
554 | --sha=* | --sh=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
555 sharedstatedir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
556
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
557 -site | --site | --sit)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
558 ac_prev=site ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
559 -site=* | --site=* | --sit=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
560 site=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
561
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
562 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
563 ac_prev=srcdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
564 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
565 srcdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
566
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
567 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
568 | --syscon | --sysco | --sysc | --sys | --sy)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
569 ac_prev=sysconfdir ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
570 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
571 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
572 sysconfdir=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
573
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
574 -target | --target | --targe | --targ | --tar | --ta | --t)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
575 ac_prev=target_alias ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
576 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
577 target_alias=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
578
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
579 -v | -verbose | --verbose | --verbos | --verbo | --verb)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
580 verbose=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
581
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
582 -version | --version | --versio | --versi | --vers | -V)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
583 ac_init_version=: ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
584
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
585 -with-* | --with-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
586 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
587 # 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
588 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
589 { echo "$as_me: error: invalid package name: $ac_package" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
590 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
591 ac_package=`echo $ac_package| sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
592 case $ac_option in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
593 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
594 *) ac_optarg=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
595 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
596 eval "with_$ac_package='$ac_optarg'" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
597
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
598 -without-* | --without-*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
599 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
600 # 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
601 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
602 { echo "$as_me: error: invalid package name: $ac_package" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
603 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
604 ac_package=`echo $ac_package | sed 's/-/_/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
605 eval "with_$ac_package=no" ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
606
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
607 --x)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
608 # Obsolete; use --with-x.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
609 with_x=yes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
610
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
611 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
612 | --x-incl | --x-inc | --x-in | --x-i)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
613 ac_prev=x_includes ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
614 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
615 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
616 x_includes=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
617
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
618 -x-libraries | --x-libraries | --x-librarie | --x-librari \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
619 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
620 ac_prev=x_libraries ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
621 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
622 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
623 x_libraries=$ac_optarg ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
624
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
625 -*) { echo "$as_me: error: unrecognized option: $ac_option
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
626 Try \`$0 --help' for more information." >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
627 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
628 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
629
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
630 *=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
631 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
632 # 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
633 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
634 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
635 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
636 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
637 eval "$ac_envvar='$ac_optarg'"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
638 export $ac_envvar ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
639
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
640 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
641 # FIXME: should be removed in autoconf 3.0.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
642 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
643 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
644 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
645 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
646 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
647
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
648 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
649 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
650
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
651 if test -n "$ac_prev"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
652 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
653 { echo "$as_me: error: missing argument to $ac_option" >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
654 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
655 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
656
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
657 # 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
658 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
659 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
660 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
661 case $ac_val in
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
662 [\\/$]* | ?:[\\/]* | 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
663 *) { 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
664 { (exit 1); exit 1; }; };;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
665 esac
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
666 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
667
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
668 # Be sure to have absolute paths.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
669 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
670 localstatedir libdir includedir oldincludedir infodir mandir
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
671 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
672 eval ac_val=$`echo $ac_var`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
673 case $ac_val in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
674 [\\/$]* | ?:[\\/]* ) ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
675 *) { 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
676 { (exit 1); exit 1; }; };;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
677 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
678 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
679
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
680 # There might be people who depend on the old broken behavior: `$host'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
681 # 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
682 # FIXME: To remove some day.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
683 build=$build_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
684 host=$host_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
685 target=$target_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
686
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
687 # FIXME: To remove some day.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
688 if test "x$host_alias" != x; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
689 if test "x$build_alias" = x; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
690 cross_compiling=maybe
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
691 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
692 If a cross compiler is detected then cross compile mode will be used." >&2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
693 elif test "x$build_alias" != "x$host_alias"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
694 cross_compiling=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
695 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
696 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
697
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
698 ac_tool_prefix=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
699 test -n "$host_alias" && ac_tool_prefix=$host_alias-
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
700
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
701 test "$silent" = yes && exec 6>/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
702
120
7d2108cbcd3e Porting DW 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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
704 # Find the source files, if location was not specified.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
705 if test -z "$srcdir"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
706 ac_srcdir_defaulted=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
707 # 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
708 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
709 $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
710 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
711 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
712 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
713 . : '\(.\)' 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
714 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
715 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
716 /^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
717 /^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
718 /^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
719 s/.*/./; q'`
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
720 srcdir=$ac_confdir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
721 if test ! -r $srcdir/$ac_unique_file; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
722 srcdir=..
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
723 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
724 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
725 ac_srcdir_defaulted=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
726 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
727 if test ! -r $srcdir/$ac_unique_file; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
728 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
729 { 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
730 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
731 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
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
733 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
734 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
735 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
736 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
738 { (exit 1); exit 1; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
739 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
740 ac_env_build_alias_set=${build_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
741 ac_env_build_alias_value=$build_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
742 ac_cv_env_build_alias_set=${build_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
743 ac_cv_env_build_alias_value=$build_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
744 ac_env_host_alias_set=${host_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
745 ac_env_host_alias_value=$host_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
746 ac_cv_env_host_alias_set=${host_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
747 ac_cv_env_host_alias_value=$host_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
748 ac_env_target_alias_set=${target_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
749 ac_env_target_alias_value=$target_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
750 ac_cv_env_target_alias_set=${target_alias+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
751 ac_cv_env_target_alias_value=$target_alias
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
752 ac_env_CC_set=${CC+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
753 ac_env_CC_value=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
754 ac_cv_env_CC_set=${CC+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
755 ac_cv_env_CC_value=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
756 ac_env_CFLAGS_set=${CFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
757 ac_env_CFLAGS_value=$CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
758 ac_cv_env_CFLAGS_set=${CFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
759 ac_cv_env_CFLAGS_value=$CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
760 ac_env_LDFLAGS_set=${LDFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
761 ac_env_LDFLAGS_value=$LDFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
762 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
763 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
764 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
765 ac_env_CPPFLAGS_value=$CPPFLAGS
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
766 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
767 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
768 ac_env_CPP_set=${CPP+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
769 ac_env_CPP_value=$CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
770 ac_cv_env_CPP_set=${CPP+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
771 ac_cv_env_CPP_value=$CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
772
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
773 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
774 # Report the --help message.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
775 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
776 if test "$ac_init_help" = "long"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
777 # Omit some internal or obsolete options to make the list less imposing.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
778 # 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
779 cat <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
780 \`configure' configures this package to adapt to many kinds of systems.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
781
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
782 Usage: $0 [OPTION]... [VAR=VALUE]...
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
783
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
784 To assign environment variables (e.g., CC, CFLAGS...), specify them as
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
785 VAR=VALUE. See below for descriptions of some of the useful variables.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
786
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
787 Defaults for the options are specified in brackets.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
788
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
789 Configuration:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
790 -h, --help display this help and exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
791 --help=short display options specific to this package
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
792 --help=recursive display the short help of all the included packages
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
793 -V, --version display version information and exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
794 -q, --quiet, --silent do not print \`checking...' messages
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
795 --cache-file=FILE cache test results in FILE [disabled]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
796 -C, --config-cache alias for \`--cache-file=config.cache'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
797 -n, --no-create do not create output files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
798 --srcdir=DIR find the sources in DIR [configure dir or \`..']
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
799
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
800 _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
801
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
802 cat <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
803 Installation directories:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
804 --prefix=PREFIX install architecture-independent files in PREFIX
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
805 [$ac_default_prefix]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
807 [PREFIX]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
808
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
809 By default, \`make install' will install all the files in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
810 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
811 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
812 for instance \`--prefix=\$HOME'.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
813
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
814 For better control, use the options below.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
815
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
816 Fine tuning of the installation directories:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
817 --bindir=DIR user executables [EPREFIX/bin]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
818 --sbindir=DIR system admin executables [EPREFIX/sbin]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
819 --libexecdir=DIR program executables [EPREFIX/libexec]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
820 --datadir=DIR read-only architecture-independent data [PREFIX/share]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
821 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
822 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
823 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
824 --libdir=DIR object code libraries [EPREFIX/lib]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
825 --includedir=DIR C header files [PREFIX/include]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
826 --oldincludedir=DIR C header files for non-gcc [/usr/include]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
827 --infodir=DIR info documentation [PREFIX/info]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
828 --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
829 _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
830
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
831 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
832 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
833 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
834
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
835 if test -n "$ac_init_help"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
836
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
837 cat <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
838
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
839 Optional Features:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
840 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
841 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
842 --disable-glibtest Do not try to compile and run a test GLIB program
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
843 --disable-gtktest Do not try to compile and run a test GTK program
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
844 --disable-imlibtest Do not try to compile and run a test IMLIB program
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
845
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
846 Optional Packages:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
847 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
848 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
849 --with-glib-prefix=PFX Prefix where GLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
850 --with-glib-exec-prefix=PFX Exec prefix where GLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
851 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
852 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
853 --with-imlib-prefix=PFX Prefix where IMLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
854 --with-imlib-exec-prefix=PFX Exec prefix where IMLIB is installed (optional)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
855
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
856 Some influential environment variables:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
857 CC C compiler command
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
858 CFLAGS C compiler flags
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
859 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
860 nonstandard directory <lib dir>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
861 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
862 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
863 CPP C preprocessor
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
864
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
865 Use these variables to override the choices made by `configure' or to help
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
866 it to find libraries and programs with nonstandard names/locations.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
867
120
7d2108cbcd3e Porting DW 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 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
869 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
870
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
871 if test "$ac_init_help" = "recursive"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
872 # If there are subdirs, report their specific --help.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
873 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
874 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
875 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
876 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
877
7d2108cbcd3e Porting DW 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 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
879 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
880 # 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
881 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
882 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
883 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
884 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
885
7d2108cbcd3e Porting DW 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 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
887 .) # 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
888 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
889 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
890 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
891 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
892 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
893 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
894 [\\/]* | ?:[\\/]* ) # 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
895 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
896 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
897 *) # 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
898 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
899 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
900 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
901 # 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
902 # 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
903 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
904 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && 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
905 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
906 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
907
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
908 cd $ac_dir
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
909 # 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
910 if test -f $ac_srcdir/configure.gnu; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
911 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
912 $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
913 elif test -f $ac_srcdir/configure; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
914 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
915 $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
916 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
917 test -f $ac_srcdir/configure.in; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
918 echo
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
919 $ac_configure --help
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
920 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
921 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
922 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
923 cd $ac_popdir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
924 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
925 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
926
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
927 test -n "$ac_init_help" && exit 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
928 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
929 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
930
7d2108cbcd3e Porting DW 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 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
932 Free Software Foundation, Inc.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
933 This configure script is free software; the Free Software Foundation
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
934 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
935 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
936 exit 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
937 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
938 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
939 cat >&5 <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
940 This file contains any messages produced by compilers while
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
941 running configure, to aid debugging if configure makes a mistake.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
942
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
943 It was created by $as_me, which was
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
944 generated by GNU Autoconf 2.57. Invocation command line was
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
945
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
946 $ $0 $@
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
947
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
948 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
949 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
950 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
951 ## --------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
952 ## 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
953 ## --------- ##
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
954
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
955 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
956 uname -m = `(uname -m) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
957 uname -r = `(uname -r) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
958 uname -s = `(uname -s) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
959 uname -v = `(uname -v) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
960
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
961 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
962 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
963
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
964 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
965 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
966 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
967 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
968 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
969 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
970 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
971
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
972 _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
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 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
975 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
976 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
977 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
978 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
979 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
980 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
981
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
982 } >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
983
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
984 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
985
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
987 ## ----------- ##
7d2108cbcd3e Porting DW 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 ## 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
989 ## ----------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
990
7d2108cbcd3e Porting DW 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 _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
992
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
993
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
994 # Keep a trace of the command line.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
995 # Strip out --no-create and --no-recursion so they do not pile up.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
996 # Strip out --silent because we don't want to record it for future runs.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
997 # Also quote any args containing shell meta-characters.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
998 # Make two passes to allow for proper duplicate-argument suppression.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
999 ac_configure_args=
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1000 ac_configure_args0=
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1001 ac_configure_args1=
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1002 ac_sep=
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1003 ac_must_keep_next=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1004 for ac_pass in 1 2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1005 do
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1006 for ac_arg
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1007 do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1008 case $ac_arg in
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1009 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1010 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1011 | -silent | --silent | --silen | --sile | --sil)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1012 continue ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1013 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1014 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1015 esac
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1016 case $ac_pass in
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1017 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1018 2)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1019 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1020 if test $ac_must_keep_next = true; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1021 ac_must_keep_next=false # Got value, back to normal.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1022 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1023 case $ac_arg in
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1024 *=* | --config-cache | -C | -disable-* | --disable-* \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1025 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1026 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1027 | -with-* | --with-* | -without-* | --without-* | --x)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1028 case "$ac_configure_args0 " in
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1029 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1030 esac
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1031 ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1032 -* ) ac_must_keep_next=true ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1033 esac
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1034 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1035 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1036 # Get rid of the leading space.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1037 ac_sep=" "
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1038 ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1039 esac
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1040 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1041 done
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1042 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1043 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1044
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1045 # When interrupted or exit'd, cleanup temporary files, and complete
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1046 # config.log. We remove comments because anyway the quotes in there
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1047 # 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
1048 # 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
1049 # such as our DU 5.0 friend, will then `close' the trap.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1050 trap 'exit_status=$?
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1051 # 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
1052 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1053 echo
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1054
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1055 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
1056 ## ---------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1057 ## 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
1058 ## ---------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1059 _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
1060 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
1061 # The following way of writing the cache mishandles newlines in values,
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1062 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1063 (set) 2>&1 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1064 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1065 *ac_space=\ *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1066 sed -n \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1067 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1068 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1069 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1070 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1071 sed -n \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1072 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1073 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1074 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
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 echo
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1077
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1078 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1079 ## ----------------- ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1080 ## Output variables. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1081 ## ----------------- ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1082 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1083 echo
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1084 for ac_var in $ac_subst_vars
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1085 do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1086 eval ac_val=$`echo $ac_var`
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1087 echo "$ac_var='"'"'$ac_val'"'"'"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1088 done | sort
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1089 echo
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1090
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1091 if test -n "$ac_subst_files"; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1092 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1093 ## ------------- ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1094 ## Output files. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1095 ## ------------- ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1096 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1097 echo
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1098 for ac_var in $ac_subst_files
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1099 do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1100 eval ac_val=$`echo $ac_var`
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1101 echo "$ac_var='"'"'$ac_val'"'"'"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1102 done | sort
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1103 echo
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1104 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1105
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1106 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
1107 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
1108 ## ----------- ##
7d2108cbcd3e Porting DW 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 ## 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
1110 ## ----------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1111 _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
1112 echo
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1113 sed "/^$/d" confdefs.h | sort
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1114 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
1115 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
1116 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
1117 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
1118 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
1119 } >&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
1120 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
1121 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1122 exit $exit_status
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1123 ' 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1124 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
1125 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1126 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1127 ac_signal=0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1128
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1129 # confdefs.h avoids OS command line length limits that DEFS can exceed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1130 rm -rf conftest* confdefs.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1131 # 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
1132 echo >confdefs.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1133
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1134 # 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
1135
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1136 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
1137 #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
1138 _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
1139
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1140
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1141 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
1142 #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
1143 _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
1144
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1146 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
1147 #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
1148 _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
1149
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1150
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1151 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
1152 #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
1153 _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
1154
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1155
7d2108cbcd3e Porting DW 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 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
1157 #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
1158 _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
1159
7d2108cbcd3e Porting DW 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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1161 # Let the site file select an alternate cache file if it wants to.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1162 # Prefer explicitly selected file to automatically selected ones.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1163 if test -z "$CONFIG_SITE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1164 if test "x$prefix" != xNONE; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1165 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1166 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1167 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1168 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1169 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1170 for ac_site_file in $CONFIG_SITE; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1171 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
1172 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1173 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
1174 sed 's/^/| /' "$ac_site_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1175 . "$ac_site_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1176 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1177 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1178
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1179 if test -r "$cache_file"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1180 # Some versions of bash will fail to source /dev/null (special
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1181 # files actually), so we avoid doing that.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1182 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
1183 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1184 echo "$as_me: loading cache $cache_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1185 case $cache_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1186 [\\/]* | ?:[\\/]* ) . $cache_file;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1187 *) . ./$cache_file;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1188 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1189 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1190 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
1191 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1192 echo "$as_me: creating cache $cache_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1193 >$cache_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1194 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1195
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1196 # Check that the precious variables saved in the cache have kept the same
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1197 # value.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1198 ac_cache_corrupted=false
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1199 for ac_var in `(set) 2>&1 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1200 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1201 eval ac_old_set=\$ac_cv_env_${ac_var}_set
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1202 eval ac_new_set=\$ac_env_${ac_var}_set
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1203 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1204 eval ac_new_val="\$ac_env_${ac_var}_value"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1205 case $ac_old_set,$ac_new_set in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1206 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
1207 { 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
1208 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
1209 ac_cache_corrupted=: ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1210 ,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
1211 { 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
1212 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
1213 ac_cache_corrupted=: ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1214 ,);;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1215 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1216 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
1217 { 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
1218 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
1219 { 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
1220 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
1221 { 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
1222 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
1223 ac_cache_corrupted=:
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1224 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1225 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
1226 # 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
1227 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
1228 case $ac_new_val in
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1229 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
120
7d2108cbcd3e Porting DW 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 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
1231 *) 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
1232 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
1233 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
1234 *" '$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
1235 *) 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
1236 esac
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1237 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1238 done
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1239 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
1240 { 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
1241 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
1242 { { 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
1243 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
1244 { (exit 1); exit 1; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1245 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1246
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1247 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1248 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1249 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1250 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1251 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1252
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1253
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1254
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1255
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1256
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1258
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1259
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1260
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1261
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1262
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1263
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1264
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1269
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1270
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1271 ac_config_headers="$ac_config_headers config.h"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1272
120
7d2108cbcd3e Porting DW 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
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
1274 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
1275 DW_MINOR_VERSION=0
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1276 DW_SUB_VERSION=0
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1277
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
1278 DW_SRC=gtk
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
1279 DW_DEFINE=__UNIX__
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1280 SHAREDFLAG=-shared
435
0b52875e1588 Changes for MacOS X again.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 431
diff changeset
1281 SOSUFFIX=so
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1282
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1284
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1285
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1286 INCLUDES="-I."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1287
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1288 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1289 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1293 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1294 # 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
1295 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
1296 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1298 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1299 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1300 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1301 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1302 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1303 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
1304 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
1305 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
1306 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
1307 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
1308 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
1309 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
1310 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
1311 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
1312 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
1313 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
1314 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
1315 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1316 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1317
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1318 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1319 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1320 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1321 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
1322 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1323 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1324 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
1325 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1326 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1327 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1328
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1329 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1330 if test -z "$ac_cv_prog_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1331 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1332 # Extract the first word of "gcc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1333 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
1334 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1335 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1336 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1337 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1338 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1339 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1340 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1341 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
1342 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
1343 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
1344 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
1345 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
1346 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
1347 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
1348 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
1349 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
1350 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
1351 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
1352 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
1353 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1354 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1355
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1356 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1357 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1358 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1359 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
1360 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1361 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1362 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
1363 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1364 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1365 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1366
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1367 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1368 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1369 CC="$ac_cv_prog_CC"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1370 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1371
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1372 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1373 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1374 # 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
1375 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
1376 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1377 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1378 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1379 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1380 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1381 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1382 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1383 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
1384 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
1385 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
1386 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
1387 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
1388 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
1389 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
1390 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
1391 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
1392 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
1393 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
1394 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
1395 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1396 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1397
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1398 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1399 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1400 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1401 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
1402 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1403 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1404 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
1405 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1406 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1407 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1408
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1409 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1410 if test -z "$ac_cv_prog_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1411 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1412 # Extract the first word of "cc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1413 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
1414 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1415 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1416 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1417 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1418 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1419 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1420 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1421 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
1422 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
1423 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
1424 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
1425 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
1426 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
1427 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
1428 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
1429 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
1430 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
1431 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
1432 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
1433 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1434 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1435
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1436 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1437 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1438 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1439 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
1440 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1441 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1442 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
1443 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1444 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1445 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1446
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1447 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1448 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1449 CC="$ac_cv_prog_CC"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1450 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1451
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1452 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1453 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1454 # Extract the first word of "cc", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1455 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
1456 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1457 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1458 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1459 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1460 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1461 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1462 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1463 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1464 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
1465 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
1466 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
1467 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
1468 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
1469 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
1470 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
1471 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
1472 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
1473 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
1474 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
1475 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
1476 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
1477 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
1478 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
1479 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
1480 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1481 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1482
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1483 if test $ac_prog_rejected = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1484 # We found a bogon in the path, so make sure we never use it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1485 set dummy $ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1486 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1487 if test $# != 0; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1488 # We chose a different compiler from the bogus one.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1489 # However, it has the same basename, so the bogon will be chosen
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1490 # first if we set CC to just the basename; use the full file name.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1491 shift
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1492 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1493 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1494 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1495 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1496 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1497 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1498 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
1499 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1500 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1501 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
1502 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1503 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1504 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1505
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1506 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1507 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1508 if test -n "$ac_tool_prefix"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1509 for ac_prog in cl
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1510 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1511 # 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
1512 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
1513 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1515 if test "${ac_cv_prog_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1516 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1517 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1518 if test -n "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1519 ac_cv_prog_CC="$CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1520 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
1521 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
1522 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
1523 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
1524 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
1525 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
1526 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
1527 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
1528 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
1529 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
1530 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
1531 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
1532 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1533 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1534
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1535 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1536 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1537 CC=$ac_cv_prog_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1538 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
1539 echo "$as_me:$LINENO: result: $CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1540 echo "${ECHO_T}$CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1541 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
1542 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1543 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1544 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1545
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1546 test -n "$CC" && break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1547 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1548 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1549 if test -z "$CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1550 ac_ct_CC=$CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1551 for ac_prog in cl
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1552 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1553 # 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
1554 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
1555 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1557 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1558 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1559 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1560 if test -n "$ac_ct_CC"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1561 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1562 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
1563 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
1564 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
1565 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
1566 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
1567 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
1568 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
1569 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
1570 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
1571 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
1572 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
1573 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
1574 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1575 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1576
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1577 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1578 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1579 ac_ct_CC=$ac_cv_prog_ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1580 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
1581 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1582 echo "${ECHO_T}$ac_ct_CC" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1583 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
1584 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1585 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1586 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1587
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1588 test -n "$ac_ct_CC" && break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1589 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1590
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1591 CC=$ac_ct_CC
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1592 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1593
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1594 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1595
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1596
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1597 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1598 See \`config.log' for more details." >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1599 echo "$as_me: error: no acceptable C compiler found in \$PATH
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1600 See \`config.log' for more details." >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1601 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1602
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1603 # 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
1604 echo "$as_me:$LINENO:" \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1605 "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
1606 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
1607 { (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
1608 (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
1609 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
1610 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
1611 (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
1612 { (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
1613 (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
1614 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
1615 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
1616 (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
1617 { (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
1618 (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
1619 ac_status=$?
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1621 (exit $ac_status); }
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1622
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1623 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
1624 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1625 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1626 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1627 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1628 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1629 /* end confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1630
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1631 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1632 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1633 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1634
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1635 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1636 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1637 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1638 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1639 ac_clean_files_save=$ac_clean_files
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1640 ac_clean_files="$ac_clean_files a.out a.exe b.out"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1641 # 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
1642 # It will help us diagnose broken compilers, and finding out an intuition
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1643 # 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
1644 echo "$as_me:$LINENO: checking for C compiler default output" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1645 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1646 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
1647 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1648 (eval $ac_link_default) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1649 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
1650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1651 (exit $ac_status); }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
1652 # 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
1653 # 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
1654 # 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
1655
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1656 # 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
1657 # 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
1658 ac_cv_exeext=
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1659 # b.out is created by i960 compilers.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1660 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1661 do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1662 test -f "$ac_file" || continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1663 case $ac_file in
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1664 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1665 ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1666 conftest.$ac_ext )
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1667 # This is the source file.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1668 ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1669 [ab].out )
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1670 # We found the default executable, but exeext='' is most
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1671 # certainly right.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1672 break;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1673 *.* )
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1674 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1675 # FIXME: I believe we export ac_cv_exeext for Libtool,
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1676 # but it would be cool to find out if it's true. Does anybody
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1677 # maintain Libtool? --akim.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1678 export ac_cv_exeext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1679 break;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1680 * )
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1681 break;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1682 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1683 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1684 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1685 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1686 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1687
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1688 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1689 See \`config.log' for more details." >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1690 echo "$as_me: error: C compiler cannot create executables
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1691 See \`config.log' for more details." >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1692 { (exit 77); exit 77; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1693 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1694
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1695 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
1696 echo "$as_me:$LINENO: result: $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1697 echo "${ECHO_T}$ac_file" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1698
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1699 # Check the compiler produces executables we can run. If not, either
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1700 # 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
1701 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1702 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1703 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1704 # If not cross compiling, check that we can run a simple program.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1705 if test "$cross_compiling" != yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1706 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
1707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1708 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1709 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
1710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1711 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1712 cross_compiling=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1713 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1714 if test "$cross_compiling" = maybe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1715 cross_compiling=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1716 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
1717 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1718 If you meant to cross compile, use \`--host'.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1719 See \`config.log' for more details." >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1720 echo "$as_me: error: cannot run C compiled programs.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1721 If you meant to cross compile, use \`--host'.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1722 See \`config.log' for more details." >&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 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1726 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
1727 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1728 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1729
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1730 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1731 ac_clean_files=$ac_clean_files_save
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1732 # Check the compiler produces executables we can run. If not, either
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1733 # 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
1734 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1735 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
1736 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1737 echo "${ECHO_T}$cross_compiling" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1738
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
1739 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
1740 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
1741 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1742 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1743 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
1744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1745 (exit $ac_status); }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1746 # If both `conftest.exe' and `conftest' are `present' (well, observable)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1747 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1748 # work properly (i.e., refer to `conftest.exe'), while it won't with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1749 # `rm'.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1750 for ac_file in conftest.exe conftest conftest.*; do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1751 test -f "$ac_file" || continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1752 case $ac_file in
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1753 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1754 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1755 export ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1756 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1757 * ) break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1758 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1759 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1760 else
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1761 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1762 See \`config.log' for more details." >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1763 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1764 See \`config.log' for more details." >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1765 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1766 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1767
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1768 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
1769 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1770 echo "${ECHO_T}$ac_cv_exeext" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1771
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1772 rm -f conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1773 EXEEXT=$ac_cv_exeext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1774 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
1775 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
1776 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1777 if test "${ac_cv_objext+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1778 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1779 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1780 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
1781 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1782 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1783 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1784 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1785 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1786 /* end confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1787
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1788 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1789 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1790 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1791
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1792 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1793 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1794 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1795 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1796 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
1797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1798 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1799 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
1800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1801 (exit $ac_status); }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1802 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1803 case $ac_file in
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1804 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1805 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1806 break;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1807 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1808 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1809 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1810 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1811 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1812
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1813 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1814 See \`config.log' for more details." >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1815 echo "$as_me: error: cannot compute suffix of object files: cannot compile
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1816 See \`config.log' for more details." >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1817 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1818 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1819
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1820 rm -f conftest.$ac_cv_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1821 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
1822 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1823 echo "${ECHO_T}$ac_cv_objext" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1824 OBJEXT=$ac_cv_objext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1825 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
1826 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1827 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1828 if test "${ac_cv_c_compiler_gnu+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1829 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1830 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1831 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
1832 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1833 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1834 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1835 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1836 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1837 /* end confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1838
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1839 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1840 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1841 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1842 #ifndef __GNUC__
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1843 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1844 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1845
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1846 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1847 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1848 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1849 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1850 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
1851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1852 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1853 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
1854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1855 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1856 { 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
1857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1858 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1859 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
1860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1861 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1862 ac_compiler_gnu=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1863 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1864 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1865 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1866
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1867 ac_compiler_gnu=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1868 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1869 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1870 ac_cv_c_compiler_gnu=$ac_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1871
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1872 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
1873 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1874 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1875 GCC=`test $ac_compiler_gnu = yes && echo yes`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1876 ac_test_CFLAGS=${CFLAGS+set}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1877 ac_save_CFLAGS=$CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1878 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
1879 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1880 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1881 if test "${ac_cv_prog_cc_g+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1882 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1883 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1884 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
1885 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1886 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1887 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1888 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1889 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1890 /* end confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1891
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1892 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1893 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1894 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1895
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1896 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1897 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1898 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1899 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1900 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
1901 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1902 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1903 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
1904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1905 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1906 { 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
1907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1908 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1909 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
1910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1911 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1912 ac_cv_prog_cc_g=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1913 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1914 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1915 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1916
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1917 ac_cv_prog_cc_g=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1918 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1919 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1920 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
1921 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1922 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1923 if test "$ac_test_CFLAGS" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1924 CFLAGS=$ac_save_CFLAGS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1925 elif test $ac_cv_prog_cc_g = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1926 if test "$GCC" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1927 CFLAGS="-g -O2"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1928 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1929 CFLAGS="-g"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1930 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1931 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1932 if test "$GCC" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1933 CFLAGS="-O2"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1934 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1935 CFLAGS=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1936 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1937 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1938 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1939 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1940 if test "${ac_cv_prog_cc_stdc+set}" = set; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1941 echo $ECHO_N "(cached) $ECHO_C" >&6
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1942 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1943 ac_cv_prog_cc_stdc=no
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1944 ac_save_CC=$CC
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1945 cat >conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1946 #line $LINENO "configure"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1947 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1948 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1949 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1950 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1951 /* end confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1952 #include <stdarg.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1953 #include <stdio.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1954 #include <sys/types.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1955 #include <sys/stat.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1956 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1957 struct buf { int x; };
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1958 FILE * (*rcsopen) (struct buf *, struct stat *, int);
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1959 static char *e (p, i)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1960 char **p;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1961 int i;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1962 {
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1963 return p[i];
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1964 }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1965 static char *f (char * (*g) (char **, int), char **p, ...)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1966 {
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1967 char *s;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1968 va_list v;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1969 va_start (v,p);
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1970 s = g (p, va_arg (v,int));
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1971 va_end (v);
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1972 return s;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1973 }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1974 int test (int i, double x);
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1975 struct s1 {int (*f) (int a);};
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1976 struct s2 {int (*f) (double a);};
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1977 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1978 int argc;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1979 char **argv;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1980 int
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1981 main ()
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1982 {
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1983 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1984 ;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1985 return 0;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1986 }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1987 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1988 # Don't try gcc -ansi; that turns off useful extensions and
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1989 # breaks some systems' header files.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1990 # AIX -qlanglvl=ansi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1991 # Ultrix and OSF/1 -std1
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1992 # HP-UX 10.20 and later -Ae
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1993 # HP-UX older versions -Aa -D_HPUX_SOURCE
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1994 # SVR4 -Xc -D__EXTENSIONS__
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1995 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1996 do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1997 CC="$ac_save_CC $ac_arg"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1998 rm -f conftest.$ac_objext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
1999 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2000 (eval $ac_compile) 2>&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2001 ac_status=$?
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2003 (exit $ac_status); } &&
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2004 { ac_try='test -s conftest.$ac_objext'
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2006 (eval $ac_try) 2>&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2007 ac_status=$?
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2009 (exit $ac_status); }; }; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2010 ac_cv_prog_cc_stdc=$ac_arg
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2011 break
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2012 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2013 echo "$as_me: failed program was:" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2014 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2015
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2016 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2017 rm -f conftest.$ac_objext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2018 done
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2019 rm -f conftest.$ac_ext conftest.$ac_objext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2020 CC=$ac_save_CC
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2021
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2022 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2023
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2024 case "x$ac_cv_prog_cc_stdc" in
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2025 x|xno)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2026 echo "$as_me:$LINENO: result: none needed" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2027 echo "${ECHO_T}none needed" >&6 ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2028 *)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2029 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2030 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2031 CC="$CC $ac_cv_prog_cc_stdc" ;;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2032 esac
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2033
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2034 # Some people use a C++ compiler to compile C. Since we use `exit',
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2035 # in C++ we need to declare it. In case someone uses the same compiler
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2036 # for both compiling C and C++ we need to have the C++ compiler decide
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2037 # the declaration of exit, since it's the most demanding environment.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2038 cat >conftest.$ac_ext <<_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2039 #ifndef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2040 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2041 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2042 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2043 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
2044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2045 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2046 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
2047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2048 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2049 { 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
2050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2051 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2052 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
2053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2054 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2055 for ac_declaration in \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2056 ''\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2057 '#include <stdlib.h>' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2058 'extern "C" void std::exit (int) throw (); using std::exit;' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2059 'extern "C" void std::exit (int); using std::exit;' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2060 'extern "C" void exit (int) throw ();' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2061 'extern "C" void exit (int);' \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2062 'void exit (int);'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2063 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2064 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
2065 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2066 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2067 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2068 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2069 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2070 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2071 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2072 $ac_declaration
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2073 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2074 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2075 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2076 exit (42);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2077 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2078 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2079 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2080 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2081 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
2082 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2083 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2084 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
2085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2086 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2087 { 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
2088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2089 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2090 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
2091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2092 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2093 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2094 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2095 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2096 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2097
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2098 continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2099 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2100 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2101 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
2102 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2103 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2104 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2105 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2106 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2107 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2108 $ac_declaration
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2109 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2110 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2111 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2112 exit (42);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2113 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2114 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2115 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2116 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2117 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
2118 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2119 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2120 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
2121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2122 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2123 { 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
2124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2125 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2126 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
2127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2128 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2129 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2130 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2131 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2132 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2133
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2134 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2135 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2136 done
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2137 rm -f conftest*
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2138 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
2139 echo '#ifdef __cplusplus' >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2140 echo $ac_declaration >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2141 echo '#endif' >>confdefs.h
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2142 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2143
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2144 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2145 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2146 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2147
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2148 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2149 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2150 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2151 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2152 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2153 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2154 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2155
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2156
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2157 # Extract the first word of "gmake", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2158 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
2159 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2160 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2161 if test "${ac_cv_prog_MAKE+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 if test -n "$MAKE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2165 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2166 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
2167 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
2168 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
2169 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
2170 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
2171 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
2172 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
2173 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
2174 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
2175 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
2176 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
2177 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
2178 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2179 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2180
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2181 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2182 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2183 MAKE=$ac_cv_prog_MAKE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2184 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
2185 echo "$as_me:$LINENO: result: $MAKE" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2186 echo "${ECHO_T}$MAKE" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2187 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
2188 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2189 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2190 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2191
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2192 if test x"$MAKE" = x; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2193 # Extract the first word of "make", so it can be a program name with args.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2194 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
2195 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2196 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2197 if test "${ac_cv_prog_MAKE+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2198 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2199 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2200 if test -n "$MAKE"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2201 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2202 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
2203 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
2204 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
2205 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
2206 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
2207 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
2208 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
2209 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
2210 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
2211 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
2212 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
2213 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
2214 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2215 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2216
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2217 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2218 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2219 MAKE=$ac_cv_prog_MAKE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2220 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
2221 echo "$as_me:$LINENO: result: $MAKE" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2222 echo "${ECHO_T}$MAKE" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2223 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
2224 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2225 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2226 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2227
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2228 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2229
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2230 ac_aux_dir=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2231 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2232 if test -f $ac_dir/install-sh; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2233 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2234 ac_install_sh="$ac_aux_dir/install-sh -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2235 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2236 elif test -f $ac_dir/install.sh; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2237 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2238 ac_install_sh="$ac_aux_dir/install.sh -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2239 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2240 elif test -f $ac_dir/shtool; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2241 ac_aux_dir=$ac_dir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2242 ac_install_sh="$ac_aux_dir/shtool install -c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2243 break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2244 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2245 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2246 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
2247 { { 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
2248 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
2249 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2250 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2251 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2252 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2253 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2254
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2255 # Find a good install program. We prefer a C program (faster),
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2256 # so one script is as good as another. But avoid the broken or
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2257 # incompatible versions:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2258 # SysV /etc/install, /usr/sbin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2259 # SunOS /usr/etc/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2260 # IRIX /sbin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2261 # AIX /bin/install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2262 # AmigaOS /C/install, which installs bootblocks on floppy discs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2263 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2264 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2265 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2266 # ./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
2267 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
2268 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2269 if test -z "$INSTALL"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2270 if test "${ac_cv_path_install+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2271 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2272 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
2273 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
2274 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
2275 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
2276 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
2277 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
2278 # 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
2279 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
2280 ./ | .// | /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
2281 /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
2282 /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
2283 *)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2284 # 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
2285 # 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
2286 # 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
2287 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
2288 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
2289 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
2290 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
2291 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
2292 # 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
2293 :
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2294 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
2295 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
2296 # 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
2297 :
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2298 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
2299 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
2300 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
2301 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
2302 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2303 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
2304 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
2305 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2306 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
2307 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
2308
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2309
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2310 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2311 if test "${ac_cv_path_install+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2312 INSTALL=$ac_cv_path_install
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2313 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2314 # As a last resort, use the slow shell script. We don't cache a
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2315 # path for INSTALL within a source directory, because that will
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2316 # break other packages using the cache if that directory is
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2317 # removed, or if the path is relative.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2318 INSTALL=$ac_install_sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2319 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2320 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
2321 echo "$as_me:$LINENO: result: $INSTALL" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2322 echo "${ECHO_T}$INSTALL" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2323
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2324 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2325 # It thinks the first close brace ends the variable substitution.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2326 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2327
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2328 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2329
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2330 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2331
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2332
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2333
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2334
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2335
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2336 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2337 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2338 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2339 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2340 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
2341 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2342 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2343 # On Suns, sometimes $CPP names a directory.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2344 if test -n "$CPP" && test -d "$CPP"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2345 CPP=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2346 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2347 if test -z "$CPP"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2348 if test "${ac_cv_prog_CPP+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2349 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2350 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2351 # Double quotes because CPP needs to be expanded
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2352 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2353 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2354 ac_preproc_ok=false
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2355 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
2356 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2357 # 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
2358 # with a fresh cross-compiler works.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2359 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2360 # <limits.h> exists even on freestanding compilers.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2361 # 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
2362 # 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
2363 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
2364 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2365 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2366 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2367 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2368 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2369 /* end confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2370 #ifdef __STDC__
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2371 # include <limits.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2372 #else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2373 # include <assert.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2374 #endif
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2375 Syntax error
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2376 _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
2377 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2378 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2379 ac_status=$?
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2380 grep -v '^ *+' conftest.er1 >conftest.err
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2381 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2382 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
2383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2384 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2385 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2386 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2387 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2388 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2389 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2390 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2391 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2392 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2393 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
2394 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2395 else
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2396 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2397 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2398
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2399 # Broken: fails on valid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2400 continue
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2401 fi
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2402 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
2403
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2404 # 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
2405 # can be detected and how.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2406 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
2407 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2408 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2409 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2410 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2411 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2412 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2413 #include <ac_nonexistent.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2414 _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
2415 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2416 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2417 ac_status=$?
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2418 grep -v '^ *+' conftest.er1 >conftest.err
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2419 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2420 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
2421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2422 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2423 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2424 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2425 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2426 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2427 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2428 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2429 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2430 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2431 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
2432 # Broken: success on invalid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2433 continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2434 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2435 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2436 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2437
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2438 # Passes both tests.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2439 ac_preproc_ok=:
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2440 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2441 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2442 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
2443
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2444 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2445 # 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
2446 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
2447 if $ac_preproc_ok; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2448 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2449 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2450
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2451 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2452 ac_cv_prog_CPP=$CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2453
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2454 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2455 CPP=$ac_cv_prog_CPP
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2456 else
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2457 ac_cv_prog_CPP=$CPP
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2458 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
2459 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
2460 echo "${ECHO_T}$CPP" >&6
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2461 ac_preproc_ok=false
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2462 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
2463 do
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2464 # 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
2465 # with a fresh cross-compiler works.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2466 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2467 # <limits.h> exists even on freestanding compilers.
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2468 # 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
2469 # 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
2470 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
2471 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2472 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2473 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2474 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2475 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2476 /* end confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2477 #ifdef __STDC__
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2478 # include <limits.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2479 #else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2480 # include <assert.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2481 #endif
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2482 Syntax error
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2483 _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
2484 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2485 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2486 ac_status=$?
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2487 grep -v '^ *+' conftest.er1 >conftest.err
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2488 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2489 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
2490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2491 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2492 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2493 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2494 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2495 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2496 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2497 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2498 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2499 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2500 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
2501 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2502 else
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2503 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2504 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2505
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2506 # Broken: fails on valid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2507 continue
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2508 fi
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2509 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
2510
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2511 # 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
2512 # can be detected and how.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2513 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
2514 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2515 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2516 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2517 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2518 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2519 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2520 #include <ac_nonexistent.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2521 _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
2522 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2523 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2524 ac_status=$?
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2525 grep -v '^ *+' conftest.er1 >conftest.err
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2526 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2527 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
2528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2529 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2530 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2531 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2532 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2533 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2534 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2535 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2536 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2537 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2538 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
2539 # Broken: success on invalid input.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2540 continue
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2541 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2542 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2543 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2544
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2545 # Passes both tests.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2546 ac_preproc_ok=:
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2547 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2548 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2549 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
2550
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2551 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2553 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
2554 if $ac_preproc_ok; then
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2555 :
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2556 else
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2557 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2558 See \`config.log' for more details." >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2559 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2560 See \`config.log' for more details." >&2;}
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2561 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2562 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2563
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2564 ac_ext=c
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2565 ac_cpp='$CPP $CPPFLAGS'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2569
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2570
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2571 echo "$as_me:$LINENO: checking for egrep" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2572 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2573 if test "${ac_cv_prog_egrep+set}" = set; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2574 echo $ECHO_N "(cached) $ECHO_C" >&6
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2575 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2576 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2577 then ac_cv_prog_egrep='grep -E'
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2578 else ac_cv_prog_egrep='egrep'
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2579 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2580 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2581 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2582 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2583 EGREP=$ac_cv_prog_egrep
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2584
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2585
120
7d2108cbcd3e Porting DW 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 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2587 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2588 if test "${ac_cv_header_stdc+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2589 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2590 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2591 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
2592 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2593 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2594 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2595 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2596 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2597 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2598 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2599 #include <stdarg.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2600 #include <string.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2601 #include <float.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2602
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2603 int
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2604 main ()
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2605 {
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2606
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2607 ;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2608 return 0;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2609 }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2610 _ACEOF
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2611 rm -f conftest.$ac_objext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2612 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2613 (eval $ac_compile) 2>&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2614 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
2615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2616 (exit $ac_status); } &&
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2617 { ac_try='test -s conftest.$ac_objext'
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2619 (eval $ac_try) 2>&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2620 ac_status=$?
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2622 (exit $ac_status); }; }; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2623 ac_cv_header_stdc=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2624 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2625 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2626 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2627
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2628 ac_cv_header_stdc=no
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2629 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2630 rm -f conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2631
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2632 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2633 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2634 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
2635 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2636 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2637 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2638 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2639 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2640 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2641 #include <string.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2642
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2643 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2645 $EGREP "memchr" >/dev/null 2>&1; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2646 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2647 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2648 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2649 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2650 rm -f conftest*
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2651
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2652 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2653
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2654 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2655 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2656 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
2657 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2658 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2659 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2660 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2661 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2662 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2663 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2664
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2665 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2666 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2667 $EGREP "free" >/dev/null 2>&1; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2668 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2669 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2670 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2671 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2672 rm -f conftest*
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2673
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2674 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2675
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2676 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2677 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2678 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2679 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2680 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2681 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
2682 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2683 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2684 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2685 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2686 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2687 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2688 #include <ctype.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2689 #if ((' ' & 0x0FF) == 0x020)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2690 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2691 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2692 #else
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2693 # define ISLOWER(c) \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2694 (('a' <= (c) && (c) <= 'i') \
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2695 || ('j' <= (c) && (c) <= 'r') \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2696 || ('s' <= (c) && (c) <= 'z'))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2697 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2698 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2699
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2700 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2701 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2702 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2703 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2704 int i;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2705 for (i = 0; i < 256; i++)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2706 if (XOR (islower (i), ISLOWER (i))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2707 || toupper (i) != TOUPPER (i))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2708 exit(2);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2709 exit (0);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2710 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2711 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2712 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
2713 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2714 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2715 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
2716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2717 (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
2718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2719 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2720 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
2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2722 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2723 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2724 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2725 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2726 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2727 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2728
120
7d2108cbcd3e Porting DW 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 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2730 ac_cv_header_stdc=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2731 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2732 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2733 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2734 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2735 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
2736 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2737 echo "${ECHO_T}$ac_cv_header_stdc" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2738 if test $ac_cv_header_stdc = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2739
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2740 cat >>confdefs.h <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2741 #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
2742 _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
2743
7d2108cbcd3e Porting DW 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 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
2745
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2746
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2748
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2749
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2750
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2751 ac_header_dirent=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2752 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
2753 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
2754 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2755 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
2756 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2757 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2758 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2759 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
2760 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2761 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2762 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2763 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2764 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2765 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2766 #include <sys/types.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2767 #include <$ac_hdr>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2768
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2769 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2770 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2771 {
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2772 if ((DIR *) 0)
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2773 return 0;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2774 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2775 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2776 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2777 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2778 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
2779 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2780 (eval $ac_compile) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2781 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
2782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2783 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2784 { 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
2785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2786 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2787 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
2788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2789 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2790 eval "$as_ac_Header=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2791 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2792 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2793 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2794
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2795 eval "$as_ac_Header=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2796 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2797 rm -f conftest.$ac_objext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2798 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
2799 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
2800 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
2801 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
2802 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
2803 #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
2804 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2805
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2806 ac_header_dirent=$ac_hdr; break
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2807 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2808
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2809 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2810 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2811 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
2812 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
2813 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
2814 if test "${ac_cv_search_opendir+set}" = set; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2815 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2816 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
2817 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
2818 ac_cv_search_opendir=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2819 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
2820 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2821 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2822 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2823 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2824 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2825 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2826
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2827 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2828 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2829 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2830 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2831 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2832 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2833 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
2834 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
2835 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
2836 {
7d2108cbcd3e Porting DW 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 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
2838 ;
7d2108cbcd3e Porting DW 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 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
2840 }
7d2108cbcd3e Porting DW 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 _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
2842 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
2843 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
2844 (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
2845 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
2846 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
2847 (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
2848 { 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
2849 { (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
2850 (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
2851 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
2852 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
2853 (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
2854 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
2855 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
2856 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2857 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2858
120
7d2108cbcd3e Porting DW 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 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
2860 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
2861 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
2862 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
2863 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
2864 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
2865 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2866 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2867 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2868 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2869 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2870 /* end confdefs.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
2871
7d2108cbcd3e Porting DW 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 /* 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
2873 #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
2874 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
2875 #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
2876 /* 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
2877 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
2878 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
2879 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
2880 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
2881 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2882 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
2883 ;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2884 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
2885 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2886 _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
2887 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
2888 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
2889 (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
2890 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
2891 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
2892 (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
2893 { 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
2894 { (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
2895 (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
2896 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
2897 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
2898 (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
2899 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
2900 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
2901 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
2902 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2903 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2904
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
2905 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
2906 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
2907 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
2908 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
2909 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
2910 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
2911 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
2912 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
2913 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
2914 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
2915
7d2108cbcd3e Porting DW 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 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
2917
7d2108cbcd3e Porting DW 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 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
2919 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
2920 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
2921 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
2922 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
2923 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
2924 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
2925 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
2926 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
2927 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2928 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2929 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2930 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2931 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2932 /* end confdefs.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
2933
7d2108cbcd3e Porting DW 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 /* 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
2935 #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
2936 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
2937 #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
2938 /* 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
2939 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
2940 char opendir ();
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2941 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2942 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2943 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2944 opendir ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2945 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2946 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2947 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2948 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2949 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
2950 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2951 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2952 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
2953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2954 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2955 { 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
2956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2957 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2958 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
2959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2960 (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
2961 ac_cv_search_opendir="none required"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2962 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2963 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2964 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2965
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2966 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2967 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
2968 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
2969 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
2970 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
2971 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
2972 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2973 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2974 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2975 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2976 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
2977 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2978
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2979 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2980 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2981 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2982 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2983 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2984 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2985 char opendir ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2986 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2987 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2988 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2989 opendir ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2990 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2991 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2992 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2993 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2994 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
2995 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2996 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2997 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
2998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2999 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3000 { 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
3001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3002 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3003 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
3004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3005 (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
3006 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
3007 break
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3008 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3009 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3010 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3011
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3012 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3013 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
3014 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
3015 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
3016 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
3017 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
3018 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
3019 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
3020 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
3021 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
3022
7d2108cbcd3e Porting DW 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 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
3024
7d2108cbcd3e Porting DW 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 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
3026
7d2108cbcd3e Porting DW 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 # 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
3028
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 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
3038 inttypes.h stdint.h unistd.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3039 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3040 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
3041 echo "$as_me:$LINENO: checking for $ac_header" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3042 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
3043 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3044 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3045 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3046 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
3047 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3048 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3049 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3050 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3051 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3052 /* end confdefs.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
3053 $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
3054
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3055 #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
3056 _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
3057 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
3058 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
3059 (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
3060 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
3061 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
3062 (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
3063 { 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
3064 { (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
3065 (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
3066 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
3067 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
3068 (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
3069 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
3070 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
3071 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3072 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3073
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3074 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
3075 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
3076 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
3077 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
3078 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
3079 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
3080 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
3081 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
3082 #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
3083 _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
3084
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3085 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
3086
7d2108cbcd3e Porting DW 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 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
3088
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 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
3092 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
3093 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
3094 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
3095 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
3096 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
3097 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
3098 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
3099 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
3100 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
3101 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
3102 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
3103 # 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
3104 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
3105 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
3106 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
3107 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3108 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3109 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3110 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3111 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3112 /* end confdefs.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
3113 $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
3114 #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
3115 _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
3116 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
3117 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
3118 (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
3119 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
3120 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
3121 (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
3122 { 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
3123 { (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
3124 (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
3125 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
3126 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
3127 (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
3128 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
3129 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
3130 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3131 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3132
120
7d2108cbcd3e Porting DW 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 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
3134 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
3135 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
3136 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
3137 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
3138
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3139 # 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
3140 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
3141 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
3142 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
3143 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3144 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3145 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3146 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3147 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3148 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3149 #include <$ac_header>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3150 _ACEOF
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3151 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3152 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3153 ac_status=$?
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3154 grep -v '^ *+' conftest.er1 >conftest.err
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3155 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3156 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
3157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3158 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3159 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3160 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3161 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3162 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3163 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3164 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3165 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3166 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3167 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
3168 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3169 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3170 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3171 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3172
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3173 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3174 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3175 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
3176 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
3177 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
3178
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3179 # 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
3180 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
3181 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
3182 { 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
3183 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
3184 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3185 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3186 (
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3187 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3188 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3189 ## Report this to bug-autoconf@gnu.org. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3190 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3191 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3192 ) |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3193 sed "s/^/$as_me: WARNING: /" >&2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3194 ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3195 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
3196 { 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
3197 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
3198 { 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
3199 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
3200 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3201 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3202 (
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3203 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3204 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3205 ## Report this to bug-autoconf@gnu.org. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3206 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3207 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3208 ) |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3209 sed "s/^/$as_me: WARNING: /" >&2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3210 ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3211 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
3212 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
3213 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
3214 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
3215 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
3216 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
3217 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
3218 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
3219 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
3220 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
3221
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3222 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3223 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
3224 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3225 #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
3226 _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
3227
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3228 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
3229
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3230 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3231
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3232
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3233 for ac_header in sys/stat.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3234 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3235 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
3236 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
3237 echo "$as_me:$LINENO: checking for $ac_header" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3238 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
3239 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3240 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
3241 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
3242 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
3243 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3244 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
3245 # 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
3246 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
3247 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
3248 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
3249 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3250 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3251 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3252 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3253 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3254 /* end confdefs.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
3255 $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
3256 #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
3257 _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
3258 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
3259 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
3260 (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
3261 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
3262 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
3263 (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
3264 { 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
3265 { (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
3266 (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
3267 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
3268 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
3269 (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
3270 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
3271 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
3272 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3273 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3274
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3275 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
3276 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
3277 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
3278 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
3279 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
3280
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3281 # 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
3282 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
3283 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
3284 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
3285 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3286 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3287 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3288 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3289 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3290 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3291 #include <$ac_header>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3292 _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
3293 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3294 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3295 ac_status=$?
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3296 grep -v '^ *+' conftest.er1 >conftest.err
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3297 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3298 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
3299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3300 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3301 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3302 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3303 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3304 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3305 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3306 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3307 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3308 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3309 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
3310 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3311 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3312 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3313 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3314
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3315 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3316 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3317 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
3318 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
3319 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
3320
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3321 # 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
3322 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
3323 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
3324 { 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
3325 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
3326 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3327 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3328 (
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3329 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3330 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3331 ## Report this to bug-autoconf@gnu.org. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3332 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3333 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3334 ) |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3335 sed "s/^/$as_me: WARNING: /" >&2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3336 ;;
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3337 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
3338 { 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
3339 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
3340 { 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
3341 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
3342 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3343 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3344 (
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3345 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3346 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3347 ## Report this to bug-autoconf@gnu.org. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3348 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3349 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3350 ) |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3351 sed "s/^/$as_me: WARNING: /" >&2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3352 ;;
120
7d2108cbcd3e Porting DW 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 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
3354 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
3355 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
3356 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
3357 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
3358 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
3359 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
3360 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
3361 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
3362 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
3363
7d2108cbcd3e Porting DW 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 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3365 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
3366 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3367 #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
3368 _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
3369
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3370 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
3371
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3372 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3373
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3374
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3375
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3376 for ac_func in pipe
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3377 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3378 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
3379 echo "$as_me:$LINENO: checking for $ac_func" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3380 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
3381 if eval "test \"\${$as_ac_var+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3382 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3383 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3384 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
3385 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3386 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3387 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3388 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3389 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3390 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3391 /* System header to define __stub macros and hopefully few prototypes,
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3392 which can conflict with char $ac_func (); below.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3393 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3394 <limits.h> exists even on freestanding compilers. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3395 #ifdef __STDC__
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3396 # include <limits.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3397 #else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3398 # include <assert.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3399 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3400 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3401 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3402 extern "C"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3403 {
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3404 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3405 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3406 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3407 char $ac_func ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3408 /* The GNU C library defines this for functions which it implements
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3409 to always fail with ENOSYS. Some functions are actually named
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3410 something starting with __ and the normal name is an alias. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3411 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3412 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3413 #else
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3414 char (*f) () = $ac_func;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3415 #endif
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3416 #ifdef __cplusplus
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3417 }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3418 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3419
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3420 int
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3421 main ()
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3422 {
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3423 return f != $ac_func;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3424 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3425 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3426 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3427 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3428 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
3429 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3430 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3431 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
3432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3433 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3434 { 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
3435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3436 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3437 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
3438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3439 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3440 eval "$as_ac_var=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3441 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3442 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3443 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3444
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3445 eval "$as_ac_var=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3446 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3447 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3448 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
3449 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
3450 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
3451 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
3452 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3453 #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
3454 _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
3455
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3456 cat >>confdefs.h <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3457 #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
3458 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3459
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3460 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3461 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3462
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3463
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3464
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3465 for ac_func in connect
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3466 do
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3467 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
3468 echo "$as_me:$LINENO: checking for $ac_func" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3469 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
3470 if eval "test \"\${$as_ac_var+set}\" = set"; then
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3471 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3472 else
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"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3475 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3476 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3477 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3478 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3479 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3480 /* System header to define __stub macros and hopefully few prototypes,
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3481 which can conflict with char $ac_func (); below.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3482 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3483 <limits.h> exists even on freestanding compilers. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3484 #ifdef __STDC__
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3485 # include <limits.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3486 #else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3487 # include <assert.h>
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3488 #endif
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3489 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3490 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3491 extern "C"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3492 {
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3493 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3494 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3495 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3496 char $ac_func ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3497 /* The GNU C library defines this for functions which it implements
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3498 to always fail with ENOSYS. Some functions are actually named
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3499 something starting with __ and the normal name is an alias. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3500 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3501 choke me
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3502 #else
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3503 char (*f) () = $ac_func;
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3504 #endif
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3505 #ifdef __cplusplus
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3506 }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3507 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3508
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3509 int
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3510 main ()
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3511 {
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3512 return f != $ac_func;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3513 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3514 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3515 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3516 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3517 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
3518 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3519 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3520 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
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3522 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3523 { 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
3524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3525 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3526 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
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3528 (exit $ac_status); }; }; then
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3529 eval "$as_ac_var=yes"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3530 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3531 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3532 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3533
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3534 eval "$as_ac_var=no"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3535 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3536 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3537 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
3538 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
3539 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
3540 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
3541 cat >>confdefs.h <<_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
3542 #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
3543 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3544
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3545 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3546 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3547
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3548 if test x"$ac_cv_func_connect" = x"no"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3549 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
3550 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3551 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3552 if test "${ac_cv_lib_socket_socket+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3553 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3554 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3555 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3556 LIBS="-lsocket $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3557 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
3558 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3559 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3560 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3561 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3562 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3563 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3564
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3565 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3566 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3567 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3568 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3569 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3570 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3571 char socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3572 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3573 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3574 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3575 socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3576 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3577 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3578 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3579 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3580 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
3581 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3582 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3583 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
3584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3585 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3586 { 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
3587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3588 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3589 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
3590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3591 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3592 ac_cv_lib_socket_socket=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3593 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3594 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3595 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3596
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3597 ac_cv_lib_socket_socket=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3598 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3599 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3600 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3601 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
3602 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3603 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3604 if test $ac_cv_lib_socket_socket = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3605 LIBS="$LIBS -lsocket"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3606 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3607
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3608 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3609
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3610 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
3611 echo "$as_me:$LINENO: checking for socket in -linet" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3612 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3613 if test "${ac_cv_lib_inet_socket+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3614 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3615 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3616 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3617 LIBS="-linet $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3618 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
3619 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3620 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3621 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3622 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3623 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3624 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3625
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3626 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3627 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3628 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3629 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3630 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3631 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3632 char socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3633 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3634 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3635 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3636 socket ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3637 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3638 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3639 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3640 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3641 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
3642 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3643 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3644 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
3645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3646 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3647 { 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
3648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3649 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3650 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
3651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3652 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3653 ac_cv_lib_inet_socket=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3654 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3655 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3656 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3657
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3658 ac_cv_lib_inet_socket=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3659 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3660 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3661 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3662 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
3663 echo "$as_me:$LINENO: result: $ac_cv_lib_inet_socket" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3664 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3665 if test $ac_cv_lib_inet_socket = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3666 libnsl=1; LIBS="$LIBS -linet -lnsl_s"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3667 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3668
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3669 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3670
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3671 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
3672 echo "$as_me:$LINENO: checking for gethostname in -lnsl" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3673 echo $ECHO_N "checking for gethostname in -lnsl... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3674 if test "${ac_cv_lib_nsl_gethostname+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3675 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3676 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3677 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3678 LIBS="-lnsl $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3679 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
3680 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3681 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3682 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3683 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3684 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3685 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3686
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3687 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3688 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3689 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3690 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3691 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3692 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3693 char gethostname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3694 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3695 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3696 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3697 gethostname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3698 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3699 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3700 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3701 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3702 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
3703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3704 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3705 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
3706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3707 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3708 { 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
3709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3710 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3711 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
3712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3713 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3714 ac_cv_lib_nsl_gethostname=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3715 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3716 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3717 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3718
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3719 ac_cv_lib_nsl_gethostname=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3720 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3721 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3722 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3723 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
3724 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostname" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3725 echo "${ECHO_T}$ac_cv_lib_nsl_gethostname" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3726 if test $ac_cv_lib_nsl_gethostname = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3727 LIBS="$LIBS -lnsl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3728 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3729
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3730 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3731 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3732
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3733 echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3734 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3735 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3736 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3737 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3738 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3739 LIBS="-lsun $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3740 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
3741 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3742 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3743 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3744 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3745 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3746 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3747
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3748 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3749 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3750 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3751 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3752 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3753 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3754 char getpwnam ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3755 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3756 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3757 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3758 getpwnam ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3759 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3760 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3761 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3762 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3763 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
3764 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3765 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3766 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
3767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3768 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3769 { 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
3770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3771 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3772 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
3773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3774 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3775 ac_cv_lib_sun_getpwnam=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3776 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3777 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3778 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3779
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3780 ac_cv_lib_sun_getpwnam=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3781 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3782 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3783 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3784 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
3785 echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwnam" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3786 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3787 if test $ac_cv_lib_sun_getpwnam = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3788 LIBS="$LIBS -lsun"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3789 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3790
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3791 echo "$as_me:$LINENO: checking for inet_addr in -ldgc" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3792 echo $ECHO_N "checking for inet_addr in -ldgc... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3793 if test "${ac_cv_lib_dgc_inet_addr+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3794 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3795 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3796 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3797 LIBS="-ldgc $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3798 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
3799 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3800 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3801 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3802 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3803 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3804 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3805
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3806 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3807 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3808 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3809 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3810 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3811 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3812 char inet_addr ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3813 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3814 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3815 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3816 inet_addr ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3817 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3818 return 0;
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_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
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); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3827 { 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
3828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3829 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3830 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
3831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3832 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3833 ac_cv_lib_dgc_inet_addr=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3834 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3835 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3836 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3837
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3838 ac_cv_lib_dgc_inet_addr=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3839 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3840 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3841 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3842 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
3843 echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_inet_addr" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3844 echo "${ECHO_T}$ac_cv_lib_dgc_inet_addr" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3845 if test $ac_cv_lib_dgc_inet_addr = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3846 LIBS="$LIBS -ldgc"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3847 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3848
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3849 echo "$as_me:$LINENO: checking for gethostbyname in -lresolv" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3850 echo $ECHO_N "checking for gethostbyname in -lresolv... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3851 if test "${ac_cv_lib_resolv_gethostbyname+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3852 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3853 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3854 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3855 LIBS="-lresolv $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3856 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
3857 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3858 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3859 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3860 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3861 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3862 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3863
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3864 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3865 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3866 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3867 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3868 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3869 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3870 char gethostbyname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3871 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3872 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3873 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3874 gethostbyname ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3875 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3876 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3877 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3878 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3879 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
3880 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3881 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3882 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
3883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3884 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3885 { 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
3886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3887 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3888 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
3889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3890 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3891 ac_cv_lib_resolv_gethostbyname=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3892 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3893 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3894 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3895
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3896 ac_cv_lib_resolv_gethostbyname=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3897 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3898 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3899 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3900 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
3901 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_gethostbyname" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3902 echo "${ECHO_T}$ac_cv_lib_resolv_gethostbyname" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3903 if test $ac_cv_lib_resolv_gethostbyname = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3904 LIBS="$LIBS -lresolv"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3905 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3906
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3907
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3908 OPSYSTEM=`uname -s`
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3909
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3910 if test $OPSYSTEM = "Darwin"; then
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3911 DW_SRC=mac
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3912 DW_DEFINE=__MAC__
435
0b52875e1588 Changes for MacOS X again.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 431
diff changeset
3913 SHAREDFLAG=-dynamiclib
0b52875e1588 Changes for MacOS X again.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 431
diff changeset
3914 SOSUFFIX=dylib
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
3915 LIBS="$LIBS -framework Carbon"
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3916 else
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3917 # 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
3918 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
3919 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
3920 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
3921 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
3922 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
3923 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
3924 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
3925 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
3926 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
3927 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
3928 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
3929 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
3930 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
3931 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
3932 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
3933 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
3934 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
3935 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
3936 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
3937 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
3938 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
3939 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
3940
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
3941 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
3942 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
3943 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
3944 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
3945 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
3946 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
3947 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
3948 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
3949 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
3950 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
3951
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3952 if test x"$PKG_CFG" != x; then
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3953 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
3954 fi
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3955
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
3956 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
3957
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3958 # Check whether --with-glib-prefix or --without-glib-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3959 if test "${with_glib_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3960 withval="$with_glib_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3961 glib_config_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3962 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3963 glib_config_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3964 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3965
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3966 # Check whether --with-glib-exec-prefix or --without-glib-exec-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3967 if test "${with_glib_exec_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3968 withval="$with_glib_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3969 glib_config_exec_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3970 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3971 glib_config_exec_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3972 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3973 # Check whether --enable-glibtest or --disable-glibtest was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3974 if test "${enable_glibtest+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3975 enableval="$enable_glibtest"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3976
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3977 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3978 enable_glibtest=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3979 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3980
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3981 if test x$glib_config_exec_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3982 glib_config_args="$glib_config_args --exec-prefix=$glib_config_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3983 if test x${GLIB_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3984 GLIB_CONFIG=$glib_config_exec_prefix/bin/glib-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3985 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3986 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3987 if test x$glib_config_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3988 glib_config_args="$glib_config_args --prefix=$glib_config_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3989 if test x${GLIB_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3990 GLIB_CONFIG=$glib_config_prefix/bin/glib-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3991 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3992 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3993
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3994 for module in .
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3995 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3996 case "$module" in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3997 gmodule)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3998 glib_config_args="$glib_config_args gmodule"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3999 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4000 gthread)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4001 glib_config_args="$glib_config_args gthread"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4002 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4003 esac
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 # 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
4007 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
4008 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4010 if test "${ac_cv_path_GLIB_CONFIG+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4011 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4012 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4013 case $GLIB_CONFIG in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4014 [\\/]* | ?:[\\/]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4015 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
4016 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4017 *)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4018 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
4019 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
4020 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
4021 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
4022 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
4023 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
4024 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
4025 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
4026 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
4027 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
4028 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
4029 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4030 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4031
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4032 test -z "$ac_cv_path_GLIB_CONFIG" && ac_cv_path_GLIB_CONFIG="no"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4033 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4034 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4035 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4036 GLIB_CONFIG=$ac_cv_path_GLIB_CONFIG
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4037
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4038 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
4039 echo "$as_me:$LINENO: result: $GLIB_CONFIG" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4040 echo "${ECHO_T}$GLIB_CONFIG" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4041 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
4042 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4043 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4044 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4045
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4046 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
4047 echo "$as_me:$LINENO: checking for GLIB - version >= $min_glib_version" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4048 echo $ECHO_N "checking for GLIB - version >= $min_glib_version... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4049 no_glib=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4050 if test "$GLIB_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4051 no_glib=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4052 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4053 GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4054 GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4055 glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4056 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4057 glib_config_minor_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4058 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4059 glib_config_micro_version=`$GLIB_CONFIG $glib_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4060 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4061 if test "x$enable_glibtest" = "xyes" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4062 ac_save_CFLAGS="$CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4063 ac_save_LIBS="$LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4064 CFLAGS="$CFLAGS $GLIB_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4065 LIBS="$GLIB_LIBS $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4066 rm -f conf.glibtest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4067 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4068 echo $ac_n "cross compiling; assumed OK... $ac_c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4069 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4070 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
4071 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4072 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4073 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4074 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4075 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4076 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4077
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4078 #include <glib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4079 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4080 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4081
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4082 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4083 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4084 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4085 int major, minor, micro;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4086 char *tmp_version;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4087
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4088 system ("touch conf.glibtest");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4089
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4090 /* HP/UX 9 (%@#!) writes to sscanf strings */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4091 tmp_version = g_strdup("$min_glib_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4092 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4093 printf("%s, bad version string\n", "$min_glib_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4094 exit(1);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4095 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4096
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4097 if ((glib_major_version != $glib_config_major_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4098 (glib_minor_version != $glib_config_minor_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4099 (glib_micro_version != $glib_config_micro_version))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4100 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4101 printf("\n*** 'glib-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4102 $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4103 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4104 printf ("*** was found! If glib-config was correct, then it is best\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4105 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
4106 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4107 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4108 printf("*** required on your system.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4109 printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIG\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4110 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
4111 printf("*** before re-running configure\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4112 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4113 else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4114 (glib_minor_version != GLIB_MINOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4115 (glib_micro_version != GLIB_MICRO_VERSION))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4116 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4117 printf("*** GLIB header files (version %d.%d.%d) do not match\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4118 GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4119 printf("*** library (version %d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4120 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4121 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4122 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4123 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4124 if ((glib_major_version > major) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4125 ((glib_major_version == major) && (glib_minor_version > minor)) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4126 ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4127 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4128 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4129 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4130 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4131 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4132 printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4133 glib_major_version, glib_minor_version, glib_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4134 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
4135 major, minor, micro);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4136 printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4137 printf("***\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4138 printf("*** If you have already installed a sufficiently new version, this error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4139 printf("*** probably means that the wrong copy of the glib-config shell script is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4140 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
4141 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
4142 printf("*** correct copy of glib-config. (In this case, you will have to\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4143 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4144 printf("*** so that the correct libraries are found at run-time))\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4145 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4146 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4147 return 1;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4148 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4149
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4150 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4151 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
4152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4153 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4154 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
4155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4156 (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
4157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4158 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4159 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
4160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4161 (exit $ac_status); }; }; 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 "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4165 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4166 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4167
120
7d2108cbcd3e Porting DW 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 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4169 no_glib=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4170 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4171 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4172 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4173 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4174 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4175 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4176 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4177 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
4178 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4179 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4180 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4181 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
4182 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4183 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4184 if test "$GLIB_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4185 echo "*** The glib-config script installed by GLIB could not be found"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4186 echo "*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4187 echo "*** your path, or set the GLIB_CONFIG environment variable to the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4188 echo "*** full path to glib-config."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4189 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4190 if test -f conf.glibtest ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4191 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4192 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4193 echo "*** Could not run GLIB test program, checking why..."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4194 CFLAGS="$CFLAGS $GLIB_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4195 LIBS="$LIBS $GLIB_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4196 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
4197 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4198 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4199 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4200 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4201 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4202 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4203
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4204 #include <glib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4205 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4206
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4207 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4208 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4209 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4210 return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4211 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4212 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4213 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4214 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4215 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
4216 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4217 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4218 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
4219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4220 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4221 { 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
4222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4223 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4224 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
4225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4226 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4227 echo "*** The test program compiled, but did not run. This usually means"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4228 echo "*** that the run-time linker is not finding GLIB or finding the wrong"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4229 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
4230 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4231 echo "*** to the installed location Also, make sure you have run ldconfig if that"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4232 echo "*** is required on your system"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4233 echo "***"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4234 echo "*** If you have an old version installed, it is best to remove it, although"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4235 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
4236 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4237 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4238 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4239
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4240 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
4241 echo "*** exact error that occured. This usually means GLIB was incorrectly installed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4242 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
4243 echo "*** may want to edit the glib-config script: $GLIB_CONFIG"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4244 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4245 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4246 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4247 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4248 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4249 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4250 GLIB_CFLAGS=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4251 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
4252 { { 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
4253 echo \"$as_me: error: Cannot find GLIB: Is glib-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4254 { (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
4255 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
4256 echo \"$as_me: error: Cannot find GLIB: Is glib-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4257 { (exit 1); exit 1; }; }" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4258 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4259 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4260
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4261
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4262 rm -f conf.glibtest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4263
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4264
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4265 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4266 if test "${with_gtk_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4267 withval="$with_gtk_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4268 gtk_config_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4269 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4270 gtk_config_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4271 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4272
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4273 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4274 if test "${with_gtk_exec_prefix+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4275 withval="$with_gtk_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4276 gtk_config_exec_prefix="$withval"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4277 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4278 gtk_config_exec_prefix=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4279 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4280 # Check whether --enable-gtktest or --disable-gtktest was given.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4281 if test "${enable_gtktest+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4282 enableval="$enable_gtktest"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4283
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4284 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4285 enable_gtktest=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4286 fi;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4287
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4288 for module in . gthread
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4289 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4290 case "$module" in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4291 gthread)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4292 gtk_config_args="$gtk_config_args gthread"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4293 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4294 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4295 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4296
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4297 if test x$gtk_config_exec_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4298 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4299 if test x${GTK_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4300 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4301 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4302 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4303 if test x$gtk_config_prefix != x ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4304 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4305 if test x${GTK_CONFIG+set} != xset ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4306 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4307 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4308 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4309
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4310 # 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
4311 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
4312 echo "$as_me:$LINENO: checking for $ac_word" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4314 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4315 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4316 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4317 case $GTK_CONFIG in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4318 [\\/]* | ?:[\\/]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4319 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
4320 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4321 *)
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4322 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
4323 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
4324 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
4325 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
4326 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
4327 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
4328 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
4329 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
4330 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
4331 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
4332 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
4333 done
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4334 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4335
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4336 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4337 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4338 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4339 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4340 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4341
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4342 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
4343 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4344 echo "${ECHO_T}$GTK_CONFIG" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4345 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
4346 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4347 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4348 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4349
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4350 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
4351 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4352 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4353 no_gtk=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4354 if test "$GTK_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4355 no_gtk=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4356 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4357 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4358 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4359 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4360 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4361 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4362 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4363 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4364 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4365 if test "x$enable_gtktest" = "xyes" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4366 ac_save_CFLAGS="$CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4367 ac_save_LIBS="$LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4368 CFLAGS="$CFLAGS $GTK_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4369 LIBS="$GTK_LIBS $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4370 rm -f conf.gtktest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4371 if test "$cross_compiling" = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4372 echo $ac_n "cross compiling; assumed OK... $ac_c"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4373 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4374 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
4375 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4376 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4377 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4378 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4379 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4380 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4381
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4382 #include <gtk/gtk.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4383 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4384 #include <stdlib.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4385
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4386 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4387 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4388 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4389 int major, minor, micro;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4390 char *tmp_version;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4391
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4392 system ("touch conf.gtktest");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4393
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4394 /* HP/UX 9 (%@#!) writes to sscanf strings */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4395 tmp_version = g_strdup("$min_gtk_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4396 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4397 printf("%s, bad version string\n", "$min_gtk_version");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4398 exit(1);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4399 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4400
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4401 if ((gtk_major_version != $gtk_config_major_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4402 (gtk_minor_version != $gtk_config_minor_version) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4403 (gtk_micro_version != $gtk_config_micro_version))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4404 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4405 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4406 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4407 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4408 printf ("*** was found! If gtk-config was correct, then it is best\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4409 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
4410 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4411 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4412 printf("*** required on your system.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4413 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4414 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
4415 printf("*** before re-running configure\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4416 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4417 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4418 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4419 (gtk_minor_version != GTK_MINOR_VERSION) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4420 (gtk_micro_version != GTK_MICRO_VERSION))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4421 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4422 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4423 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4424 printf("*** library (version %d.%d.%d)\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4425 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4426 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4427 #endif /* defined (GTK_MAJOR_VERSION) ... */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4428 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4429 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4430 if ((gtk_major_version > major) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4431 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4432 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4433 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4434 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4435 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4436 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4437 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4438 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4439 gtk_major_version, gtk_minor_version, gtk_micro_version);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4440 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
4441 major, minor, micro);
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4442 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4443 printf("***\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4444 printf("*** If you have already installed a sufficiently new version, this error\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4445 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4446 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
4447 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
4448 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4449 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4450 printf("*** so that the correct libraries are found at run-time))\n");
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4451 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4452 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4453 return 1;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4454 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4455
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4456 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4457 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
4458 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4459 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4460 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
4461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4462 (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
4463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4464 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4465 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
4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4467 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4468 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4469 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4470 echo "$as_me: program exited with status $ac_status" >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4471 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4472 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4473
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4474 ( exit $ac_status )
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4475 no_gtk=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4476 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4477 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4478 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4479 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4480 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4481 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4482 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4483 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
4484 echo "$as_me:$LINENO: result: yes" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4485 echo "${ECHO_T}yes" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4486 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4487 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
4488 echo "$as_me:$LINENO: result: no" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4489 echo "${ECHO_T}no" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4490 if test "$GTK_CONFIG" = "no" ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4491 echo "*** The gtk-config script installed by GTK could not be found"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4492 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4493 echo "*** your path, or set the GTK_CONFIG environment variable to the"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4494 echo "*** full path to gtk-config."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4495 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4496 if test -f conf.gtktest ; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4497 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4498 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4499 echo "*** Could not run GTK test program, checking why..."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4500 CFLAGS="$CFLAGS $GTK_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4501 LIBS="$LIBS $GTK_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4502 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
4503 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4504 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4505 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4506 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4507 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4508 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4509
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4510 #include <gtk/gtk.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4511 #include <stdio.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4512
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4513 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4514 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4515 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4516 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4517 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4518 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4519 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4520 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4521 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
4522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4523 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4524 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
4525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4526 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4527 { 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
4528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4529 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4530 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
4531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4532 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4533 echo "*** The test program compiled, but did not run. This usually means"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4534 echo "*** that the run-time linker is not finding GTK or finding the wrong"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4535 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
4536 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4537 echo "*** to the installed location Also, make sure you have run ldconfig if that"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4538 echo "*** is required on your system"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4539 echo "***"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4540 echo "*** If you have an old version installed, it is best to remove it, although"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4541 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
4542 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4543 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4544 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4545
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4546 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
4547 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4548 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
4549 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4550 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4551 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4552 CFLAGS="$ac_save_CFLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4553 LIBS="$ac_save_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4554 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4555 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4556 GTK_CFLAGS=""
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4557 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
4558 { { 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
4559 echo \"$as_me: error: Cannot find GTK: Is gtk-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4560 { (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
4561 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
4562 echo \"$as_me: error: Cannot find GTK: Is gtk-config in path?\" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4563 { (exit 1); exit 1; }; }" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4564 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4565 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4566
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4567
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4568 rm -f conf.gtktest
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4569
121
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4570
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4571 # 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
4572 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
4573 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
4574 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
4575 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4576 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
4577 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4578
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4579 # 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
4580 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
4581 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
4582 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
4583 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4584 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
4585 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4586 # 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
4587 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
4588 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
4589
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4590 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4591 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
4592 fi;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4593
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4594 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
4595 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
4596 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
4597 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
4598 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4599 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4600 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
4601 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
4602 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
4603 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
4604 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4605 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4606
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4607 # 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
4608 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
4609 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
4610 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
4611 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
4612 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
4613 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4614 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
4615 [\\/]* | ?:[\\/]*)
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4616 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
4617 ;;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4618 *)
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4619 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
4620 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
4621 do
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4622 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
4623 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
4624 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
4625 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
4626 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
4627 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
4628 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
4629 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4630 done
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4631 done
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4632
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4633 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
4634 ;;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4635 esac
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4636 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4637 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
4638
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4639 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
4640 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
4641 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
4642 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4643 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
4644 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
4645 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4646
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4647 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
4648 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
4649 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
4650 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
4651 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
4652 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
4653 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4654 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
4655 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
4656
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4657 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
4658 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
4659 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
4660 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
4661 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
4662 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
4663 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
4664 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
4665 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
4666 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
4667 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
4668 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
4669 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
4670 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
4671 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4672 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
4673 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4674 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4675 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4676 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4677 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4678 /* end confdefs.h. */
121
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4679
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4680 #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
4681 #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
4682 #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
4683
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4684 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
4685 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4686 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
4687 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
4688
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4689 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
4690
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4691 /* 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
4692 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
4693 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
4694 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
4695 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
4696 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4697
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4698 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
4699 (($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
4700 (($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
4701 ($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
4702 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4703 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
4704 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4705 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4706 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4707 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
4708 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
4709 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
4710 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
4711 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
4712 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
4713 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
4714 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4715 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4716
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4717
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4718 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4719 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
4720 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
4721 (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
4722 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
4723 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
4724 (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
4725 { (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
4726 (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
4727 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
4728 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
4729 (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
4730 :
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4731 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4732 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
4733 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4734 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4735
121
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4736 ( 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
4737 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
4738 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4739 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
121
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4740 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4741 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
4742 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
4743 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4744 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4745 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
4746 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
4747 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
4748 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
4749 #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
4750 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4751
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4752 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4753 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
4754 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
4755 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
4756 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
4757 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
4758 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
4759 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
4760 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4761 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
4762 :
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4763 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4764 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
4765 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
4766 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
4767 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
4768 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4769 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4770 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4771 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4772 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4773 /* end confdefs.h. */
121
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4774
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4775 #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
4776 #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
4777
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4778 int
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4779 main ()
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4780 {
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4781 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
4782 ;
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4783 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
4784 }
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4785 _ACEOF
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4786 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
4787 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
4788 (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
4789 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
4790 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
4791 (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
4792 { 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
4793 { (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
4794 (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
4795 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
4796 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
4797 (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
4798 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
4799 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
4800 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
4801 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
4802 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
4803 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
4804 echo "***"
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4805 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
4806 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
4807 else
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4808 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4809 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4810
121
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4811 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
4812 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
4813 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
4814 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
4815 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4816 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
4817 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
4818 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
4819 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4820 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4821 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
4822 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
4823 { { 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
4824 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
4825 { (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
4826 fi
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4827
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4828
d8af32b1b1cd Switch back to using pixmaps and bitmaps, only use pixbufs for doing
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 120
diff changeset
4829 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
4830
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4831 else
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
4832 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
4833 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
4834 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
4835 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
4836
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4837 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
4838 echo "$as_me:$LINENO: checking for pthread.h" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4839 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4840 if test "${ac_cv_header_pthread_h+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4841 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
4842 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
4843 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
4844 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4845 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
4846 # 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
4847 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
4848 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
4849 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
4850 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4851 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4852 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4853 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4854 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4855 /* end confdefs.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
4856 $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
4857 #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
4858 _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
4859 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
4860 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
4861 (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
4862 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
4863 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
4864 (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
4865 { 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
4866 { (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
4867 (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
4868 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
4869 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
4870 (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
4871 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
4872 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
4873 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4874 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4875
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4876 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
4877 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
4878 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
4879 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
4880 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
4881
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4882 # 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
4883 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
4884 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
4885 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
4886 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4887 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4888 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4889 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4890 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4891 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4892 #include <pthread.h>
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4893 _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
4894 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4895 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4896 ac_status=$?
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4897 grep -v '^ *+' conftest.er1 >conftest.err
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4898 rm -f conftest.er1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4899 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
4900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4901 (exit $ac_status); } >/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4902 if test -s conftest.err; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4903 ac_cpp_err=$ac_c_preproc_warn_flag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4904 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4905 ac_cpp_err=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4906 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4907 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4908 ac_cpp_err=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4909 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4910 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
4911 ac_header_preproc=yes
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4912 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4913 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4914 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4915
120
7d2108cbcd3e Porting DW 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 ac_header_preproc=no
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4917 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4918 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
4919 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
4920 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
4921
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
4922 # 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
4923 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
4924 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
4925 { 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
4926 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
4927 { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4928 echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4929 (
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4930 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4931 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4932 ## Report this to bug-autoconf@gnu.org. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4933 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4934 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4935 ) |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4936 sed "s/^/$as_me: WARNING: /" >&2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4937 ;;
120
7d2108cbcd3e Porting DW 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 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
4939 { 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
4940 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
4941 { 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
4942 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
4943 { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4944 echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4945 (
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4946 cat <<\_ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4947 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4948 ## Report this to bug-autoconf@gnu.org. ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4949 ## ------------------------------------ ##
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4950 _ASBOX
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4951 ) |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4952 sed "s/^/$as_me: WARNING: /" >&2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4953 ;;
120
7d2108cbcd3e Porting DW 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 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
4955 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
4956 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
4957 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
4958 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
4959 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
4960 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
4961 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
4962 echo "$as_me:$LINENO: result: $ac_cv_header_pthread_h" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4963 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
4964
7d2108cbcd3e Porting DW 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 fi
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4966 if test $ac_cv_header_pthread_h = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4967 :
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4968 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
4969 { { 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
4970 echo "$as_me: error: pthread header not found. Dynamic Windows cannot build without it." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4971 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4972 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4973
120
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthread" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4976 echo $ECHO_N "checking for pthread_attr_init in -lpthread... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4977 if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4978 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4979 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4980 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4981 LIBS="-lpthread $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4982 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
4983 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4984 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4985 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4986 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4987 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
4988 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4989
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4990 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4991 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4992 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4993 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4994 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4995 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4996 char pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4997 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4998 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4999 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5000 pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5001 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5002 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5003 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5004 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5005 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
5006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5007 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5008 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
5009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5010 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5011 { 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
5012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5013 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5014 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
5015 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
5016 (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
5017 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
5018 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
5019 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5020 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5021
120
7d2108cbcd3e Porting DW 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 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
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 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
5025 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
5026 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
5027 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
5028 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
5029 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
5030 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
5031 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
5032 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
5033 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
5034 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
5035 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
5036 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
5037 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
5038 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
5039 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
5040 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5041 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5042 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5043 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5044 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5045 /* end confdefs.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
5046
7d2108cbcd3e Porting DW 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 /* 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
5048 #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
5049 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
5050 #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
5051 /* 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
5052 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
5053 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
5054 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
5055 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
5056 {
7d2108cbcd3e Porting DW 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 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
5058 ;
7d2108cbcd3e Porting DW 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 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
5060 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5061 _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
5062 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
5063 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
5064 (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
5065 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
5066 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
5067 (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
5068 { 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
5069 { (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
5070 (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
5071 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
5072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5073 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5074 ac_cv_lib_pthreads_pthread_attr_init=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5075 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5076 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5077 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5078
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5079 ac_cv_lib_pthreads_pthread_attr_init=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5080 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5081 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5082 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5083 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
5084 echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_attr_init" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5085 echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_attr_init" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5086 if test $ac_cv_lib_pthreads_pthread_attr_init = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5087 PTHREAD_LIBS="-lpthreads"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5088 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
5089 echo "$as_me:$LINENO: checking for pthread_attr_init in -lc_r" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5090 echo $ECHO_N "checking for pthread_attr_init in -lc_r... $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5091 if test "${ac_cv_lib_c_r_pthread_attr_init+set}" = set; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5092 echo $ECHO_N "(cached) $ECHO_C" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5093 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5094 ac_check_lib_save_LIBS=$LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5095 LIBS="-lc_r $LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5096 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
5097 #line $LINENO "configure"
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5098 /* confdefs.h. */
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5099 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5100 cat confdefs.h >>conftest.$ac_ext
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5101 cat >>conftest.$ac_ext <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5102 /* end confdefs.h. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5103
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5104 /* Override any gcc2 internal prototype to avoid an error. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5105 #ifdef __cplusplus
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5106 extern "C"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5107 #endif
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5108 /* We use char because int might match the return type of a gcc2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5109 builtin and then its argument prototype would still apply. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5110 char pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5111 int
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5112 main ()
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5113 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5114 pthread_attr_init ();
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5115 ;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5116 return 0;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5117 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5118 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5119 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
5120 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5121 (eval $ac_link) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5122 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
5123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5124 (exit $ac_status); } &&
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5125 { 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
5126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5127 (eval $ac_try) 2>&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5128 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
5129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5130 (exit $ac_status); }; }; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5131 ac_cv_lib_c_r_pthread_attr_init=yes
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5132 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5133 echo "$as_me: failed program was:" >&5
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5134 sed 's/^/| /' conftest.$ac_ext >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5135
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5136 ac_cv_lib_c_r_pthread_attr_init=no
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5137 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5138 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5139 LIBS=$ac_check_lib_save_LIBS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5140 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
5141 echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_attr_init" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5142 echo "${ECHO_T}$ac_cv_lib_c_r_pthread_attr_init" >&6
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5143 if test $ac_cv_lib_c_r_pthread_attr_init = yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5144 PTHREAD_LIBS="-lc_r"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5145 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
5146 { { echo "$as_me:$LINENO: error: pthread library not found. HandyFTP cannot build without it.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5147 " >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5148 echo "$as_me: error: pthread library not found. HandyFTP cannot build without it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5149 " >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5150 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5151
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5152 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5153
120
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW 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 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
5156
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5157
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5158 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
5159
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5160
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5161 CFLAGS="$CFLAGS $GTK_CFLAGS $GDK_IMLIB_FLAGS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5162 LIBS="$LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5163
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5164 RM="rm -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5165 LN="ln -s"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5166 CP="cp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5167 MV="mv"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5168 MKDIR="mkdir"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5169
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5170
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5171
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5172
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5173
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5174
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5175
7d2108cbcd3e Porting DW 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
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5177
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
5178
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
5179
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
5180
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5181
435
0b52875e1588 Changes for MacOS X again.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 431
diff changeset
5182
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5183 ac_config_files="$ac_config_files Makefile dw-config"
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5184
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5185 cat >confcache <<\_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5186 # This file is a shell script that caches the results of configure
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5187 # tests run on this system so they can be shared between configure
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5188 # scripts and configure runs, see configure's option --config-cache.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5189 # It is not useful on other systems. If it contains results you don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5190 # want to keep, you may remove or edit it.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5191 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5192 # config.status only pays attention to the cache file if you give it
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5193 # the --recheck option to rerun configure.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5194 #
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5195 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5196 # loading this file, other *unset* `ac_cv_foo' will be assigned the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5197 # following values.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5198
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5199 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5200
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5201 # The following way of writing the cache mishandles newlines in values,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5202 # but we know of no workaround that is simple, portable, and efficient.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5203 # So, don't put newlines in cache variables' values.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5204 # Ultrix sh set writes to stderr and can't be redirected directly,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5205 # and sets the high bit in the cache file unless we assign to the vars.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5206 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5207 (set) 2>&1 |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5208 case `(ac_space=' '; set | grep ac_space) 2>&1` in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5209 *ac_space=\ *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5210 # `set' does not quote correctly, so add quotes (double-quote
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5211 # substitution turns \\\\ into \\, and sed turns \\ into \).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5212 sed -n \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5213 "s/'/'\\\\''/g;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5214 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5215 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5216 *)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5217 # `set' quotes correctly as required by POSIX, so do not add quotes.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5218 sed -n \
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5219 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5220 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5221 esac;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5222 } |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5223 sed '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5224 t clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5225 : clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5226 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5227 t end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5228 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5229 : end' >>confcache
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5230 if diff $cache_file confcache >/dev/null 2>&1; then :; else
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5231 if test -w $cache_file; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5232 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5233 cat confcache >$cache_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5234 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5235 echo "not updating unwritable cache $cache_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5236 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5237 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5238 rm -f confcache
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5239
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5240 test "x$prefix" = xNONE && prefix=$ac_default_prefix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5241 # Let make expand exec_prefix.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5242 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5243
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5244 # VPATH may cause trouble with some makes, so we remove $(srcdir),
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5245 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5246 # trailing colons and then remove the whole line if VPATH becomes empty
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5247 # (actually we leave an empty line to preserve line numbers).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5248 if test "x$srcdir" = x.; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5249 ac_vpsub='/^[ ]*VPATH[ ]*=/{
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5250 s/:*\$(srcdir):*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5251 s/:*\${srcdir}:*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5252 s/:*@srcdir@:*/:/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5253 s/^\([^=]*=[ ]*\):*/\1/;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5254 s/:*$//;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5255 s/^[^=]*=[ ]*$//;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5256 }'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5257 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5258
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5259 DEFS=-DHAVE_CONFIG_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5260
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5261 ac_libobjs=
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5262 ac_ltlibobjs=
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5263 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5264 # 1. Remove the extension, and $U if already installed.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5265 ac_i=`echo "$ac_i" |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5266 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5267 # 2. Add them.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5268 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5269 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5270 done
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5271 LIBOBJS=$ac_libobjs
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5272
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5273 LTLIBOBJS=$ac_ltlibobjs
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5274
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5275
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5276
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5277 : ${CONFIG_STATUS=./config.status}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5278 ac_clean_files_save=$ac_clean_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5279 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
5280 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5281 echo "$as_me: creating $CONFIG_STATUS" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5282 cat >$CONFIG_STATUS <<_ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5283 #! $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
5284 # Generated by $as_me.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5285 # Run this file to recreate the current configuration.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5286 # Compiler output produced by configure, useful for debugging
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5287 # configure, is in config.log if it exists.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5288
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5289 debug=false
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5290 ac_cs_recheck=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5291 ac_cs_silent=false
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5292 SHELL=\${CONFIG_SHELL-$SHELL}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5293 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5294
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5295 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
5296 ## --------------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5297 ## 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
5298 ## --------------------- ##
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5299
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5300 # Be Bourne compatible
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5301 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5302 emulate sh
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5303 NULLCMD=:
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5304 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5305 # is contrary to our usage. Disable this feature.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5306 alias -g '${1+"$@"}'='"$@"'
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5307 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5308 set -o posix
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5309 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5310
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5311 # 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
5312 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
5313 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
5314 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
5315 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
5316 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
5317
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5318
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5319 # Work around bugs in pre-3.0 UWIN ksh.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5320 $as_unset ENV MAIL MAILPATH
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5321 PS1='$ '
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5322 PS2='> '
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5323 PS4='+ '
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5324
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5325 # NLS nuisances.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5326 for as_var in \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5327 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5328 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5329 LC_TELEPHONE LC_TIME
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5330 do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5331 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5332 eval $as_var=C; export $as_var
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5333 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5334 $as_unset $as_var
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5335 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5336 done
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5337
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5338 # Required to use basename.
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5339 if expr a : '\(a\)' >/dev/null 2>&1; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5340 as_expr=expr
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5341 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5342 as_expr=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5343 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5344
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5345 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5346 as_basename=basename
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5347 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5348 as_basename=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5349 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
5350
7d2108cbcd3e Porting DW 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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5352 # Name of the executable.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5353 as_me=`$as_basename "$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
5354 $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
5355 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
5356 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
5357 . : '\(.\)' 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
5358 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
5359 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
5360 /^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
5361 /^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
5362 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
5363
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5364
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5365 # 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
5366 # 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
5367 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
5368 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
5369 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
5370 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
5371 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
5372
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5373 # 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
5374 if test "${PATH_SEPARATOR+set}" != set; then
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5375 echo "#! /bin/sh" >conf$$.sh
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5376 echo "exit 0" >>conf$$.sh
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5377 chmod +x conf$$.sh
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5378 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; 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
5379 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
5380 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
5381 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
5382 fi
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5383 rm -f conf$$.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
5384 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
5385
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5386
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5387 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
5388 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
5389 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
5390 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
5391 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
5392 # 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
5393 # 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
5394 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
5395 *[\\/]* ) 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
5396 *) 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
5397 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
5398 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
5399 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
5400 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
5401 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
5402 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
5403
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5404 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5405 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
5406 # 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
5407 # 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
5408 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
5409 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
5410 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
5411 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
5412 { { 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
5413 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
5414 { (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
5415 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
5416 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
5417 '')
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5418 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
5419 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
5420 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
5421 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
5422 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
5423 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
5424 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
5425 /*)
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5426 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
5427 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
5428 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
5429 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
5430 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
5431 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5432 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5433 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5434 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
5435 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
5436 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
5437 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
5438 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
5439 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
5440 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
5441 ;;
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5442 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
5443
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5444 # 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
5445 # 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
5446 # 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
5447 # 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
5448 # 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
5449 # 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
5450 # (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
5451 # 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
5452 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
5453 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
5454 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
5455 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
5456 : 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
5457 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
5458 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
5459 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
5460 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
5461 ' >$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
5462 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
5463 { { 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
5464 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
5465 { (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
5466
7d2108cbcd3e Porting DW 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 # 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
5468 # (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
5469 # 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
5470 . ./$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
5471 # 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
5472 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
5473 }
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5474
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5475
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5476 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
5477 *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
5478 ' 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
5479 *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
5480 *) 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
5481 esac
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5482
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5483 if expr a : '\(a\)' >/dev/null 2>&1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5484 as_expr=expr
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5485 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5486 as_expr=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5487 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5488
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5489 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5490 echo >conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5491 if ln -s conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5492 # We could just check for DJGPP; but this test a) works b) is more generic
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5493 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5494 if test -f conf$$.exe; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5495 # Don't use ln at all; we don't have any links
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5496 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5497 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5498 as_ln_s='ln -s'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5499 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5500 elif ln conf$$.file conf$$ 2>/dev/null; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5501 as_ln_s=ln
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5502 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5503 as_ln_s='cp -p'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5504 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5505 rm -f conf$$ conf$$.exe conf$$.file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5506
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5507 if mkdir -p . 2>/dev/null; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5508 as_mkdir_p=:
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5509 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5510 as_mkdir_p=false
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5511 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5512
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5513 as_executable_p="test -f"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5514
120
7d2108cbcd3e Porting DW 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 # 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
5516 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
5517
7d2108cbcd3e Porting DW 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 # 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
5519 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
5520
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5521
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5522 # IFS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5523 # We need space, tab and new line, in precisely that order.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5524 as_nl='
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5525 '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5526 IFS=" $as_nl"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5527
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5528 # CDPATH.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5529 $as_unset CDPATH
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5530
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5531 exec 6>&1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5532
120
7d2108cbcd3e Porting DW 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 # 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
5534 # 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
5535 # 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
5536 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
5537 {
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5538 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
5539 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
5540 ## 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
5541 _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
5542 } >&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
5543 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
5544
7d2108cbcd3e Porting DW 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 This file was extended by $as_me, which was
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5546 generated by GNU Autoconf 2.57. Invocation command line 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
5547
7d2108cbcd3e Porting DW 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 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
5549 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
5550 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
5551 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
5552 $ $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
5553
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5554 _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
5555 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
5556 echo >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5557 _ACEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5558
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5559 # Files that config.status was made for.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5560 if test -n "$ac_config_files"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5561 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5562 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5563
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5564 if test -n "$ac_config_headers"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5565 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5566 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5567
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5568 if test -n "$ac_config_links"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5569 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5570 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5571
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5572 if test -n "$ac_config_commands"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5573 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5574 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5575
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5576 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5577
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5578 ac_cs_usage="\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5579 \`$as_me' instantiates files from templates according to the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5580 current configuration.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5581
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5582 Usage: $0 [OPTIONS] [FILE]...
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5583
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5584 -h, --help print this help, then exit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5585 -V, --version print version number, then exit
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5586 -q, --quiet do not print progress messages
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5587 -d, --debug don't remove temporary files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5588 --recheck update $as_me by reconfiguring in the same conditions
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5589 --file=FILE[:TEMPLATE]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5590 instantiate the configuration file FILE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5591 --header=FILE[:TEMPLATE]
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5592 instantiate the configuration header FILE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5593
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5594 Configuration files:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5595 $config_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5596
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5597 Configuration headers:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5598 $config_headers
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5599
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5600 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
5601 _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
5602
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5603 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5604 ac_cs_version="\\
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5605 config.status
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5606 configured by $0, generated by GNU Autoconf 2.57,
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5607 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5608
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5609 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5610 Free Software Foundation, Inc.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5611 This config.status script is free software; the Free Software Foundation
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5612 gives unlimited permission to copy, distribute and modify it."
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5613 srcdir=$srcdir
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5614 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
5615 _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
5616
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5617 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5618 # If no file are specified by the user, then we need to provide default
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5619 # value. By we need to know if files were specified by the user.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5620 ac_need_defaults=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5621 while test $# != 0
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5622 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5623 case $1 in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5624 --*=*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5625 ac_option=`expr "x$1" : 'x\([^=]*\)='`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5626 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5627 ac_shift=:
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5628 ;;
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5629 -*)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5630 ac_option=$1
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5631 ac_optarg=$2
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5632 ac_shift=shift
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5633 ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5634 *) # This is not an option, so the user has probably given explicit
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5635 # arguments.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5636 ac_option=$1
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5637 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5638 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5639
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5640 case $ac_option in
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5641 # 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
5642 _ACEOF
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5643 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5644 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5645 ac_cs_recheck=: ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5646 --version | --vers* | -V )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5647 echo "$ac_cs_version"; exit 0 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5648 --he | --h)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5649 # 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
5650 { { echo "$as_me:$LINENO: error: ambiguous option: $1
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5651 Try \`$0 --help' for more information." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5652 echo "$as_me: error: ambiguous option: $1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5653 Try \`$0 --help' for more information." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5654 { (exit 1); exit 1; }; };;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5655 --help | --hel | -h )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5656 echo "$ac_cs_usage"; exit 0 ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5657 --debug | --d* | -d )
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5658 debug=: ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5659 --file | --fil | --fi | --f )
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5660 $ac_shift
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5661 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5662 ac_need_defaults=false;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5663 --header | --heade | --head | --hea )
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5664 $ac_shift
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5665 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5666 ac_need_defaults=false;;
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5667 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5668 | -silent | --silent | --silen | --sile | --sil | --si | --s)
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5669 ac_cs_silent=: ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5670
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5671 # 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
5672 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5673 Try \`$0 --help' for more information." >&5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5674 echo "$as_me: error: unrecognized option: $1
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5675 Try \`$0 --help' for more information." >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5676 { (exit 1); exit 1; }; } ;;
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5677
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5678 *) 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
5679
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5680 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5681 shift
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5682 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5683
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5684 ac_configure_extra_args=
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5685
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5686 if $ac_cs_silent; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5687 exec 6>/dev/null
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5688 ac_configure_extra_args="$ac_configure_extra_args --silent"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5689 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5690
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5691 _ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5692 cat >>$CONFIG_STATUS <<_ACEOF
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5693 if \$ac_cs_recheck; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5694 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5695 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5696 fi
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5697
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5698 _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
5699
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5700
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5701
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5702
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5703
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5704 cat >>$CONFIG_STATUS <<\_ACEOF
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5705 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
5706 do
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5707 case "$ac_config_target" in
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5708 # Handling of arguments.
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5709 "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
5710 "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
5711 "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
5712 *) { { 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
5713 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
5714 { (exit 1); exit 1; }; };;
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5715 esac
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5716 done
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
5717
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5718 # If the user did not use the arguments to specify the items to instantiate,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5719 # then the envvar interface is used. Set only those that are not.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5720 # We use the long form for the default assignment because of an extremely
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5721 # bizarre bug on SunOS 4.1.3.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5722 if $ac_need_defaults; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5723 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5724 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5725 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5726
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5727 # Have a temporary directory for convenience. Make it in the build tree
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5728 # simply because there is no reason to put it here, and in addition,
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5729 # creating and moving files from /tmp can sometimes cause problems.
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5730 # Create a temporary directory, and hook for its removal unless debugging.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5731 $debug ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5732 {
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5733 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
5734 trap '{ (exit 1); exit 1; }' 1 2 13 15
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5735 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5736
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5737 # Create a (secure) tmp directory for tmp files.
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5738
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5739 {
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5740 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5741 test -n "$tmp" && test -d "$tmp"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5742 } ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5743 {
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5744 tmp=./confstat$$-$RANDOM
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5745 (umask 077 && mkdir $tmp)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5746 } ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5747 {
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5748 echo "$me: cannot create a temporary directory in ." >&2
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5749 { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5750 }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5751
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5752 _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
5753
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5754 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5755
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5756 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5757 # CONFIG_FILES section.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5758 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5759
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5760 # No need to generate the scripts if there are no CONFIG_FILES.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5761 # This happens for instance when ./config.status config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5762 if test -n "\$CONFIG_FILES"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5763 # Protect against being on the right side of a sed subst in config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5764 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5765 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5766 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
5767 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
5768 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
5769 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
5770 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
5771 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
5772 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5773 s,@exec_prefix@,$exec_prefix,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5774 s,@prefix@,$prefix,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5775 s,@program_transform_name@,$program_transform_name,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5776 s,@bindir@,$bindir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5777 s,@sbindir@,$sbindir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5778 s,@libexecdir@,$libexecdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5779 s,@datadir@,$datadir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5780 s,@sysconfdir@,$sysconfdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5781 s,@sharedstatedir@,$sharedstatedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5782 s,@localstatedir@,$localstatedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5783 s,@libdir@,$libdir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5784 s,@includedir@,$includedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5785 s,@oldincludedir@,$oldincludedir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5786 s,@infodir@,$infodir,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5787 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
5788 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
5789 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
5790 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
5791 s,@DEFS@,$DEFS,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5792 s,@ECHO_C@,$ECHO_C,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5793 s,@ECHO_N@,$ECHO_N,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5794 s,@ECHO_T@,$ECHO_T,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5795 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
5796 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
5797 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
5798 s,@DW_SUB_VERSION@,$DW_SUB_VERSION,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5799 s,@CC@,$CC,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5800 s,@CFLAGS@,$CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5801 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
5802 s,@CPPFLAGS@,$CPPFLAGS,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5803 s,@ac_ct_CC@,$ac_ct_CC,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5804 s,@EXEEXT@,$EXEEXT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5805 s,@OBJEXT@,$OBJEXT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5806 s,@MAKE@,$MAKE,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5807 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5808 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5809 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5810 s,@CPP@,$CPP,;t t
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5811 s,@EGREP@,$EGREP,;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
5812 s,@PKG_CFG@,$PKG_CFG,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5813 s,@GLIB_CONFIG@,$GLIB_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5814 s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5815 s,@GLIB_LIBS@,$GLIB_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5816 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5817 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5818 s,@GTK_LIBS@,$GTK_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5819 s,@IMLIB_CONFIG@,$IMLIB_CONFIG,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5820 s,@GDK_IMLIB_CFLAGS@,$GDK_IMLIB_CFLAGS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5821 s,@GDK_IMLIB_LIBS@,$GDK_IMLIB_LIBS,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5822 s,@INCLUDES@,$INCLUDES,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5823 s,@RM@,$RM,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5824 s,@LN@,$LN,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5825 s,@CP@,$CP,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5826 s,@MV@,$MV,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5827 s,@MKDIR@,$MKDIR,;t t
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5828 s,@SHAREDFLAG@,$SHAREDFLAG,;t t
435
0b52875e1588 Changes for MacOS X again.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 431
diff changeset
5829 s,@SOSUFFIX@,$SOSUFFIX,;t t
412
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
5830 s,@DW_SRC@,$DW_SRC,;t t
a8015e02b590 Initial configure support for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 251
diff changeset
5831 s,@DW_DEFINE@,$DW_DEFINE,;t t
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5832 s,@LIBOBJS@,$LIBOBJS,;t t
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5833 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5834 CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5835
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5836 _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
5837
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5838 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5839 # Split the substitutions into bite-sized pieces for seds with
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5840 # small command number limits, like on Digital OSF/1 and HP-UX.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5841 ac_max_sed_lines=48
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5842 ac_sed_frag=1 # Number of current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5843 ac_beg=1 # First line for current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5844 ac_end=$ac_max_sed_lines # Line after last line for current file.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5845 ac_more_lines=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5846 ac_sed_cmds=
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5847 while $ac_more_lines; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5848 if test $ac_beg -gt 1; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5849 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5850 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5851 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5852 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5853 if test ! -s $tmp/subs.frag; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5854 ac_more_lines=false
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5855 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5856 # The purpose of the label and of the branching condition is to
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5857 # speed up the sed processing (if there are no `@' at all, there
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5858 # is no need to browse any of the substitutions).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5859 # These are the two extra sed commands mentioned above.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5860 (echo ':t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5861 /@[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
5862 if test -z "$ac_sed_cmds"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5863 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5864 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5865 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5866 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5867 ac_sed_frag=`expr $ac_sed_frag + 1`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5868 ac_beg=$ac_end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5869 ac_end=`expr $ac_end + $ac_max_sed_lines`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5870 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5871 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5872 if test -z "$ac_sed_cmds"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5873 ac_sed_cmds=cat
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5874 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5875 fi # test -n "$CONFIG_FILES"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5876
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5877 _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
5878 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5879 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5880 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5881 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5882 - | *:- | *:-:* ) # input from stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5883 cat >$tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5884 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5885 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5886 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5887 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5888 * ) ac_file_in=$ac_file.in ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5889 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5890
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5891 # 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
5892 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
5893 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5894 X"$ac_file" : 'X\(//\)[^/]' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5895 X"$ac_file" : 'X\(//\)$' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5896 X"$ac_file" : 'X\(/\)' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5897 . : '\(.\)' 2>/dev/null ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5898 echo X"$ac_file" |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5899 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5900 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5901 /^X\(\/\/\)$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5902 /^X\(\/\).*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5903 s/.*/./; q'`
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5904 { if $as_mkdir_p; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5905 mkdir -p "$ac_dir"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5906 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5907 as_dir="$ac_dir"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5908 as_dirs=
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5909 while test ! -d "$as_dir"; do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5910 as_dirs="$as_dir $as_dirs"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5911 as_dir=`(dirname "$as_dir") 2>/dev/null ||
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5912 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5913 X"$as_dir" : 'X\(//\)[^/]' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5914 X"$as_dir" : 'X\(//\)$' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5915 X"$as_dir" : 'X\(/\)' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5916 . : '\(.\)' 2>/dev/null ||
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5917 echo X"$as_dir" |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5918 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5919 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5920 /^X\(\/\/\)$/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5921 /^X\(\/\).*/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5922 s/.*/./; q'`
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5923 done
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5924 test ! -n "$as_dirs" || mkdir $as_dirs
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5925 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5926 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5927 { (exit 1); exit 1; }; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5928
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5929 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
5930
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5931 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
5932 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
5933 # 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
5934 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
5935 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
5936 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
5937 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
5938
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
5939 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
5940 .) # 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
5941 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
5942 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
5943 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
5944 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
5945 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
5946 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
5947 [\\/]* | ?:[\\/]* ) # 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
5948 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
5949 ac_top_srcdir=$srcdir ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5950 *) # 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
5951 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
5952 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
5953 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
5954 # 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
5955 # 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
5956 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
5957 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && 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
5958 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
5959 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
5960
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5961
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5962 case $INSTALL in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5963 [\\/$]* | ?:[\\/]* ) 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
5964 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5965 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5966
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5967 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
5968 { echo "$as_me:$LINENO: creating $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5969 echo "$as_me: creating $ac_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5970 rm -f "$ac_file"
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5971 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5972 # Let's still pretend it is `configure' which instantiates (i.e., don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5973 # 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
5974 # /* 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
5975 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
5976 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
5977 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
5978 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
5979 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
5980 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
5981 sed 's,.*/,,'` by configure."
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5982
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5983 # First look for the input files in the build tree, otherwise in the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5984 # src tree.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5985 ac_file_inputs=`IFS=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5986 for f in $ac_file_in; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5987 case $f in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5988 -) echo $tmp/stdin ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5989 [\\/$]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5990 # 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
5991 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5992 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5993 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5994 echo $f;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5995 *) # Relative
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5996 if test -f "$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5997 # Build tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5998 echo $f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5999 elif test -f "$srcdir/$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6000 # Source tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6001 echo $srcdir/$f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6002 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6003 # /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
6004 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6005 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6006 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6007 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6008 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6009 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
6010 _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
6011 cat >>$CONFIG_STATUS <<_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6012 sed "$ac_vpsub
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6013 $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
6014 _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
6015 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6016 :t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6017 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6018 s,@configure_input@,$configure_input,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6019 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
6020 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6021 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
6022 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
6023 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
6024 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
6025 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
6026 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6027 s,@INSTALL@,$ac_INSTALL,;t t
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6028 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6029 rm -f $tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6030 if test x"$ac_file" != x-; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6031 mv $tmp/out $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6032 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6033 cat $tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6034 rm -f $tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6035 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6036
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6037 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
6038 _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
6039 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6040
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6041 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6042 # CONFIG_HEADER section.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6043 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6044
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6045 # 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
6046 # 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
6047 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6048 # ac_d sets the value in "#define NAME VALUE" lines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6049 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6050 ac_dB='[ ].*$,\1#\2'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6051 ac_dC=' '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6052 ac_dD=',;t'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6053 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6054 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6055 ac_uB='$,\1#\2define\3'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6056 ac_uC=' '
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6057 ac_uD=',;t'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6058
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6059 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6060 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6061 case $ac_file in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6062 - | *:- | *:-:* ) # input from stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6063 cat >$tmp/stdin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6064 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6065 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6066 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6067 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6068 * ) ac_file_in=$ac_file.in ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6069 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6070
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
6071 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6072 echo "$as_me: creating $ac_file" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6073
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6074 # First look for the input files in the build tree, otherwise in the
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6075 # src tree.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6076 ac_file_inputs=`IFS=:
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6077 for f in $ac_file_in; do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6078 case $f in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6079 -) echo $tmp/stdin ;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6080 [\\/$]*)
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6081 # 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
6082 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6083 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6084 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6085 echo $f;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6086 *) # Relative
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6087 if test -f "$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6088 # Build tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6089 echo $f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6090 elif test -f "$srcdir/$f"; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6091 # Source tree
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6092 echo $srcdir/$f
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6093 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6094 # /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
6095 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6096 echo "$as_me: error: cannot find input file: $f" >&2;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6097 { (exit 1); exit 1; }; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6098 fi;;
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6099 esac
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6100 done` || { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6101 # Remove the trailing spaces.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6102 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6103
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
6104 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6105
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6106 # Transform confdefs.h into two sed scripts, `conftest.defines' and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6107 # `conftest.undefs', that substitutes the proper values into
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6108 # config.h.in to produce config.h. The first handles `#define'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6109 # templates, and the second `#undef' templates.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6110 # And first: Protect against being on the right side of a sed subst in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6111 # config.status. Protect against being in an unquoted here document
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6112 # in config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6113 rm -f conftest.defines conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6114 # Using a here document instead of a string reduces the quoting nightmare.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6115 # Putting comments in sed scripts is not portable.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6116 #
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6117 # `end' is used to avoid that the second main sed command (meant for
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6118 # 0-ary CPP macros) applies to n-ary macro definitions.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6119 # 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
6120 cat >confdef2sed.sed <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6121 s/[\\&,]/\\&/g
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6122 s,[\\$`],\\&,g
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6123 t clear
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6124 : 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
6125 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
6126 t end
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6127 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6128 : 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
6129 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6130 # If some macros were called several times there might be several times
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6131 # the same #defines, which is useless. Nevertheless, we may not want to
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6132 # sort them, since we want the *last* AC-DEFINE to be honored.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6133 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6134 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6135 rm -f confdef2sed.sed
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6136
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6137 # This sed command replaces #undef with comments. This is necessary, for
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6138 # example, in the case of _POSIX_SOURCE, which is predefined and required
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6139 # 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
6140 cat >>conftest.undefs <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6141 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
6142 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6143
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6144 # Break up conftest.defines because some shells have a limit on the size
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6145 # of here documents, and old seds have small limits too (100 cmds).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6146 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6147 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6148 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6149 echo ' :' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6150 rm -f conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6151 while grep . conftest.defines >/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6152 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6153 # Write a limited-size here document to $tmp/defines.sed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6154 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6155 # Speed up: don't consider the non `#define' lines.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6156 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6157 # Work around the forget-to-reset-the-flag bug.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6158 echo 't clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6159 echo ': clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6160 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6161 echo 'CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6162 sed -f $tmp/defines.sed $tmp/in >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6163 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6164 mv $tmp/out $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6165 ' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6166 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6167 rm -f conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6168 mv conftest.tail conftest.defines
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6169 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6170 rm -f conftest.defines
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6171 echo ' fi # grep' >>$CONFIG_STATUS
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6172 echo >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6173
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6174 # Break up conftest.undefs because some shells have a limit on the size
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6175 # of here documents, and old seds have small limits too (100 cmds).
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6176 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6177 rm -f conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6178 while grep . conftest.undefs >/dev/null
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6179 do
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6180 # Write a limited-size here document to $tmp/undefs.sed.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6181 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6182 # Speed up: don't consider the non `#undef'
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6183 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6184 # Work around the forget-to-reset-the-flag bug.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6185 echo 't clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6186 echo ': clr' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6187 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6188 echo 'CEOF
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6189 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6190 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6191 mv $tmp/out $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6192 ' >>$CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6193 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6194 rm -f conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6195 mv conftest.tail conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6196 done
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6197 rm -f conftest.undefs
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6198
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
6199 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6200 # Let's still pretend it is `configure' which instantiates (i.e., don't
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6201 # 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
6202 # /* config.h. Generated by config.status. */
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6203 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
6204 echo "/* Generated by configure. */" >$tmp/config.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6205 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
6206 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6207 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6208 cat $tmp/in >>$tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6209 rm -f $tmp/in
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6210 if test x"$ac_file" != x-; then
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6211 if diff $ac_file $tmp/config.h >/dev/null 2>&1; 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
6212 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6213 echo "$as_me: $ac_file is unchanged" >&6;}
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6214 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
6215 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
6216 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6217 X"$ac_file" : 'X\(//\)[^/]' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6218 X"$ac_file" : 'X\(//\)$' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6219 X"$ac_file" : 'X\(/\)' \| \
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6220 . : '\(.\)' 2>/dev/null ||
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6221 echo X"$ac_file" |
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6222 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6223 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6224 /^X\(\/\/\)$/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6225 /^X\(\/\).*/{ s//\1/; q; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6226 s/.*/./; q'`
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6227 { if $as_mkdir_p; then
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6228 mkdir -p "$ac_dir"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6229 else
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6230 as_dir="$ac_dir"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6231 as_dirs=
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6232 while test ! -d "$as_dir"; do
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6233 as_dirs="$as_dir $as_dirs"
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6234 as_dir=`(dirname "$as_dir") 2>/dev/null ||
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6235 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6236 X"$as_dir" : 'X\(//\)[^/]' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6237 X"$as_dir" : 'X\(//\)$' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6238 X"$as_dir" : 'X\(/\)' \| \
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6239 . : '\(.\)' 2>/dev/null ||
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6240 echo X"$as_dir" |
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6241 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6242 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6243 /^X\(\/\/\)$/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6244 /^X\(\/\).*/{ s//\1/; q; }
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6245 s/.*/./; q'`
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6246 done
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6247 test ! -n "$as_dirs" || mkdir $as_dirs
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6248 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6249 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6250 { (exit 1); exit 1; }; }; }
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6251
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6252 rm -f $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6253 mv $tmp/config.h $ac_file
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6254 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6255 else
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6256 cat $tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6257 rm -f $tmp/config.h
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6258 fi
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6259 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
6260 _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
6261
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
6262 cat >>$CONFIG_STATUS <<\_ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6263
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6264 { (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
6265 _ACEOF
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6266 chmod +x $CONFIG_STATUS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6267 ac_clean_files=$ac_clean_files_save
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6268
120
7d2108cbcd3e Porting DW to GTK 2.0... and changed the percent value from into to a float
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 80
diff changeset
6269
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6270 # configure is writing to config.log, and then calls config.status.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6271 # config.status does its own redirection, appending to config.log.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6272 # Unfortunately, on DOS this fails, as config.log is still kept open
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6273 # by configure, so config.status won't be able to write to it; its
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6274 # output is simply discarded. So we exec the FD to /dev/null,
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6275 # effectively closing config.log, so it can be properly (re)opened and
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6276 # appended to by config.status. When coming back to configure, we
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6277 # need to make the FD available again.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6278 if test "$no_create" != yes; then
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6279 ac_cs_success=:
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6280 ac_config_status_args=
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6281 test "$silent" = yes &&
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6282 ac_config_status_args="$ac_config_status_args --quiet"
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6283 exec 5>/dev/null
431
561acf6de39a Changes for MacOS X.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 412
diff changeset
6284 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6285 exec 5>>config.log
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6286 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6287 # would make configure fail if this is the last instruction.
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6288 $ac_cs_success || { (exit 1); exit 1; }
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6289 fi
80
5e4730c42014 Added dw-config script to solve build problems.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
6290