~ubuntu-branches/ubuntu/lucid/geda-symbols/lucid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2006-11-14 23:49:05 UTC
  • mfrom: (1.3.1 upstream) (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114234905-jbgkr3kh5205x83e
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.59.
 
3
# Generated by GNU Autoconf 2.60.
4
4
#
5
 
# Copyright (C) 2003 Free Software Foundation, Inc.
 
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
6
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6
7
# This configure script is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy, distribute and modify it.
8
9
## --------------------- ##
16
17
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17
18
  # is contrary to our usage.  Disable this feature.
18
19
  alias -g '${1+"$@"}'='"$@"'
19
 
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20
 
  set -o posix
 
20
  setopt NO_GLOB_SUBST
 
21
else
 
22
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
21
23
fi
 
24
BIN_SH=xpg4; export BIN_SH # for Tru64
22
25
DUALCASE=1; export DUALCASE # for MKS sh
23
26
 
 
27
 
 
28
# PATH needs CR
 
29
# Avoid depending upon Character Ranges.
 
30
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
31
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
32
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
33
as_cr_digits='0123456789'
 
34
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
35
 
 
36
# The user is always right.
 
37
if test "${PATH_SEPARATOR+set}" != set; then
 
38
  echo "#! /bin/sh" >conf$$.sh
 
39
  echo  "exit 0"   >>conf$$.sh
 
40
  chmod +x conf$$.sh
 
41
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
42
    PATH_SEPARATOR=';'
 
43
  else
 
44
    PATH_SEPARATOR=:
 
45
  fi
 
46
  rm -f conf$$.sh
 
47
fi
 
48
 
24
49
# Support unset when possible.
25
50
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26
51
  as_unset=unset
29
54
fi
30
55
 
31
56
 
 
57
# IFS
 
58
# We need space, tab and new line, in precisely that order.  Quoting is
 
59
# there to prevent editors from complaining about space-tab.
 
60
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
61
# splitting by setting IFS to empty value.)
 
62
as_nl='
 
63
'
 
64
IFS=" ""        $as_nl"
 
65
 
 
66
# Find who we are.  Look in the path if we contain no directory separator.
 
67
case $0 in
 
68
  *[\\/]* ) as_myself=$0 ;;
 
69
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
70
for as_dir in $PATH
 
71
do
 
72
  IFS=$as_save_IFS
 
73
  test -z "$as_dir" && as_dir=.
 
74
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
75
done
 
76
IFS=$as_save_IFS
 
77
 
 
78
     ;;
 
79
esac
 
80
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
81
# in which case we are not to be found in the path.
 
82
if test "x$as_myself" = x; then
 
83
  as_myself=$0
 
84
fi
 
85
if test ! -f "$as_myself"; then
 
86
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
87
  { (exit 1); exit 1; }
 
88
fi
 
89
 
32
90
# Work around bugs in pre-3.0 UWIN ksh.
33
 
$as_unset ENV MAIL MAILPATH
 
91
for as_var in ENV MAIL MAILPATH
 
92
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
93
done
34
94
PS1='$ '
35
95
PS2='> '
36
96
PS4='+ '
44
104
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45
105
    eval $as_var=C; export $as_var
46
106
  else
47
 
    $as_unset $as_var
 
107
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
48
108
  fi
49
109
done
50
110
 
51
111
# Required to use basename.
52
 
if expr a : '\(a\)' >/dev/null 2>&1; then
 
112
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
113
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
53
114
  as_expr=expr
54
115
else
55
116
  as_expr=false
56
117
fi
57
118
 
58
 
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
119
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
59
120
  as_basename=basename
60
121
else
61
122
  as_basename=false
63
124
 
64
125
 
65
126
# Name of the executable.
66
 
as_me=`$as_basename "$0" ||
 
127
as_me=`$as_basename -- "$0" ||
67
128
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68
129
         X"$0" : 'X\(//\)$' \| \
69
 
         X"$0" : 'X\(/\)$' \| \
70
 
         .     : '\(.\)' 2>/dev/null ||
 
130
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
71
131
echo X/"$0" |
72
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73
 
          /^X\/\(\/\/\)$/{ s//\1/; q; }
74
 
          /^X\/\(\/\).*/{ s//\1/; q; }
75
 
          s/.*/./; q'`
76
 
 
77
 
 
78
 
# PATH needs CR, and LINENO needs CR and PATH.
79
 
# Avoid depending upon Character Ranges.
80
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83
 
as_cr_digits='0123456789'
84
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
85
 
 
86
 
# The user is always right.
87
 
if test "${PATH_SEPARATOR+set}" != set; then
88
 
  echo "#! /bin/sh" >conf$$.sh
89
 
  echo  "exit 0"   >>conf$$.sh
90
 
  chmod +x conf$$.sh
91
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92
 
    PATH_SEPARATOR=';'
93
 
  else
94
 
    PATH_SEPARATOR=:
95
 
  fi
96
 
  rm -f conf$$.sh
97
 
fi
98
 
 
99
 
 
100
 
  as_lineno_1=$LINENO
101
 
  as_lineno_2=$LINENO
102
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
104
 
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105
 
  # Find who we are.  Look in the path if we contain no path at all
106
 
  # relative or not.
107
 
  case $0 in
108
 
    *[\\/]* ) as_myself=$0 ;;
109
 
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110
 
for as_dir in $PATH
111
 
do
112
 
  IFS=$as_save_IFS
113
 
  test -z "$as_dir" && as_dir=.
114
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115
 
done
116
 
 
117
 
       ;;
118
 
  esac
119
 
  # We did not find ourselves, most probably we were run as `sh COMMAND'
120
 
  # in which case we are not to be found in the path.
121
 
  if test "x$as_myself" = x; then
122
 
    as_myself=$0
123
 
  fi
124
 
  if test ! -f "$as_myself"; then
125
 
    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126
 
   { (exit 1); exit 1; }; }
127
 
  fi
128
 
  case $CONFIG_SHELL in
129
 
  '')
 
132
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
133
            s//\1/
 
134
            q
 
135
          }
 
136
          /^X\/\(\/\/\)$/{
 
137
            s//\1/
 
138
            q
 
139
          }
 
140
          /^X\/\(\/\).*/{
 
141
            s//\1/
 
142
            q
 
143
          }
 
144
          s/.*/./; q'`
 
145
 
 
146
# CDPATH.
 
147
$as_unset CDPATH
 
148
 
 
149
 
 
150
if test "x$CONFIG_SHELL" = x; then
 
151
  if (eval ":") 2>/dev/null; then
 
152
  as_have_required=yes
 
153
else
 
154
  as_have_required=no
 
155
fi
 
156
 
 
157
  if test $as_have_required = yes &&     (eval ":
 
158
(as_func_return () {
 
159
  (exit \$1)
 
160
}
 
161
as_func_success () {
 
162
  as_func_return 0
 
163
}
 
164
as_func_failure () {
 
165
  as_func_return 1
 
166
}
 
167
as_func_ret_success () {
 
168
  return 0
 
169
}
 
170
as_func_ret_failure () {
 
171
  return 1
 
172
}
 
173
 
 
174
exitcode=0
 
175
if as_func_success; then
 
176
  :
 
177
else
 
178
  exitcode=1
 
179
  echo as_func_success failed.
 
180
fi
 
181
 
 
182
if as_func_failure; then
 
183
  exitcode=1
 
184
  echo as_func_failure succeeded.
 
185
fi
 
186
 
 
187
if as_func_ret_success; then
 
188
  :
 
189
else
 
190
  exitcode=1
 
191
  echo as_func_ret_success failed.
 
192
fi
 
193
 
 
194
if as_func_ret_failure; then
 
195
  exitcode=1
 
196
  echo as_func_ret_failure succeeded.
 
197
fi
 
198
 
 
199
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
200
  :
 
201
else
 
202
  exitcode=1
 
203
  echo positional parameters were not saved.
 
204
fi
 
205
 
 
206
test \$exitcode = 0) || { (exit 1); exit 1; }
 
207
 
 
208
(
 
209
  as_lineno_1=\$LINENO
 
210
  as_lineno_2=\$LINENO
 
211
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 
212
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 
213
") 2> /dev/null; then
 
214
  :
 
215
else
 
216
  as_candidate_shells=
130
217
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131
 
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
218
for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132
219
do
133
220
  IFS=$as_save_IFS
134
221
  test -z "$as_dir" && as_dir=.
135
 
  for as_base in sh bash ksh sh5; do
136
 
         case $as_dir in
 
222
  case $as_dir in
137
223
         /*)
138
 
           if ("$as_dir/$as_base" -c '
139
 
  as_lineno_1=$LINENO
140
 
  as_lineno_2=$LINENO
141
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
143
 
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144
 
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145
 
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146
 
             CONFIG_SHELL=$as_dir/$as_base
147
 
             export CONFIG_SHELL
148
 
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149
 
           fi;;
150
 
         esac
151
 
       done
 
224
           for as_base in sh bash ksh sh5; do
 
225
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 
226
           done;;
 
227
       esac
152
228
done
153
 
;;
154
 
  esac
 
229
IFS=$as_save_IFS
 
230
 
 
231
 
 
232
      for as_shell in $as_candidate_shells $SHELL; do
 
233
         # Try only shells that exist, to save several forks.
 
234
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
235
                { ("$as_shell") 2> /dev/null <<\_ASEOF
 
236
# Be Bourne compatible
 
237
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
238
  emulate sh
 
239
  NULLCMD=:
 
240
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
241
  # is contrary to our usage.  Disable this feature.
 
242
  alias -g '${1+"$@"}'='"$@"'
 
243
  setopt NO_GLOB_SUBST
 
244
else
 
245
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
246
fi
 
247
BIN_SH=xpg4; export BIN_SH # for Tru64
 
248
DUALCASE=1; export DUALCASE # for MKS sh
 
249
 
 
250
:
 
251
_ASEOF
 
252
}; then
 
253
  CONFIG_SHELL=$as_shell
 
254
               as_have_required=yes
 
255
               if { "$as_shell" 2> /dev/null <<\_ASEOF
 
256
# Be Bourne compatible
 
257
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
258
  emulate sh
 
259
  NULLCMD=:
 
260
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
261
  # is contrary to our usage.  Disable this feature.
 
262
  alias -g '${1+"$@"}'='"$@"'
 
263
  setopt NO_GLOB_SUBST
 
264
else
 
265
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
266
fi
 
267
BIN_SH=xpg4; export BIN_SH # for Tru64
 
268
DUALCASE=1; export DUALCASE # for MKS sh
 
269
 
 
270
:
 
271
(as_func_return () {
 
272
  (exit $1)
 
273
}
 
274
as_func_success () {
 
275
  as_func_return 0
 
276
}
 
277
as_func_failure () {
 
278
  as_func_return 1
 
279
}
 
280
as_func_ret_success () {
 
281
  return 0
 
282
}
 
283
as_func_ret_failure () {
 
284
  return 1
 
285
}
 
286
 
 
287
exitcode=0
 
288
if as_func_success; then
 
289
  :
 
290
else
 
291
  exitcode=1
 
292
  echo as_func_success failed.
 
293
fi
 
294
 
 
295
if as_func_failure; then
 
296
  exitcode=1
 
297
  echo as_func_failure succeeded.
 
298
fi
 
299
 
 
300
if as_func_ret_success; then
 
301
  :
 
302
else
 
303
  exitcode=1
 
304
  echo as_func_ret_success failed.
 
305
fi
 
306
 
 
307
if as_func_ret_failure; then
 
308
  exitcode=1
 
309
  echo as_func_ret_failure succeeded.
 
310
fi
 
311
 
 
312
if ( set x; as_func_ret_success y && test x = "$1" ); then
 
313
  :
 
314
else
 
315
  exitcode=1
 
316
  echo positional parameters were not saved.
 
317
fi
 
318
 
 
319
test $exitcode = 0) || { (exit 1); exit 1; }
 
320
 
 
321
(
 
322
  as_lineno_1=$LINENO
 
323
  as_lineno_2=$LINENO
 
324
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
325
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 
326
 
 
327
_ASEOF
 
328
}; then
 
329
  break
 
330
fi
 
331
 
 
332
fi
 
333
 
 
334
      done
 
335
 
 
336
      if test "x$CONFIG_SHELL" != x; then
 
337
  for as_var in BASH_ENV ENV
 
338
        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
339
        done
 
340
        export CONFIG_SHELL
 
341
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
342
fi
 
343
 
 
344
 
 
345
    if test $as_have_required = no; then
 
346
  echo This script requires a shell more modern than all the
 
347
      echo shells that I found on your system.  Please install a
 
348
      echo modern shell, or manually run the script under such a
 
349
      echo shell if you do have one.
 
350
      { (exit 1); exit 1; }
 
351
fi
 
352
 
 
353
 
 
354
fi
 
355
 
 
356
fi
 
357
 
 
358
 
 
359
 
 
360
(eval "as_func_return () {
 
361
  (exit \$1)
 
362
}
 
363
as_func_success () {
 
364
  as_func_return 0
 
365
}
 
366
as_func_failure () {
 
367
  as_func_return 1
 
368
}
 
369
as_func_ret_success () {
 
370
  return 0
 
371
}
 
372
as_func_ret_failure () {
 
373
  return 1
 
374
}
 
375
 
 
376
exitcode=0
 
377
if as_func_success; then
 
378
  :
 
379
else
 
380
  exitcode=1
 
381
  echo as_func_success failed.
 
382
fi
 
383
 
 
384
if as_func_failure; then
 
385
  exitcode=1
 
386
  echo as_func_failure succeeded.
 
387
fi
 
388
 
 
389
if as_func_ret_success; then
 
390
  :
 
391
else
 
392
  exitcode=1
 
393
  echo as_func_ret_success failed.
 
394
fi
 
395
 
 
396
if as_func_ret_failure; then
 
397
  exitcode=1
 
398
  echo as_func_ret_failure succeeded.
 
399
fi
 
400
 
 
401
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
402
  :
 
403
else
 
404
  exitcode=1
 
405
  echo positional parameters were not saved.
 
406
fi
 
407
 
 
408
test \$exitcode = 0") || {
 
409
  echo No shell found that supports shell functions.
 
410
  echo Please tell autoconf@gnu.org about your system,
 
411
  echo including any error possibly output before this
 
412
  echo message
 
413
}
 
414
 
 
415
 
 
416
 
 
417
  as_lineno_1=$LINENO
 
418
  as_lineno_2=$LINENO
 
419
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
420
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
155
421
 
156
422
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157
423
  # uniformly replaced by the line number.  The first 'sed' inserts a
158
 
  # line-number line before each line; the second 'sed' does the real
159
 
  # work.  The second script uses 'N' to pair each line-number line
160
 
  # with the numbered line, and appends trailing '-' during
161
 
  # substitution so that $LINENO is not a special case at line end.
 
424
  # line-number line after each line using $LINENO; the second 'sed'
 
425
  # does the real work.  The second script uses 'N' to pair each
 
426
  # line-number line with the line containing $LINENO, and appends
 
427
  # trailing '-' during substitution so that $LINENO is not a special
 
428
  # case at line end.
162
429
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163
 
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164
 
  sed '=' <$as_myself |
 
430
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
431
  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
432
  sed -n '
 
433
    p
 
434
    /[$]LINENO/=
 
435
  ' <$as_myself |
165
436
    sed '
 
437
      s/[$]LINENO.*/&-/
 
438
      t lineno
 
439
      b
 
440
      :lineno
166
441
      N
167
 
      s,$,-,
168
 
      : loop
169
 
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
442
      :loop
 
443
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
170
444
      t loop
171
 
      s,-$,,
172
 
      s,^['$as_cr_digits']*\n,,
 
445
      s/-\n.*//
173
446
    ' >$as_me.lineno &&
174
 
  chmod +x $as_me.lineno ||
 
447
  chmod +x "$as_me.lineno" ||
175
448
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176
449
   { (exit 1); exit 1; }; }
177
450
 
178
451
  # Don't try to exec as it changes $[0], causing all sort of problems
179
452
  # (the dirname of $[0] is not the place where we might find the
180
 
  # original and so on.  Autoconf is especially sensible to this).
181
 
  . ./$as_me.lineno
 
453
  # original and so on.  Autoconf is especially sensitive to this).
 
454
  . "./$as_me.lineno"
182
455
  # Exit status is that of the last command.
183
456
  exit
184
457
}
185
458
 
186
459
 
187
 
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188
 
  *c*,-n*) ECHO_N= ECHO_C='
189
 
' ECHO_T='      ' ;;
190
 
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191
 
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
460
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
461
  as_dirname=dirname
 
462
else
 
463
  as_dirname=false
 
464
fi
 
465
 
 
466
ECHO_C= ECHO_N= ECHO_T=
 
467
case `echo -n x` in
 
468
-n*)
 
469
  case `echo 'x\c'` in
 
470
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
471
  *)   ECHO_C='\c';;
 
472
  esac;;
 
473
*)
 
474
  ECHO_N='-n';;
192
475
esac
193
476
 
194
 
if expr a : '\(a\)' >/dev/null 2>&1; then
 
477
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
478
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
195
479
  as_expr=expr
196
480
else
197
481
  as_expr=false
198
482
fi
199
483
 
200
484
rm -f conf$$ conf$$.exe conf$$.file
 
485
if test -d conf$$.dir; then
 
486
  rm -f conf$$.dir/conf$$.file
 
487
else
 
488
  rm -f conf$$.dir
 
489
  mkdir conf$$.dir
 
490
fi
201
491
echo >conf$$.file
202
492
if ln -s conf$$.file conf$$ 2>/dev/null; then
203
 
  # We could just check for DJGPP; but this test a) works b) is more generic
204
 
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205
 
  if test -f conf$$.exe; then
206
 
    # Don't use ln at all; we don't have any links
 
493
  as_ln_s='ln -s'
 
494
  # ... but there are two gotchas:
 
495
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
496
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
497
  # In both cases, we have to default to `cp -p'.
 
498
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
207
499
    as_ln_s='cp -p'
208
 
  else
209
 
    as_ln_s='ln -s'
210
 
  fi
211
500
elif ln conf$$.file conf$$ 2>/dev/null; then
212
501
  as_ln_s=ln
213
502
else
214
503
  as_ln_s='cp -p'
215
504
fi
216
 
rm -f conf$$ conf$$.exe conf$$.file
 
505
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
506
rmdir conf$$.dir 2>/dev/null
217
507
 
218
508
if mkdir -p . 2>/dev/null; then
219
509
  as_mkdir_p=:
222
512
  as_mkdir_p=false
223
513
fi
224
514
 
225
 
as_executable_p="test -f"
 
515
# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
 
516
# systems may use methods other than mode bits to determine executability.
 
517
cat >conf$$.file <<_ASEOF
 
518
#! /bin/sh
 
519
exit 0
 
520
_ASEOF
 
521
chmod +x conf$$.file
 
522
if test -x conf$$.file >/dev/null 2>&1; then
 
523
  as_executable_p="test -x"
 
524
else
 
525
  as_executable_p=:
 
526
fi
 
527
rm -f conf$$.file
226
528
 
227
529
# Sed expression to map a string onto a valid CPP name.
228
530
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231
533
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
534
 
233
535
 
234
 
# IFS
235
 
# We need space, tab and new line, in precisely that order.
236
 
as_nl='
237
 
'
238
 
IFS="   $as_nl"
239
 
 
240
 
# CDPATH.
241
 
$as_unset CDPATH
242
 
 
 
536
 
 
537
exec 7<&0 </dev/null 6>&1
243
538
 
244
539
# Name of the host.
245
540
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246
541
# so uname gets run too.
247
542
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
543
 
249
 
exec 6>&1
250
 
 
251
544
#
252
545
# Initializations.
253
546
#
254
547
ac_default_prefix=/usr/local
 
548
ac_clean_files=
255
549
ac_config_libobj_dir=.
 
550
LIBOBJS=
256
551
cross_compiling=no
257
552
subdirs=
258
553
MFLAGS=
259
554
MAKEFLAGS=
260
555
SHELL=${CONFIG_SHELL-/bin/sh}
261
556
 
262
 
# Maximum number of lines to put in a shell here document.
263
 
# This variable seems obsolete.  It should probably be removed, and
264
 
# only ac_max_sed_lines should be used.
265
 
: ${ac_max_here_lines=38}
266
 
 
267
557
# Identity of this package.
268
558
PACKAGE_NAME=
269
559
PACKAGE_TARNAME=
272
562
PACKAGE_BUGREPORT=
273
563
 
274
564
ac_unique_file="74/7400-1.sym"
275
 
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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os FIG2DEV GROFF PS2PDF data4000 datanational datalocal dataio dataanalog datamaxim dataverilog datavhdl dataspice dataconnector dataaltera datalinear dataswitch dataswitcap datatitleblock datatube dataradio datamicro datamemory data74 datarelay datadiode dataopto databus datasupervisor datalattice datamisc datatransistor datapower dataphilips dataxilinx datadec datarf datapla dataecl dataIEC417 datafont dataidt datacascade dataasic dataasicpads datagnetman dataminicircuits datast dataapex dataallegro datairf GEDADATADIR GEDADOCDIR GEDARCDIR PATHSEP OTHERPATHSEP LIBOBJS LTLIBOBJS'
 
565
ac_subst_vars='SHELL
 
566
PATH_SEPARATOR
 
567
PACKAGE_NAME
 
568
PACKAGE_TARNAME
 
569
PACKAGE_VERSION
 
570
PACKAGE_STRING
 
571
PACKAGE_BUGREPORT
 
572
exec_prefix
 
573
prefix
 
574
program_transform_name
 
575
bindir
 
576
sbindir
 
577
libexecdir
 
578
datarootdir
 
579
datadir
 
580
sysconfdir
 
581
sharedstatedir
 
582
localstatedir
 
583
includedir
 
584
oldincludedir
 
585
docdir
 
586
infodir
 
587
htmldir
 
588
dvidir
 
589
pdfdir
 
590
psdir
 
591
libdir
 
592
localedir
 
593
mandir
 
594
DEFS
 
595
ECHO_C
 
596
ECHO_N
 
597
ECHO_T
 
598
LIBS
 
599
build_alias
 
600
host_alias
 
601
target_alias
 
602
INSTALL_PROGRAM
 
603
INSTALL_SCRIPT
 
604
INSTALL_DATA
 
605
CYGPATH_W
 
606
PACKAGE
 
607
VERSION
 
608
ACLOCAL
 
609
AUTOCONF
 
610
AUTOMAKE
 
611
AUTOHEADER
 
612
MAKEINFO
 
613
AMTAR
 
614
install_sh
 
615
STRIP
 
616
INSTALL_STRIP_PROGRAM
 
617
AWK
 
618
SET_MAKE
 
619
am__leading_dot
 
620
MAINTAINER_MODE_TRUE
 
621
MAINTAINER_MODE_FALSE
 
622
MAINT
 
623
build
 
624
build_cpu
 
625
build_vendor
 
626
build_os
 
627
host
 
628
host_cpu
 
629
host_vendor
 
630
host_os
 
631
FIG2DEV
 
632
GROFF
 
633
PS2PDF
 
634
data4000
 
635
datanational
 
636
datalocal
 
637
dataio
 
638
dataamphenol
 
639
dataanalog
 
640
datamaxim
 
641
dataverilog
 
642
datavhdl
 
643
dataspice
 
644
dataconnector
 
645
dataaltera
 
646
datalinear
 
647
dataswitch
 
648
dataswitcap
 
649
datatitleblock
 
650
datatube
 
651
dataradio
 
652
datamicro
 
653
datamemory
 
654
data74
 
655
datarelay
 
656
datadiode
 
657
dataopto
 
658
databus
 
659
datasupervisor
 
660
datalattice
 
661
datamisc
 
662
datatransistor
 
663
datapower
 
664
dataphilips
 
665
dataxilinx
 
666
datadec
 
667
datarf
 
668
datapla
 
669
dataecl
 
670
dataIEC417
 
671
datafont
 
672
dataidt
 
673
datacascade
 
674
dataasic
 
675
dataasicpads
 
676
datagnetman
 
677
dataminicircuits
 
678
datast
 
679
dataapex
 
680
dataallegro
 
681
datairf
 
682
GEDADATADIR
 
683
GEDADOCDIR
 
684
GEDARCDIR
 
685
PATHSEP
 
686
OTHERPATHSEP
 
687
LIBOBJS
 
688
LTLIBOBJS'
276
689
ac_subst_files=''
 
690
      ac_precious_vars='build_alias
 
691
host_alias
 
692
target_alias'
 
693
 
277
694
 
278
695
# Initialize some variables set by options.
279
696
ac_init_help=
300
717
# and all the variables that are supposed to be based on exec_prefix
301
718
# by default will actually change.
302
719
# Use braces instead of parens because sh, perl, etc. also accept them.
 
720
# (The list follows the same order as the GNU Coding Standards.)
303
721
bindir='${exec_prefix}/bin'
304
722
sbindir='${exec_prefix}/sbin'
305
723
libexecdir='${exec_prefix}/libexec'
306
 
datadir='${prefix}/share'
 
724
datarootdir='${prefix}/share'
 
725
datadir='${datarootdir}'
307
726
sysconfdir='${prefix}/etc'
308
727
sharedstatedir='${prefix}/com'
309
728
localstatedir='${prefix}/var'
310
 
libdir='${exec_prefix}/lib'
311
729
includedir='${prefix}/include'
312
730
oldincludedir='/usr/include'
313
 
infodir='${prefix}/info'
314
 
mandir='${prefix}/man'
 
731
docdir='${datarootdir}/doc/${PACKAGE}'
 
732
infodir='${datarootdir}/info'
 
733
htmldir='${docdir}'
 
734
dvidir='${docdir}'
 
735
pdfdir='${docdir}'
 
736
psdir='${docdir}'
 
737
libdir='${exec_prefix}/lib'
 
738
localedir='${datarootdir}/locale'
 
739
mandir='${datarootdir}/man'
315
740
 
316
741
ac_prev=
 
742
ac_dashdash=
317
743
for ac_option
318
744
do
319
745
  # If the previous option needs an argument, assign it.
320
746
  if test -n "$ac_prev"; then
321
 
    eval "$ac_prev=\$ac_option"
 
747
    eval $ac_prev=\$ac_option
322
748
    ac_prev=
323
749
    continue
324
750
  fi
325
751
 
326
 
  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
 
752
  case $ac_option in
 
753
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
754
  *)    ac_optarg=yes ;;
 
755
  esac
327
756
 
328
757
  # Accept the important Cygnus configure options, so we can diagnose typos.
329
758
 
330
 
  case $ac_option in
 
759
  case $ac_dashdash$ac_option in
 
760
  --)
 
761
    ac_dashdash=yes ;;
331
762
 
332
763
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
333
764
    ac_prev=bindir ;;
349
780
  --config-cache | -C)
350
781
    cache_file=config.cache ;;
351
782
 
352
 
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
 
783
  -datadir | --datadir | --datadi | --datad)
353
784
    ac_prev=datadir ;;
354
 
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
355
 
  | --da=*)
 
785
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
356
786
    datadir=$ac_optarg ;;
357
787
 
 
788
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 
789
  | --dataroo | --dataro | --datar)
 
790
    ac_prev=datarootdir ;;
 
791
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 
792
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 
793
    datarootdir=$ac_optarg ;;
 
794
 
358
795
  -disable-* | --disable-*)
359
796
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360
797
    # Reject names that are not valid shell variable names.
362
799
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363
800
   { (exit 1); exit 1; }; }
364
801
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
365
 
    eval "enable_$ac_feature=no" ;;
 
802
    eval enable_$ac_feature=no ;;
 
803
 
 
804
  -docdir | --docdir | --docdi | --doc | --do)
 
805
    ac_prev=docdir ;;
 
806
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 
807
    docdir=$ac_optarg ;;
 
808
 
 
809
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 
810
    ac_prev=dvidir ;;
 
811
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 
812
    dvidir=$ac_optarg ;;
366
813
 
367
814
  -enable-* | --enable-*)
368
815
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
371
818
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372
819
   { (exit 1); exit 1; }; }
373
820
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
374
 
    case $ac_option in
375
 
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
376
 
      *) ac_optarg=yes ;;
377
 
    esac
378
 
    eval "enable_$ac_feature='$ac_optarg'" ;;
 
821
    eval enable_$ac_feature=\$ac_optarg ;;
379
822
 
380
823
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
381
824
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
402
845
  -host=* | --host=* | --hos=* | --ho=*)
403
846
    host_alias=$ac_optarg ;;
404
847
 
 
848
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 
849
    ac_prev=htmldir ;;
 
850
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 
851
  | --ht=*)
 
852
    htmldir=$ac_optarg ;;
 
853
 
405
854
  -includedir | --includedir | --includedi | --included | --include \
406
855
  | --includ | --inclu | --incl | --inc)
407
856
    ac_prev=includedir ;;
426
875
  | --libexe=* | --libex=* | --libe=*)
427
876
    libexecdir=$ac_optarg ;;
428
877
 
 
878
  -localedir | --localedir | --localedi | --localed | --locale)
 
879
    ac_prev=localedir ;;
 
880
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 
881
    localedir=$ac_optarg ;;
 
882
 
429
883
  -localstatedir | --localstatedir | --localstatedi | --localstated \
430
 
  | --localstate | --localstat | --localsta | --localst \
431
 
  | --locals | --local | --loca | --loc | --lo)
 
884
  | --localstate | --localstat | --localsta | --localst | --locals)
432
885
    ac_prev=localstatedir ;;
433
886
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
434
 
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
435
 
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
 
887
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
436
888
    localstatedir=$ac_optarg ;;
437
889
 
438
890
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
497
949
  | --progr-tra=* | --program-tr=* | --program-t=*)
498
950
    program_transform_name=$ac_optarg ;;
499
951
 
 
952
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 
953
    ac_prev=pdfdir ;;
 
954
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 
955
    pdfdir=$ac_optarg ;;
 
956
 
 
957
  -psdir | --psdir | --psdi | --psd | --ps)
 
958
    ac_prev=psdir ;;
 
959
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 
960
    psdir=$ac_optarg ;;
 
961
 
500
962
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501
963
  | -silent | --silent | --silen | --sile | --sil)
502
964
    silent=yes ;;
553
1015
      { echo "$as_me: error: invalid package name: $ac_package" >&2
554
1016
   { (exit 1); exit 1; }; }
555
1017
    ac_package=`echo $ac_package| sed 's/-/_/g'`
556
 
    case $ac_option in
557
 
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
558
 
      *) ac_optarg=yes ;;
559
 
    esac
560
 
    eval "with_$ac_package='$ac_optarg'" ;;
 
1018
    eval with_$ac_package=\$ac_optarg ;;
561
1019
 
562
1020
  -without-* | --without-*)
563
1021
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
566
1024
      { echo "$as_me: error: invalid package name: $ac_package" >&2
567
1025
   { (exit 1); exit 1; }; }
568
1026
    ac_package=`echo $ac_package | sed 's/-/_/g'`
569
 
    eval "with_$ac_package=no" ;;
 
1027
    eval with_$ac_package=no ;;
570
1028
 
571
1029
  --x)
572
1030
    # Obsolete; use --with-x.
597
1055
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
598
1056
      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599
1057
   { (exit 1); exit 1; }; }
600
 
    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601
 
    eval "$ac_envvar='$ac_optarg'"
 
1058
    eval $ac_envvar=\$ac_optarg
602
1059
    export $ac_envvar ;;
603
1060
 
604
1061
  *)
618
1075
   { (exit 1); exit 1; }; }
619
1076
fi
620
1077
 
621
 
# Be sure to have absolute paths.
622
 
for ac_var in exec_prefix prefix
623
 
do
624
 
  eval ac_val=$`echo $ac_var`
625
 
  case $ac_val in
626
 
    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627
 
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628
 
   { (exit 1); exit 1; }; };;
629
 
  esac
630
 
done
631
 
 
632
 
# Be sure to have absolute paths.
633
 
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634
 
              localstatedir libdir includedir oldincludedir infodir mandir
635
 
do
636
 
  eval ac_val=$`echo $ac_var`
637
 
  case $ac_val in
638
 
    [\\/$]* | ?:[\\/]* ) ;;
639
 
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640
 
   { (exit 1); exit 1; }; };;
641
 
  esac
 
1078
# Be sure to have absolute directory names.
 
1079
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
1080
                datadir sysconfdir sharedstatedir localstatedir includedir \
 
1081
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
1082
                libdir localedir mandir
 
1083
do
 
1084
  eval ac_val=\$$ac_var
 
1085
  case $ac_val in
 
1086
    [\\/$]* | ?:[\\/]* )  continue;;
 
1087
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
1088
  esac
 
1089
  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
1090
   { (exit 1); exit 1; }; }
642
1091
done
643
1092
 
644
1093
# There might be people who depend on the old broken behavior: `$host'
665
1114
test "$silent" = yes && exec 6>/dev/null
666
1115
 
667
1116
 
 
1117
ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
1118
ac_ls_di=`ls -di .` &&
 
1119
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
1120
  { echo "$as_me: error: Working directory cannot be determined" >&2
 
1121
   { (exit 1); exit 1; }; }
 
1122
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
1123
  { echo "$as_me: error: pwd does not report name of working directory" >&2
 
1124
   { (exit 1); exit 1; }; }
 
1125
 
 
1126
 
668
1127
# Find the source files, if location was not specified.
669
1128
if test -z "$srcdir"; then
670
1129
  ac_srcdir_defaulted=yes
671
 
  # Try the directory containing this script, then its parent.
672
 
  ac_confdir=`(dirname "$0") 2>/dev/null ||
 
1130
  # Try the directory containing this script, then the parent directory.
 
1131
  ac_confdir=`$as_dirname -- "$0" ||
673
1132
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674
1133
         X"$0" : 'X\(//\)[^/]' \| \
675
1134
         X"$0" : 'X\(//\)$' \| \
676
 
         X"$0" : 'X\(/\)' \| \
677
 
         .     : '\(.\)' 2>/dev/null ||
 
1135
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
678
1136
echo X"$0" |
679
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681
 
          /^X\(\/\/\)$/{ s//\1/; q; }
682
 
          /^X\(\/\).*/{ s//\1/; q; }
683
 
          s/.*/./; q'`
 
1137
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1138
            s//\1/
 
1139
            q
 
1140
          }
 
1141
          /^X\(\/\/\)[^/].*/{
 
1142
            s//\1/
 
1143
            q
 
1144
          }
 
1145
          /^X\(\/\/\)$/{
 
1146
            s//\1/
 
1147
            q
 
1148
          }
 
1149
          /^X\(\/\).*/{
 
1150
            s//\1/
 
1151
            q
 
1152
          }
 
1153
          s/.*/./; q'`
684
1154
  srcdir=$ac_confdir
685
 
  if test ! -r $srcdir/$ac_unique_file; then
 
1155
  if test ! -r "$srcdir/$ac_unique_file"; then
686
1156
    srcdir=..
687
1157
  fi
688
1158
else
689
1159
  ac_srcdir_defaulted=no
690
1160
fi
691
 
if test ! -r $srcdir/$ac_unique_file; then
692
 
  if test "$ac_srcdir_defaulted" = yes; then
693
 
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694
 
   { (exit 1); exit 1; }; }
695
 
  else
696
 
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697
 
   { (exit 1); exit 1; }; }
698
 
  fi
699
 
fi
700
 
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701
 
  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702
 
   { (exit 1); exit 1; }; }
703
 
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704
 
ac_env_build_alias_set=${build_alias+set}
705
 
ac_env_build_alias_value=$build_alias
706
 
ac_cv_env_build_alias_set=${build_alias+set}
707
 
ac_cv_env_build_alias_value=$build_alias
708
 
ac_env_host_alias_set=${host_alias+set}
709
 
ac_env_host_alias_value=$host_alias
710
 
ac_cv_env_host_alias_set=${host_alias+set}
711
 
ac_cv_env_host_alias_value=$host_alias
712
 
ac_env_target_alias_set=${target_alias+set}
713
 
ac_env_target_alias_value=$target_alias
714
 
ac_cv_env_target_alias_set=${target_alias+set}
715
 
ac_cv_env_target_alias_value=$target_alias
 
1161
if test ! -r "$srcdir/$ac_unique_file"; then
 
1162
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
1163
  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
1164
   { (exit 1); exit 1; }; }
 
1165
fi
 
1166
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
1167
ac_abs_confdir=`(
 
1168
        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 
1169
   { (exit 1); exit 1; }; }
 
1170
        pwd)`
 
1171
# When building in place, set srcdir=.
 
1172
if test "$ac_abs_confdir" = "$ac_pwd"; then
 
1173
  srcdir=.
 
1174
fi
 
1175
# Remove unnecessary trailing slashes from srcdir.
 
1176
# Double slashes in file names in object file debugging info
 
1177
# mess up M-x gdb in Emacs.
 
1178
case $srcdir in
 
1179
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 
1180
esac
 
1181
for ac_var in $ac_precious_vars; do
 
1182
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 
1183
  eval ac_env_${ac_var}_value=\$${ac_var}
 
1184
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 
1185
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 
1186
done
716
1187
 
717
1188
#
718
1189
# Report the --help message.
741
1212
  -n, --no-create         do not create output files
742
1213
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
743
1214
 
744
 
_ACEOF
745
 
 
746
 
  cat <<_ACEOF
747
1215
Installation directories:
748
1216
  --prefix=PREFIX         install architecture-independent files in PREFIX
749
1217
                          [$ac_default_prefix]
761
1229
  --bindir=DIR           user executables [EPREFIX/bin]
762
1230
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
763
1231
  --libexecdir=DIR       program executables [EPREFIX/libexec]
764
 
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
765
1232
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
766
1233
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
767
1234
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
768
1235
  --libdir=DIR           object code libraries [EPREFIX/lib]
769
1236
  --includedir=DIR       C header files [PREFIX/include]
770
1237
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
771
 
  --infodir=DIR          info documentation [PREFIX/info]
772
 
  --mandir=DIR           man documentation [PREFIX/man]
 
1238
  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 
1239
  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 
1240
  --infodir=DIR          info documentation [DATAROOTDIR/info]
 
1241
  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 
1242
  --mandir=DIR           man documentation [DATAROOTDIR/man]
 
1243
  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
 
1244
  --htmldir=DIR          html documentation [DOCDIR]
 
1245
  --dvidir=DIR           dvi documentation [DOCDIR]
 
1246
  --pdfdir=DIR           pdf documentation [DOCDIR]
 
1247
  --psdir=DIR            ps documentation [DOCDIR]
773
1248
_ACEOF
774
1249
 
775
1250
  cat <<\_ACEOF
802
1277
  --with-docdir          Where to store documentation if not default.
803
1278
 
804
1279
_ACEOF
 
1280
ac_status=$?
805
1281
fi
806
1282
 
807
1283
if test "$ac_init_help" = "recursive"; then
808
1284
  # If there are subdirs, report their specific --help.
809
 
  ac_popdir=`pwd`
810
1285
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
811
 
    test -d $ac_dir || continue
 
1286
    test -d "$ac_dir" || continue
812
1287
    ac_builddir=.
813
1288
 
814
 
if test "$ac_dir" != .; then
 
1289
case "$ac_dir" in
 
1290
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1291
*)
815
1292
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
816
 
  # A "../" for each directory in $ac_dir_suffix.
817
 
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
818
 
else
819
 
  ac_dir_suffix= ac_top_builddir=
820
 
fi
 
1293
  # A ".." for each directory in $ac_dir_suffix.
 
1294
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
1295
  case $ac_top_builddir_sub in
 
1296
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1297
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
1298
  esac ;;
 
1299
esac
 
1300
ac_abs_top_builddir=$ac_pwd
 
1301
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
1302
# for backward compatibility:
 
1303
ac_top_builddir=$ac_top_build_prefix
821
1304
 
822
1305
case $srcdir in
823
 
  .)  # No --srcdir option.  We are building in place.
 
1306
  .)  # We are building in place.
824
1307
    ac_srcdir=.
825
 
    if test -z "$ac_top_builddir"; then
826
 
       ac_top_srcdir=.
827
 
    else
828
 
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
829
 
    fi ;;
830
 
  [\\/]* | ?:[\\/]* )  # Absolute path.
 
1308
    ac_top_srcdir=$ac_top_builddir_sub
 
1309
    ac_abs_top_srcdir=$ac_pwd ;;
 
1310
  [\\/]* | ?:[\\/]* )  # Absolute name.
831
1311
    ac_srcdir=$srcdir$ac_dir_suffix;
832
 
    ac_top_srcdir=$srcdir ;;
833
 
  *) # Relative path.
834
 
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
835
 
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
836
 
esac
837
 
 
838
 
# Do not use `cd foo && pwd` to compute absolute paths, because
839
 
# the directories may not exist.
840
 
case `pwd` in
841
 
.) ac_abs_builddir="$ac_dir";;
842
 
*)
843
 
  case "$ac_dir" in
844
 
  .) ac_abs_builddir=`pwd`;;
845
 
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
846
 
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
847
 
  esac;;
848
 
esac
849
 
case $ac_abs_builddir in
850
 
.) ac_abs_top_builddir=${ac_top_builddir}.;;
851
 
*)
852
 
  case ${ac_top_builddir}. in
853
 
  .) ac_abs_top_builddir=$ac_abs_builddir;;
854
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
855
 
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
856
 
  esac;;
857
 
esac
858
 
case $ac_abs_builddir in
859
 
.) ac_abs_srcdir=$ac_srcdir;;
860
 
*)
861
 
  case $ac_srcdir in
862
 
  .) ac_abs_srcdir=$ac_abs_builddir;;
863
 
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
864
 
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
865
 
  esac;;
866
 
esac
867
 
case $ac_abs_builddir in
868
 
.) ac_abs_top_srcdir=$ac_top_srcdir;;
869
 
*)
870
 
  case $ac_top_srcdir in
871
 
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
872
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
873
 
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
874
 
  esac;;
875
 
esac
876
 
 
877
 
    cd $ac_dir
878
 
    # Check for guested configure; otherwise get Cygnus style configure.
879
 
    if test -f $ac_srcdir/configure.gnu; then
880
 
      echo
881
 
      $SHELL $ac_srcdir/configure.gnu  --help=recursive
882
 
    elif test -f $ac_srcdir/configure; then
883
 
      echo
884
 
      $SHELL $ac_srcdir/configure  --help=recursive
885
 
    elif test -f $ac_srcdir/configure.ac ||
886
 
           test -f $ac_srcdir/configure.in; then
887
 
      echo
888
 
      $ac_configure --help
 
1312
    ac_top_srcdir=$srcdir
 
1313
    ac_abs_top_srcdir=$srcdir ;;
 
1314
  *) # Relative name.
 
1315
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
1316
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
1317
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
1318
esac
 
1319
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
1320
 
 
1321
    cd "$ac_dir" || { ac_status=$?; continue; }
 
1322
    # Check for guested configure.
 
1323
    if test -f "$ac_srcdir/configure.gnu"; then
 
1324
      echo &&
 
1325
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
1326
    elif test -f "$ac_srcdir/configure"; then
 
1327
      echo &&
 
1328
      $SHELL "$ac_srcdir/configure" --help=recursive
889
1329
    else
890
1330
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
891
 
    fi
892
 
    cd "$ac_popdir"
 
1331
    fi || ac_status=$?
 
1332
    cd "$ac_pwd" || { ac_status=$?; break; }
893
1333
  done
894
1334
fi
895
1335
 
896
 
test -n "$ac_init_help" && exit 0
 
1336
test -n "$ac_init_help" && exit $ac_status
897
1337
if $ac_init_version; then
898
1338
  cat <<\_ACEOF
 
1339
configure
 
1340
generated by GNU Autoconf 2.60
899
1341
 
900
 
Copyright (C) 2003 Free Software Foundation, Inc.
 
1342
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
1343
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
901
1344
This configure script is free software; the Free Software Foundation
902
1345
gives unlimited permission to copy, distribute and modify it.
903
1346
_ACEOF
904
 
  exit 0
 
1347
  exit
905
1348
fi
906
 
exec 5>config.log
907
 
cat >&5 <<_ACEOF
 
1349
cat >config.log <<_ACEOF
908
1350
This file contains any messages produced by compilers while
909
1351
running configure, to aid debugging if configure makes a mistake.
910
1352
 
911
1353
It was created by $as_me, which was
912
 
generated by GNU Autoconf 2.59.  Invocation command line was
 
1354
generated by GNU Autoconf 2.60.  Invocation command line was
913
1355
 
914
1356
  $ $0 $@
915
1357
 
916
1358
_ACEOF
 
1359
exec 5>>config.log
917
1360
{
918
1361
cat <<_ASUNAME
919
1362
## --------- ##
932
1375
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
933
1376
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
934
1377
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
935
 
hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
 
1378
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
936
1379
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
937
1380
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
938
1381
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
946
1389
  test -z "$as_dir" && as_dir=.
947
1390
  echo "PATH: $as_dir"
948
1391
done
 
1392
IFS=$as_save_IFS
949
1393
 
950
1394
} >&5
951
1395
 
967
1411
ac_configure_args=
968
1412
ac_configure_args0=
969
1413
ac_configure_args1=
970
 
ac_sep=
971
1414
ac_must_keep_next=false
972
1415
for ac_pass in 1 2
973
1416
do
978
1421
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
979
1422
    | -silent | --silent | --silen | --sile | --sil)
980
1423
      continue ;;
981
 
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
1424
    *\'*)
982
1425
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
983
1426
    esac
984
1427
    case $ac_pass in
1000
1443
          -* ) ac_must_keep_next=true ;;
1001
1444
        esac
1002
1445
      fi
1003
 
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1004
 
      # Get rid of the leading space.
1005
 
      ac_sep=" "
 
1446
      ac_configure_args="$ac_configure_args '$ac_arg'"
1006
1447
      ;;
1007
1448
    esac
1008
1449
  done
1013
1454
# When interrupted or exit'd, cleanup temporary files, and complete
1014
1455
# config.log.  We remove comments because anyway the quotes in there
1015
1456
# would cause problems or look ugly.
1016
 
# WARNING: Be sure not to use single quotes in there, as some shells,
1017
 
# such as our DU 5.0 friend, will then `close' the trap.
 
1457
# WARNING: Use '\'' to represent an apostrophe within the trap.
 
1458
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1018
1459
trap 'exit_status=$?
1019
1460
  # Save into config.log some information that might help in debugging.
1020
1461
  {
1027
1468
_ASBOX
1028
1469
    echo
1029
1470
    # The following way of writing the cache mishandles newlines in values,
1030
 
{
 
1471
(
 
1472
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 
1473
    eval ac_val=\$$ac_var
 
1474
    case $ac_val in #(
 
1475
    *${as_nl}*)
 
1476
      case $ac_var in #(
 
1477
      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
1478
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
1479
      esac
 
1480
      case $ac_var in #(
 
1481
      _ | IFS | as_nl) ;; #(
 
1482
      *) $as_unset $ac_var ;;
 
1483
      esac ;;
 
1484
    esac
 
1485
  done
1031
1486
  (set) 2>&1 |
1032
 
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1033
 
    *ac_space=\ *)
 
1487
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 
1488
    *${as_nl}ac_space=\ *)
1034
1489
      sed -n \
1035
 
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1036
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1037
 
      ;;
 
1490
        "s/'\''/'\''\\\\'\'''\''/g;
 
1491
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 
1492
      ;; #(
1038
1493
    *)
1039
 
      sed -n \
1040
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
1494
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1041
1495
      ;;
1042
 
    esac;
1043
 
}
 
1496
    esac |
 
1497
    sort
 
1498
)
1044
1499
    echo
1045
1500
 
1046
1501
    cat <<\_ASBOX
1051
1506
    echo
1052
1507
    for ac_var in $ac_subst_vars
1053
1508
    do
1054
 
      eval ac_val=$`echo $ac_var`
1055
 
      echo "$ac_var='"'"'$ac_val'"'"'"
 
1509
      eval ac_val=\$$ac_var
 
1510
      case $ac_val in
 
1511
      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1512
      esac
 
1513
      echo "$ac_var='\''$ac_val'\''"
1056
1514
    done | sort
1057
1515
    echo
1058
1516
 
1059
1517
    if test -n "$ac_subst_files"; then
1060
1518
      cat <<\_ASBOX
1061
 
## ------------- ##
1062
 
## Output files. ##
1063
 
## ------------- ##
 
1519
## ------------------- ##
 
1520
## File substitutions. ##
 
1521
## ------------------- ##
1064
1522
_ASBOX
1065
1523
      echo
1066
1524
      for ac_var in $ac_subst_files
1067
1525
      do
1068
 
        eval ac_val=$`echo $ac_var`
1069
 
        echo "$ac_var='"'"'$ac_val'"'"'"
 
1526
        eval ac_val=\$$ac_var
 
1527
        case $ac_val in
 
1528
        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1529
        esac
 
1530
        echo "$ac_var='\''$ac_val'\''"
1070
1531
      done | sort
1071
1532
      echo
1072
1533
    fi
1078
1539
## ----------- ##
1079
1540
_ASBOX
1080
1541
      echo
1081
 
      sed "/^$/d" confdefs.h | sort
 
1542
      cat confdefs.h
1082
1543
      echo
1083
1544
    fi
1084
1545
    test "$ac_signal" != 0 &&
1085
1546
      echo "$as_me: caught signal $ac_signal"
1086
1547
    echo "$as_me: exit $exit_status"
1087
1548
  } >&5
1088
 
  rm -f core *.core &&
1089
 
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
 
1549
  rm -f core *.core core.conftest.* &&
 
1550
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1090
1551
    exit $exit_status
1091
 
     ' 0
 
1552
' 0
1092
1553
for ac_signal in 1 2 13 15; do
1093
1554
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1094
1555
done
1095
1556
ac_signal=0
1096
1557
 
1097
1558
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1098
 
rm -rf conftest* confdefs.h
1099
 
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1100
 
echo >confdefs.h
 
1559
rm -f -r conftest* confdefs.h
1101
1560
 
1102
1561
# Predefined preprocessor variables.
1103
1562
 
1128
1587
 
1129
1588
# Let the site file select an alternate cache file if it wants to.
1130
1589
# Prefer explicitly selected file to automatically selected ones.
1131
 
if test -z "$CONFIG_SITE"; then
1132
 
  if test "x$prefix" != xNONE; then
1133
 
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1134
 
  else
1135
 
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1136
 
  fi
 
1590
if test -n "$CONFIG_SITE"; then
 
1591
  set x "$CONFIG_SITE"
 
1592
elif test "x$prefix" != xNONE; then
 
1593
  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 
1594
else
 
1595
  set x "$ac_default_prefix/share/config.site" \
 
1596
        "$ac_default_prefix/etc/config.site"
1137
1597
fi
1138
 
for ac_site_file in $CONFIG_SITE; do
 
1598
shift
 
1599
for ac_site_file
 
1600
do
1139
1601
  if test -r "$ac_site_file"; then
1140
1602
    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1141
1603
echo "$as_me: loading site script $ac_site_file" >&6;}
1151
1613
    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1152
1614
echo "$as_me: loading cache $cache_file" >&6;}
1153
1615
    case $cache_file in
1154
 
      [\\/]* | ?:[\\/]* ) . $cache_file;;
1155
 
      *)                      . ./$cache_file;;
 
1616
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
1617
      *)                      . "./$cache_file";;
1156
1618
    esac
1157
1619
  fi
1158
1620
else
1164
1626
# Check that the precious variables saved in the cache have kept the same
1165
1627
# value.
1166
1628
ac_cache_corrupted=false
1167
 
for ac_var in `(set) 2>&1 |
1168
 
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 
1629
for ac_var in $ac_precious_vars; do
1169
1630
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1170
1631
  eval ac_new_set=\$ac_env_${ac_var}_set
1171
 
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1172
 
  eval ac_new_val="\$ac_env_${ac_var}_value"
 
1632
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 
1633
  eval ac_new_val=\$ac_env_${ac_var}_value
1173
1634
  case $ac_old_set,$ac_new_set in
1174
1635
    set,)
1175
1636
      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1194
1655
  # Pass precious variables to config.status.
1195
1656
  if test "$ac_new_set" = set; then
1196
1657
    case $ac_new_val in
1197
 
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1198
 
      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1658
    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1199
1659
    *) ac_arg=$ac_var=$ac_new_val ;;
1200
1660
    esac
1201
1661
    case " $ac_configure_args " in
1212
1672
   { (exit 1); exit 1; }; }
1213
1673
fi
1214
1674
 
 
1675
 
 
1676
 
 
1677
 
 
1678
 
 
1679
 
 
1680
 
 
1681
 
 
1682
 
 
1683
 
 
1684
 
 
1685
 
 
1686
 
 
1687
 
 
1688
 
 
1689
 
 
1690
 
1215
1691
ac_ext=c
1216
1692
ac_cpp='$CPP $CPPFLAGS'
1217
1693
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1222
1698
 
1223
1699
 
1224
1700
 
1225
 
 
1226
 
 
1227
 
 
1228
 
 
1229
 
 
1230
 
 
1231
 
 
1232
 
 
1233
 
 
1234
 
 
1235
 
 
1236
 
 
1237
 
 
1238
 
 
1239
 
 
1240
 
 
1241
 
 
1242
1701
PACKAGE=geda-symbols
1243
 
VERSION=20050313
 
1702
VERSION=20061020
1244
1703
echo Configuring $PACKAGE version $VERSION
1245
1704
 
1246
1705
# Initialize automake stuff
1247
1706
am__api_version="1.7"
1248
1707
ac_aux_dir=
1249
 
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1250
 
  if test -f $ac_dir/install-sh; then
 
1708
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
 
1709
  if test -f "$ac_dir/install-sh"; then
1251
1710
    ac_aux_dir=$ac_dir
1252
1711
    ac_install_sh="$ac_aux_dir/install-sh -c"
1253
1712
    break
1254
 
  elif test -f $ac_dir/install.sh; then
 
1713
  elif test -f "$ac_dir/install.sh"; then
1255
1714
    ac_aux_dir=$ac_dir
1256
1715
    ac_install_sh="$ac_aux_dir/install.sh -c"
1257
1716
    break
1258
 
  elif test -f $ac_dir/shtool; then
 
1717
  elif test -f "$ac_dir/shtool"; then
1259
1718
    ac_aux_dir=$ac_dir
1260
1719
    ac_install_sh="$ac_aux_dir/shtool install -c"
1261
1720
    break
1262
1721
  fi
1263
1722
done
1264
1723
if test -z "$ac_aux_dir"; then
1265
 
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1266
 
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
 
1724
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
1725
echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1267
1726
   { (exit 1); exit 1; }; }
1268
1727
fi
1269
 
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1270
 
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1271
 
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
 
1728
 
 
1729
# These three variables are undocumented and unsupported,
 
1730
# and are intended to be withdrawn in a future Autoconf release.
 
1731
# They can cause serious problems if a builder's source tree is in a directory
 
1732
# whose full name contains unusual characters.
 
1733
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 
1734
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 
1735
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
1736
 
1272
1737
 
1273
1738
# Find a good install program.  We prefer a C program (faster),
1274
1739
# so one script is as good as another.  But avoid the broken or
1283
1748
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1284
1749
# OS/2's system install, which has a completely different semantic
1285
1750
# ./install, which can be erroneously created by make from ./install.sh.
1286
 
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1287
 
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 
1751
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
1752
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1288
1753
if test -z "$INSTALL"; then
1289
1754
if test "${ac_cv_path_install+set}" = set; then
1290
1755
  echo $ECHO_N "(cached) $ECHO_C" >&6
1306
1771
    # by default.
1307
1772
    for ac_prog in ginstall scoinst install; do
1308
1773
      for ac_exec_ext in '' $ac_executable_extensions; do
1309
 
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 
1774
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1310
1775
          if test $ac_prog = install &&
1311
1776
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1312
1777
            # AIX install.  It has an incompatible calling convention.
1325
1790
    ;;
1326
1791
esac
1327
1792
done
 
1793
IFS=$as_save_IFS
1328
1794
 
1329
1795
 
1330
1796
fi
1331
1797
  if test "${ac_cv_path_install+set}" = set; then
1332
1798
    INSTALL=$ac_cv_path_install
1333
1799
  else
1334
 
    # As a last resort, use the slow shell script.  We don't cache a
1335
 
    # path for INSTALL within a source directory, because that will
 
1800
    # As a last resort, use the slow shell script.  Don't cache a
 
1801
    # value for INSTALL within a source directory, because that will
1336
1802
    # break other packages using the cache if that directory is
1337
 
    # removed, or if the path is relative.
 
1803
    # removed, or if the value is a relative name.
1338
1804
    INSTALL=$ac_install_sh
1339
1805
  fi
1340
1806
fi
1341
 
echo "$as_me:$LINENO: result: $INSTALL" >&5
1342
 
echo "${ECHO_T}$INSTALL" >&6
 
1807
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 
1808
echo "${ECHO_T}$INSTALL" >&6; }
1343
1809
 
1344
1810
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1345
1811
# It thinks the first close brace ends the variable substitution.
1349
1815
 
1350
1816
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1351
1817
 
1352
 
echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1353
 
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
 
1818
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
1819
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1354
1820
# Just in case
1355
1821
sleep 1
1356
1822
echo timestamp > conftest.file
1392
1858
Check your system clock" >&2;}
1393
1859
   { (exit 1); exit 1; }; }
1394
1860
fi
1395
 
echo "$as_me:$LINENO: result: yes" >&5
1396
 
echo "${ECHO_T}yes" >&6
 
1861
{ echo "$as_me:$LINENO: result: yes" >&5
 
1862
echo "${ECHO_T}yes" >&6; }
1397
1863
test "$program_prefix" != NONE &&
1398
 
  program_transform_name="s,^,$program_prefix,;$program_transform_name"
 
1864
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1399
1865
# Use a double $ so make ignores it.
1400
1866
test "$program_suffix" != NONE &&
1401
 
  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
 
1867
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1402
1868
# Double any \ or $.  echo might interpret backslashes.
1403
1869
# By default was `s,x,x', remove it if useless.
1404
1870
cat <<\_ACEOF >conftest.sed
1405
1871
s/[\\$]/&&/g;s/;s,x,x,$//
1406
1872
_ACEOF
1407
1873
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1408
 
rm conftest.sed
 
1874
rm -f conftest.sed
1409
1875
 
1410
1876
 
1411
1877
# expand $ac_aux_dir to an absolute path
1425
1891
do
1426
1892
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1427
1893
set dummy $ac_prog; ac_word=$2
1428
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1429
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1894
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1895
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1430
1896
if test "${ac_cv_prog_AWK+set}" = set; then
1431
1897
  echo $ECHO_N "(cached) $ECHO_C" >&6
1432
1898
else
1439
1905
  IFS=$as_save_IFS
1440
1906
  test -z "$as_dir" && as_dir=.
1441
1907
  for ac_exec_ext in '' $ac_executable_extensions; do
1442
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1908
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1443
1909
    ac_cv_prog_AWK="$ac_prog"
1444
1910
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1445
1911
    break 2
1446
1912
  fi
1447
1913
done
1448
1914
done
 
1915
IFS=$as_save_IFS
1449
1916
 
1450
1917
fi
1451
1918
fi
1452
1919
AWK=$ac_cv_prog_AWK
1453
1920
if test -n "$AWK"; then
1454
 
  echo "$as_me:$LINENO: result: $AWK" >&5
1455
 
echo "${ECHO_T}$AWK" >&6
 
1921
  { echo "$as_me:$LINENO: result: $AWK" >&5
 
1922
echo "${ECHO_T}$AWK" >&6; }
1456
1923
else
1457
 
  echo "$as_me:$LINENO: result: no" >&5
1458
 
echo "${ECHO_T}no" >&6
 
1924
  { echo "$as_me:$LINENO: result: no" >&5
 
1925
echo "${ECHO_T}no" >&6; }
1459
1926
fi
1460
1927
 
 
1928
 
1461
1929
  test -n "$AWK" && break
1462
1930
done
1463
1931
 
1464
 
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1465
 
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1466
 
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1467
 
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
 
1932
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
1933
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 
1934
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
1935
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1468
1936
  echo $ECHO_N "(cached) $ECHO_C" >&6
1469
1937
else
1470
1938
  cat >conftest.make <<\_ACEOF
 
1939
SHELL = /bin/sh
1471
1940
all:
1472
 
        @echo 'ac_maketemp="$(MAKE)"'
 
1941
        @echo '@@@%%%=$(MAKE)=@@@%%%'
1473
1942
_ACEOF
1474
1943
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1475
 
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1476
 
if test -n "$ac_maketemp"; then
1477
 
  eval ac_cv_prog_make_${ac_make}_set=yes
1478
 
else
1479
 
  eval ac_cv_prog_make_${ac_make}_set=no
1480
 
fi
 
1944
case `${MAKE-make} -f conftest.make 2>/dev/null` in
 
1945
  *@@@%%%=?*=@@@%%%*)
 
1946
    eval ac_cv_prog_make_${ac_make}_set=yes;;
 
1947
  *)
 
1948
    eval ac_cv_prog_make_${ac_make}_set=no;;
 
1949
esac
1481
1950
rm -f conftest.make
1482
1951
fi
1483
 
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1484
 
  echo "$as_me:$LINENO: result: yes" >&5
1485
 
echo "${ECHO_T}yes" >&6
 
1952
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
1953
  { echo "$as_me:$LINENO: result: yes" >&5
 
1954
echo "${ECHO_T}yes" >&6; }
1486
1955
  SET_MAKE=
1487
1956
else
1488
 
  echo "$as_me:$LINENO: result: no" >&5
1489
 
echo "${ECHO_T}no" >&6
 
1957
  { echo "$as_me:$LINENO: result: no" >&5
 
1958
echo "${ECHO_T}no" >&6; }
1490
1959
  SET_MAKE="MAKE=${MAKE-make}"
1491
1960
fi
1492
1961
 
1551
2020
  if test -n "$ac_tool_prefix"; then
1552
2021
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1553
2022
set dummy ${ac_tool_prefix}strip; ac_word=$2
1554
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1555
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
2023
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2024
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1556
2025
if test "${ac_cv_prog_STRIP+set}" = set; then
1557
2026
  echo $ECHO_N "(cached) $ECHO_C" >&6
1558
2027
else
1565
2034
  IFS=$as_save_IFS
1566
2035
  test -z "$as_dir" && as_dir=.
1567
2036
  for ac_exec_ext in '' $ac_executable_extensions; do
1568
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
2037
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1569
2038
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1570
2039
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1571
2040
    break 2
1572
2041
  fi
1573
2042
done
1574
2043
done
 
2044
IFS=$as_save_IFS
1575
2045
 
1576
2046
fi
1577
2047
fi
1578
2048
STRIP=$ac_cv_prog_STRIP
1579
2049
if test -n "$STRIP"; then
1580
 
  echo "$as_me:$LINENO: result: $STRIP" >&5
1581
 
echo "${ECHO_T}$STRIP" >&6
 
2050
  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
2051
echo "${ECHO_T}$STRIP" >&6; }
1582
2052
else
1583
 
  echo "$as_me:$LINENO: result: no" >&5
1584
 
echo "${ECHO_T}no" >&6
 
2053
  { echo "$as_me:$LINENO: result: no" >&5
 
2054
echo "${ECHO_T}no" >&6; }
1585
2055
fi
 
2056
 
1586
2057
 
1587
2058
fi
1588
2059
if test -z "$ac_cv_prog_STRIP"; then
1589
2060
  ac_ct_STRIP=$STRIP
1590
2061
  # Extract the first word of "strip", so it can be a program name with args.
1591
2062
set dummy strip; ac_word=$2
1592
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1593
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
2063
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2064
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1594
2065
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1595
2066
  echo $ECHO_N "(cached) $ECHO_C" >&6
1596
2067
else
1603
2074
  IFS=$as_save_IFS
1604
2075
  test -z "$as_dir" && as_dir=.
1605
2076
  for ac_exec_ext in '' $ac_executable_extensions; do
1606
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
2077
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1607
2078
    ac_cv_prog_ac_ct_STRIP="strip"
1608
2079
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1609
2080
    break 2
1610
2081
  fi
1611
2082
done
1612
2083
done
 
2084
IFS=$as_save_IFS
1613
2085
 
1614
 
  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1615
2086
fi
1616
2087
fi
1617
2088
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1618
2089
if test -n "$ac_ct_STRIP"; then
1619
 
  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1620
 
echo "${ECHO_T}$ac_ct_STRIP" >&6
 
2090
  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
2091
echo "${ECHO_T}$ac_ct_STRIP" >&6; }
1621
2092
else
1622
 
  echo "$as_me:$LINENO: result: no" >&5
1623
 
echo "${ECHO_T}no" >&6
 
2093
  { echo "$as_me:$LINENO: result: no" >&5
 
2094
echo "${ECHO_T}no" >&6; }
1624
2095
fi
1625
2096
 
1626
 
  STRIP=$ac_ct_STRIP
 
2097
  if test "x$ac_ct_STRIP" = x; then
 
2098
    STRIP=":"
 
2099
  else
 
2100
    case $cross_compiling:$ac_tool_warned in
 
2101
yes:)
 
2102
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
2103
whose name does not start with the host triplet.  If you think this
 
2104
configuration is useful to you, please write to autoconf@gnu.org." >&5
 
2105
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
2106
whose name does not start with the host triplet.  If you think this
 
2107
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
2108
ac_tool_warned=yes ;;
 
2109
esac
 
2110
    STRIP=$ac_ct_STRIP
 
2111
  fi
1627
2112
else
1628
2113
  STRIP="$ac_cv_prog_STRIP"
1629
2114
fi
1638
2123
 
1639
2124
 
1640
2125
# Init maintainer mode
1641
 
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1642
 
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1643
 
    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
 
2126
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
2127
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 
2128
    # Check whether --enable-maintainer-mode was given.
1644
2129
if test "${enable_maintainer_mode+set}" = set; then
1645
 
  enableval="$enable_maintainer_mode"
1646
 
  USE_MAINTAINER_MODE=$enableval
 
2130
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1647
2131
else
1648
2132
  USE_MAINTAINER_MODE=no
1649
 
fi;
1650
 
  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1651
 
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
 
2133
fi
 
2134
 
 
2135
  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
2136
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
1652
2137
 
1653
2138
 
1654
2139
if test $USE_MAINTAINER_MODE = yes; then
1668
2153
#
1669
2154
# Change default location for rc files
1670
2155
 
1671
 
# Check whether --with-rcdir or --without-rcdir was given.
 
2156
# Check whether --with-rcdir was given.
1672
2157
if test "${with_rcdir+set}" = set; then
1673
 
  withval="$with_rcdir"
1674
 
  opt_rcdir=$withval
1675
 
fi;
 
2158
  withval=$with_rcdir; opt_rcdir=$withval
 
2159
fi
 
2160
 
1676
2161
 
1677
2162
# --with-docdir : tells where to store documentation if not default
1678
2163
# defined below
1684
2169
#
1685
2170
# Misc win32 / mingw checks and variables start
1686
2171
# Make sure we can run config.sub.
1687
 
$ac_config_sub sun4 >/dev/null 2>&1 ||
1688
 
  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1689
 
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
 
2172
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
2173
  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
2174
echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1690
2175
   { (exit 1); exit 1; }; }
1691
2176
 
1692
 
echo "$as_me:$LINENO: checking build system type" >&5
1693
 
echo $ECHO_N "checking build system type... $ECHO_C" >&6
 
2177
{ echo "$as_me:$LINENO: checking build system type" >&5
 
2178
echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1694
2179
if test "${ac_cv_build+set}" = set; then
1695
2180
  echo $ECHO_N "(cached) $ECHO_C" >&6
1696
2181
else
1697
 
  ac_cv_build_alias=$build_alias
1698
 
test -z "$ac_cv_build_alias" &&
1699
 
  ac_cv_build_alias=`$ac_config_guess`
1700
 
test -z "$ac_cv_build_alias" &&
 
2182
  ac_build_alias=$build_alias
 
2183
test "x$ac_build_alias" = x &&
 
2184
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
2185
test "x$ac_build_alias" = x &&
1701
2186
  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1702
2187
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1703
2188
   { (exit 1); exit 1; }; }
1704
 
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1705
 
  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1706
 
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
 
2189
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
2190
  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
2191
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1707
2192
   { (exit 1); exit 1; }; }
1708
2193
 
1709
2194
fi
1710
 
echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1711
 
echo "${ECHO_T}$ac_cv_build" >&6
 
2195
{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
2196
echo "${ECHO_T}$ac_cv_build" >&6; }
 
2197
case $ac_cv_build in
 
2198
*-*-*) ;;
 
2199
*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
2200
echo "$as_me: error: invalid value of canonical build" >&2;}
 
2201
   { (exit 1); exit 1; }; };;
 
2202
esac
1712
2203
build=$ac_cv_build
1713
 
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1714
 
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1715
 
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1716
 
 
1717
 
 
1718
 
echo "$as_me:$LINENO: checking host system type" >&5
1719
 
echo $ECHO_N "checking host system type... $ECHO_C" >&6
 
2204
ac_save_IFS=$IFS; IFS='-'
 
2205
set x $ac_cv_build
 
2206
shift
 
2207
build_cpu=$1
 
2208
build_vendor=$2
 
2209
shift; shift
 
2210
# Remember, the first character of IFS is used to create $*,
 
2211
# except with old shells:
 
2212
build_os=$*
 
2213
IFS=$ac_save_IFS
 
2214
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
2215
 
 
2216
 
 
2217
{ echo "$as_me:$LINENO: checking host system type" >&5
 
2218
echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1720
2219
if test "${ac_cv_host+set}" = set; then
1721
2220
  echo $ECHO_N "(cached) $ECHO_C" >&6
1722
2221
else
1723
 
  ac_cv_host_alias=$host_alias
1724
 
test -z "$ac_cv_host_alias" &&
1725
 
  ac_cv_host_alias=$ac_cv_build_alias
1726
 
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1727
 
  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1728
 
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
 
2222
  if test "x$host_alias" = x; then
 
2223
  ac_cv_host=$ac_cv_build
 
2224
else
 
2225
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
2226
    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
2227
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1729
2228
   { (exit 1); exit 1; }; }
 
2229
fi
1730
2230
 
1731
2231
fi
1732
 
echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1733
 
echo "${ECHO_T}$ac_cv_host" >&6
 
2232
{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
2233
echo "${ECHO_T}$ac_cv_host" >&6; }
 
2234
case $ac_cv_host in
 
2235
*-*-*) ;;
 
2236
*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
2237
echo "$as_me: error: invalid value of canonical host" >&2;}
 
2238
   { (exit 1); exit 1; }; };;
 
2239
esac
1734
2240
host=$ac_cv_host
1735
 
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1736
 
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1737
 
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
2241
ac_save_IFS=$IFS; IFS='-'
 
2242
set x $ac_cv_host
 
2243
shift
 
2244
host_cpu=$1
 
2245
host_vendor=$2
 
2246
shift; shift
 
2247
# Remember, the first character of IFS is used to create $*,
 
2248
# except with old shells:
 
2249
host_os=$*
 
2250
IFS=$ac_save_IFS
 
2251
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1738
2252
 
1739
2253
 
1740
2254
 
1741
2255
# Figure out if we are building on win32 and what environment.
1742
2256
case $host_os in
1743
 
  *cygwin*  ) { { echo "$as_me:$LINENO: error: Building gEDA/gaf under cygwin is not supported" >&5
1744
 
echo "$as_me: error: Building gEDA/gaf under cygwin is not supported" >&2;}
1745
 
   { (exit 1); exit 1; }; } ;;
1746
2257
  *mingw32* ) echo "Configuring for mingw"; MINGW=yes ;;
1747
2258
esac
1748
2259
 
1767
2278
# search for fig2dev
1768
2279
# Extract the first word of "fig2dev", so it can be a program name with args.
1769
2280
set dummy fig2dev; ac_word=$2
1770
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1771
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
2281
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2282
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1772
2283
if test "${ac_cv_path_FIG2DEV+set}" = set; then
1773
2284
  echo $ECHO_N "(cached) $ECHO_C" >&6
1774
2285
else
1783
2294
  IFS=$as_save_IFS
1784
2295
  test -z "$as_dir" && as_dir=.
1785
2296
  for ac_exec_ext in '' $ac_executable_extensions; do
1786
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
2297
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1787
2298
    ac_cv_path_FIG2DEV="$as_dir/$ac_word$ac_exec_ext"
1788
2299
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1789
2300
    break 2
1790
2301
  fi
1791
2302
done
1792
2303
done
 
2304
IFS=$as_save_IFS
1793
2305
 
1794
2306
  test -z "$ac_cv_path_FIG2DEV" && ac_cv_path_FIG2DEV="no"
1795
2307
  ;;
1796
2308
esac
1797
2309
fi
1798
2310
FIG2DEV=$ac_cv_path_FIG2DEV
1799
 
 
1800
2311
if test -n "$FIG2DEV"; then
1801
 
  echo "$as_me:$LINENO: result: $FIG2DEV" >&5
1802
 
echo "${ECHO_T}$FIG2DEV" >&6
 
2312
  { echo "$as_me:$LINENO: result: $FIG2DEV" >&5
 
2313
echo "${ECHO_T}$FIG2DEV" >&6; }
1803
2314
else
1804
 
  echo "$as_me:$LINENO: result: no" >&5
1805
 
echo "${ECHO_T}no" >&6
 
2315
  { echo "$as_me:$LINENO: result: no" >&5
 
2316
echo "${ECHO_T}no" >&6; }
1806
2317
fi
1807
2318
 
 
2319
 
1808
2320
if test $FIG2DEV = "no"; then
1809
2321
        echo "Cannot find fig2dev (transfig), some documentation will not be created."
1810
2322
fi
1812
2324
# search for groff
1813
2325
# Extract the first word of "groff", so it can be a program name with args.
1814
2326
set dummy groff; ac_word=$2
1815
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1816
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
2327
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2328
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1817
2329
if test "${ac_cv_path_GROFF+set}" = set; then
1818
2330
  echo $ECHO_N "(cached) $ECHO_C" >&6
1819
2331
else
1828
2340
  IFS=$as_save_IFS
1829
2341
  test -z "$as_dir" && as_dir=.
1830
2342
  for ac_exec_ext in '' $ac_executable_extensions; do
1831
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
2343
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1832
2344
    ac_cv_path_GROFF="$as_dir/$ac_word$ac_exec_ext"
1833
2345
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1834
2346
    break 2
1835
2347
  fi
1836
2348
done
1837
2349
done
 
2350
IFS=$as_save_IFS
1838
2351
 
1839
2352
  test -z "$ac_cv_path_GROFF" && ac_cv_path_GROFF="no"
1840
2353
  ;;
1841
2354
esac
1842
2355
fi
1843
2356
GROFF=$ac_cv_path_GROFF
1844
 
 
1845
2357
if test -n "$GROFF"; then
1846
 
  echo "$as_me:$LINENO: result: $GROFF" >&5
1847
 
echo "${ECHO_T}$GROFF" >&6
 
2358
  { echo "$as_me:$LINENO: result: $GROFF" >&5
 
2359
echo "${ECHO_T}$GROFF" >&6; }
1848
2360
else
1849
 
  echo "$as_me:$LINENO: result: no" >&5
1850
 
echo "${ECHO_T}no" >&6
 
2361
  { echo "$as_me:$LINENO: result: no" >&5
 
2362
echo "${ECHO_T}no" >&6; }
1851
2363
fi
1852
2364
 
 
2365
 
1853
2366
if test $GROFF = "no"; then
1854
2367
        echo "Cannot find groff, some documentation will not be created."
1855
2368
fi
1857
2370
# search for ps2pdf
1858
2371
# Extract the first word of "ps2pdf", so it can be a program name with args.
1859
2372
set dummy ps2pdf; ac_word=$2
1860
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1861
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
2373
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2374
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1862
2375
if test "${ac_cv_path_PS2PDF+set}" = set; then
1863
2376
  echo $ECHO_N "(cached) $ECHO_C" >&6
1864
2377
else
1873
2386
  IFS=$as_save_IFS
1874
2387
  test -z "$as_dir" && as_dir=.
1875
2388
  for ac_exec_ext in '' $ac_executable_extensions; do
1876
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
2389
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1877
2390
    ac_cv_path_PS2PDF="$as_dir/$ac_word$ac_exec_ext"
1878
2391
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1879
2392
    break 2
1880
2393
  fi
1881
2394
done
1882
2395
done
 
2396
IFS=$as_save_IFS
1883
2397
 
1884
2398
  test -z "$ac_cv_path_PS2PDF" && ac_cv_path_PS2PDF="no"
1885
2399
  ;;
1886
2400
esac
1887
2401
fi
1888
2402
PS2PDF=$ac_cv_path_PS2PDF
1889
 
 
1890
2403
if test -n "$PS2PDF"; then
1891
 
  echo "$as_me:$LINENO: result: $PS2PDF" >&5
1892
 
echo "${ECHO_T}$PS2PDF" >&6
 
2404
  { echo "$as_me:$LINENO: result: $PS2PDF" >&5
 
2405
echo "${ECHO_T}$PS2PDF" >&6; }
1893
2406
else
1894
 
  echo "$as_me:$LINENO: result: no" >&5
1895
 
echo "${ECHO_T}no" >&6
 
2407
  { echo "$as_me:$LINENO: result: no" >&5
 
2408
echo "${ECHO_T}no" >&6; }
1896
2409
fi
1897
2410
 
 
2411
 
1898
2412
if test $PS2PDF = "no"; then
1899
2413
        echo "Cannot find ps2pdf, some documentation will not be created."
1900
2414
fi
1943
2457
 
1944
2458
 
1945
2459
 
 
2460
        dataamphenol=`ls -1 $srcdir/amphenol | grep -v Makefile | grep -v ChangeLog \
 
2461
                                 | grep -v CVS | grep -v "\\.cvsignore" \
 
2462
                                 | grep -v README \
 
2463
                                 | grep -v "\\~" | grep -v "\\.orig"`
 
2464
        dataamphenol=`echo $dataamphenol`
 
2465
 
 
2466
 
 
2467
 
1946
2468
        dataanalog=`ls -1 $srcdir/analog | grep -v Makefile | grep -v ChangeLog \
1947
2469
                                 | grep -v CVS | grep -v "\\.cvsignore" \
1948
2470
                                 | grep -v README \
2330
2852
 
2331
2853
gedadocdir=$dprefix/share/doc/geda-doc
2332
2854
 
2333
 
# Check whether --with-docdir or --without-docdir was given.
 
2855
# Check whether --with-docdir was given.
2334
2856
if test "${with_docdir+set}" = set; then
2335
 
  withval="$with_docdir"
2336
 
  gedadocdir=$withval
2337
 
fi;
 
2857
  withval=$with_docdir; gedadocdir=$withval
 
2858
fi
 
2859
 
2338
2860
expandgedadocdir=`echo $gedadocdir`
2339
2861
GEDADOCDIR=$expandgedadocdir
2340
2862
#
2348
2870
 
2349
2871
 
2350
2872
 
2351
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ac_config_files="$ac_config_files Makefile 4000/Makefile 74/Makefile relay/Makefile bus/Makefile supervisor/Makefile lattice/Makefile xilinx/Makefile dec/Makefile pla/Makefile ecl/Makefile rf/Makefile IEC417/Makefile altera/Makefile analog/Makefile connector/Makefile font/Makefile idt/Makefile io/Makefile linear/Makefile local/Makefile maxim/Makefile memory/Makefile micro/Makefile misc/Makefile transistor/Makefile power/Makefile philips/Makefile radio/Makefile switch/Makefile switcap/Makefile titleblock/Makefile tube/Makefile verilog/Makefile vhdl/Makefile spice/Makefile diode/Makefile opto/Makefile national/Makefile cascade/Makefile asic/Makefile asicpads/Makefile gnetman/Makefile minicircuits/Makefile st/Makefile apex/Makefile allegro/Makefile irf/Makefile documentation/Makefile system-gafrc"
 
2873
ac_config_files="$ac_config_files Makefile 4000/Makefile 74/Makefile relay/Makefile bus/Makefile supervisor/Makefile lattice/Makefile xilinx/Makefile dec/Makefile pla/Makefile ecl/Makefile rf/Makefile IEC417/Makefile altera/Makefile amphenol/Makefile analog/Makefile connector/Makefile font/Makefile idt/Makefile io/Makefile linear/Makefile local/Makefile maxim/Makefile memory/Makefile micro/Makefile misc/Makefile transistor/Makefile power/Makefile philips/Makefile radio/Makefile switch/Makefile switcap/Makefile titleblock/Makefile tube/Makefile verilog/Makefile vhdl/Makefile spice/Makefile diode/Makefile opto/Makefile national/Makefile cascade/Makefile asic/Makefile asicpads/Makefile gnetman/Makefile minicircuits/Makefile st/Makefile apex/Makefile allegro/Makefile irf/Makefile documentation/Makefile system-gafrc"
2352
2874
 
2353
2875
 
2354
2876
cat >confcache <<\_ACEOF
2369
2891
 
2370
2892
# The following way of writing the cache mishandles newlines in values,
2371
2893
# but we know of no workaround that is simple, portable, and efficient.
2372
 
# So, don't put newlines in cache variables' values.
 
2894
# So, we kill variables containing newlines.
2373
2895
# Ultrix sh set writes to stderr and can't be redirected directly,
2374
2896
# and sets the high bit in the cache file unless we assign to the vars.
2375
 
{
 
2897
(
 
2898
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
2899
    eval ac_val=\$$ac_var
 
2900
    case $ac_val in #(
 
2901
    *${as_nl}*)
 
2902
      case $ac_var in #(
 
2903
      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
2904
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
2905
      esac
 
2906
      case $ac_var in #(
 
2907
      _ | IFS | as_nl) ;; #(
 
2908
      *) $as_unset $ac_var ;;
 
2909
      esac ;;
 
2910
    esac
 
2911
  done
 
2912
 
2376
2913
  (set) 2>&1 |
2377
 
    case `(ac_space=' '; set | grep ac_space) 2>&1` in
2378
 
    *ac_space=\ *)
 
2914
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
2915
    *${as_nl}ac_space=\ *)
2379
2916
      # `set' does not quote correctly, so add quotes (double-quote
2380
2917
      # substitution turns \\\\ into \\, and sed turns \\ into \).
2381
2918
      sed -n \
2382
2919
        "s/'/'\\\\''/g;
2383
2920
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2384
 
      ;;
 
2921
      ;; #(
2385
2922
    *)
2386
2923
      # `set' quotes correctly as required by POSIX, so do not add quotes.
2387
 
      sed -n \
2388
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
2924
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2389
2925
      ;;
2390
 
    esac;
2391
 
} |
 
2926
    esac |
 
2927
    sort
 
2928
) |
2392
2929
  sed '
 
2930
     /^ac_cv_env_/b end
2393
2931
     t clear
2394
 
     : clear
 
2932
     :clear
2395
2933
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2396
2934
     t end
2397
 
     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2398
 
     : end' >>confcache
2399
 
if diff $cache_file confcache >/dev/null 2>&1; then :; else
2400
 
  if test -w $cache_file; then
2401
 
    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 
2935
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
2936
     :end' >>confcache
 
2937
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
2938
  if test -w "$cache_file"; then
 
2939
    test "x$cache_file" != "x/dev/null" &&
 
2940
      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
2941
echo "$as_me: updating cache $cache_file" >&6;}
2402
2942
    cat confcache >$cache_file
2403
2943
  else
2404
 
    echo "not updating unwritable cache $cache_file"
 
2944
    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
2945
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2405
2946
  fi
2406
2947
fi
2407
2948
rm -f confcache
2410
2951
# Let make expand exec_prefix.
2411
2952
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2412
2953
 
2413
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
2414
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2415
 
# trailing colons and then remove the whole line if VPATH becomes empty
2416
 
# (actually we leave an empty line to preserve line numbers).
2417
 
if test "x$srcdir" = x.; then
2418
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
2419
 
s/:*\$(srcdir):*/:/;
2420
 
s/:*\${srcdir}:*/:/;
2421
 
s/:*@srcdir@:*/:/;
2422
 
s/^\([^=]*=[     ]*\):*/\1/;
2423
 
s/:*$//;
2424
 
s/^[^=]*=[       ]*$//;
2425
 
}'
2426
 
fi
2427
 
 
2428
2954
# Transform confdefs.h into DEFS.
2429
2955
# Protect against shell expansion while executing Makefile rules.
2430
2956
# Protect against Makefile macro expansion.
2431
2957
#
2432
2958
# If the first sed substitution is executed (which looks for macros that
2433
 
# take arguments), then we branch to the quote section.  Otherwise,
 
2959
# take arguments), then branch to the quote section.  Otherwise,
2434
2960
# look for a macro that doesn't take arguments.
2435
 
cat >confdef2opt.sed <<\_ACEOF
 
2961
ac_script='
2436
2962
t clear
2437
 
: clear
2438
 
s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2439
 
t quote
2440
 
s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2441
 
t quote
2442
 
d
2443
 
: quote
2444
 
s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2445
 
s,\[,\\&,g
2446
 
s,\],\\&,g
2447
 
s,\$,$$,g
2448
 
p
2449
 
_ACEOF
2450
 
# We use echo to avoid assuming a particular line-breaking character.
2451
 
# The extra dot is to prevent the shell from consuming trailing
2452
 
# line-breaks from the sub-command output.  A line-break within
2453
 
# single-quotes doesn't work because, if this script is created in a
2454
 
# platform that uses two characters for line-breaks (e.g., DOS), tr
2455
 
# would break.
2456
 
ac_LF_and_DOT=`echo; echo .`
2457
 
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2458
 
rm -f confdef2opt.sed
 
2963
:clear
 
2964
s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
 
2965
t quote
 
2966
s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
 
2967
t quote
 
2968
b any
 
2969
:quote
 
2970
s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 
2971
s/\[/\\&/g
 
2972
s/\]/\\&/g
 
2973
s/\$/$$/g
 
2974
H
 
2975
:any
 
2976
${
 
2977
        g
 
2978
        s/^\n//
 
2979
        s/\n/ /g
 
2980
        p
 
2981
}
 
2982
'
 
2983
DEFS=`sed -n "$ac_script" confdefs.h`
2459
2984
 
2460
2985
 
2461
2986
ac_libobjs=
2462
2987
ac_ltlibobjs=
2463
2988
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2464
2989
  # 1. Remove the extension, and $U if already installed.
2465
 
  ac_i=`echo "$ac_i" |
2466
 
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2467
 
  # 2. Add them.
2468
 
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2469
 
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 
2990
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
2991
  ac_i=`echo "$ac_i" | sed "$ac_script"`
 
2992
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
2993
  #    will be set to the directory where LIBOBJS objects are built.
 
2994
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
2995
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2470
2996
done
2471
2997
LIBOBJS=$ac_libobjs
2472
2998
 
2511
3037
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2512
3038
  # is contrary to our usage.  Disable this feature.
2513
3039
  alias -g '${1+"$@"}'='"$@"'
2514
 
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2515
 
  set -o posix
 
3040
  setopt NO_GLOB_SUBST
 
3041
else
 
3042
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2516
3043
fi
 
3044
BIN_SH=xpg4; export BIN_SH # for Tru64
2517
3045
DUALCASE=1; export DUALCASE # for MKS sh
2518
3046
 
 
3047
 
 
3048
# PATH needs CR
 
3049
# Avoid depending upon Character Ranges.
 
3050
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
3051
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
3052
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
3053
as_cr_digits='0123456789'
 
3054
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
3055
 
 
3056
# The user is always right.
 
3057
if test "${PATH_SEPARATOR+set}" != set; then
 
3058
  echo "#! /bin/sh" >conf$$.sh
 
3059
  echo  "exit 0"   >>conf$$.sh
 
3060
  chmod +x conf$$.sh
 
3061
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
3062
    PATH_SEPARATOR=';'
 
3063
  else
 
3064
    PATH_SEPARATOR=:
 
3065
  fi
 
3066
  rm -f conf$$.sh
 
3067
fi
 
3068
 
2519
3069
# Support unset when possible.
2520
3070
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2521
3071
  as_unset=unset
2524
3074
fi
2525
3075
 
2526
3076
 
 
3077
# IFS
 
3078
# We need space, tab and new line, in precisely that order.  Quoting is
 
3079
# there to prevent editors from complaining about space-tab.
 
3080
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
3081
# splitting by setting IFS to empty value.)
 
3082
as_nl='
 
3083
'
 
3084
IFS=" ""        $as_nl"
 
3085
 
 
3086
# Find who we are.  Look in the path if we contain no directory separator.
 
3087
case $0 in
 
3088
  *[\\/]* ) as_myself=$0 ;;
 
3089
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
3090
for as_dir in $PATH
 
3091
do
 
3092
  IFS=$as_save_IFS
 
3093
  test -z "$as_dir" && as_dir=.
 
3094
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
3095
done
 
3096
IFS=$as_save_IFS
 
3097
 
 
3098
     ;;
 
3099
esac
 
3100
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
3101
# in which case we are not to be found in the path.
 
3102
if test "x$as_myself" = x; then
 
3103
  as_myself=$0
 
3104
fi
 
3105
if test ! -f "$as_myself"; then
 
3106
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
3107
  { (exit 1); exit 1; }
 
3108
fi
 
3109
 
2527
3110
# Work around bugs in pre-3.0 UWIN ksh.
2528
 
$as_unset ENV MAIL MAILPATH
 
3111
for as_var in ENV MAIL MAILPATH
 
3112
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
3113
done
2529
3114
PS1='$ '
2530
3115
PS2='> '
2531
3116
PS4='+ '
2539
3124
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2540
3125
    eval $as_var=C; export $as_var
2541
3126
  else
2542
 
    $as_unset $as_var
 
3127
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2543
3128
  fi
2544
3129
done
2545
3130
 
2546
3131
# Required to use basename.
2547
 
if expr a : '\(a\)' >/dev/null 2>&1; then
 
3132
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
3133
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2548
3134
  as_expr=expr
2549
3135
else
2550
3136
  as_expr=false
2551
3137
fi
2552
3138
 
2553
 
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
3139
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2554
3140
  as_basename=basename
2555
3141
else
2556
3142
  as_basename=false
2558
3144
 
2559
3145
 
2560
3146
# Name of the executable.
2561
 
as_me=`$as_basename "$0" ||
 
3147
as_me=`$as_basename -- "$0" ||
2562
3148
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2563
3149
         X"$0" : 'X\(//\)$' \| \
2564
 
         X"$0" : 'X\(/\)$' \| \
2565
 
         .     : '\(.\)' 2>/dev/null ||
 
3150
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2566
3151
echo X/"$0" |
2567
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2568
 
          /^X\/\(\/\/\)$/{ s//\1/; q; }
2569
 
          /^X\/\(\/\).*/{ s//\1/; q; }
2570
 
          s/.*/./; q'`
2571
 
 
2572
 
 
2573
 
# PATH needs CR, and LINENO needs CR and PATH.
2574
 
# Avoid depending upon Character Ranges.
2575
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2576
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2577
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2578
 
as_cr_digits='0123456789'
2579
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
2580
 
 
2581
 
# The user is always right.
2582
 
if test "${PATH_SEPARATOR+set}" != set; then
2583
 
  echo "#! /bin/sh" >conf$$.sh
2584
 
  echo  "exit 0"   >>conf$$.sh
2585
 
  chmod +x conf$$.sh
2586
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2587
 
    PATH_SEPARATOR=';'
2588
 
  else
2589
 
    PATH_SEPARATOR=:
2590
 
  fi
2591
 
  rm -f conf$$.sh
2592
 
fi
2593
 
 
2594
 
 
2595
 
  as_lineno_1=$LINENO
2596
 
  as_lineno_2=$LINENO
2597
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2598
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
2599
 
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2600
 
  # Find who we are.  Look in the path if we contain no path at all
2601
 
  # relative or not.
2602
 
  case $0 in
2603
 
    *[\\/]* ) as_myself=$0 ;;
2604
 
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2605
 
for as_dir in $PATH
2606
 
do
2607
 
  IFS=$as_save_IFS
2608
 
  test -z "$as_dir" && as_dir=.
2609
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2610
 
done
2611
 
 
2612
 
       ;;
2613
 
  esac
2614
 
  # We did not find ourselves, most probably we were run as `sh COMMAND'
2615
 
  # in which case we are not to be found in the path.
2616
 
  if test "x$as_myself" = x; then
2617
 
    as_myself=$0
2618
 
  fi
2619
 
  if test ! -f "$as_myself"; then
2620
 
    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2621
 
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2622
 
   { (exit 1); exit 1; }; }
2623
 
  fi
2624
 
  case $CONFIG_SHELL in
2625
 
  '')
2626
 
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2627
 
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2628
 
do
2629
 
  IFS=$as_save_IFS
2630
 
  test -z "$as_dir" && as_dir=.
2631
 
  for as_base in sh bash ksh sh5; do
2632
 
         case $as_dir in
2633
 
         /*)
2634
 
           if ("$as_dir/$as_base" -c '
2635
 
  as_lineno_1=$LINENO
2636
 
  as_lineno_2=$LINENO
2637
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2638
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
2639
 
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2640
 
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2641
 
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2642
 
             CONFIG_SHELL=$as_dir/$as_base
2643
 
             export CONFIG_SHELL
2644
 
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2645
 
           fi;;
2646
 
         esac
2647
 
       done
2648
 
done
2649
 
;;
2650
 
  esac
 
3152
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
3153
            s//\1/
 
3154
            q
 
3155
          }
 
3156
          /^X\/\(\/\/\)$/{
 
3157
            s//\1/
 
3158
            q
 
3159
          }
 
3160
          /^X\/\(\/\).*/{
 
3161
            s//\1/
 
3162
            q
 
3163
          }
 
3164
          s/.*/./; q'`
 
3165
 
 
3166
# CDPATH.
 
3167
$as_unset CDPATH
 
3168
 
 
3169
 
 
3170
 
 
3171
  as_lineno_1=$LINENO
 
3172
  as_lineno_2=$LINENO
 
3173
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
3174
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2651
3175
 
2652
3176
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2653
3177
  # uniformly replaced by the line number.  The first 'sed' inserts a
2654
 
  # line-number line before each line; the second 'sed' does the real
2655
 
  # work.  The second script uses 'N' to pair each line-number line
2656
 
  # with the numbered line, and appends trailing '-' during
2657
 
  # substitution so that $LINENO is not a special case at line end.
 
3178
  # line-number line after each line using $LINENO; the second 'sed'
 
3179
  # does the real work.  The second script uses 'N' to pair each
 
3180
  # line-number line with the line containing $LINENO, and appends
 
3181
  # trailing '-' during substitution so that $LINENO is not a special
 
3182
  # case at line end.
2658
3183
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2659
 
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2660
 
  sed '=' <$as_myself |
 
3184
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
3185
  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
3186
  sed -n '
 
3187
    p
 
3188
    /[$]LINENO/=
 
3189
  ' <$as_myself |
2661
3190
    sed '
 
3191
      s/[$]LINENO.*/&-/
 
3192
      t lineno
 
3193
      b
 
3194
      :lineno
2662
3195
      N
2663
 
      s,$,-,
2664
 
      : loop
2665
 
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
3196
      :loop
 
3197
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2666
3198
      t loop
2667
 
      s,-$,,
2668
 
      s,^['$as_cr_digits']*\n,,
 
3199
      s/-\n.*//
2669
3200
    ' >$as_me.lineno &&
2670
 
  chmod +x $as_me.lineno ||
2671
 
    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2672
 
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 
3201
  chmod +x "$as_me.lineno" ||
 
3202
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2673
3203
   { (exit 1); exit 1; }; }
2674
3204
 
2675
3205
  # Don't try to exec as it changes $[0], causing all sort of problems
2676
3206
  # (the dirname of $[0] is not the place where we might find the
2677
 
  # original and so on.  Autoconf is especially sensible to this).
2678
 
  . ./$as_me.lineno
 
3207
  # original and so on.  Autoconf is especially sensitive to this).
 
3208
  . "./$as_me.lineno"
2679
3209
  # Exit status is that of the last command.
2680
3210
  exit
2681
3211
}
2682
3212
 
2683
3213
 
2684
 
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2685
 
  *c*,-n*) ECHO_N= ECHO_C='
2686
 
' ECHO_T='      ' ;;
2687
 
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2688
 
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
3214
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
3215
  as_dirname=dirname
 
3216
else
 
3217
  as_dirname=false
 
3218
fi
 
3219
 
 
3220
ECHO_C= ECHO_N= ECHO_T=
 
3221
case `echo -n x` in
 
3222
-n*)
 
3223
  case `echo 'x\c'` in
 
3224
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
3225
  *)   ECHO_C='\c';;
 
3226
  esac;;
 
3227
*)
 
3228
  ECHO_N='-n';;
2689
3229
esac
2690
3230
 
2691
 
if expr a : '\(a\)' >/dev/null 2>&1; then
 
3231
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
3232
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2692
3233
  as_expr=expr
2693
3234
else
2694
3235
  as_expr=false
2695
3236
fi
2696
3237
 
2697
3238
rm -f conf$$ conf$$.exe conf$$.file
 
3239
if test -d conf$$.dir; then
 
3240
  rm -f conf$$.dir/conf$$.file
 
3241
else
 
3242
  rm -f conf$$.dir
 
3243
  mkdir conf$$.dir
 
3244
fi
2698
3245
echo >conf$$.file
2699
3246
if ln -s conf$$.file conf$$ 2>/dev/null; then
2700
 
  # We could just check for DJGPP; but this test a) works b) is more generic
2701
 
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2702
 
  if test -f conf$$.exe; then
2703
 
    # Don't use ln at all; we don't have any links
 
3247
  as_ln_s='ln -s'
 
3248
  # ... but there are two gotchas:
 
3249
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
3250
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
3251
  # In both cases, we have to default to `cp -p'.
 
3252
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2704
3253
    as_ln_s='cp -p'
2705
 
  else
2706
 
    as_ln_s='ln -s'
2707
 
  fi
2708
3254
elif ln conf$$.file conf$$ 2>/dev/null; then
2709
3255
  as_ln_s=ln
2710
3256
else
2711
3257
  as_ln_s='cp -p'
2712
3258
fi
2713
 
rm -f conf$$ conf$$.exe conf$$.file
 
3259
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
3260
rmdir conf$$.dir 2>/dev/null
2714
3261
 
2715
3262
if mkdir -p . 2>/dev/null; then
2716
3263
  as_mkdir_p=:
2719
3266
  as_mkdir_p=false
2720
3267
fi
2721
3268
 
2722
 
as_executable_p="test -f"
 
3269
# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
 
3270
# systems may use methods other than mode bits to determine executability.
 
3271
cat >conf$$.file <<_ASEOF
 
3272
#! /bin/sh
 
3273
exit 0
 
3274
_ASEOF
 
3275
chmod +x conf$$.file
 
3276
if test -x conf$$.file >/dev/null 2>&1; then
 
3277
  as_executable_p="test -x"
 
3278
else
 
3279
  as_executable_p=:
 
3280
fi
 
3281
rm -f conf$$.file
2723
3282
 
2724
3283
# Sed expression to map a string onto a valid CPP name.
2725
3284
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2728
3287
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2729
3288
 
2730
3289
 
2731
 
# IFS
2732
 
# We need space, tab and new line, in precisely that order.
2733
 
as_nl='
2734
 
'
2735
 
IFS="   $as_nl"
2736
 
 
2737
 
# CDPATH.
2738
 
$as_unset CDPATH
2739
 
 
2740
3290
exec 6>&1
2741
3291
 
2742
 
# Open the log real soon, to keep \$[0] and so on meaningful, and to
 
3292
# Save the log message, to keep $[0] and so on meaningful, and to
2743
3293
# report actual input values of CONFIG_FILES etc. instead of their
2744
 
# values after options handling.  Logging --version etc. is OK.
2745
 
exec 5>>config.log
2746
 
{
2747
 
  echo
2748
 
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2749
 
## Running $as_me. ##
2750
 
_ASBOX
2751
 
} >&5
2752
 
cat >&5 <<_CSEOF
2753
 
 
 
3294
# values after options handling.
 
3295
ac_log="
2754
3296
This file was extended by $as_me, which was
2755
 
generated by GNU Autoconf 2.59.  Invocation command line was
 
3297
generated by GNU Autoconf 2.60.  Invocation command line was
2756
3298
 
2757
3299
  CONFIG_FILES    = $CONFIG_FILES
2758
3300
  CONFIG_HEADERS  = $CONFIG_HEADERS
2760
3302
  CONFIG_COMMANDS = $CONFIG_COMMANDS
2761
3303
  $ $0 $@
2762
3304
 
2763
 
_CSEOF
2764
 
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2765
 
echo >&5
 
3305
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
3306
"
 
3307
 
2766
3308
_ACEOF
2767
3309
 
 
3310
cat >>$CONFIG_STATUS <<_ACEOF
2768
3311
# Files that config.status was made for.
2769
 
if test -n "$ac_config_files"; then
2770
 
  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2771
 
fi
2772
 
 
2773
 
if test -n "$ac_config_headers"; then
2774
 
  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2775
 
fi
2776
 
 
2777
 
if test -n "$ac_config_links"; then
2778
 
  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2779
 
fi
2780
 
 
2781
 
if test -n "$ac_config_commands"; then
2782
 
  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2783
 
fi
 
3312
config_files="$ac_config_files"
 
3313
 
 
3314
_ACEOF
2784
3315
 
2785
3316
cat >>$CONFIG_STATUS <<\_ACEOF
2786
 
 
2787
3317
ac_cs_usage="\
2788
3318
\`$as_me' instantiates files from templates according to the
2789
3319
current configuration.
2802
3332
$config_files
2803
3333
 
2804
3334
Report bugs to <bug-autoconf@gnu.org>."
 
3335
 
2805
3336
_ACEOF
2806
 
 
2807
3337
cat >>$CONFIG_STATUS <<_ACEOF
2808
3338
ac_cs_version="\\
2809
3339
config.status
2810
 
configured by $0, generated by GNU Autoconf 2.59,
2811
 
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
3340
configured by $0, generated by GNU Autoconf 2.60,
 
3341
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2812
3342
 
2813
 
Copyright (C) 2003 Free Software Foundation, Inc.
 
3343
Copyright (C) 2006 Free Software Foundation, Inc.
2814
3344
This config.status script is free software; the Free Software Foundation
2815
3345
gives unlimited permission to copy, distribute and modify it."
2816
 
srcdir=$srcdir
2817
 
INSTALL="$INSTALL"
 
3346
 
 
3347
ac_pwd='$ac_pwd'
 
3348
srcdir='$srcdir'
 
3349
INSTALL='$INSTALL'
2818
3350
_ACEOF
2819
3351
 
2820
3352
cat >>$CONFIG_STATUS <<\_ACEOF
2825
3357
do
2826
3358
  case $1 in
2827
3359
  --*=*)
2828
 
    ac_option=`expr "x$1" : 'x\([^=]*\)='`
2829
 
    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 
3360
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
3361
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2830
3362
    ac_shift=:
2831
3363
    ;;
2832
 
  -*)
 
3364
  *)
2833
3365
    ac_option=$1
2834
3366
    ac_optarg=$2
2835
3367
    ac_shift=shift
2836
3368
    ;;
2837
 
  *) # This is not an option, so the user has probably given explicit
2838
 
     # arguments.
2839
 
     ac_option=$1
2840
 
     ac_need_defaults=false;;
2841
3369
  esac
2842
3370
 
2843
3371
  case $ac_option in
2844
3372
  # Handling of the options.
2845
 
_ACEOF
2846
 
cat >>$CONFIG_STATUS <<\_ACEOF
2847
3373
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2848
3374
    ac_cs_recheck=: ;;
2849
 
  --version | --vers* | -V )
2850
 
    echo "$ac_cs_version"; exit 0 ;;
2851
 
  --he | --h)
2852
 
    # Conflict between --help and --header
2853
 
    { { echo "$as_me:$LINENO: error: ambiguous option: $1
2854
 
Try \`$0 --help' for more information." >&5
2855
 
echo "$as_me: error: ambiguous option: $1
2856
 
Try \`$0 --help' for more information." >&2;}
2857
 
   { (exit 1); exit 1; }; };;
2858
 
  --help | --hel | -h )
2859
 
    echo "$ac_cs_usage"; exit 0 ;;
2860
 
  --debug | --d* | -d )
 
3375
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
3376
    echo "$ac_cs_version"; exit ;;
 
3377
  --debug | --debu | --deb | --de | --d | -d )
2861
3378
    debug=: ;;
2862
3379
  --file | --fil | --fi | --f )
2863
3380
    $ac_shift
2864
3381
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2865
3382
    ac_need_defaults=false;;
2866
 
  --header | --heade | --head | --hea )
2867
 
    $ac_shift
2868
 
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2869
 
    ac_need_defaults=false;;
 
3383
  --he | --h |  --help | --hel | -h )
 
3384
    echo "$ac_cs_usage"; exit ;;
2870
3385
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2871
3386
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2872
3387
    ac_cs_silent=: ;;
2873
3388
 
2874
3389
  # This is an error.
2875
 
  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2876
 
Try \`$0 --help' for more information." >&5
2877
 
echo "$as_me: error: unrecognized option: $1
2878
 
Try \`$0 --help' for more information." >&2;}
 
3390
  -*) { echo "$as_me: error: unrecognized option: $1
 
3391
Try \`$0 --help' for more information." >&2
2879
3392
   { (exit 1); exit 1; }; } ;;
2880
3393
 
2881
 
  *) ac_config_targets="$ac_config_targets $1" ;;
 
3394
  *) ac_config_targets="$ac_config_targets $1"
 
3395
     ac_need_defaults=false ;;
2882
3396
 
2883
3397
  esac
2884
3398
  shift
2894
3408
_ACEOF
2895
3409
cat >>$CONFIG_STATUS <<_ACEOF
2896
3410
if \$ac_cs_recheck; then
2897
 
  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2898
 
  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
3411
  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
3412
  CONFIG_SHELL=$SHELL
 
3413
  export CONFIG_SHELL
 
3414
  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2899
3415
fi
2900
3416
 
2901
3417
_ACEOF
2902
 
 
2903
 
 
2904
 
 
2905
 
 
2906
 
 
2907
 
cat >>$CONFIG_STATUS <<\_ACEOF
 
3418
cat >>$CONFIG_STATUS <<\_ACEOF
 
3419
exec 5>>config.log
 
3420
{
 
3421
  echo
 
3422
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
3423
## Running $as_me. ##
 
3424
_ASBOX
 
3425
  echo "$ac_log"
 
3426
} >&5
 
3427
 
 
3428
_ACEOF
 
3429
cat >>$CONFIG_STATUS <<_ACEOF
 
3430
_ACEOF
 
3431
 
 
3432
cat >>$CONFIG_STATUS <<\_ACEOF
 
3433
 
 
3434
# Handling of arguments.
2908
3435
for ac_config_target in $ac_config_targets
2909
3436
do
2910
 
  case "$ac_config_target" in
2911
 
  # Handling of arguments.
2912
 
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2913
 
  "4000/Makefile" ) CONFIG_FILES="$CONFIG_FILES 4000/Makefile" ;;
2914
 
  "74/Makefile" ) CONFIG_FILES="$CONFIG_FILES 74/Makefile" ;;
2915
 
  "relay/Makefile" ) CONFIG_FILES="$CONFIG_FILES relay/Makefile" ;;
2916
 
  "bus/Makefile" ) CONFIG_FILES="$CONFIG_FILES bus/Makefile" ;;
2917
 
  "supervisor/Makefile" ) CONFIG_FILES="$CONFIG_FILES supervisor/Makefile" ;;
2918
 
  "lattice/Makefile" ) CONFIG_FILES="$CONFIG_FILES lattice/Makefile" ;;
2919
 
  "xilinx/Makefile" ) CONFIG_FILES="$CONFIG_FILES xilinx/Makefile" ;;
2920
 
  "dec/Makefile" ) CONFIG_FILES="$CONFIG_FILES dec/Makefile" ;;
2921
 
  "pla/Makefile" ) CONFIG_FILES="$CONFIG_FILES pla/Makefile" ;;
2922
 
  "ecl/Makefile" ) CONFIG_FILES="$CONFIG_FILES ecl/Makefile" ;;
2923
 
  "rf/Makefile" ) CONFIG_FILES="$CONFIG_FILES rf/Makefile" ;;
2924
 
  "IEC417/Makefile" ) CONFIG_FILES="$CONFIG_FILES IEC417/Makefile" ;;
2925
 
  "altera/Makefile" ) CONFIG_FILES="$CONFIG_FILES altera/Makefile" ;;
2926
 
  "analog/Makefile" ) CONFIG_FILES="$CONFIG_FILES analog/Makefile" ;;
2927
 
  "connector/Makefile" ) CONFIG_FILES="$CONFIG_FILES connector/Makefile" ;;
2928
 
  "font/Makefile" ) CONFIG_FILES="$CONFIG_FILES font/Makefile" ;;
2929
 
  "idt/Makefile" ) CONFIG_FILES="$CONFIG_FILES idt/Makefile" ;;
2930
 
  "io/Makefile" ) CONFIG_FILES="$CONFIG_FILES io/Makefile" ;;
2931
 
  "linear/Makefile" ) CONFIG_FILES="$CONFIG_FILES linear/Makefile" ;;
2932
 
  "local/Makefile" ) CONFIG_FILES="$CONFIG_FILES local/Makefile" ;;
2933
 
  "maxim/Makefile" ) CONFIG_FILES="$CONFIG_FILES maxim/Makefile" ;;
2934
 
  "memory/Makefile" ) CONFIG_FILES="$CONFIG_FILES memory/Makefile" ;;
2935
 
  "micro/Makefile" ) CONFIG_FILES="$CONFIG_FILES micro/Makefile" ;;
2936
 
  "misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES misc/Makefile" ;;
2937
 
  "transistor/Makefile" ) CONFIG_FILES="$CONFIG_FILES transistor/Makefile" ;;
2938
 
  "power/Makefile" ) CONFIG_FILES="$CONFIG_FILES power/Makefile" ;;
2939
 
  "philips/Makefile" ) CONFIG_FILES="$CONFIG_FILES philips/Makefile" ;;
2940
 
  "radio/Makefile" ) CONFIG_FILES="$CONFIG_FILES radio/Makefile" ;;
2941
 
  "switch/Makefile" ) CONFIG_FILES="$CONFIG_FILES switch/Makefile" ;;
2942
 
  "switcap/Makefile" ) CONFIG_FILES="$CONFIG_FILES switcap/Makefile" ;;
2943
 
  "titleblock/Makefile" ) CONFIG_FILES="$CONFIG_FILES titleblock/Makefile" ;;
2944
 
  "tube/Makefile" ) CONFIG_FILES="$CONFIG_FILES tube/Makefile" ;;
2945
 
  "verilog/Makefile" ) CONFIG_FILES="$CONFIG_FILES verilog/Makefile" ;;
2946
 
  "vhdl/Makefile" ) CONFIG_FILES="$CONFIG_FILES vhdl/Makefile" ;;
2947
 
  "spice/Makefile" ) CONFIG_FILES="$CONFIG_FILES spice/Makefile" ;;
2948
 
  "diode/Makefile" ) CONFIG_FILES="$CONFIG_FILES diode/Makefile" ;;
2949
 
  "opto/Makefile" ) CONFIG_FILES="$CONFIG_FILES opto/Makefile" ;;
2950
 
  "national/Makefile" ) CONFIG_FILES="$CONFIG_FILES national/Makefile" ;;
2951
 
  "cascade/Makefile" ) CONFIG_FILES="$CONFIG_FILES cascade/Makefile" ;;
2952
 
  "asic/Makefile" ) CONFIG_FILES="$CONFIG_FILES asic/Makefile" ;;
2953
 
  "asicpads/Makefile" ) CONFIG_FILES="$CONFIG_FILES asicpads/Makefile" ;;
2954
 
  "gnetman/Makefile" ) CONFIG_FILES="$CONFIG_FILES gnetman/Makefile" ;;
2955
 
  "minicircuits/Makefile" ) CONFIG_FILES="$CONFIG_FILES minicircuits/Makefile" ;;
2956
 
  "st/Makefile" ) CONFIG_FILES="$CONFIG_FILES st/Makefile" ;;
2957
 
  "apex/Makefile" ) CONFIG_FILES="$CONFIG_FILES apex/Makefile" ;;
2958
 
  "allegro/Makefile" ) CONFIG_FILES="$CONFIG_FILES allegro/Makefile" ;;
2959
 
  "irf/Makefile" ) CONFIG_FILES="$CONFIG_FILES irf/Makefile" ;;
2960
 
  "documentation/Makefile" ) CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
2961
 
  "system-gafrc" ) CONFIG_FILES="$CONFIG_FILES system-gafrc" ;;
 
3437
  case $ac_config_target in
 
3438
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
3439
    "4000/Makefile") CONFIG_FILES="$CONFIG_FILES 4000/Makefile" ;;
 
3440
    "74/Makefile") CONFIG_FILES="$CONFIG_FILES 74/Makefile" ;;
 
3441
    "relay/Makefile") CONFIG_FILES="$CONFIG_FILES relay/Makefile" ;;
 
3442
    "bus/Makefile") CONFIG_FILES="$CONFIG_FILES bus/Makefile" ;;
 
3443
    "supervisor/Makefile") CONFIG_FILES="$CONFIG_FILES supervisor/Makefile" ;;
 
3444
    "lattice/Makefile") CONFIG_FILES="$CONFIG_FILES lattice/Makefile" ;;
 
3445
    "xilinx/Makefile") CONFIG_FILES="$CONFIG_FILES xilinx/Makefile" ;;
 
3446
    "dec/Makefile") CONFIG_FILES="$CONFIG_FILES dec/Makefile" ;;
 
3447
    "pla/Makefile") CONFIG_FILES="$CONFIG_FILES pla/Makefile" ;;
 
3448
    "ecl/Makefile") CONFIG_FILES="$CONFIG_FILES ecl/Makefile" ;;
 
3449
    "rf/Makefile") CONFIG_FILES="$CONFIG_FILES rf/Makefile" ;;
 
3450
    "IEC417/Makefile") CONFIG_FILES="$CONFIG_FILES IEC417/Makefile" ;;
 
3451
    "altera/Makefile") CONFIG_FILES="$CONFIG_FILES altera/Makefile" ;;
 
3452
    "amphenol/Makefile") CONFIG_FILES="$CONFIG_FILES amphenol/Makefile" ;;
 
3453
    "analog/Makefile") CONFIG_FILES="$CONFIG_FILES analog/Makefile" ;;
 
3454
    "connector/Makefile") CONFIG_FILES="$CONFIG_FILES connector/Makefile" ;;
 
3455
    "font/Makefile") CONFIG_FILES="$CONFIG_FILES font/Makefile" ;;
 
3456
    "idt/Makefile") CONFIG_FILES="$CONFIG_FILES idt/Makefile" ;;
 
3457
    "io/Makefile") CONFIG_FILES="$CONFIG_FILES io/Makefile" ;;
 
3458
    "linear/Makefile") CONFIG_FILES="$CONFIG_FILES linear/Makefile" ;;
 
3459
    "local/Makefile") CONFIG_FILES="$CONFIG_FILES local/Makefile" ;;
 
3460
    "maxim/Makefile") CONFIG_FILES="$CONFIG_FILES maxim/Makefile" ;;
 
3461
    "memory/Makefile") CONFIG_FILES="$CONFIG_FILES memory/Makefile" ;;
 
3462
    "micro/Makefile") CONFIG_FILES="$CONFIG_FILES micro/Makefile" ;;
 
3463
    "misc/Makefile") CONFIG_FILES="$CONFIG_FILES misc/Makefile" ;;
 
3464
    "transistor/Makefile") CONFIG_FILES="$CONFIG_FILES transistor/Makefile" ;;
 
3465
    "power/Makefile") CONFIG_FILES="$CONFIG_FILES power/Makefile" ;;
 
3466
    "philips/Makefile") CONFIG_FILES="$CONFIG_FILES philips/Makefile" ;;
 
3467
    "radio/Makefile") CONFIG_FILES="$CONFIG_FILES radio/Makefile" ;;
 
3468
    "switch/Makefile") CONFIG_FILES="$CONFIG_FILES switch/Makefile" ;;
 
3469
    "switcap/Makefile") CONFIG_FILES="$CONFIG_FILES switcap/Makefile" ;;
 
3470
    "titleblock/Makefile") CONFIG_FILES="$CONFIG_FILES titleblock/Makefile" ;;
 
3471
    "tube/Makefile") CONFIG_FILES="$CONFIG_FILES tube/Makefile" ;;
 
3472
    "verilog/Makefile") CONFIG_FILES="$CONFIG_FILES verilog/Makefile" ;;
 
3473
    "vhdl/Makefile") CONFIG_FILES="$CONFIG_FILES vhdl/Makefile" ;;
 
3474
    "spice/Makefile") CONFIG_FILES="$CONFIG_FILES spice/Makefile" ;;
 
3475
    "diode/Makefile") CONFIG_FILES="$CONFIG_FILES diode/Makefile" ;;
 
3476
    "opto/Makefile") CONFIG_FILES="$CONFIG_FILES opto/Makefile" ;;
 
3477
    "national/Makefile") CONFIG_FILES="$CONFIG_FILES national/Makefile" ;;
 
3478
    "cascade/Makefile") CONFIG_FILES="$CONFIG_FILES cascade/Makefile" ;;
 
3479
    "asic/Makefile") CONFIG_FILES="$CONFIG_FILES asic/Makefile" ;;
 
3480
    "asicpads/Makefile") CONFIG_FILES="$CONFIG_FILES asicpads/Makefile" ;;
 
3481
    "gnetman/Makefile") CONFIG_FILES="$CONFIG_FILES gnetman/Makefile" ;;
 
3482
    "minicircuits/Makefile") CONFIG_FILES="$CONFIG_FILES minicircuits/Makefile" ;;
 
3483
    "st/Makefile") CONFIG_FILES="$CONFIG_FILES st/Makefile" ;;
 
3484
    "apex/Makefile") CONFIG_FILES="$CONFIG_FILES apex/Makefile" ;;
 
3485
    "allegro/Makefile") CONFIG_FILES="$CONFIG_FILES allegro/Makefile" ;;
 
3486
    "irf/Makefile") CONFIG_FILES="$CONFIG_FILES irf/Makefile" ;;
 
3487
    "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
 
3488
    "system-gafrc") CONFIG_FILES="$CONFIG_FILES system-gafrc" ;;
 
3489
 
2962
3490
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2963
3491
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2964
3492
   { (exit 1); exit 1; }; };;
2965
3493
  esac
2966
3494
done
2967
3495
 
 
3496
 
2968
3497
# If the user did not use the arguments to specify the items to instantiate,
2969
3498
# then the envvar interface is used.  Set only those that are not.
2970
3499
# We use the long form for the default assignment because of an extremely
2974
3503
fi
2975
3504
 
2976
3505
# Have a temporary directory for convenience.  Make it in the build tree
2977
 
# simply because there is no reason to put it here, and in addition,
 
3506
# simply because there is no reason against having it here, and in addition,
2978
3507
# creating and moving files from /tmp can sometimes cause problems.
2979
 
# Create a temporary directory, and hook for its removal unless debugging.
 
3508
# Hook for its removal unless debugging.
 
3509
# Note that there is a small window in which the directory will not be cleaned:
 
3510
# after its creation but before its name has been assigned to `$tmp'.
2980
3511
$debug ||
2981
3512
{
2982
 
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 
3513
  tmp=
 
3514
  trap 'exit_status=$?
 
3515
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
3516
' 0
2983
3517
  trap '{ (exit 1); exit 1; }' 1 2 13 15
2984
3518
}
2985
 
 
2986
3519
# Create a (secure) tmp directory for tmp files.
2987
3520
 
2988
3521
{
2989
 
  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 
3522
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2990
3523
  test -n "$tmp" && test -d "$tmp"
2991
3524
}  ||
2992
3525
{
2993
 
  tmp=./confstat$$-$RANDOM
2994
 
  (umask 077 && mkdir $tmp)
 
3526
  tmp=./conf$$-$RANDOM
 
3527
  (umask 077 && mkdir "$tmp")
2995
3528
} ||
2996
3529
{
2997
3530
   echo "$me: cannot create a temporary directory in ." >&2
2998
3531
   { (exit 1); exit 1; }
2999
3532
}
3000
3533
 
3001
 
_ACEOF
3002
 
 
3003
 
cat >>$CONFIG_STATUS <<_ACEOF
3004
 
 
3005
3534
#
3006
 
# CONFIG_FILES section.
 
3535
# Set up the sed scripts for CONFIG_FILES section.
3007
3536
#
3008
3537
 
3009
3538
# No need to generate the scripts if there are no CONFIG_FILES.
3010
3539
# This happens for instance when ./config.status config.h
3011
 
if test -n "\$CONFIG_FILES"; then
3012
 
  # Protect against being on the right side of a sed subst in config.status.
3013
 
  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3014
 
   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3015
 
s,@SHELL@,$SHELL,;t t
3016
 
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3017
 
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3018
 
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3019
 
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3020
 
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3021
 
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3022
 
s,@exec_prefix@,$exec_prefix,;t t
3023
 
s,@prefix@,$prefix,;t t
3024
 
s,@program_transform_name@,$program_transform_name,;t t
3025
 
s,@bindir@,$bindir,;t t
3026
 
s,@sbindir@,$sbindir,;t t
3027
 
s,@libexecdir@,$libexecdir,;t t
3028
 
s,@datadir@,$datadir,;t t
3029
 
s,@sysconfdir@,$sysconfdir,;t t
3030
 
s,@sharedstatedir@,$sharedstatedir,;t t
3031
 
s,@localstatedir@,$localstatedir,;t t
3032
 
s,@libdir@,$libdir,;t t
3033
 
s,@includedir@,$includedir,;t t
3034
 
s,@oldincludedir@,$oldincludedir,;t t
3035
 
s,@infodir@,$infodir,;t t
3036
 
s,@mandir@,$mandir,;t t
3037
 
s,@build_alias@,$build_alias,;t t
3038
 
s,@host_alias@,$host_alias,;t t
3039
 
s,@target_alias@,$target_alias,;t t
3040
 
s,@DEFS@,$DEFS,;t t
3041
 
s,@ECHO_C@,$ECHO_C,;t t
3042
 
s,@ECHO_N@,$ECHO_N,;t t
3043
 
s,@ECHO_T@,$ECHO_T,;t t
3044
 
s,@LIBS@,$LIBS,;t t
3045
 
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3046
 
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3047
 
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3048
 
s,@CYGPATH_W@,$CYGPATH_W,;t t
3049
 
s,@PACKAGE@,$PACKAGE,;t t
3050
 
s,@VERSION@,$VERSION,;t t
3051
 
s,@ACLOCAL@,$ACLOCAL,;t t
3052
 
s,@AUTOCONF@,$AUTOCONF,;t t
3053
 
s,@AUTOMAKE@,$AUTOMAKE,;t t
3054
 
s,@AUTOHEADER@,$AUTOHEADER,;t t
3055
 
s,@MAKEINFO@,$MAKEINFO,;t t
3056
 
s,@AMTAR@,$AMTAR,;t t
3057
 
s,@install_sh@,$install_sh,;t t
3058
 
s,@STRIP@,$STRIP,;t t
3059
 
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
3060
 
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3061
 
s,@AWK@,$AWK,;t t
3062
 
s,@SET_MAKE@,$SET_MAKE,;t t
3063
 
s,@am__leading_dot@,$am__leading_dot,;t t
3064
 
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
3065
 
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
3066
 
s,@MAINT@,$MAINT,;t t
3067
 
s,@build@,$build,;t t
3068
 
s,@build_cpu@,$build_cpu,;t t
3069
 
s,@build_vendor@,$build_vendor,;t t
3070
 
s,@build_os@,$build_os,;t t
3071
 
s,@host@,$host,;t t
3072
 
s,@host_cpu@,$host_cpu,;t t
3073
 
s,@host_vendor@,$host_vendor,;t t
3074
 
s,@host_os@,$host_os,;t t
3075
 
s,@FIG2DEV@,$FIG2DEV,;t t
3076
 
s,@GROFF@,$GROFF,;t t
3077
 
s,@PS2PDF@,$PS2PDF,;t t
3078
 
s,@data4000@,$data4000,;t t
3079
 
s,@datanational@,$datanational,;t t
3080
 
s,@datalocal@,$datalocal,;t t
3081
 
s,@dataio@,$dataio,;t t
3082
 
s,@dataanalog@,$dataanalog,;t t
3083
 
s,@datamaxim@,$datamaxim,;t t
3084
 
s,@dataverilog@,$dataverilog,;t t
3085
 
s,@datavhdl@,$datavhdl,;t t
3086
 
s,@dataspice@,$dataspice,;t t
3087
 
s,@dataconnector@,$dataconnector,;t t
3088
 
s,@dataaltera@,$dataaltera,;t t
3089
 
s,@datalinear@,$datalinear,;t t
3090
 
s,@dataswitch@,$dataswitch,;t t
3091
 
s,@dataswitcap@,$dataswitcap,;t t
3092
 
s,@datatitleblock@,$datatitleblock,;t t
3093
 
s,@datatube@,$datatube,;t t
3094
 
s,@dataradio@,$dataradio,;t t
3095
 
s,@datamicro@,$datamicro,;t t
3096
 
s,@datamemory@,$datamemory,;t t
3097
 
s,@data74@,$data74,;t t
3098
 
s,@datarelay@,$datarelay,;t t
3099
 
s,@datadiode@,$datadiode,;t t
3100
 
s,@dataopto@,$dataopto,;t t
3101
 
s,@databus@,$databus,;t t
3102
 
s,@datasupervisor@,$datasupervisor,;t t
3103
 
s,@datalattice@,$datalattice,;t t
3104
 
s,@datamisc@,$datamisc,;t t
3105
 
s,@datatransistor@,$datatransistor,;t t
3106
 
s,@datapower@,$datapower,;t t
3107
 
s,@dataphilips@,$dataphilips,;t t
3108
 
s,@dataxilinx@,$dataxilinx,;t t
3109
 
s,@datadec@,$datadec,;t t
3110
 
s,@datarf@,$datarf,;t t
3111
 
s,@datapla@,$datapla,;t t
3112
 
s,@dataecl@,$dataecl,;t t
3113
 
s,@dataIEC417@,$dataIEC417,;t t
3114
 
s,@datafont@,$datafont,;t t
3115
 
s,@dataidt@,$dataidt,;t t
3116
 
s,@datacascade@,$datacascade,;t t
3117
 
s,@dataasic@,$dataasic,;t t
3118
 
s,@dataasicpads@,$dataasicpads,;t t
3119
 
s,@datagnetman@,$datagnetman,;t t
3120
 
s,@dataminicircuits@,$dataminicircuits,;t t
3121
 
s,@datast@,$datast,;t t
3122
 
s,@dataapex@,$dataapex,;t t
3123
 
s,@dataallegro@,$dataallegro,;t t
3124
 
s,@datairf@,$datairf,;t t
3125
 
s,@GEDADATADIR@,$GEDADATADIR,;t t
3126
 
s,@GEDADOCDIR@,$GEDADOCDIR,;t t
3127
 
s,@GEDARCDIR@,$GEDARCDIR,;t t
3128
 
s,@PATHSEP@,$PATHSEP,;t t
3129
 
s,@OTHERPATHSEP@,$OTHERPATHSEP,;t t
3130
 
s,@LIBOBJS@,$LIBOBJS,;t t
3131
 
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3132
 
CEOF
3133
 
 
3134
 
_ACEOF
3135
 
 
3136
 
  cat >>$CONFIG_STATUS <<\_ACEOF
3137
 
  # Split the substitutions into bite-sized pieces for seds with
3138
 
  # small command number limits, like on Digital OSF/1 and HP-UX.
3139
 
  ac_max_sed_lines=48
3140
 
  ac_sed_frag=1 # Number of current file.
3141
 
  ac_beg=1 # First line for current file.
3142
 
  ac_end=$ac_max_sed_lines # Line after last line for current file.
3143
 
  ac_more_lines=:
3144
 
  ac_sed_cmds=
3145
 
  while $ac_more_lines; do
3146
 
    if test $ac_beg -gt 1; then
3147
 
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3148
 
    else
3149
 
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3150
 
    fi
3151
 
    if test ! -s $tmp/subs.frag; then
3152
 
      ac_more_lines=false
3153
 
    else
3154
 
      # The purpose of the label and of the branching condition is to
3155
 
      # speed up the sed processing (if there are no `@' at all, there
3156
 
      # is no need to browse any of the substitutions).
3157
 
      # These are the two extra sed commands mentioned above.
3158
 
      (echo ':t
3159
 
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3160
 
      if test -z "$ac_sed_cmds"; then
3161
 
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3162
 
      else
3163
 
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3164
 
      fi
3165
 
      ac_sed_frag=`expr $ac_sed_frag + 1`
3166
 
      ac_beg=$ac_end
3167
 
      ac_end=`expr $ac_end + $ac_max_sed_lines`
3168
 
    fi
3169
 
  done
3170
 
  if test -z "$ac_sed_cmds"; then
3171
 
    ac_sed_cmds=cat
3172
 
  fi
 
3540
if test -n "$CONFIG_FILES"; then
 
3541
 
 
3542
_ACEOF
 
3543
 
 
3544
 
 
3545
 
 
3546
ac_delim='%!_!# '
 
3547
for ac_last_try in false false false false false :; do
 
3548
  cat >conf$$subs.sed <<_ACEOF
 
3549
SHELL!$SHELL$ac_delim
 
3550
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 
3551
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 
3552
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 
3553
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 
3554
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 
3555
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 
3556
exec_prefix!$exec_prefix$ac_delim
 
3557
prefix!$prefix$ac_delim
 
3558
program_transform_name!$program_transform_name$ac_delim
 
3559
bindir!$bindir$ac_delim
 
3560
sbindir!$sbindir$ac_delim
 
3561
libexecdir!$libexecdir$ac_delim
 
3562
datarootdir!$datarootdir$ac_delim
 
3563
datadir!$datadir$ac_delim
 
3564
sysconfdir!$sysconfdir$ac_delim
 
3565
sharedstatedir!$sharedstatedir$ac_delim
 
3566
localstatedir!$localstatedir$ac_delim
 
3567
includedir!$includedir$ac_delim
 
3568
oldincludedir!$oldincludedir$ac_delim
 
3569
docdir!$docdir$ac_delim
 
3570
infodir!$infodir$ac_delim
 
3571
htmldir!$htmldir$ac_delim
 
3572
dvidir!$dvidir$ac_delim
 
3573
pdfdir!$pdfdir$ac_delim
 
3574
psdir!$psdir$ac_delim
 
3575
libdir!$libdir$ac_delim
 
3576
localedir!$localedir$ac_delim
 
3577
mandir!$mandir$ac_delim
 
3578
DEFS!$DEFS$ac_delim
 
3579
ECHO_C!$ECHO_C$ac_delim
 
3580
ECHO_N!$ECHO_N$ac_delim
 
3581
ECHO_T!$ECHO_T$ac_delim
 
3582
LIBS!$LIBS$ac_delim
 
3583
build_alias!$build_alias$ac_delim
 
3584
host_alias!$host_alias$ac_delim
 
3585
target_alias!$target_alias$ac_delim
 
3586
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 
3587
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 
3588
INSTALL_DATA!$INSTALL_DATA$ac_delim
 
3589
CYGPATH_W!$CYGPATH_W$ac_delim
 
3590
PACKAGE!$PACKAGE$ac_delim
 
3591
VERSION!$VERSION$ac_delim
 
3592
ACLOCAL!$ACLOCAL$ac_delim
 
3593
AUTOCONF!$AUTOCONF$ac_delim
 
3594
AUTOMAKE!$AUTOMAKE$ac_delim
 
3595
AUTOHEADER!$AUTOHEADER$ac_delim
 
3596
MAKEINFO!$MAKEINFO$ac_delim
 
3597
AMTAR!$AMTAR$ac_delim
 
3598
install_sh!$install_sh$ac_delim
 
3599
STRIP!$STRIP$ac_delim
 
3600
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 
3601
AWK!$AWK$ac_delim
 
3602
SET_MAKE!$SET_MAKE$ac_delim
 
3603
am__leading_dot!$am__leading_dot$ac_delim
 
3604
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 
3605
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 
3606
MAINT!$MAINT$ac_delim
 
3607
build!$build$ac_delim
 
3608
build_cpu!$build_cpu$ac_delim
 
3609
build_vendor!$build_vendor$ac_delim
 
3610
build_os!$build_os$ac_delim
 
3611
host!$host$ac_delim
 
3612
host_cpu!$host_cpu$ac_delim
 
3613
host_vendor!$host_vendor$ac_delim
 
3614
host_os!$host_os$ac_delim
 
3615
FIG2DEV!$FIG2DEV$ac_delim
 
3616
GROFF!$GROFF$ac_delim
 
3617
PS2PDF!$PS2PDF$ac_delim
 
3618
data4000!$data4000$ac_delim
 
3619
datanational!$datanational$ac_delim
 
3620
datalocal!$datalocal$ac_delim
 
3621
dataio!$dataio$ac_delim
 
3622
dataamphenol!$dataamphenol$ac_delim
 
3623
dataanalog!$dataanalog$ac_delim
 
3624
datamaxim!$datamaxim$ac_delim
 
3625
dataverilog!$dataverilog$ac_delim
 
3626
datavhdl!$datavhdl$ac_delim
 
3627
dataspice!$dataspice$ac_delim
 
3628
dataconnector!$dataconnector$ac_delim
 
3629
dataaltera!$dataaltera$ac_delim
 
3630
datalinear!$datalinear$ac_delim
 
3631
dataswitch!$dataswitch$ac_delim
 
3632
dataswitcap!$dataswitcap$ac_delim
 
3633
datatitleblock!$datatitleblock$ac_delim
 
3634
datatube!$datatube$ac_delim
 
3635
dataradio!$dataradio$ac_delim
 
3636
datamicro!$datamicro$ac_delim
 
3637
datamemory!$datamemory$ac_delim
 
3638
data74!$data74$ac_delim
 
3639
datarelay!$datarelay$ac_delim
 
3640
datadiode!$datadiode$ac_delim
 
3641
dataopto!$dataopto$ac_delim
 
3642
databus!$databus$ac_delim
 
3643
datasupervisor!$datasupervisor$ac_delim
 
3644
datalattice!$datalattice$ac_delim
 
3645
datamisc!$datamisc$ac_delim
 
3646
_ACEOF
 
3647
 
 
3648
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
3649
    break
 
3650
  elif $ac_last_try; then
 
3651
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
3652
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
3653
   { (exit 1); exit 1; }; }
 
3654
  else
 
3655
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
3656
  fi
 
3657
done
 
3658
 
 
3659
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
3660
if test -n "$ac_eof"; then
 
3661
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
3662
  ac_eof=`expr $ac_eof + 1`
 
3663
fi
 
3664
 
 
3665
cat >>$CONFIG_STATUS <<_ACEOF
 
3666
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
3667
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
3668
_ACEOF
 
3669
sed '
 
3670
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
3671
s/^/s,@/; s/!/@,|#_!!_#|/
 
3672
:n
 
3673
t n
 
3674
s/'"$ac_delim"'$/,g/; t
 
3675
s/$/\\/; p
 
3676
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
3677
' >>$CONFIG_STATUS <conf$$subs.sed
 
3678
rm -f conf$$subs.sed
 
3679
cat >>$CONFIG_STATUS <<_ACEOF
 
3680
CEOF$ac_eof
 
3681
_ACEOF
 
3682
 
 
3683
 
 
3684
ac_delim='%!_!# '
 
3685
for ac_last_try in false false false false false :; do
 
3686
  cat >conf$$subs.sed <<_ACEOF
 
3687
datatransistor!$datatransistor$ac_delim
 
3688
datapower!$datapower$ac_delim
 
3689
dataphilips!$dataphilips$ac_delim
 
3690
dataxilinx!$dataxilinx$ac_delim
 
3691
datadec!$datadec$ac_delim
 
3692
datarf!$datarf$ac_delim
 
3693
datapla!$datapla$ac_delim
 
3694
dataecl!$dataecl$ac_delim
 
3695
dataIEC417!$dataIEC417$ac_delim
 
3696
datafont!$datafont$ac_delim
 
3697
dataidt!$dataidt$ac_delim
 
3698
datacascade!$datacascade$ac_delim
 
3699
dataasic!$dataasic$ac_delim
 
3700
dataasicpads!$dataasicpads$ac_delim
 
3701
datagnetman!$datagnetman$ac_delim
 
3702
dataminicircuits!$dataminicircuits$ac_delim
 
3703
datast!$datast$ac_delim
 
3704
dataapex!$dataapex$ac_delim
 
3705
dataallegro!$dataallegro$ac_delim
 
3706
datairf!$datairf$ac_delim
 
3707
GEDADATADIR!$GEDADATADIR$ac_delim
 
3708
GEDADOCDIR!$GEDADOCDIR$ac_delim
 
3709
GEDARCDIR!$GEDARCDIR$ac_delim
 
3710
PATHSEP!$PATHSEP$ac_delim
 
3711
OTHERPATHSEP!$OTHERPATHSEP$ac_delim
 
3712
LIBOBJS!$LIBOBJS$ac_delim
 
3713
LTLIBOBJS!$LTLIBOBJS$ac_delim
 
3714
_ACEOF
 
3715
 
 
3716
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 27; then
 
3717
    break
 
3718
  elif $ac_last_try; then
 
3719
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
3720
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
3721
   { (exit 1); exit 1; }; }
 
3722
  else
 
3723
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
3724
  fi
 
3725
done
 
3726
 
 
3727
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
3728
if test -n "$ac_eof"; then
 
3729
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
3730
  ac_eof=`expr $ac_eof + 1`
 
3731
fi
 
3732
 
 
3733
cat >>$CONFIG_STATUS <<_ACEOF
 
3734
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
3735
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
3736
_ACEOF
 
3737
sed '
 
3738
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
3739
s/^/s,@/; s/!/@,|#_!!_#|/
 
3740
:n
 
3741
t n
 
3742
s/'"$ac_delim"'$/,g/; t
 
3743
s/$/\\/; p
 
3744
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
3745
' >>$CONFIG_STATUS <conf$$subs.sed
 
3746
rm -f conf$$subs.sed
 
3747
cat >>$CONFIG_STATUS <<_ACEOF
 
3748
:end
 
3749
s/|#_!!_#|//g
 
3750
CEOF$ac_eof
 
3751
_ACEOF
 
3752
 
 
3753
 
 
3754
# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
3755
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
3756
# trailing colons and then remove the whole line if VPATH becomes empty
 
3757
# (actually we leave an empty line to preserve line numbers).
 
3758
if test "x$srcdir" = x.; then
 
3759
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
 
3760
s/:*\$(srcdir):*/:/
 
3761
s/:*\${srcdir}:*/:/
 
3762
s/:*@srcdir@:*/:/
 
3763
s/^\([^=]*=[     ]*\):*/\1/
 
3764
s/:*$//
 
3765
s/^[^=]*=[       ]*$//
 
3766
}'
 
3767
fi
 
3768
 
 
3769
cat >>$CONFIG_STATUS <<\_ACEOF
3173
3770
fi # test -n "$CONFIG_FILES"
3174
3771
 
3175
 
_ACEOF
3176
 
cat >>$CONFIG_STATUS <<\_ACEOF
3177
 
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3178
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3179
 
  case $ac_file in
3180
 
  - | *:- | *:-:* ) # input from stdin
3181
 
        cat >$tmp/stdin
3182
 
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3183
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3184
 
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3185
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3186
 
  * )   ac_file_in=$ac_file.in ;;
3187
 
  esac
3188
 
 
3189
 
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3190
 
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
3772
 
 
3773
for ac_tag in  :F $CONFIG_FILES
 
3774
do
 
3775
  case $ac_tag in
 
3776
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
3777
  esac
 
3778
  case $ac_mode$ac_tag in
 
3779
  :[FHL]*:*);;
 
3780
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
3781
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
3782
   { (exit 1); exit 1; }; };;
 
3783
  :[FH]-) ac_tag=-:-;;
 
3784
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
3785
  esac
 
3786
  ac_save_IFS=$IFS
 
3787
  IFS=:
 
3788
  set x $ac_tag
 
3789
  IFS=$ac_save_IFS
 
3790
  shift
 
3791
  ac_file=$1
 
3792
  shift
 
3793
 
 
3794
  case $ac_mode in
 
3795
  :L) ac_source=$1;;
 
3796
  :[FH])
 
3797
    ac_file_inputs=
 
3798
    for ac_f
 
3799
    do
 
3800
      case $ac_f in
 
3801
      -) ac_f="$tmp/stdin";;
 
3802
      *) # Look for the file first in the build tree, then in the source tree
 
3803
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
3804
         # because $ac_f cannot contain `:'.
 
3805
         test -f "$ac_f" ||
 
3806
           case $ac_f in
 
3807
           [\\/$]*) false;;
 
3808
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
3809
           esac ||
 
3810
           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
3811
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
3812
   { (exit 1); exit 1; }; };;
 
3813
      esac
 
3814
      ac_file_inputs="$ac_file_inputs $ac_f"
 
3815
    done
 
3816
 
 
3817
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
3818
    # use $as_me), people would be surprised to read:
 
3819
    #    /* config.h.  Generated by config.status.  */
 
3820
    configure_input="Generated from "`IFS=:
 
3821
          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
3822
    if test x"$ac_file" != x-; then
 
3823
      configure_input="$ac_file.  $configure_input"
 
3824
      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
3825
echo "$as_me: creating $ac_file" >&6;}
 
3826
    fi
 
3827
 
 
3828
    case $ac_tag in
 
3829
    *:-:* | *:-) cat >"$tmp/stdin";;
 
3830
    esac
 
3831
    ;;
 
3832
  esac
 
3833
 
 
3834
  ac_dir=`$as_dirname -- "$ac_file" ||
3191
3835
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3192
3836
         X"$ac_file" : 'X\(//\)[^/]' \| \
3193
3837
         X"$ac_file" : 'X\(//\)$' \| \
3194
 
         X"$ac_file" : 'X\(/\)' \| \
3195
 
         .     : '\(.\)' 2>/dev/null ||
 
3838
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3196
3839
echo X"$ac_file" |
3197
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3198
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3199
 
          /^X\(\/\/\)$/{ s//\1/; q; }
3200
 
          /^X\(\/\).*/{ s//\1/; q; }
3201
 
          s/.*/./; q'`
3202
 
  { if $as_mkdir_p; then
3203
 
    mkdir -p "$ac_dir"
3204
 
  else
3205
 
    as_dir="$ac_dir"
 
3840
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
3841
            s//\1/
 
3842
            q
 
3843
          }
 
3844
          /^X\(\/\/\)[^/].*/{
 
3845
            s//\1/
 
3846
            q
 
3847
          }
 
3848
          /^X\(\/\/\)$/{
 
3849
            s//\1/
 
3850
            q
 
3851
          }
 
3852
          /^X\(\/\).*/{
 
3853
            s//\1/
 
3854
            q
 
3855
          }
 
3856
          s/.*/./; q'`
 
3857
  { as_dir="$ac_dir"
 
3858
  case $as_dir in #(
 
3859
  -*) as_dir=./$as_dir;;
 
3860
  esac
 
3861
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3206
3862
    as_dirs=
3207
 
    while test ! -d "$as_dir"; do
3208
 
      as_dirs="$as_dir $as_dirs"
3209
 
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
3863
    while :; do
 
3864
      case $as_dir in #(
 
3865
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
3866
      *) as_qdir=$as_dir;;
 
3867
      esac
 
3868
      as_dirs="'$as_qdir' $as_dirs"
 
3869
      as_dir=`$as_dirname -- "$as_dir" ||
3210
3870
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3211
3871
         X"$as_dir" : 'X\(//\)[^/]' \| \
3212
3872
         X"$as_dir" : 'X\(//\)$' \| \
3213
 
         X"$as_dir" : 'X\(/\)' \| \
3214
 
         .     : '\(.\)' 2>/dev/null ||
 
3873
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3215
3874
echo X"$as_dir" |
3216
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3217
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3218
 
          /^X\(\/\/\)$/{ s//\1/; q; }
3219
 
          /^X\(\/\).*/{ s//\1/; q; }
3220
 
          s/.*/./; q'`
 
3875
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
3876
            s//\1/
 
3877
            q
 
3878
          }
 
3879
          /^X\(\/\/\)[^/].*/{
 
3880
            s//\1/
 
3881
            q
 
3882
          }
 
3883
          /^X\(\/\/\)$/{
 
3884
            s//\1/
 
3885
            q
 
3886
          }
 
3887
          /^X\(\/\).*/{
 
3888
            s//\1/
 
3889
            q
 
3890
          }
 
3891
          s/.*/./; q'`
 
3892
      test -d "$as_dir" && break
3221
3893
    done
3222
 
    test ! -n "$as_dirs" || mkdir $as_dirs
3223
 
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3224
 
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
3894
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
3895
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
3896
echo "$as_me: error: cannot create directory $as_dir" >&2;}
3225
3897
   { (exit 1); exit 1; }; }; }
3226
 
 
3227
3898
  ac_builddir=.
3228
3899
 
3229
 
if test "$ac_dir" != .; then
 
3900
case "$ac_dir" in
 
3901
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
3902
*)
3230
3903
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3231
 
  # A "../" for each directory in $ac_dir_suffix.
3232
 
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3233
 
else
3234
 
  ac_dir_suffix= ac_top_builddir=
3235
 
fi
 
3904
  # A ".." for each directory in $ac_dir_suffix.
 
3905
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
3906
  case $ac_top_builddir_sub in
 
3907
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
3908
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
3909
  esac ;;
 
3910
esac
 
3911
ac_abs_top_builddir=$ac_pwd
 
3912
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
3913
# for backward compatibility:
 
3914
ac_top_builddir=$ac_top_build_prefix
3236
3915
 
3237
3916
case $srcdir in
3238
 
  .)  # No --srcdir option.  We are building in place.
 
3917
  .)  # We are building in place.
3239
3918
    ac_srcdir=.
3240
 
    if test -z "$ac_top_builddir"; then
3241
 
       ac_top_srcdir=.
3242
 
    else
3243
 
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3244
 
    fi ;;
3245
 
  [\\/]* | ?:[\\/]* )  # Absolute path.
 
3919
    ac_top_srcdir=$ac_top_builddir_sub
 
3920
    ac_abs_top_srcdir=$ac_pwd ;;
 
3921
  [\\/]* | ?:[\\/]* )  # Absolute name.
3246
3922
    ac_srcdir=$srcdir$ac_dir_suffix;
3247
 
    ac_top_srcdir=$srcdir ;;
3248
 
  *) # Relative path.
3249
 
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3250
 
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
3251
 
esac
3252
 
 
3253
 
# Do not use `cd foo && pwd` to compute absolute paths, because
3254
 
# the directories may not exist.
3255
 
case `pwd` in
3256
 
.) ac_abs_builddir="$ac_dir";;
3257
 
*)
3258
 
  case "$ac_dir" in
3259
 
  .) ac_abs_builddir=`pwd`;;
3260
 
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3261
 
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
3262
 
  esac;;
3263
 
esac
3264
 
case $ac_abs_builddir in
3265
 
.) ac_abs_top_builddir=${ac_top_builddir}.;;
3266
 
*)
3267
 
  case ${ac_top_builddir}. in
3268
 
  .) ac_abs_top_builddir=$ac_abs_builddir;;
3269
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3270
 
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3271
 
  esac;;
3272
 
esac
3273
 
case $ac_abs_builddir in
3274
 
.) ac_abs_srcdir=$ac_srcdir;;
3275
 
*)
3276
 
  case $ac_srcdir in
3277
 
  .) ac_abs_srcdir=$ac_abs_builddir;;
3278
 
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3279
 
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3280
 
  esac;;
3281
 
esac
3282
 
case $ac_abs_builddir in
3283
 
.) ac_abs_top_srcdir=$ac_top_srcdir;;
3284
 
*)
3285
 
  case $ac_top_srcdir in
3286
 
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
3287
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3288
 
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3289
 
  esac;;
3290
 
esac
3291
 
 
 
3923
    ac_top_srcdir=$srcdir
 
3924
    ac_abs_top_srcdir=$srcdir ;;
 
3925
  *) # Relative name.
 
3926
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
3927
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
3928
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
3929
esac
 
3930
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
3931
 
 
3932
 
 
3933
  case $ac_mode in
 
3934
  :F)
 
3935
  #
 
3936
  # CONFIG_FILE
 
3937
  #
3292
3938
 
3293
3939
  case $INSTALL in
3294
3940
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3295
 
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
 
3941
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3296
3942
  esac
3297
 
 
3298
 
  # Let's still pretend it is `configure' which instantiates (i.e., don't
3299
 
  # use $as_me), people would be surprised to read:
3300
 
  #    /* config.h.  Generated by config.status.  */
3301
 
  if test x"$ac_file" = x-; then
3302
 
    configure_input=
3303
 
  else
3304
 
    configure_input="$ac_file.  "
3305
 
  fi
3306
 
  configure_input=$configure_input"Generated from `echo $ac_file_in |
3307
 
                                     sed 's,.*/,,'` by configure."
3308
 
 
3309
 
  # First look for the input files in the build tree, otherwise in the
3310
 
  # src tree.
3311
 
  ac_file_inputs=`IFS=:
3312
 
    for f in $ac_file_in; do
3313
 
      case $f in
3314
 
      -) echo $tmp/stdin ;;
3315
 
      [\\/$]*)
3316
 
         # Absolute (can't be DOS-style, as IFS=:)
3317
 
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3318
 
echo "$as_me: error: cannot find input file: $f" >&2;}
3319
 
   { (exit 1); exit 1; }; }
3320
 
         echo "$f";;
3321
 
      *) # Relative
3322
 
         if test -f "$f"; then
3323
 
           # Build tree
3324
 
           echo "$f"
3325
 
         elif test -f "$srcdir/$f"; then
3326
 
           # Source tree
3327
 
           echo "$srcdir/$f"
3328
 
         else
3329
 
           # /dev/null tree
3330
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3331
 
echo "$as_me: error: cannot find input file: $f" >&2;}
3332
 
   { (exit 1); exit 1; }; }
3333
 
         fi;;
3334
 
      esac
3335
 
    done` || { (exit 1); exit 1; }
3336
 
 
3337
 
  if test x"$ac_file" != x-; then
3338
 
    { echo "$as_me:$LINENO: creating $ac_file" >&5
3339
 
echo "$as_me: creating $ac_file" >&6;}
3340
 
    rm -f "$ac_file"
3341
 
  fi
3342
 
_ACEOF
 
3943
_ACEOF
 
3944
 
 
3945
cat >>$CONFIG_STATUS <<\_ACEOF
 
3946
# If the template does not know about datarootdir, expand it.
 
3947
# FIXME: This hack should be removed a few years after 2.60.
 
3948
ac_datarootdir_hack=; ac_datarootdir_seen=
 
3949
 
 
3950
case `sed -n '/datarootdir/ {
 
3951
  p
 
3952
  q
 
3953
}
 
3954
/@datadir@/p
 
3955
/@docdir@/p
 
3956
/@infodir@/p
 
3957
/@localedir@/p
 
3958
/@mandir@/p
 
3959
' $ac_file_inputs` in
 
3960
*datarootdir*) ac_datarootdir_seen=yes;;
 
3961
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
3962
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
3963
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
3964
_ACEOF
 
3965
cat >>$CONFIG_STATUS <<_ACEOF
 
3966
  ac_datarootdir_hack='
 
3967
  s&@datadir@&$datadir&g
 
3968
  s&@docdir@&$docdir&g
 
3969
  s&@infodir@&$infodir&g
 
3970
  s&@localedir@&$localedir&g
 
3971
  s&@mandir@&$mandir&g
 
3972
    s&\\\${datarootdir}&$datarootdir&g' ;;
 
3973
esac
 
3974
_ACEOF
 
3975
 
 
3976
# Neutralize VPATH when `$srcdir' = `.'.
 
3977
# Shell code in configure.ac might set extrasub.
 
3978
# FIXME: do we really want to maintain this feature?
3343
3979
cat >>$CONFIG_STATUS <<_ACEOF
3344
3980
  sed "$ac_vpsub
3345
3981
$extrasub
3347
3983
cat >>$CONFIG_STATUS <<\_ACEOF
3348
3984
:t
3349
3985
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3350
 
s,@configure_input@,$configure_input,;t t
3351
 
s,@srcdir@,$ac_srcdir,;t t
3352
 
s,@abs_srcdir@,$ac_abs_srcdir,;t t
3353
 
s,@top_srcdir@,$ac_top_srcdir,;t t
3354
 
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3355
 
s,@builddir@,$ac_builddir,;t t
3356
 
s,@abs_builddir@,$ac_abs_builddir,;t t
3357
 
s,@top_builddir@,$ac_top_builddir,;t t
3358
 
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3359
 
s,@INSTALL@,$ac_INSTALL,;t t
3360
 
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3361
 
  rm -f $tmp/stdin
3362
 
  if test x"$ac_file" != x-; then
3363
 
    mv $tmp/out $ac_file
3364
 
  else
3365
 
    cat $tmp/out
3366
 
    rm -f $tmp/out
3367
 
  fi
3368
 
 
3369
 
done
3370
 
_ACEOF
3371
 
 
3372
 
cat >>$CONFIG_STATUS <<\_ACEOF
 
3986
s&@configure_input@&$configure_input&;t t
 
3987
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
3988
s&@srcdir@&$ac_srcdir&;t t
 
3989
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
3990
s&@top_srcdir@&$ac_top_srcdir&;t t
 
3991
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
3992
s&@builddir@&$ac_builddir&;t t
 
3993
s&@abs_builddir@&$ac_abs_builddir&;t t
 
3994
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
3995
s&@INSTALL@&$ac_INSTALL&;t t
 
3996
$ac_datarootdir_hack
 
3997
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 
3998
 
 
3999
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
4000
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
4001
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
4002
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
4003
which seems to be undefined.  Please make sure it is defined." >&5
 
4004
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
4005
which seems to be undefined.  Please make sure it is defined." >&2;}
 
4006
 
 
4007
  rm -f "$tmp/stdin"
 
4008
  case $ac_file in
 
4009
  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
4010
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
4011
  esac
 
4012
 ;;
 
4013
 
 
4014
 
 
4015
 
 
4016
  esac
 
4017
 
 
4018
done # for ac_tag
 
4019
 
3373
4020
 
3374
4021
{ (exit 0); exit 0; }
3375
4022
_ACEOF
3403
4050
expandedGEDARCDIR=`eval "echo $GEDARCDIR"`
3404
4051
expandedGEDADOCDIR=`eval "echo $GEDADOCDIR"`
3405
4052
 
3406
 
echo "$as_me:$LINENO: result:
 
4053
{ echo "$as_me:$LINENO: result:
3407
4054
** Configuration summary for $PACKAGE $VERSION:
3408
4055
 
3409
4056
   data directory:                   $expandedGEDADATADIR
3418
4065
   rc directory:                     $expandedGEDARCDIR
3419
4066
   documentation directory:          $expandedGEDADOCDIR
3420
4067
   mingw build:                      $MINGW
3421
 
" >&6
 
4068
" >&6; }
3422
4069