~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to config.status.lineno

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-09-04 16:01:17 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070904160117-i15zckg2nhxe9fyw
Tags: 1.9.0+20070830-2ubuntu1
* Sync from Debian; remaining changes:
  - Add -g to CFLAGS.
* Fixes build failure on ia64.
* Fixes build failure with gcc-4.2 on lpia.
* Robustify check for target_os, fixing build failure on lpia.
* Set Ubuntu maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
# Generated by configure.
 
3
# Run this file to recreate the current configuration.
 
4
# Compiler output produced by configure, useful for debugging
 
5
# configure, is in config.log if it exists.
 
6
 
 
7
debug=false
 
8
ac_cs_recheck=false
 
9
ac_cs_silent=false
 
10
SHELL=${CONFIG_SHELL-/bin/bash}
 
11
## --------------------- ##
 
12
## M4sh Initialization.  ##
 
13
## --------------------- ##
 
14
 
 
15
# Be more Bourne compatible
 
16
DUALCASE=1; export DUALCASE # for MKS sh
 
17
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
18
  emulate sh
 
19
  NULLCMD=:
 
20
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
21
  # is contrary to our usage.  Disable this feature.
 
22
  alias -g '${1+"$@"}'='"$@"'
 
23
  setopt NO_GLOB_SUBST
 
24
else
 
25
  case `(set -o) 2>/dev/null` in
 
26
  *posix*) set -o posix ;;
 
27
esac
 
28
 
 
29
fi
 
30
 
 
31
 
 
32
 
 
33
 
 
34
# PATH needs CR
 
35
# Avoid depending upon Character Ranges.
 
36
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
37
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
38
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
39
as_cr_digits='0123456789'
 
40
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
41
 
 
42
# The user is always right.
 
43
if test "${PATH_SEPARATOR+set}" != set; then
 
44
  echo "#! /bin/sh" >conf$$.sh
 
45
  echo  "exit 0"   >>conf$$.sh
 
46
  chmod +x conf$$.sh
 
47
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
48
    PATH_SEPARATOR=';'
 
49
  else
 
50
    PATH_SEPARATOR=:
 
51
  fi
 
52
  rm -f conf$$.sh
 
53
fi
 
54
 
 
55
# Support unset when possible.
 
56
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
57
  as_unset=unset
 
58
else
 
59
  as_unset=false
 
60
fi
 
61
 
 
62
 
 
63
# IFS
 
64
# We need space, tab and new line, in precisely that order.  Quoting is
 
65
# there to prevent editors from complaining about space-tab.
 
66
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
67
# splitting by setting IFS to empty value.)
 
68
as_nl='
 
69
'
 
70
IFS=" ""        $as_nl"
 
71
 
 
72
# Find who we are.  Look in the path if we contain no directory separator.
 
73
case $0 in
 
74
  *[\\/]* ) as_myself=$0 ;;
 
75
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
76
for as_dir in $PATH
 
77
do
 
78
  IFS=$as_save_IFS
 
79
  test -z "$as_dir" && as_dir=.
 
80
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
81
done
 
82
IFS=$as_save_IFS
 
83
 
 
84
     ;;
 
85
esac
 
86
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
87
# in which case we are not to be found in the path.
 
88
if test "x$as_myself" = x; then
 
89
  as_myself=$0
 
90
fi
 
91
if test ! -f "$as_myself"; then
 
92
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
93
  { (exit 1); exit 1; }
 
94
fi
 
95
 
 
96
# Work around bugs in pre-3.0 UWIN ksh.
 
97
for as_var in ENV MAIL MAILPATH
 
98
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
99
done
 
100
PS1='$ '
 
101
PS2='> '
 
102
PS4='+ '
 
103
 
 
104
# NLS nuisances.
 
105
for as_var in \
 
106
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
107
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
108
  LC_TELEPHONE LC_TIME
 
109
do
 
110
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
111
    eval $as_var=C; export $as_var
 
112
  else
 
113
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
114
  fi
 
115
done
 
116
 
 
117
# Required to use basename.
 
118
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
119
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
120
  as_expr=expr
 
121
else
 
122
  as_expr=false
 
123
fi
 
124
 
 
125
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
126
  as_basename=basename
 
127
else
 
128
  as_basename=false
 
129
fi
 
130
 
 
131
 
 
132
# Name of the executable.
 
133
as_me=`$as_basename -- "$0" ||
 
134
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
135
         X"$0" : 'X\(//\)$' \| \
 
136
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
137
echo X/"$0" |
 
138
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
139
            s//\1/
 
140
            q
 
141
          }
 
142
          /^X\/\(\/\/\)$/{
 
143
            s//\1/
 
144
            q
 
145
          }
 
146
          /^X\/\(\/\).*/{
 
147
            s//\1/
 
148
            q
 
149
          }
 
150
          s/.*/./; q'`
 
151
 
 
152
# CDPATH.
 
153
$as_unset CDPATH
 
154
 
 
155
 
 
156
 
 
157
  as_lineno_1=157
 
158
  as_lineno_2=158
 
159
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
160
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
161
 
 
162
  # Create $as_me.lineno as a copy of $as_myself, but with 162
 
163
  # uniformly replaced by the line number.  The first 'sed' inserts a
 
164
  # line-number line after each line using 164; the second 'sed'
 
165
  # does the real work.  The second script uses 'N' to pair each
 
166
  # line-number line with the line containing 166, and appends
 
167
  # trailing '-' during substitution so that 167 is not a special
 
168
  # case at line end.
 
169
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
170
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
171
  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
172
  sed -n '
 
173
    p
 
174
    /[$]LINENO/=
 
175
  ' <$as_myself |
 
176
    sed '
 
177
      s/[$]LINENO.*/&-/
 
178
      t lineno
 
179
      b
 
180
      :lineno
 
181
      N
 
182
      :loop
 
183
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
184
      t loop
 
185
      s/-\n.*//
 
186
    ' >$as_me.lineno &&
 
187
  chmod +x "$as_me.lineno" ||
 
188
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
189
   { (exit 1); exit 1; }; }
 
190
 
 
191
  # Don't try to exec as it changes $[0], causing all sort of problems
 
192
  # (the dirname of $[0] is not the place where we might find the
 
193
  # original and so on.  Autoconf is especially sensitive to this).
 
194
  . "./$as_me.lineno"
 
195
  # Exit status is that of the last command.
 
196
  exit
 
197
}
 
198
 
 
199
 
 
200
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
201
  as_dirname=dirname
 
202
else
 
203
  as_dirname=false
 
204
fi
 
205
 
 
206
ECHO_C= ECHO_N= ECHO_T=
 
207
case `echo -n x` in
 
208
-n*)
 
209
  case `echo 'x\c'` in
 
210
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
211
  *)   ECHO_C='\c';;
 
212
  esac;;
 
213
*)
 
214
  ECHO_N='-n';;
 
215
esac
 
216
 
 
217
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
218
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
219
  as_expr=expr
 
220
else
 
221
  as_expr=false
 
222
fi
 
223
 
 
224
rm -f conf$$ conf$$.exe conf$$.file
 
225
if test -d conf$$.dir; then
 
226
  rm -f conf$$.dir/conf$$.file
 
227
else
 
228
  rm -f conf$$.dir
 
229
  mkdir conf$$.dir
 
230
fi
 
231
echo >conf$$.file
 
232
if ln -s conf$$.file conf$$ 2>/dev/null; then
 
233
  as_ln_s='ln -s'
 
234
  # ... but there are two gotchas:
 
235
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
236
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
237
  # In both cases, we have to default to `cp -p'.
 
238
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
239
    as_ln_s='cp -p'
 
240
elif ln conf$$.file conf$$ 2>/dev/null; then
 
241
  as_ln_s=ln
 
242
else
 
243
  as_ln_s='cp -p'
 
244
fi
 
245
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
246
rmdir conf$$.dir 2>/dev/null
 
247
 
 
248
if mkdir -p . 2>/dev/null; then
 
249
  as_mkdir_p=:
 
250
else
 
251
  test -d ./-p && rmdir ./-p
 
252
  as_mkdir_p=false
 
253
fi
 
254
 
 
255
if test -x / >/dev/null 2>&1; then
 
256
  as_test_x='test -x'
 
257
else
 
258
  if ls -dL / >/dev/null 2>&1; then
 
259
    as_ls_L_option=L
 
260
  else
 
261
    as_ls_L_option=
 
262
  fi
 
263
  as_test_x='
 
264
    eval sh -c '\''
 
265
      if test -d "$1"; then
 
266
        test -d "$1/.";
 
267
      else
 
268
        case $1 in
 
269
        -*)set "./$1";;
 
270
        esac;
 
271
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
272
        ???[sx]*):;;*)false;;esac;fi
 
273
    '\'' sh
 
274
  '
 
275
fi
 
276
as_executable_p=$as_test_x
 
277
 
 
278
# Sed expression to map a string onto a valid CPP name.
 
279
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
280
 
 
281
# Sed expression to map a string onto a valid variable name.
 
282
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
283
 
 
284
 
 
285
exec 6>&1
 
286
 
 
287
# Save the log message, to keep $[0] and so on meaningful, and to
 
288
# report actual input values of CONFIG_FILES etc. instead of their
 
289
# values after options handling.
 
290
ac_log="
 
291
This file was extended by $as_me, which was
 
292
generated by GNU Autoconf 2.61.  Invocation command line was
 
293
 
 
294
  CONFIG_FILES    = $CONFIG_FILES
 
295
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
296
  CONFIG_LINKS    = $CONFIG_LINKS
 
297
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
298
  $ $0 $@
 
299
 
 
300
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
301
"
 
302
 
 
303
# Files that config.status was made for.
 
304
config_files="  Makefile"
 
305
 
 
306
ac_cs_usage="\
 
307
\`$as_me' instantiates files from templates according to the
 
308
current configuration.
 
309
 
 
310
Usage: $0 [OPTIONS] [FILE]...
 
311
 
 
312
  -h, --help       print this help, then exit
 
313
  -V, --version    print version number and configuration settings, then exit
 
314
  -q, --quiet      do not print progress messages
 
315
  -d, --debug      don't remove temporary files
 
316
      --recheck    update $as_me by reconfiguring in the same conditions
 
317
  --file=FILE[:TEMPLATE]
 
318
                   instantiate the configuration file FILE
 
319
 
 
320
Configuration files:
 
321
$config_files
 
322
 
 
323
Report bugs to <bug-autoconf@gnu.org>."
 
324
 
 
325
ac_cs_version="\
 
326
config.status
 
327
configured by /home/packages/u/lpia/ruby1.9-1.9.0+20070830/./configure, generated by GNU Autoconf 2.61,
 
328
  with options \"'--build=i686-linux-gnulp' '--prefix=/usr' '--includedir=\${prefix}/include' '--mandir=\${prefix}/share/man' '--infodir=\${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=\${prefix}/lib/ruby1.9' '--disable-maintainer-mode' '--disable-dependency-tracking' '--srcdir=.' '--program-suffix=1.9' '--enable-pthread' '--enable-shared' '--enable-ipv6' '--with-lookup-order-hack=INET' '--disable-rpath' '--disable-install-doc' '--with-sitedir=/usr/local/lib/site_ruby' '--with-default-kcode=none' '--with-dbm-type=gdbm_compat' '--with-tklib=tk8.4' '--with-tcllib=tcl8.4' '--with-tcl-include=/usr/include/tcl8.4' '--with-bundled-sha1' '--with-bundled-md5' '--with-bundled-rmd160' 'build_alias=i686-linux-gnulp' 'CC=cc' 'CFLAGS=-fno-strict-aliasing -g' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-fno-strict-aliasing -g'\"
 
329
 
 
330
Copyright (C) 2006 Free Software Foundation, Inc.
 
331
This config.status script is free software; the Free Software Foundation
 
332
gives unlimited permission to copy, distribute and modify it."
 
333
 
 
334
ac_pwd='/home/packages/u/lpia/ruby1.9-1.9.0+20070830'
 
335
srcdir='.'
 
336
INSTALL='/usr/bin/install -c'
 
337
# If no file are specified by the user, then we need to provide default
 
338
# value.  By we need to know if files were specified by the user.
 
339
ac_need_defaults=:
 
340
while test $# != 0
 
341
do
 
342
  case $1 in
 
343
  --*=*)
 
344
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
345
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
346
    ac_shift=:
 
347
    ;;
 
348
  *)
 
349
    ac_option=$1
 
350
    ac_optarg=$2
 
351
    ac_shift=shift
 
352
    ;;
 
353
  esac
 
354
 
 
355
  case $ac_option in
 
356
  # Handling of the options.
 
357
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
358
    ac_cs_recheck=: ;;
 
359
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
360
    echo "$ac_cs_version"; exit ;;
 
361
  --debug | --debu | --deb | --de | --d | -d )
 
362
    debug=: ;;
 
363
  --file | --fil | --fi | --f )
 
364
    $ac_shift
 
365
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
366
    ac_need_defaults=false;;
 
367
  --he | --h |  --help | --hel | -h )
 
368
    echo "$ac_cs_usage"; exit ;;
 
369
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
370
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
371
    ac_cs_silent=: ;;
 
372
 
 
373
  # This is an error.
 
374
  -*) { echo "$as_me: error: unrecognized option: $1
 
375
Try \`$0 --help' for more information." >&2
 
376
   { (exit 1); exit 1; }; } ;;
 
377
 
 
378
  *) ac_config_targets="$ac_config_targets $1"
 
379
     ac_need_defaults=false ;;
 
380
 
 
381
  esac
 
382
  shift
 
383
done
 
384
 
 
385
ac_configure_extra_args=
 
386
 
 
387
if $ac_cs_silent; then
 
388
  exec 6>/dev/null
 
389
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
390
fi
 
391
 
 
392
if $ac_cs_recheck; then
 
393
  echo "running CONFIG_SHELL=/bin/bash /bin/bash /home/packages/u/lpia/ruby1.9-1.9.0+20070830/./configure " '--build=i686-linux-gnulp' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/ruby1.9' '--disable-maintainer-mode' '--disable-dependency-tracking' '--srcdir=.' '--program-suffix=1.9' '--enable-pthread' '--enable-shared' '--enable-ipv6' '--with-lookup-order-hack=INET' '--disable-rpath' '--disable-install-doc' '--with-sitedir=/usr/local/lib/site_ruby' '--with-default-kcode=none' '--with-dbm-type=gdbm_compat' '--with-tklib=tk8.4' '--with-tcllib=tcl8.4' '--with-tcl-include=/usr/include/tcl8.4' '--with-bundled-sha1' '--with-bundled-md5' '--with-bundled-rmd160' 'build_alias=i686-linux-gnulp' 'CC=cc' 'CFLAGS=-fno-strict-aliasing -g' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-fno-strict-aliasing -g' $ac_configure_extra_args " --no-create --no-recursion" >&6
 
394
  CONFIG_SHELL=/bin/bash
 
395
  export CONFIG_SHELL
 
396
  exec /bin/bash "/home/packages/u/lpia/ruby1.9-1.9.0+20070830/./configure" '--build=i686-linux-gnulp' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/ruby1.9' '--disable-maintainer-mode' '--disable-dependency-tracking' '--srcdir=.' '--program-suffix=1.9' '--enable-pthread' '--enable-shared' '--enable-ipv6' '--with-lookup-order-hack=INET' '--disable-rpath' '--disable-install-doc' '--with-sitedir=/usr/local/lib/site_ruby' '--with-default-kcode=none' '--with-dbm-type=gdbm_compat' '--with-tklib=tk8.4' '--with-tcllib=tcl8.4' '--with-tcl-include=/usr/include/tcl8.4' '--with-bundled-sha1' '--with-bundled-md5' '--with-bundled-rmd160' 'build_alias=i686-linux-gnulp' 'CC=cc' 'CFLAGS=-fno-strict-aliasing -g' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-fno-strict-aliasing -g' $ac_configure_extra_args --no-create --no-recursion
 
397
fi
 
398
 
 
399
exec 5>>config.log
 
400
{
 
401
  echo
 
402
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
403
## Running $as_me. ##
 
404
_ASBOX
 
405
  echo "$ac_log"
 
406
} >&5
 
407
 
 
408
#
 
409
# INIT-COMMANDS
 
410
#
 
411
RUBY_INSTALL_NAME=ruby1.9 EXEEXT=
 
412
 
 
413
 
 
414
# Handling of arguments.
 
415
for ac_config_target in $ac_config_targets
 
416
do
 
417
  case $ac_config_target in
 
418
    "$FIRSTMAKEFILE") CONFIG_FILES="$CONFIG_FILES $FIRSTMAKEFILE" ;;
 
419
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
420
 
 
421
  *) { { echo "$as_me:421: error: invalid argument: $ac_config_target" >&5
 
422
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
423
   { (exit 1); exit 1; }; };;
 
424
  esac
 
425
done
 
426
 
 
427
 
 
428
# If the user did not use the arguments to specify the items to instantiate,
 
429
# then the envvar interface is used.  Set only those that are not.
 
430
# We use the long form for the default assignment because of an extremely
 
431
# bizarre bug on SunOS 4.1.3.
 
432
if $ac_need_defaults; then
 
433
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
434
fi
 
435
 
 
436
# Have a temporary directory for convenience.  Make it in the build tree
 
437
# simply because there is no reason against having it here, and in addition,
 
438
# creating and moving files from /tmp can sometimes cause problems.
 
439
# Hook for its removal unless debugging.
 
440
# Note that there is a small window in which the directory will not be cleaned:
 
441
# after its creation but before its name has been assigned to `$tmp'.
 
442
$debug ||
 
443
{
 
444
  tmp=
 
445
  trap 'exit_status=$?
 
446
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
447
' 0
 
448
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
449
}
 
450
# Create a (secure) tmp directory for tmp files.
 
451
 
 
452
{
 
453
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
454
  test -n "$tmp" && test -d "$tmp"
 
455
}  ||
 
456
{
 
457
  tmp=./conf$$-$RANDOM
 
458
  (umask 077 && mkdir "$tmp")
 
459
} ||
 
460
{
 
461
   echo "$me: cannot create a temporary directory in ." >&2
 
462
   { (exit 1); exit 1; }
 
463
}
 
464
 
 
465
#
 
466
# Set up the sed scripts for CONFIG_FILES section.
 
467
#
 
468
 
 
469
# No need to generate the scripts if there are no CONFIG_FILES.
 
470
# This happens for instance when ./config.status config.h
 
471
if test -n "$CONFIG_FILES"; then
 
472
 
 
473
cat >"$tmp/subs-1.sed" <<\CEOF
 
474
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
475
s,@SHELL@,|#_!!_#|/bin/bash,g
 
476
s,@PATH_SEPARATOR@,|#_!!_#|:,g
 
477
s,@PACKAGE_NAME@,|#_!!_#|,g
 
478
s,@PACKAGE_TARNAME@,|#_!!_#|,g
 
479
s,@PACKAGE_VERSION@,|#_!!_#|,g
 
480
s,@PACKAGE_STRING@,|#_!!_#|,g
 
481
s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
 
482
s,@exec_prefix@,|#_!!_#|${prefix},g
 
483
s,@prefix@,|#_!!_#|/usr,g
 
484
s,@program_transform_name@,|#_!!_#|s\&$$\&1.9\&;s\&^\&\&,g
 
485
s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
 
486
s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
 
487
s,@libexecdir@,|#_!!_#|${prefix}/lib/ruby1.9,g
 
488
s,@datarootdir@,|#_!!_#|${prefix}/share,g
 
489
s,@datadir@,|#_!!_#|${datarootdir},g
 
490
s,@sysconfdir@,|#_!!_#|/etc,g
 
491
s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
 
492
s,@localstatedir@,|#_!!_#|/var,g
 
493
s,@includedir@,|#_!!_#|${prefix}/include,g
 
494
s,@oldincludedir@,|#_!!_#|/usr/include,g
 
495
s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g
 
496
s,@infodir@,|#_!!_#|${prefix}/share/info,g
 
497
s,@htmldir@,|#_!!_#|${docdir},g
 
498
s,@dvidir@,|#_!!_#|${docdir},g
 
499
s,@pdfdir@,|#_!!_#|${docdir},g
 
500
s,@psdir@,|#_!!_#|${docdir},g
 
501
s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
 
502
s,@localedir@,|#_!!_#|${datarootdir}/locale,g
 
503
s,@mandir@,|#_!!_#|${prefix}/share/man,g
 
504
s,@DEFS@,|#_!!_#|,g
 
505
s,@ECHO_C@,|#_!!_#|,g
 
506
s,@ECHO_N@,|#_!!_#|-n,g
 
507
s,@ECHO_T@,|#_!!_#|,g
 
508
s,@LIBS@,|#_!!_#|-lpthread -ldl -lcrypt -lm ,g
 
509
s,@build_alias@,|#_!!_#|i686-linux-gnulp,g
 
510
s,@host_alias@,|#_!!_#|,g
 
511
s,@target_alias@,|#_!!_#|,g
 
512
s,@BASERUBY@,|#_!!_#|ruby,g
 
513
s,@MAJOR@,|#_!!_#|1,g
 
514
s,@MINOR@,|#_!!_#|9,g
 
515
s,@TEENY@,|#_!!_#|0,g
 
516
s,@build@,|#_!!_#|i686-pc-linux-gnulp,g
 
517
s,@build_cpu@,|#_!!_#|i686,g
 
518
s,@build_vendor@,|#_!!_#|pc,g
 
519
s,@build_os@,|#_!!_#|linux-gnulp,g
 
520
s,@host@,|#_!!_#|i686-pc-linux-gnulp,g
 
521
s,@host_cpu@,|#_!!_#|i686,g
 
522
s,@host_vendor@,|#_!!_#|pc,g
 
523
s,@host_os@,|#_!!_#|linux-gnulp,g
 
524
s,@target@,|#_!!_#|i686-pc-linux-gnulp,g
 
525
s,@target_cpu@,|#_!!_#|i686,g
 
526
s,@target_vendor@,|#_!!_#|pc,g
 
527
s,@target_os@,|#_!!_#|linux,g
 
528
s,@CC@,|#_!!_#|cc,g
 
529
s,@CFLAGS@,|#_!!_#|-fno-strict-aliasing -g  -fPIC,g
 
530
s,@LDFLAGS@,|#_!!_#|-L.  -rdynamic -Wl\,-export-dynamic,g
 
531
s,@CPPFLAGS@,|#_!!_#|,g
 
532
s,@ac_ct_CC@,|#_!!_#|cc,g
 
533
s,@EXEEXT@,|#_!!_#|,g
 
534
s,@OBJEXT@,|#_!!_#|o,g
 
535
s,@CXX@,|#_!!_#|g++,g
 
536
s,@CXXFLAGS@,|#_!!_#|-fno-strict-aliasing -g,g
 
537
s,@ac_ct_CXX@,|#_!!_#|,g
 
538
s,@CPP@,|#_!!_#|cc -E,g
 
539
s,@GREP@,|#_!!_#|/bin/grep,g
 
540
s,@EGREP@,|#_!!_#|/bin/grep -E,g
 
541
s,@GNU_LD@,|#_!!_#|yes,g
 
542
s,@CPPOUTFILE@,|#_!!_#|-o conftest.i,g
 
543
s,@OUTFLAG@,|#_!!_#|-o ,g
 
544
s,@RANLIB@,|#_!!_#|ranlib,g
 
545
s,@AR@,|#_!!_#|ar,g
 
546
s,@AS@,|#_!!_#|as,g
 
547
s,@ASFLAGS@,|#_!!_#|,g
 
548
s,@NM@,|#_!!_#|,g
 
549
s,@WINDRES@,|#_!!_#|,g
 
550
s,@DLLWRAP@,|#_!!_#|,g
 
551
s,@OBJDUMP@,|#_!!_#|,g
 
552
s,@LN_S@,|#_!!_#|ln -s,g
 
553
s,@SET_MAKE@,|#_!!_#|,g
 
554
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
 
555
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
 
556
s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
 
557
s,@RM@,|#_!!_#|rm -f,g
 
558
s,@CP@,|#_!!_#|cp,g
 
559
s,@MAKEDIRS@,|#_!!_#|mkdir -p,g
 
560
s,@LIBOBJS@,|#_!!_#| ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o,g
 
561
s,@ALLOCA@,|#_!!_#|,g
 
562
s,@DLDFLAGS@,|#_!!_#|,g
 
563
s,@ARCH_FLAG@,|#_!!_#|,g
 
564
s,@STATIC@,|#_!!_#|,g
 
565
s,@CCDLFLAGS@,|#_!!_#| -fPIC,g
 
566
s,@LDSHARED@,|#_!!_#|${CC} -shared,g
 
567
s,@LDSHAREDXX@,|#_!!_#|${CXX} -shared,g
 
568
s,@DLEXT@,|#_!!_#|so,g
 
569
s,@DLEXT2@,|#_!!_#|,g
 
570
s,@LIBEXT@,|#_!!_#|a,g
 
571
s,@LINK_SO@,|#_!!_#|,g
 
572
CEOF
 
573
cat >"$tmp/subs-2.sed" <<\CEOF
 
574
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
575
s,@LIBPATHFLAG@,|#_!!_#| -L%s,g
 
576
s,@RPATHFLAG@,|#_!!_#|,g
 
577
s,@LIBPATHENV@,|#_!!_#|LD_LIBRARY_PATH,g
 
578
s,@TRY_LINK@,|#_!!_#|,g
 
579
s,@STRIP@,|#_!!_#|strip -S -x,g
 
580
s,@EXTSTATIC@,|#_!!_#|,g
 
581
s,@setup@,|#_!!_#|Setup,g
 
582
s,@MINIRUBY@,|#_!!_#|./miniruby$(EXEEXT),g
 
583
s,@PREP@,|#_!!_#|miniruby$(EXEEXT),g
 
584
s,@RUNRUBY@,|#_!!_#|$(MINIRUBY) $(srcdir)/runruby.rb --extout=$(EXTOUT) --,g
 
585
s,@EXTOUT@,|#_!!_#|.ext,g
 
586
s,@ARCHFILE@,|#_!!_#|,g
 
587
s,@RDOCTARGET@,|#_!!_#|,g
 
588
s,@XCFLAGS@,|#_!!_#| -DRUBY_EXPORT -D_GNU_SOURCE=1,g
 
589
s,@XLDFLAGS@,|#_!!_#|,g
 
590
s,@LIBRUBY_LDSHARED@,|#_!!_#|${CC} -shared,g
 
591
s,@LIBRUBY_DLDFLAGS@,|#_!!_#|-Wl\,-soname\,lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR),g
 
592
s,@RUBY_INSTALL_NAME@,|#_!!_#|ruby1.9,g
 
593
s,@rubyw_install_name@,|#_!!_#|,g
 
594
s,@RUBYW_INSTALL_NAME@,|#_!!_#|,g
 
595
s,@RUBY_SO_NAME@,|#_!!_#|$(RUBY_INSTALL_NAME),g
 
596
s,@LIBRUBY_A@,|#_!!_#|lib$(RUBY_SO_NAME)-static.a,g
 
597
s,@LIBRUBY_SO@,|#_!!_#|lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR).$(TEENY),g
 
598
s,@LIBRUBY_ALIASES@,|#_!!_#|lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) lib$(RUBY_SO_NAME).so,g
 
599
s,@LIBRUBY@,|#_!!_#|$(LIBRUBY_SO),g
 
600
s,@LIBRUBYARG@,|#_!!_#|$(LIBRUBYARG_SHARED),g
 
601
s,@LIBRUBYARG_STATIC@,|#_!!_#|-l$(RUBY_SO_NAME)-static,g
 
602
s,@LIBRUBYARG_SHARED@,|#_!!_#|-l$(RUBY_SO_NAME),g
 
603
s,@SOLIBS@,|#_!!_#|$(LIBS),g
 
604
s,@DLDLIBS@,|#_!!_#| -lc,g
 
605
s,@ENABLE_SHARED@,|#_!!_#|yes,g
 
606
s,@MAINLIBS@,|#_!!_#|,g
 
607
s,@COMMON_LIBS@,|#_!!_#|,g
 
608
s,@COMMON_MACROS@,|#_!!_#|,g
 
609
s,@COMMON_HEADERS@,|#_!!_#|,g
 
610
s,@EXPORT_PREFIX@,|#_!!_#|,g
 
611
s,@MINIOBJS@,|#_!!_#|,g
 
612
s,@THREAD_MODEL@,|#_!!_#|pthread,g
 
613
s,@MAKEFILES@,|#_!!_#|Makefile,g
 
614
s,@arch@,|#_!!_#|i686-linux,g
 
615
s,@sitearch@,|#_!!_#|i686-linux,g
 
616
s,@sitedir@,|#_!!_#|/usr/local/lib/site_ruby,g
 
617
s,@configure_args@,|#_!!_#| '--build=i686-linux-gnulp' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/ruby1.9' '--disable-maintainer-mode' '--disable-dependency-tracking' '--srcdir=.' '--program-suffix=1.9' '--enable-pthread' '--enable-shared' '--enable-ipv6' '--with-lookup-order-hack=INET' '--disable-rpath' '--disable-install-doc' '--with-sitedir=/usr/local/lib/site_ruby' '--with-default-kcode=none' '--with-dbm-type=gdbm_compat' '--with-tklib=tk8.4' '--with-tcllib=tcl8.4' '--with-tcl-include=/usr/include/tcl8.4' '--with-bundled-sha1' '--with-bundled-md5' '--with-bundled-rmd160' 'build_alias=i686-linux-gnulp' 'CC=cc' 'CFLAGS=-fno-strict-aliasing -g' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-fno-strict-aliasing -g',g
 
618
s,@rubyhdrdir@,|#_!!_#|${includedir}/ruby-${MAJOR}.${MINOR},g
 
619
s,@sitehdrdir@,|#_!!_#|${rubyhdrdir}/site_ruby,g
 
620
s,@NROFF@,|#_!!_#|/usr/bin/nroff,g
 
621
s,@MANTYPE@,|#_!!_#|doc,g
 
622
s,@LTLIBOBJS@,|#_!!_#| ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo,g
 
623
:end
 
624
s/|#_!!_#|//g
 
625
CEOF
 
626
fi # test -n "$CONFIG_FILES"
 
627
 
 
628
 
 
629
for ac_tag in  :F $CONFIG_FILES
 
630
do
 
631
  case $ac_tag in
 
632
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
633
  esac
 
634
  case $ac_mode$ac_tag in
 
635
  :[FHL]*:*);;
 
636
  :L* | :C*:*) { { echo "$as_me:636: error: Invalid tag $ac_tag." >&5
 
637
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
638
   { (exit 1); exit 1; }; };;
 
639
  :[FH]-) ac_tag=-:-;;
 
640
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
641
  esac
 
642
  ac_save_IFS=$IFS
 
643
  IFS=:
 
644
  set x $ac_tag
 
645
  IFS=$ac_save_IFS
 
646
  shift
 
647
  ac_file=$1
 
648
  shift
 
649
 
 
650
  case $ac_mode in
 
651
  :L) ac_source=$1;;
 
652
  :[FH])
 
653
    ac_file_inputs=
 
654
    for ac_f
 
655
    do
 
656
      case $ac_f in
 
657
      -) ac_f="$tmp/stdin";;
 
658
      *) # Look for the file first in the build tree, then in the source tree
 
659
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
660
         # because $ac_f cannot contain `:'.
 
661
         test -f "$ac_f" ||
 
662
           case $ac_f in
 
663
           [\\/$]*) false;;
 
664
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
665
           esac ||
 
666
           { { echo "$as_me:666: error: cannot find input file: $ac_f" >&5
 
667
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
668
   { (exit 1); exit 1; }; };;
 
669
      esac
 
670
      ac_file_inputs="$ac_file_inputs $ac_f"
 
671
    done
 
672
 
 
673
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
674
    # use $as_me), people would be surprised to read:
 
675
    #    /* config.h.  Generated by config.status.  */
 
676
    configure_input="Generated from "`IFS=:
 
677
          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
678
    if test x"$ac_file" != x-; then
 
679
      configure_input="$ac_file.  $configure_input"
 
680
      { echo "$as_me:680: creating $ac_file" >&5
 
681
echo "$as_me: creating $ac_file" >&6;}
 
682
    fi
 
683
 
 
684
    case $ac_tag in
 
685
    *:-:* | *:-) cat >"$tmp/stdin";;
 
686
    esac
 
687
    ;;
 
688
  esac
 
689
 
 
690
  ac_dir=`$as_dirname -- "$ac_file" ||
 
691
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
692
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
693
         X"$ac_file" : 'X\(//\)$' \| \
 
694
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
695
echo X"$ac_file" |
 
696
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
697
            s//\1/
 
698
            q
 
699
          }
 
700
          /^X\(\/\/\)[^/].*/{
 
701
            s//\1/
 
702
            q
 
703
          }
 
704
          /^X\(\/\/\)$/{
 
705
            s//\1/
 
706
            q
 
707
          }
 
708
          /^X\(\/\).*/{
 
709
            s//\1/
 
710
            q
 
711
          }
 
712
          s/.*/./; q'`
 
713
  { as_dir="$ac_dir"
 
714
  case $as_dir in #(
 
715
  -*) as_dir=./$as_dir;;
 
716
  esac
 
717
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
718
    as_dirs=
 
719
    while :; do
 
720
      case $as_dir in #(
 
721
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
722
      *) as_qdir=$as_dir;;
 
723
      esac
 
724
      as_dirs="'$as_qdir' $as_dirs"
 
725
      as_dir=`$as_dirname -- "$as_dir" ||
 
726
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
727
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
728
         X"$as_dir" : 'X\(//\)$' \| \
 
729
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
730
echo X"$as_dir" |
 
731
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
732
            s//\1/
 
733
            q
 
734
          }
 
735
          /^X\(\/\/\)[^/].*/{
 
736
            s//\1/
 
737
            q
 
738
          }
 
739
          /^X\(\/\/\)$/{
 
740
            s//\1/
 
741
            q
 
742
          }
 
743
          /^X\(\/\).*/{
 
744
            s//\1/
 
745
            q
 
746
          }
 
747
          s/.*/./; q'`
 
748
      test -d "$as_dir" && break
 
749
    done
 
750
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
751
  } || test -d "$as_dir" || { { echo "$as_me:751: error: cannot create directory $as_dir" >&5
 
752
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
753
   { (exit 1); exit 1; }; }; }
 
754
  ac_builddir=.
 
755
 
 
756
case "$ac_dir" in
 
757
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
758
*)
 
759
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
760
  # A ".." for each directory in $ac_dir_suffix.
 
761
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
762
  case $ac_top_builddir_sub in
 
763
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
764
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
765
  esac ;;
 
766
esac
 
767
ac_abs_top_builddir=$ac_pwd
 
768
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
769
# for backward compatibility:
 
770
ac_top_builddir=$ac_top_build_prefix
 
771
 
 
772
case $srcdir in
 
773
  .)  # We are building in place.
 
774
    ac_srcdir=.
 
775
    ac_top_srcdir=$ac_top_builddir_sub
 
776
    ac_abs_top_srcdir=$ac_pwd ;;
 
777
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
778
    ac_srcdir=$srcdir$ac_dir_suffix;
 
779
    ac_top_srcdir=$srcdir
 
780
    ac_abs_top_srcdir=$srcdir ;;
 
781
  *) # Relative name.
 
782
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
783
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
784
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
785
esac
 
786
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
787
 
 
788
 
 
789
  case $ac_mode in
 
790
  :F)
 
791
  #
 
792
  # CONFIG_FILE
 
793
  #
 
794
 
 
795
  case $INSTALL in
 
796
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
797
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
798
  esac
 
799
# If the template does not know about datarootdir, expand it.
 
800
# FIXME: This hack should be removed a few years after 2.60.
 
801
ac_datarootdir_hack=; ac_datarootdir_seen=
 
802
 
 
803
case `sed -n '/datarootdir/ {
 
804
  p
 
805
  q
 
806
}
 
807
/@datadir@/p
 
808
/@docdir@/p
 
809
/@infodir@/p
 
810
/@localedir@/p
 
811
/@mandir@/p
 
812
' $ac_file_inputs` in
 
813
*datarootdir*) ac_datarootdir_seen=yes;;
 
814
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
815
  { echo "$as_me:815: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
816
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
817
  ac_datarootdir_hack='
 
818
  s&@datadir@&${datarootdir}&g
 
819
  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
 
820
  s&@infodir@&${prefix}/share/info&g
 
821
  s&@localedir@&${datarootdir}/locale&g
 
822
  s&@mandir@&${prefix}/share/man&g
 
823
    s&\${datarootdir}&${prefix}/share&g' ;;
 
824
esac
 
825
  sed "/^[       ]*VPATH[        ]*=/{
 
826
s/:*\$(srcdir):*/:/
 
827
s/:*\${srcdir}:*/:/
 
828
s/:*@srcdir@:*/:/
 
829
s/^\([^=]*=[     ]*\):*/\1/
 
830
s/:*$//
 
831
s/^[^=]*=[       ]*$//
 
832
}
 
833
 
 
834
:t
 
835
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
836
s&@configure_input@&$configure_input&;t t
 
837
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
838
s&@srcdir@&$ac_srcdir&;t t
 
839
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
840
s&@top_srcdir@&$ac_top_srcdir&;t t
 
841
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
842
s&@builddir@&$ac_builddir&;t t
 
843
s&@abs_builddir@&$ac_abs_builddir&;t t
 
844
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
845
s&@INSTALL@&$ac_INSTALL&;t t
 
846
$ac_datarootdir_hack
 
847
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 
848
 
 
849
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
850
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
851
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
852
  { echo "$as_me:852: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
853
which seems to be undefined.  Please make sure it is defined." >&5
 
854
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
855
which seems to be undefined.  Please make sure it is defined." >&2;}
 
856
 
 
857
  rm -f "$tmp/stdin"
 
858
  case $ac_file in
 
859
  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
860
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
861
  esac
 
862
 ;;
 
863
 
 
864
 
 
865
 
 
866
  esac
 
867
 
 
868
 
 
869
  case $ac_file$ac_mode in
 
870
    "Makefile":F) {
 
871
        sed '/^MISSING/s/\$U\././g' Makefile
 
872
        echo; test x"$EXEEXT" = x || echo 'miniruby: miniruby$(EXEEXT)'
 
873
        test "$RUBY_INSTALL_NAME$EXEEXT" = ruby || echo 'ruby: $(PROGRAM);'
 
874
        sed 's/{\$([^(){}]*)[^{}]*}//g' ${srcdir}/common.mk
 
875
      } >> confmk$$.tmp && mv -f confmk$$.tmp Makefile ;;
 
876
 
 
877
  esac
 
878
done # for ac_tag
 
879
 
 
880
 
 
881
{ (exit 0); exit 0; }