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

Last change on this file since 1516 was 1516, checked in by jrm21, 24 years ago

Removed some files from the yaz package that we don't (currently) need.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 5.7 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 towai:
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=.
29ac_given_INSTALL="/usr/bin/ginstall -c"
30
31trap '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
32
33# Protect against being on the right side of a sed subst in config.status.
34sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
35 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
36/^[ ]*VPATH[ ]*=[^:]*$/d
37
38s%@SHELL@%/bin/sh%g
39s%@CFLAGS@%-Wall -O2%g
40s%@CPPFLAGS@%%g
41s%@CXXFLAGS@%%g
42s%@FFLAGS@%%g
43s%@DEFS@% -DPACKAGE=\"yaz\" -DVERSION=\"1.6\" -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY_H=1 -DSTDC_HEADERS=1 %g
44s%@LDFLAGS@%%g
45s%@LIBS@% -lreadline -lhistory%g
46s%@exec_prefix@%${prefix}%g
47s%@prefix@%/usr/local%g
48s%@program_transform_name@%s,x,x,%g
49s%@bindir@%${exec_prefix}/bin%g
50s%@sbindir@%${exec_prefix}/sbin%g
51s%@libexecdir@%${exec_prefix}/libexec%g
52s%@datadir@%${prefix}/share%g
53s%@sysconfdir@%${prefix}/etc%g
54s%@sharedstatedir@%${prefix}/com%g
55s%@localstatedir@%${prefix}/var%g
56s%@libdir@%${exec_prefix}/lib%g
57s%@includedir@%${prefix}/include%g
58s%@oldincludedir@%/usr/include%g
59s%@infodir@%${prefix}/info%g
60s%@mandir@%${prefix}/man%g
61s%@INSTALL_PROGRAM@%${INSTALL}%g
62s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
63s%@INSTALL_DATA@%${INSTALL} -m 644%g
64s%@PACKAGE@%yaz%g
65s%@VERSION@%1.6%g
66s%@ACLOCAL@%aclocal%g
67s%@AUTOCONF@%autoconf%g
68s%@AUTOMAKE@%automake%g
69s%@AUTOHEADER@%autoheader%g
70s%@MAKEINFO@%makeinfo%g
71s%@SET_MAKE@%%g
72s%@CC@%gcc%g
73s%@CPP@%gcc -E%g
74s%@RANLIB@%ranlib%g
75s%@have_sgml2txt@%no%g
76s%@have_sgml2latex@%no%g
77s%@have_sgml2html@%no%g
78s%@ASNMODULE@%z39.50%g
79s%@ILLMODULE@%%g
80s%@ILLLIB@%%g
81s%@SUBDIRS_VAR@%util odr z39.50 zutil comstack ccl tab include lib %g
82
83CEOF
84
85# Split the substitutions into bite-sized pieces for seds with
86# small command number limits, like on Digital OSF/1 and HP-UX.
87ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
88ac_file=1 # Number of current file.
89ac_beg=1 # First line for current file.
90ac_end=$ac_max_sed_cmds # Line after last line for current file.
91ac_more_lines=:
92ac_sed_cmds=""
93while $ac_more_lines; do
94 if test $ac_beg -gt 1; then
95 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
96 else
97 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
98 fi
99 if test ! -s conftest.s$ac_file; then
100 ac_more_lines=false
101 rm -f conftest.s$ac_file
102 else
103 if test -z "$ac_sed_cmds"; then
104 ac_sed_cmds="sed -f conftest.s$ac_file"
105 else
106 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
107 fi
108 ac_file=`expr $ac_file + 1`
109 ac_beg=$ac_end
110 ac_end=`expr $ac_end + $ac_max_sed_cmds`
111 fi
112done
113if test -z "$ac_sed_cmds"; then
114 ac_sed_cmds=cat
115fi
116
117CONFIG_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"}
118for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
119 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
120 case "$ac_file" in
121 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
122 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
123 *) ac_file_in="${ac_file}.in" ;;
124 esac
125
126 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
127
128 # Remove last slash and all that follows it. Not all systems have dirname.
129 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
130 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
131 # The file is in a subdirectory.
132 test ! -d "$ac_dir" && mkdir "$ac_dir"
133 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
134 # A "../" for each directory in $ac_dir_suffix.
135 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
136 else
137 ac_dir_suffix= ac_dots=
138 fi
139
140 case "$ac_given_srcdir" in
141 .) srcdir=.
142 if test -z "$ac_dots"; then top_srcdir=.
143 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
144 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
145 *) # Relative path.
146 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
147 top_srcdir="$ac_dots$ac_given_srcdir" ;;
148 esac
149
150 case "$ac_given_INSTALL" in
151 [/$]*) INSTALL="$ac_given_INSTALL" ;;
152 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
153 esac
154
155 echo creating "$ac_file"
156 rm -f "$ac_file"
157 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
158 case "$ac_file" in
159 *Makefile*) ac_comsub="1i\\
160# $configure_input" ;;
161 *) ac_comsub= ;;
162 esac
163
164 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
165 sed -e "$ac_comsub
166s%@configure_input@%$configure_input%g
167s%@srcdir@%$srcdir%g
168s%@top_srcdir@%$top_srcdir%g
169s%@INSTALL@%$INSTALL%g
170" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
171fi; done
172rm -f conftest.s*
173
174
175
176exit 0
Note: See TracBrowser for help on using the repository browser.