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 moria:
6#
7# ./configure
8#
9# Compiler output produced by configure, useful for debugging
10# configure, is in ./config.log if it exists.
11
12ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13for ac_option
14do
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
26done
27
28ac_given_srcdir=.
29
30trap '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.
33sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
34 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
35/^[ 	]*VPATH[ 	]*=[^:]*$/d
36
37s%@SHELL@%/bin/sh%g
38s%@CFLAGS@%%g
39s%@CPPFLAGS@%%g
40s%@CXXFLAGS@%%g
41s%@FFLAGS@%%g
42s%@DEFS@% %g
43s%@LDFLAGS@%%g
44s%@LIBS@%%g
45s%@exec_prefix@%${prefix}%g
46s%@prefix@%/usr/local%g
47s%@program_transform_name@%s,x,x,%g
48s%@bindir@%${exec_prefix}/bin%g
49s%@sbindir@%${exec_prefix}/sbin%g
50s%@libexecdir@%${exec_prefix}/libexec%g
51s%@datadir@%${prefix}/share%g
52s%@sysconfdir@%${prefix}/etc%g
53s%@sharedstatedir@%${prefix}/com%g
54s%@localstatedir@%${prefix}/var%g
55s%@libdir@%${exec_prefix}/lib%g
56s%@includedir@%${prefix}/include%g
57s%@oldincludedir@%/usr/include%g
58s%@infodir@%${prefix}/info%g
59s%@mandir@%${prefix}/man%g
60s%@OCAMLC@%ocamlc.opt%g
61s%@OCAMLOPT@%ocamlopt.opt%g
62s%@OCAMLCDOTOPT@%ocamlc.opt%g
63s%@OCAMLOPTDOTOPT@%ocamlopt.opt%g
64s%@OCAMLDEP@%ocamldep%g
65s%@OCAMLLEX@%ocamllex.opt%g
66s%@OCAMLLEXDOTOPT@%ocamllex.opt%g
67s%@OCAMLYACC@%ocamlyacc%g
68s%@OCAMLWEB@%ocamlweb%g
69s%@CPP@%cc -E%g
70s%@OCAMLBEST@%opt%g
71s%@OCAMLVERSION@%3.06%g
72s%@OCAMLLIB@%/usr/local/lib/ocaml%g
73
74CEOF
75
76# Split the substitutions into bite-sized pieces for seds with
77# small command number limits, like on Digital OSF/1 and HP-UX.
78ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
79ac_file=1 # Number of current file.
80ac_beg=1 # First line for current file.
81ac_end=$ac_max_sed_cmds # Line after last line for current file.
82ac_more_lines=:
83ac_sed_cmds=""
84while $ac_more_lines; do
85  if test $ac_beg -gt 1; then
86    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
87  else
88    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
89  fi
90  if test ! -s conftest.s$ac_file; then
91    ac_more_lines=false
92    rm -f conftest.s$ac_file
93  else
94    if test -z "$ac_sed_cmds"; then
95      ac_sed_cmds="sed -f conftest.s$ac_file"
96    else
97      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
98    fi
99    ac_file=`expr $ac_file + 1`
100    ac_beg=$ac_end
101    ac_end=`expr $ac_end + $ac_max_sed_cmds`
102  fi
103done
104if test -z "$ac_sed_cmds"; then
105  ac_sed_cmds=cat
106fi
107
108CONFIG_FILES=${CONFIG_FILES-"Makefile"}
109for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
110  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
111  case "$ac_file" in
112  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
113       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
114  *) ac_file_in="${ac_file}.in" ;;
115  esac
116
117  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
118
119  # Remove last slash and all that follows it.  Not all systems have dirname.
120  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
121  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
122    # The file is in a subdirectory.
123    test ! -d "$ac_dir" && mkdir "$ac_dir"
124    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
125    # A "../" for each directory in $ac_dir_suffix.
126    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
127  else
128    ac_dir_suffix= ac_dots=
129  fi
130
131  case "$ac_given_srcdir" in
132  .)  srcdir=.
133      if test -z "$ac_dots"; then top_srcdir=.
134      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
135  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
136  *) # Relative path.
137    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
138    top_srcdir="$ac_dots$ac_given_srcdir" ;;
139  esac
140
141
142  echo creating "$ac_file"
143  rm -f "$ac_file"
144  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
145  case "$ac_file" in
146  *Makefile*) ac_comsub="1i\\
147# $configure_input" ;;
148  *) ac_comsub= ;;
149  esac
150
151  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
152  sed -e "$ac_comsub
153s%@configure_input@%$configure_input%g
154s%@srcdir@%$srcdir%g
155s%@top_srcdir@%$top_srcdir%g
156" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
157fi; done
158rm -f conftest.s*
159
160
161
162exit 0
163