source: trunk/gsdl/packages/yaz/config.status@ 1860

Last change on this file since 1860 was 1860, checked in by cs025, 23 years ago

Included CORBA branch for first time

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
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 ickenham.mdx.ac.uk:
6#
7# ./configure --cache-file=/home/George/corbanormal/gsdl/config.cache
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 --cache-file=/home/George/corbanormal/gsdl/config.cache --no-create --no-recursion"
18 exec ${CONFIG_SHELL-/bin/sh} ./configure --cache-file=/home/George/corbanormal/gsdl/config.cache --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 util/Makefile odr/Makefile z39.50/Makefile asn/Makefile zutil/Makefile comstack/Makefile ccl/Makefile tab/Makefile include/Makefile include/yaz/Makefile lib/Makefile client/Makefile doc/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 -O2%g
39s%@CPPFLAGS@%%g
40s%@CXXFLAGS@%%g
41s%@FFLAGS@%%g
42s%@DEFS@% -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY_H=1 -DSTDC_HEADERS=1 %g
43s%@LDFLAGS@%%g
44s%@LIBS@% -lreadline -lhistory%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%@CC@%gcc%g
61s%@CPP@%gcc -E%g
62s%@RANLIB@%ranlib%g
63s%@have_sgml2txt@%no%g
64s%@have_sgml2latex@%no%g
65s%@have_sgml2html@%no%g
66s%@ASNMODULE@%z39.50%g
67s%@ILLMODULE@%ill%g
68s%@ILLLIB@%../ill/libill.a%g
69s%@SUBDIRS_VAR@%util odr z39.50 zutil comstack ccl tab include lib client %g
70
71CEOF
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.
75ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
76ac_file=1 # Number of current file.
77ac_beg=1 # First line for current file.
78ac_end=$ac_max_sed_cmds # Line after last line for current file.
79ac_more_lines=:
80ac_sed_cmds=""
81while $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
100done
101if test -z "$ac_sed_cmds"; then
102 ac_sed_cmds=cat
103fi
104
105CONFIG_FILES=${CONFIG_FILES-"Makefile util/Makefile odr/Makefile z39.50/Makefile asn/Makefile zutil/Makefile comstack/Makefile ccl/Makefile tab/Makefile include/Makefile include/yaz/Makefile lib/Makefile client/Makefile doc/Makefile"}
106for 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
150s%@configure_input@%$configure_input%g
151s%@srcdir@%$srcdir%g
152s%@top_srcdir@%$top_srcdir%g
153" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
154fi; done
155rm -f conftest.s*
156
157
158
159exit 0
Note: See TracBrowser for help on using the repository browser.