Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / disembl / Tisean_3.0.1 / config.status
1 #! /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 springtail.compbio.dundee.ac.uk:
6 #
7 # ./configure 
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  --no-create --no-recursion"
18     exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
19   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20     echo "./config.status generated by autoconf version 2.13"
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 ac_given_INSTALL="/usr/bin/install -c"
30
31 trap 'rm -fr Makefile source_f/Makefile source_f/slatec/Makefile source_f/randomize/Makefile source_c/Makefile source_c/routines/Makefile conftest*; exit 1' 1 2 15
32
33 # Protect against being on the right side of a sed subst in config.status.
34 sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
35  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
36 /^[     ]*VPATH[        ]*=[^:]*$/d
37
38 s%@SHELL@%/bin/sh%g
39 s%@CFLAGS@%-O3%g
40 s%@CPPFLAGS@%%g
41 s%@CXXFLAGS@%%g
42 s%@FFLAGS@%%g
43 s%@DEFS@% -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 %g
44 s%@LDFLAGS@%%g
45 s%@LIBS@%-lm %g
46 s%@exec_prefix@%${prefix}%g
47 s%@prefix@%/Users/jimp%g
48 s%@program_transform_name@%s,x,x,%g
49 s%@bindir@%bin%g
50 s%@sbindir@%${exec_prefix}/sbin%g
51 s%@libexecdir@%${exec_prefix}/libexec%g
52 s%@datadir@%${prefix}/share%g
53 s%@sysconfdir@%${prefix}/etc%g
54 s%@sharedstatedir@%${prefix}/com%g
55 s%@localstatedir@%${prefix}/var%g
56 s%@libdir@%${exec_prefix}/lib%g
57 s%@includedir@%${prefix}/include%g
58 s%@oldincludedir@%/usr/include%g
59 s%@infodir@%${prefix}/info%g
60 s%@mandir@%${prefix}/man%g
61 s%@CPP@%cc -E%g
62 s%@LIBOBJS@%%g
63 s%@CC@%cc%g
64 s%@FC@%%g
65 s%@ERRUNIT@%%g
66 s%@AR@%ar%g
67 s%@ARFLAGS@%r%g
68 s%@INSTALL_PROGRAM@%${INSTALL}%g
69 s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
70 s%@INSTALL_DATA@%${INSTALL} -m 644%g
71 s%@SET_MAKE@%%g
72 s%@RANLIB@%ranlib%g
73 s%@GP@%%g
74
75 CEOF
76
77 # Split the substitutions into bite-sized pieces for seds with
78 # small command number limits, like on Digital OSF/1 and HP-UX.
79 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
80 ac_file=1 # Number of current file.
81 ac_beg=1 # First line for current file.
82 ac_end=$ac_max_sed_cmds # Line after last line for current file.
83 ac_more_lines=:
84 ac_sed_cmds=""
85 while $ac_more_lines; do
86   if test $ac_beg -gt 1; then
87     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
88   else
89     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
90   fi
91   if test ! -s conftest.s$ac_file; then
92     ac_more_lines=false
93     rm -f conftest.s$ac_file
94   else
95     if test -z "$ac_sed_cmds"; then
96       ac_sed_cmds="sed -f conftest.s$ac_file"
97     else
98       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
99     fi
100     ac_file=`expr $ac_file + 1`
101     ac_beg=$ac_end
102     ac_end=`expr $ac_end + $ac_max_sed_cmds`
103   fi
104 done
105 if test -z "$ac_sed_cmds"; then
106   ac_sed_cmds=cat
107 fi
108
109 CONFIG_FILES=${CONFIG_FILES-"Makefile source_f/Makefile source_f/slatec/Makefile source_f/randomize/Makefile source_c/Makefile source_c/routines/Makefile"}
110 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
111   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
112   case "$ac_file" in
113   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
114        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
115   *) ac_file_in="${ac_file}.in" ;;
116   esac
117
118   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
119
120   # Remove last slash and all that follows it.  Not all systems have dirname.
121   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
122   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
123     # The file is in a subdirectory.
124     test ! -d "$ac_dir" && mkdir "$ac_dir"
125     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
126     # A "../" for each directory in $ac_dir_suffix.
127     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
128   else
129     ac_dir_suffix= ac_dots=
130   fi
131
132   case "$ac_given_srcdir" in
133   .)  srcdir=.
134       if test -z "$ac_dots"; then top_srcdir=.
135       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
136   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
137   *) # Relative path.
138     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
139     top_srcdir="$ac_dots$ac_given_srcdir" ;;
140   esac
141
142   case "$ac_given_INSTALL" in
143   [/$]*) INSTALL="$ac_given_INSTALL" ;;
144   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
145   esac
146
147   echo creating "$ac_file"
148   rm -f "$ac_file"
149   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
150   case "$ac_file" in
151   *Makefile*) ac_comsub="1i\\
152 # $configure_input" ;;
153   *) ac_comsub= ;;
154   esac
155
156   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
157   sed -e "$ac_comsub
158 s%@configure_input@%$configure_input%g
159 s%@srcdir@%$srcdir%g
160 s%@top_srcdir@%$top_srcdir%g
161 s%@INSTALL@%$INSTALL%g
162 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
163 fi; done
164 rm -f conftest.s*
165
166
167
168 exit 0