OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [testsuite/] [config.status] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#! /bin/sh
2
# Generated automatically by configure.
3
# Run this file to recreate the current configuration.
4
# This directory was configured as follows,
5
# on host odin:
6
#
7
# ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../../config.cache --srcdir=.
8
#
9
# Compiler output produced by configure, useful for debugging
10
# configure, is in ./config.log if it exists.
11
 
12
ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13
for ac_option
14
do
15
  case "$ac_option" in
16
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../../config.cache --srcdir=. --no-create --no-recursion"
18
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../../config.cache --srcdir=. --no-create --no-recursion ;;
19
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20
    echo "./config.status generated by autoconf version 2.12.1"
21
    exit 0 ;;
22
  -help | --help | --hel | --he | --h)
23
    echo "$ac_cs_usage"; exit 0 ;;
24
  *) echo "$ac_cs_usage"; exit 1 ;;
25
  esac
26
done
27
 
28
ac_given_srcdir=.
29
 
30
trap 'rm -fr Makefile conftest*; exit 1' 1 2 15
31
 
32
# Protect against being on the right side of a sed subst in config.status.
33
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
34
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
35
/^[     ]*VPATH[        ]*=[^:]*$/d
36
 
37
s%@SHELL@%/bin/sh%g
38
s%@CFLAGS@%-g -O2%g
39
s%@CPPFLAGS@%%g
40
s%@CXXFLAGS@%-g -O2%g
41
s%@DEFS@% %g
42
s%@LDFLAGS@%%g
43
s%@LIBS@%%g
44
s%@exec_prefix@%${prefix}%g
45
s%@prefix@%/projects/or32-rtems2%g
46
s%@program_transform_name@%s,x,x,%g
47
s%@bindir@%${exec_prefix}/bin%g
48
s%@sbindir@%${exec_prefix}/sbin%g
49
s%@libexecdir@%${exec_prefix}/libexec%g
50
s%@datadir@%${prefix}/share%g
51
s%@sysconfdir@%${prefix}/etc%g
52
s%@sharedstatedir@%${prefix}/com%g
53
s%@localstatedir@%${prefix}/var%g
54
s%@libdir@%${exec_prefix}/lib%g
55
s%@includedir@%${prefix}/include%g
56
s%@oldincludedir@%/usr/include%g
57
s%@infodir@%${prefix}/info%g
58
s%@mandir@%${prefix}/man%g
59
s%@TCL_DEFS@% -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 %g
60
s%@TCL_SHLIB_CFLAGS@%-fPIC%g
61
s%@TCL_SHLIB_LD@%gcc -shared%g
62
s%@TCL_LD_FLAGS@%-rdynamic%g
63
s%@TCL_RANLIB@%ranlib%g
64
s%@TCL_BUILD_LIB_SPEC@%-L/projects/insight/markom/or1k/insight/tcl/unix -ltcl8.0%g
65
s%@TCL_LIB_SPEC@%-L/projects/or32-rtems2/lib -ltcl8.0%g
66
s%@CC@%gcc%g
67
s%@CPP@%gcc -E%g
68
s%@TCLHDIR@%-I/projects/insight/markom/or1k/insight/tcl/generic%g
69
s%@host@%i686-pc-linux-gnu%g
70
 
71
CEOF
72
 
73
# Split the substitutions into bite-sized pieces for seds with
74
# small command number limits, like on Digital OSF/1 and HP-UX.
75
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
76
ac_file=1 # Number of current file.
77
ac_beg=1 # First line for current file.
78
ac_end=$ac_max_sed_cmds # Line after last line for current file.
79
ac_more_lines=:
80
ac_sed_cmds=""
81
while $ac_more_lines; do
82
  if test $ac_beg -gt 1; then
83
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
84
  else
85
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
86
  fi
87
  if test ! -s conftest.s$ac_file; then
88
    ac_more_lines=false
89
    rm -f conftest.s$ac_file
90
  else
91
    if test -z "$ac_sed_cmds"; then
92
      ac_sed_cmds="sed -f conftest.s$ac_file"
93
    else
94
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
95
    fi
96
    ac_file=`expr $ac_file + 1`
97
    ac_beg=$ac_end
98
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
99
  fi
100
done
101
if test -z "$ac_sed_cmds"; then
102
  ac_sed_cmds=cat
103
fi
104
 
105
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
106
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
107
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
108
  case "$ac_file" in
109
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
110
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
111
  *) ac_file_in="${ac_file}.in" ;;
112
  esac
113
 
114
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
115
 
116
  # Remove last slash and all that follows it.  Not all systems have dirname.
117
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
118
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
119
    # The file is in a subdirectory.
120
    test ! -d "$ac_dir" && mkdir "$ac_dir"
121
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
122
    # A "../" for each directory in $ac_dir_suffix.
123
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
124
  else
125
    ac_dir_suffix= ac_dots=
126
  fi
127
 
128
  case "$ac_given_srcdir" in
129
  .)  srcdir=.
130
      if test -z "$ac_dots"; then top_srcdir=.
131
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
132
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
133
  *) # Relative path.
134
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
135
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
136
  esac
137
 
138
 
139
  echo creating "$ac_file"
140
  rm -f "$ac_file"
141
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
142
  case "$ac_file" in
143
  *Makefile*) ac_comsub="1i\\
144
# $configure_input" ;;
145
  *) ac_comsub= ;;
146
  esac
147
 
148
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
149
  sed -e "$ac_comsub
150
s%@configure_input@%$configure_input%g
151
s%@srcdir@%$srcdir%g
152
s%@top_srcdir@%$top_srcdir%g
153
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
154
fi; done
155
rm -f conftest.s*
156
 
157
 
158
 
159
exit 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.