source: git/configure @ 4c001a

spielwiese
Last change on this file since 4c001a was 4c001a, checked in by Olaf Bachmann <obachman@…>, 27 years ago
Merged fixes from 1-0-0 release git-svn-id: file:///usr/local/Singular/svn/trunk@358 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100755
File size: 50.8 KB
Line 
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.9
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_default_prefix=`pwd`
15ac_help="$ac_help
16\
17  --enable-PACKAGE        configure and build PACKAGE
18  --disable-PACKAGE       do not configure and build PACKAGE
19  --with-PACKAGE          use PACKAGE, provide dependent functionality
20  --without-PACKAGE       do not use PACKAGE, disable dependent functionality
21 where PACKAGE can be:
22     gmp                  GNU multiple precision library"
23ac_help="$ac_help
24\
25     MP                   Multi Protocol library"
26ac_help="$ac_help
27\
28     factory              polynomial factorization library"
29ac_help="$ac_help
30\
31     libfac               char set and modp poly factorization library"
32ac_help="$ac_help
33\
34     Singular,            CAS for commutative algebra"
35
36# Initialize some variables set by options.
37# The variables have the same names as the options, with
38# dashes changed to underlines.
39build=NONE
40cache_file=./config.cache
41exec_prefix=NONE
42host=NONE
43no_create=
44nonopt=NONE
45no_recursion=
46prefix=NONE
47program_prefix=NONE
48program_suffix=NONE
49program_transform_name=s,x,x,
50silent=
51site=
52srcdir=
53target=NONE
54verbose=
55x_includes=NONE
56x_libraries=NONE
57bindir='${exec_prefix}/bin'
58sbindir='${exec_prefix}/sbin'
59libexecdir='${exec_prefix}/libexec'
60datadir='${prefix}/share'
61sysconfdir='${prefix}/etc'
62sharedstatedir='${prefix}/com'
63localstatedir='${prefix}/var'
64libdir='${exec_prefix}/lib'
65includedir='${prefix}/include'
66oldincludedir='/usr/include'
67infodir='${prefix}/info'
68mandir='${prefix}/man'
69
70# Initialize some other variables.
71subdirs=
72MFLAGS= MAKEFLAGS=
73
74ac_prev=
75for ac_option
76do
77
78  # If the previous option needs an argument, assign it.
79  if test -n "$ac_prev"; then
80    eval "$ac_prev=\$ac_option"
81    ac_prev=
82    continue
83  fi
84
85  case "$ac_option" in
86  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
87  *) ac_optarg= ;;
88  esac
89
90  # Accept the important Cygnus configure options, so we can diagnose typos.
91
92  case "$ac_option" in
93
94  -bindir | --bindir | --bindi | --bind | --bin | --bi)
95    ac_prev=bindir ;;
96  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
97    bindir="$ac_optarg" ;;
98
99  -build | --build | --buil | --bui | --bu)
100    ac_prev=build ;;
101  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
102    build="$ac_optarg" ;;
103
104  -cache-file | --cache-file | --cache-fil | --cache-fi \
105  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
106    ac_prev=cache_file ;;
107  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
108  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
109    cache_file="$ac_optarg" ;;
110
111  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
112    ac_prev=datadir ;;
113  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
114  | --da=*)
115    datadir="$ac_optarg" ;;
116
117  -disable-* | --disable-*)
118    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
119    # Reject names that are not valid shell variable names.
120    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
121      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
122    fi
123    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
124    eval "enable_${ac_feature}=no" ;;
125
126  -enable-* | --enable-*)
127    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
128    # Reject names that are not valid shell variable names.
129    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
130      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
131    fi
132    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
133    case "$ac_option" in
134      *=*) ;;
135      *) ac_optarg=yes ;;
136    esac
137    eval "enable_${ac_feature}='$ac_optarg'" ;;
138
139  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
140  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
141  | --exec | --exe | --ex)
142    ac_prev=exec_prefix ;;
143  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
144  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
145  | --exec=* | --exe=* | --ex=*)
146    exec_prefix="$ac_optarg" ;;
147
148  -gas | --gas | --ga | --g)
149    # Obsolete; use --with-gas.
150    with_gas=yes ;;
151
152  -help | --help | --hel | --he)
153    # Omit some internal or obsolete options to make the list less imposing.
154    # This message is too long to be a string in the A/UX 3.1 sh.
155    cat << EOF
156Usage: configure [options] [host]
157Options: [defaults in brackets after descriptions]
158Configuration:
159  --cache-file=FILE       cache test results in FILE
160  --help                  print this message
161  --no-create             do not create output files
162  --quiet, --silent       do not print \`checking...' messages
163  --version               print the version of autoconf that created configure
164Directory and file names:
165  --prefix=PREFIX         install architecture-independent files in PREFIX
166                          [$ac_default_prefix]
167  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
168                          [same as prefix]
169  --bindir=DIR            user executables in DIR [EPREFIX/bin]
170  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
171  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
172  --datadir=DIR           read-only architecture-independent data in DIR
173                          [PREFIX/share]
174  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
175  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
176                          [PREFIX/com]
177  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
178  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
179  --includedir=DIR        C header files in DIR [PREFIX/include]
180  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
181  --infodir=DIR           info documentation in DIR [PREFIX/info]
182  --mandir=DIR            man documentation in DIR [PREFIX/man]
183  --srcdir=DIR            find the sources in DIR [configure dir or ..]
184  --program-prefix=PREFIX prepend PREFIX to installed program names
185  --program-suffix=SUFFIX append SUFFIX to installed program names
186  --program-transform-name=PROGRAM
187                          run sed PROGRAM on installed program names
188EOF
189    cat << EOF
190Host type:
191  --build=BUILD           configure for building on BUILD [BUILD=HOST]
192  --host=HOST             configure for HOST [guessed]
193  --target=TARGET         configure for TARGET [TARGET=HOST]
194Features and packages:
195  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
196  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
197  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
198  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
199  --x-includes=DIR        X include files are in DIR
200  --x-libraries=DIR       X library files are in DIR
201EOF
202    if test -n "$ac_help"; then
203      echo "--enable and --with options recognized:$ac_help"
204    fi
205    exit 0 ;;
206
207  -host | --host | --hos | --ho)
208    ac_prev=host ;;
209  -host=* | --host=* | --hos=* | --ho=*)
210    host="$ac_optarg" ;;
211
212  -includedir | --includedir | --includedi | --included | --include \
213  | --includ | --inclu | --incl | --inc)
214    ac_prev=includedir ;;
215  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
216  | --includ=* | --inclu=* | --incl=* | --inc=*)
217    includedir="$ac_optarg" ;;
218
219  -infodir | --infodir | --infodi | --infod | --info | --inf)
220    ac_prev=infodir ;;
221  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
222    infodir="$ac_optarg" ;;
223
224  -libdir | --libdir | --libdi | --libd)
225    ac_prev=libdir ;;
226  -libdir=* | --libdir=* | --libdi=* | --libd=*)
227    libdir="$ac_optarg" ;;
228
229  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
230  | --libexe | --libex | --libe)
231    ac_prev=libexecdir ;;
232  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
233  | --libexe=* | --libex=* | --libe=*)
234    libexecdir="$ac_optarg" ;;
235
236  -localstatedir | --localstatedir | --localstatedi | --localstated \
237  | --localstate | --localstat | --localsta | --localst \
238  | --locals | --local | --loca | --loc | --lo)
239    ac_prev=localstatedir ;;
240  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
241  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
242  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
243    localstatedir="$ac_optarg" ;;
244
245  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
246    ac_prev=mandir ;;
247  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
248    mandir="$ac_optarg" ;;
249
250  -nfp | --nfp | --nf)
251    # Obsolete; use --without-fp.
252    with_fp=no ;;
253
254  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
255  | --no-cr | --no-c)
256    no_create=yes ;;
257
258  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
259  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
260    no_recursion=yes ;;
261
262  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
263  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
264  | --oldin | --oldi | --old | --ol | --o)
265    ac_prev=oldincludedir ;;
266  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
267  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
268  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
269    oldincludedir="$ac_optarg" ;;
270
271  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
272    ac_prev=prefix ;;
273  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
274    prefix="$ac_optarg" ;;
275
276  -program-prefix | --program-prefix | --program-prefi | --program-pref \
277  | --program-pre | --program-pr | --program-p)
278    ac_prev=program_prefix ;;
279  -program-prefix=* | --program-prefix=* | --program-prefi=* \
280  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
281    program_prefix="$ac_optarg" ;;
282
283  -program-suffix | --program-suffix | --program-suffi | --program-suff \
284  | --program-suf | --program-su | --program-s)
285    ac_prev=program_suffix ;;
286  -program-suffix=* | --program-suffix=* | --program-suffi=* \
287  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
288    program_suffix="$ac_optarg" ;;
289
290  -program-transform-name | --program-transform-name \
291  | --program-transform-nam | --program-transform-na \
292  | --program-transform-n | --program-transform- \
293  | --program-transform | --program-transfor \
294  | --program-transfo | --program-transf \
295  | --program-trans | --program-tran \
296  | --progr-tra | --program-tr | --program-t)
297    ac_prev=program_transform_name ;;
298  -program-transform-name=* | --program-transform-name=* \
299  | --program-transform-nam=* | --program-transform-na=* \
300  | --program-transform-n=* | --program-transform-=* \
301  | --program-transform=* | --program-transfor=* \
302  | --program-transfo=* | --program-transf=* \
303  | --program-trans=* | --program-tran=* \
304  | --progr-tra=* | --program-tr=* | --program-t=*)
305    program_transform_name="$ac_optarg" ;;
306
307  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
308  | -silent | --silent | --silen | --sile | --sil)
309    silent=yes ;;
310
311  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
312    ac_prev=sbindir ;;
313  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
314  | --sbi=* | --sb=*)
315    sbindir="$ac_optarg" ;;
316
317  -sharedstatedir | --sharedstatedir | --sharedstatedi \
318  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
319  | --sharedst | --shareds | --shared | --share | --shar \
320  | --sha | --sh)
321    ac_prev=sharedstatedir ;;
322  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
323  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
324  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
325  | --sha=* | --sh=*)
326    sharedstatedir="$ac_optarg" ;;
327
328  -site | --site | --sit)
329    ac_prev=site ;;
330  -site=* | --site=* | --sit=*)
331    site="$ac_optarg" ;;
332
333  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
334    ac_prev=srcdir ;;
335  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
336    srcdir="$ac_optarg" ;;
337
338  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
339  | --syscon | --sysco | --sysc | --sys | --sy)
340    ac_prev=sysconfdir ;;
341  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
342  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
343    sysconfdir="$ac_optarg" ;;
344
345  -target | --target | --targe | --targ | --tar | --ta | --t)
346    ac_prev=target ;;
347  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
348    target="$ac_optarg" ;;
349
350  -v | -verbose | --verbose | --verbos | --verbo | --verb)
351    verbose=yes ;;
352
353  -version | --version | --versio | --versi | --vers)
354    echo "configure generated by autoconf version 2.9"
355    exit 0 ;;
356
357  -with-* | --with-*)
358    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
359    # Reject names that are not valid shell variable names.
360    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
361      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
362    fi
363    ac_package=`echo $ac_package| sed 's/-/_/g'`
364    case "$ac_option" in
365      *=*) ;;
366      *) ac_optarg=yes ;;
367    esac
368    eval "with_${ac_package}='$ac_optarg'" ;;
369
370  -without-* | --without-*)
371    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
372    # Reject names that are not valid shell variable names.
373    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
374      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
375    fi
376    ac_package=`echo $ac_package| sed 's/-/_/g'`
377    eval "with_${ac_package}=no" ;;
378
379  --x)
380    # Obsolete; use --with-x.
381    with_x=yes ;;
382
383  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
384  | --x-incl | --x-inc | --x-in | --x-i)
385    ac_prev=x_includes ;;
386  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
387  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
388    x_includes="$ac_optarg" ;;
389
390  -x-libraries | --x-libraries | --x-librarie | --x-librari \
391  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
392    ac_prev=x_libraries ;;
393  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
394  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
395    x_libraries="$ac_optarg" ;;
396
397  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
398    ;;
399
400  *)
401    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
402      echo "configure: warning: $ac_option: invalid host type" 1>&2
403    fi
404    if test "x$nonopt" != xNONE; then
405      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
406    fi
407    nonopt="$ac_option"
408    ;;
409
410  esac
411done
412
413if test -n "$ac_prev"; then
414  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
415fi
416
417trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
418
419# File descriptor usage:
420# 0 standard input
421# 1 file creation
422# 2 errors and warnings
423# 3 some systems may open it to /dev/tty
424# 4 used on the Kubota Titan
425# 6 checking for... messages and results
426# 5 compiler messages saved in config.log
427if test "$silent" = yes; then
428  exec 6>/dev/null
429else
430  exec 6>&1
431fi
432exec 5>./config.log
433
434echo "\
435This file contains any messages produced by compilers while
436running configure, to aid debugging if configure makes a mistake.
437" 1>&5
438
439# Strip out --no-create and --no-recursion so they do not pile up.
440# Also quote any args containing shell metacharacters.
441ac_configure_args=
442for ac_arg
443do
444  case "$ac_arg" in
445  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
446  | --no-cr | --no-c) ;;
447  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
448  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
449  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
450  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
451  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
452  esac
453done
454
455# NLS nuisances.
456# Only set LANG and LC_ALL to C if already set.
457# These must not be set unconditionally because not all systems understand
458# e.g. LANG=C (notably SCO).
459if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
460if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
461
462# confdefs.h avoids OS command line length limits that DEFS can exceed.
463rm -rf conftest* confdefs.h
464# AIX cpp loses on an empty file, so make sure it contains at least a newline.
465echo > confdefs.h
466
467# A filename unique to this package, relative to the directory that
468# configure is in, which we can look for to find out if srcdir is correct.
469ac_unique_file=Singular/matpol.h
470
471# Find the source files, if location was not specified.
472if test -z "$srcdir"; then
473  ac_srcdir_defaulted=yes
474  # Try the directory containing this script, then its parent.
475  ac_prog=$0
476  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
477  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
478  srcdir=$ac_confdir
479  if test ! -r $srcdir/$ac_unique_file; then
480    srcdir=..
481  fi
482else
483  ac_srcdir_defaulted=no
484fi
485if test ! -r $srcdir/$ac_unique_file; then
486  if test "$ac_srcdir_defaulted" = yes; then
487    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
488  else
489    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
490  fi
491fi
492srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
493
494# Prefer explicitly selected file to automatically selected ones.
495if test -z "$CONFIG_SITE"; then
496  if test "x$prefix" != xNONE; then
497    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
498  else
499    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
500  fi
501fi
502for ac_site_file in $CONFIG_SITE; do
503  if test -r "$ac_site_file"; then
504    echo "loading site script $ac_site_file"
505    . "$ac_site_file"
506  fi
507done
508
509if test -r "$cache_file"; then
510  echo "loading cache $cache_file"
511  . $cache_file
512else
513  echo "creating cache $cache_file"
514  > $cache_file
515fi
516
517ac_ext=c
518# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
519ac_cpp='$CPP $CPPFLAGS'
520ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
521ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
522
523if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
524  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
525  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
526    ac_n= ac_c='
527' ac_t='        '
528  else
529    ac_n=-n ac_c= ac_t=
530  fi
531else
532  ac_n= ac_c='\c' ac_t=
533fi
534
535
536
537
538ac_aux_dir=
539for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
540  if test -f $ac_dir/install-sh; then
541    ac_aux_dir=$ac_dir
542    ac_install_sh="$ac_aux_dir/install-sh -c"
543    break
544  elif test -f $ac_dir/install.sh; then
545    ac_aux_dir=$ac_dir
546    ac_install_sh="$ac_aux_dir/install.sh -c"
547    break
548  fi
549done
550if test -z "$ac_aux_dir"; then
551  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
552fi
553ac_config_guess=$ac_aux_dir/config.guess
554ac_config_sub=$ac_aux_dir/config.sub
555ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
556
557
558# Make sure we can run config.sub.
559if $ac_config_sub sun4 >/dev/null 2>&1; then :
560else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
561fi
562
563echo $ac_n "checking host system type""... $ac_c" 1>&6
564
565host_alias=$host
566case "$host_alias" in
567NONE)
568  case $nonopt in
569  NONE)
570    if host_alias=`$ac_config_guess`; then :
571    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
572    fi ;;
573  *) host_alias=$nonopt ;;
574  esac ;;
575esac
576
577host=`$ac_config_sub $host_alias`
578host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
579host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
580host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
581echo "$ac_t""$host" 1>&6
582
583
584
585
586# Extract the first word of "gcc", so it can be a program name with args.
587set dummy gcc; ac_word=$2
588echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
589if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
590  echo $ac_n "(cached) $ac_c" 1>&6
591else
592  if test -n "$CC"; then
593  ac_cv_prog_CC="$CC" # Let the user override the test.
594else
595  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
596  for ac_dir in $PATH; do
597    test -z "$ac_dir" && ac_dir=.
598    if test -f $ac_dir/$ac_word; then
599      ac_cv_prog_CC="gcc"
600      break
601    fi
602  done
603  IFS="$ac_save_ifs"
604fi
605fi
606CC="$ac_cv_prog_CC"
607if test -n "$CC"; then
608  echo "$ac_t""$CC" 1>&6
609else
610  echo "$ac_t""no" 1>&6
611fi
612
613if test -z "$CC"; then
614  # Extract the first word of "cc", so it can be a program name with args.
615set dummy cc; ac_word=$2
616echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
617if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
618  echo $ac_n "(cached) $ac_c" 1>&6
619else
620  if test -n "$CC"; then
621  ac_cv_prog_CC="$CC" # Let the user override the test.
622else
623  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
624  ac_prog_rejected=no
625  for ac_dir in $PATH; do
626    test -z "$ac_dir" && ac_dir=.
627    if test -f $ac_dir/$ac_word; then
628      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
629        ac_prog_rejected=yes
630        continue
631      fi
632      ac_cv_prog_CC="cc"
633      break
634    fi
635  done
636  IFS="$ac_save_ifs"
637if test $ac_prog_rejected = yes; then
638  # We found a bogon in the path, so make sure we never use it.
639  set dummy $ac_cv_prog_CC
640  shift
641  if test $# -gt 0; then
642    # We chose a different compiler from the bogus one.
643    # However, it has the same basename, so the bogon will be chosen
644    # first if we set CC to just the basename; use the full file name.
645    shift
646    set dummy "$ac_dir/$ac_word" "$@"
647    shift
648    ac_cv_prog_CC="$@"
649  fi
650fi
651fi
652fi
653CC="$ac_cv_prog_CC"
654if test -n "$CC"; then
655  echo "$ac_t""$CC" 1>&6
656else
657  echo "$ac_t""no" 1>&6
658fi
659
660  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
661fi
662
663echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
664if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
665  echo $ac_n "(cached) $ac_c" 1>&6
666else
667  cat > conftest.c <<EOF
668#ifdef __GNUC__
669  yes;
670#endif
671EOF
672if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:673: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
673  ac_cv_prog_gcc=yes
674else
675  ac_cv_prog_gcc=no
676fi
677fi
678
679echo "$ac_t""$ac_cv_prog_gcc" 1>&6
680if test $ac_cv_prog_gcc = yes; then
681  GCC=yes
682  if test "${CFLAGS+set}" != set; then
683    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
684if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
685  echo $ac_n "(cached) $ac_c" 1>&6
686else
687  echo 'void f(){}' > conftest.c
688if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
689  ac_cv_prog_gcc_g=yes
690else
691  ac_cv_prog_gcc_g=no
692fi
693rm -f conftest*
694
695fi
696
697echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
698    if test $ac_cv_prog_gcc_g = yes; then
699      CFLAGS="-g -O"
700    else
701      CFLAGS="-O"
702    fi
703  fi
704else
705  GCC=
706  test "${CFLAGS+set}" = set || CFLAGS="-g"
707fi
708
709echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
710# On Suns, sometimes $CPP names a directory.
711if test -n "$CPP" && test -d "$CPP"; then
712  CPP=
713fi
714if test -z "$CPP"; then
715if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
716  echo $ac_n "(cached) $ac_c" 1>&6
717else
718    # This must be in double quotes, not single quotes, because CPP may get
719  # substituted into the Makefile and "${CC-cc}" will confuse make.
720  CPP="${CC-cc} -E"
721  # On the NeXT, cc -E runs the code through the compiler's parser,
722  # not just through cpp.
723  cat > conftest.$ac_ext <<EOF
724#line 725 "configure"
725#include "confdefs.h"
726#include <assert.h>
727Syntax Error
728EOF
729ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
730{ (eval echo configure:731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
731ac_err=`grep -v '^ *+' conftest.out`
732if test -z "$ac_err"; then
733  :
734else
735  echo "$ac_err" >&5
736  rm -rf conftest*
737  CPP="${CC-cc} -E -traditional-cpp"
738  cat > conftest.$ac_ext <<EOF
739#line 740 "configure"
740#include "confdefs.h"
741#include <assert.h>
742Syntax Error
743EOF
744ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
745{ (eval echo configure:746: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
746ac_err=`grep -v '^ *+' conftest.out`
747if test -z "$ac_err"; then
748  :
749else
750  echo "$ac_err" >&5
751  rm -rf conftest*
752  CPP=/lib/cpp
753fi
754rm -f conftest*
755fi
756rm -f conftest*
757  ac_cv_prog_CPP="$CPP"
758fi
759  CPP="$ac_cv_prog_CPP"
760else
761  ac_cv_prog_CPP="$CPP"
762fi
763echo "$ac_t""$CPP" 1>&6
764
765echo $ac_n "checking for AIX""... $ac_c" 1>&6
766cat > conftest.$ac_ext <<EOF
767#line 768 "configure"
768#include "confdefs.h"
769#ifdef _AIX
770  yes
771#endif
772
773EOF
774if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
775  egrep "yes" >/dev/null 2>&1; then
776  rm -rf conftest*
777  echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
778#define _ALL_SOURCE 1
779EOF
780
781else
782  rm -rf conftest*
783  echo "$ac_t""no" 1>&6
784fi
785rm -f conftest*
786
787
788
789if test "$libdir" = '${exec_prefix}/lib'; then
790  if test "x$exec_prefix" = xNONE; then
791    if test "x$prefix" = xNONE; then
792      LDFLAGS="-L${ac_default_prefix}/lib ${LDFLAGS}"
793    else
794      LDFLAGS="-L${prefix}/lib ${LDFLAGS}"
795    fi
796  else
797    LDFLAGS="-L${exec_prefix}/lib ${LDFLAGS}"
798  fi
799else
800  LDFLAGS="-L${libdir} ${LDFLAGS}"
801fi
802
803if test "$includedir" = '${prefix}/include'; then
804  if test "x$prefix" = xNONE; then
805    CPPFLAGS="-I${ac_default_prefix}/include ${CPPFLAGS}"
806  else
807    CPPFLAGS="-I${prefix}/include ${CPPFLAGS}"
808  fi
809else
810  CPPFLAGS="-I${includedir} ${CPPFLAGS}"
811fi
812
813if test "x$prefix" = xNONE; then
814  ac_configure_args="$ac_configure_args --prefix=$ac_default_prefix"
815fi
816
817echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
818if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
819  echo $ac_n "(cached) $ac_c" 1>&6
820else
821  cat > conftest.$ac_ext <<EOF
822#line 823 "configure"
823#include "confdefs.h"
824#ifdef _AIX
825    yes
826#endif
827
828EOF
829if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
830  egrep "yes" >/dev/null 2>&1; then
831  rm -rf conftest*
832  ac_cv_is_aix=yes
833else
834  rm -rf conftest*
835  ac_cv_is_aix=no
836fi
837rm -f conftest*
838
839fi
840
841if test "$ac_cv_is_aix" = yes; then
842  echo "$ac_t""yes" 1>&6
843else
844  echo "$ac_t""no" 1>&6
845fi
846
847
848echo $ac_n "checking for -lm""... $ac_c" 1>&6
849ac_lib_var=`echo m_atof | tr '.-/+' '___p'`
850if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
851  echo $ac_n "(cached) $ac_c" 1>&6
852else
853  ac_save_LIBS="$LIBS"
854LIBS="-lm  $LIBS"
855cat > conftest.$ac_ext <<EOF
856#line 857 "configure"
857#include "confdefs.h"
858/* Override any gcc2 internal prototype to avoid an error.  */
859char atof();
860
861int main() { return 0; }
862int t() {
863atof()
864; return 0; }
865EOF
866if { (eval echo configure:867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
867  rm -rf conftest*
868  eval "ac_cv_lib_$ac_lib_var=yes"
869else
870  rm -rf conftest*
871  eval "ac_cv_lib_$ac_lib_var=no"
872fi
873rm -f conftest*
874LIBS="$ac_save_LIBS"
875
876fi
877if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
878  echo "$ac_t""yes" 1>&6
879    ac_tr_lib=HAVE_LIB`echo m | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
880  cat >> confdefs.h <<EOF
881#define $ac_tr_lib 1
882EOF
883
884  LIBS="-lm $LIBS"
885
886else
887  echo "$ac_t""no" 1>&6
888fi
889
890echo $ac_n "checking for -lgmp""... $ac_c" 1>&6
891ac_lib_var=`echo gmp_mpz_init | tr '.-/+' '___p'`
892if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
893  echo $ac_n "(cached) $ac_c" 1>&6
894else
895  ac_save_LIBS="$LIBS"
896LIBS="-lgmp  $LIBS"
897cat > conftest.$ac_ext <<EOF
898#line 899 "configure"
899#include "confdefs.h"
900/* Override any gcc2 internal prototype to avoid an error.  */
901char mpz_init();
902
903int main() { return 0; }
904int t() {
905mpz_init()
906; return 0; }
907EOF
908if { (eval echo configure:909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
909  rm -rf conftest*
910  eval "ac_cv_lib_$ac_lib_var=yes"
911else
912  rm -rf conftest*
913  eval "ac_cv_lib_$ac_lib_var=no"
914fi
915rm -f conftest*
916LIBS="$ac_save_LIBS"
917
918fi
919if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
920  echo "$ac_t""yes" 1>&6
921    ac_tr_lib=HAVE_LIB`echo gmp | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
922  cat >> confdefs.h <<EOF
923#define $ac_tr_lib 1
924EOF
925
926  LIBS="-lgmp $LIBS"
927
928else
929  echo "$ac_t""no" 1>&6
930fi
931
932echo $ac_n "checking for -lMP""... $ac_c" 1>&6
933ac_lib_var=`echo MP_IMP_PutGmpInt | tr '.-/+' '___p'`
934if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
935  echo $ac_n "(cached) $ac_c" 1>&6
936else
937  ac_save_LIBS="$LIBS"
938LIBS="-lMP  $LIBS"
939cat > conftest.$ac_ext <<EOF
940#line 941 "configure"
941#include "confdefs.h"
942/* Override any gcc2 internal prototype to avoid an error.  */
943char IMP_PutGmpInt();
944
945int main() { return 0; }
946int t() {
947IMP_PutGmpInt()
948; return 0; }
949EOF
950if { (eval echo configure:951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
951  rm -rf conftest*
952  eval "ac_cv_lib_$ac_lib_var=yes"
953else
954  rm -rf conftest*
955  eval "ac_cv_lib_$ac_lib_var=no"
956fi
957rm -f conftest*
958LIBS="$ac_save_LIBS"
959
960fi
961if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
962  echo "$ac_t""yes" 1>&6
963    ac_tr_lib=HAVE_LIB`echo MP | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
964  cat >> confdefs.h <<EOF
965#define $ac_tr_lib 1
966EOF
967
968  LIBS="-lMP $LIBS"
969
970else
971  echo "$ac_t""no" 1>&6
972fi
973
974echo $ac_n "checking for -lMPT""... $ac_c" 1>&6
975ac_lib_var=`echo MPT_MPT_GetTree | tr '.-/+' '___p'`
976if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
977  echo $ac_n "(cached) $ac_c" 1>&6
978else
979  ac_save_LIBS="$LIBS"
980LIBS="-lMPT  $LIBS"
981cat > conftest.$ac_ext <<EOF
982#line 983 "configure"
983#include "confdefs.h"
984/* Override any gcc2 internal prototype to avoid an error.  */
985char MPT_GetTree();
986
987int main() { return 0; }
988int t() {
989MPT_GetTree()
990; return 0; }
991EOF
992if { (eval echo configure:993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
993  rm -rf conftest*
994  eval "ac_cv_lib_$ac_lib_var=yes"
995else
996  rm -rf conftest*
997  eval "ac_cv_lib_$ac_lib_var=no"
998fi
999rm -f conftest*
1000LIBS="$ac_save_LIBS"
1001
1002fi
1003if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1004  echo "$ac_t""yes" 1>&6
1005    ac_tr_lib=HAVE_LIB`echo MPT | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1006  cat >> confdefs.h <<EOF
1007#define $ac_tr_lib 1
1008EOF
1009
1010  LIBS="-lMPT $LIBS"
1011
1012else
1013  echo "$ac_t""no" 1>&6
1014fi
1015
1016echo $ac_n "checking for -lsingcf""... $ac_c" 1>&6
1017ac_lib_var=`echo singcf_atof | tr '.-/+' '___p'`
1018if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1019  echo $ac_n "(cached) $ac_c" 1>&6
1020else
1021  ac_save_LIBS="$LIBS"
1022LIBS="-lsingcf  $LIBS"
1023cat > conftest.$ac_ext <<EOF
1024#line 1025 "configure"
1025#include "confdefs.h"
1026/* Override any gcc2 internal prototype to avoid an error.  */
1027char atof();
1028
1029int main() { return 0; }
1030int t() {
1031atof()
1032; return 0; }
1033EOF
1034if { (eval echo configure:1035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1035  rm -rf conftest*
1036  eval "ac_cv_lib_$ac_lib_var=yes"
1037else
1038  rm -rf conftest*
1039  eval "ac_cv_lib_$ac_lib_var=no"
1040fi
1041rm -f conftest*
1042LIBS="$ac_save_LIBS"
1043
1044fi
1045if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1046  echo "$ac_t""yes" 1>&6
1047    ac_tr_lib=HAVE_LIB`echo singcf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1048  cat >> confdefs.h <<EOF
1049#define $ac_tr_lib 1
1050EOF
1051
1052  LIBS="-lsingcf $LIBS"
1053
1054else
1055  echo "$ac_t""no" 1>&6
1056fi
1057
1058echo $ac_n "checking for -lsingfac""... $ac_c" 1>&6
1059ac_lib_var=`echo singfac_atof | tr '.-/+' '___p'`
1060if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1061  echo $ac_n "(cached) $ac_c" 1>&6
1062else
1063  ac_save_LIBS="$LIBS"
1064LIBS="-lsingfac  $LIBS"
1065cat > conftest.$ac_ext <<EOF
1066#line 1067 "configure"
1067#include "confdefs.h"
1068/* Override any gcc2 internal prototype to avoid an error.  */
1069char atof();
1070
1071int main() { return 0; }
1072int t() {
1073atof()
1074; return 0; }
1075EOF
1076if { (eval echo configure:1077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1077  rm -rf conftest*
1078  eval "ac_cv_lib_$ac_lib_var=yes"
1079else
1080  rm -rf conftest*
1081  eval "ac_cv_lib_$ac_lib_var=no"
1082fi
1083rm -f conftest*
1084LIBS="$ac_save_LIBS"
1085
1086fi
1087if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1088  echo "$ac_t""yes" 1>&6
1089    ac_tr_lib=HAVE_LIB`echo singfac | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1090  cat >> confdefs.h <<EOF
1091#define $ac_tr_lib 1
1092EOF
1093
1094  LIBS="-lsingfac $LIBS"
1095
1096else
1097  echo "$ac_t""no" 1>&6
1098fi
1099
1100
1101for ac_hdr in gmp.h MP.h  MPT.h factory.h factor.h
1102do
1103ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
1104echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1105if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1106  echo $ac_n "(cached) $ac_c" 1>&6
1107else
1108  cat > conftest.$ac_ext <<EOF
1109#line 1110 "configure"
1110#include "confdefs.h"
1111#include <$ac_hdr>
1112EOF
1113ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1114{ (eval echo configure:1115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1115ac_err=`grep -v '^ *+' conftest.out`
1116if test -z "$ac_err"; then
1117  rm -rf conftest*
1118  eval "ac_cv_header_$ac_safe=yes"
1119else
1120  echo "$ac_err" >&5
1121  rm -rf conftest*
1122  eval "ac_cv_header_$ac_safe=no"
1123fi
1124rm -f conftest*
1125fi
1126if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1127  echo "$ac_t""yes" 1>&6
1128    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
1129  cat >> confdefs.h <<EOF
1130#define $ac_tr_hdr 1
1131EOF
1132 
1133else
1134  echo "$ac_t""no" 1>&6
1135fi
1136done
1137
1138
1139if test "$ac_cv_lib_gmp_mpz_init" = yes && \
1140 test "$ac_cv_header_gmp_h" = yes; then
1141    ac_gmp_ok=yes
1142fi
1143
1144if test "$ac_cv_lib_MP_IMP_PutGmpInt" = yes && \
1145 test "$ac_cv_lib_MPT_MPT_GetTree" && \
1146 test "$ac_cv_header_MP_h" = yes && \
1147 test "$ac_cv_header_MPT_h" = yes; then
1148  ac_MP_ok=yes
1149fi
1150
1151if test "$ac_cv_lib_singcf_atof" = yes && \
1152 test "$ac_cv_header_factory_h" = yes; then
1153  ac_factory_ok=yes
1154fi
1155
1156if test "$ac_cv_lib_singfac_atof" = yes && \
1157 test "$ac_cv_header_factor_h" = yes; then
1158  ac_libfac_ok=yes
1159fi
1160
1161
1162 
1163# Check whether --enable-gmp or --disable-gmp was given.
1164if test "${enable_gmp+set}" = set; then
1165  enableval="$enable_gmp"
1166  :
1167fi
1168
1169# Check whether --enable-MP or --disable-MP was given.
1170if test "${enable_MP+set}" = set; then
1171  enableval="$enable_MP"
1172  :
1173fi
1174
1175# Check whether --enable-factory or --disable-factory was given.
1176if test "${enable_factory+set}" = set; then
1177  enableval="$enable_factory"
1178  :
1179fi
1180
1181# Check whether --enable-libfac or --disable-libfac was given.
1182if test "${enable_libfac+set}" = set; then
1183  enableval="$enable_libfac"
1184  :
1185fi
1186
1187# Check whether --enable-Singular or --disable-Singular was given.
1188if test "${enable_Singular+set}" = set; then
1189  enableval="$enable_Singular"
1190  :
1191fi
1192
1193
1194echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
1195if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
1196  if test "$with_gmp" != no && test "$ac_gmp_ok" != yes; then
1197    enable_gmp=yes
1198  else
1199    enable_gmp=no
1200  fi
1201fi
1202if test "$enable_gmp" = yes && test -d gmp; then
1203  if test "$ac_cv_is_aix" = yes && test "$GCC" = yes; then
1204    echo "$ac_t""no" 1>&6
1205    echo "configure: warning: Building gmp v2 with gcc results in a gmp lib with bugs" 1>&2
1206    echo "configure: warning: Install gmp v2 with another compiler first or use gmp v1.3" 1>&2
1207    echo "configure: warning: For the time being gmp is neither configured/built nor used" 1>&2
1208    enable_gmp=no
1209    ac_configure_args="$ac_configure_args --disable-gmp"
1210  else
1211    echo "$ac_t""yes" 1>&6
1212    CONFIG_SUBDIRS="gmp"
1213    ac_configure_args="$ac_configure_args --enable-gmp"
1214  fi
1215else
1216  echo "$ac_t""no" 1>&6
1217  if  test "$enable_gmp" = yes && test ! -d gmp; then
1218    echo "configure: warning: Did not find gmp subdirectory" 1>&2
1219  fi
1220  enable_gmp=no
1221  ac_configure_args="$ac_configure_args --disable-gmp"
1222fi
1223
1224echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
1225if test "$enable_MP" != yes && test "$enable_MP" != no; then
1226  if test "$with_MP" != no && test "$ac_MP_ok" != yes; then
1227    enable_MP=yes
1228  else
1229    enable_MP=no
1230  fi
1231fi
1232if test "$enable_MP" = yes && test -d MP; then
1233  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
1234    echo "$ac_t""yes" 1>&6
1235    CONFIG_SUBDIRS="$CONFIG_SUBDIRS MP"
1236    ac_configure_args="$ac_configure_args --enable-MP"
1237  else
1238    echo "$ac_t""no" 1>&6
1239    echo "configure: warning: Can not build MP for Singular without having gmp" 1>&2
1240    enable_MP=no
1241    ac_configure_args="$ac_configure_args --disable-MP"
1242  fi
1243else
1244  echo "$ac_t""no" 1>&6
1245  if  test "$enable_MP" = yes && test ! -d MP; then
1246    echo "configure: warning: Did not find MP subdirectory" 1>&2
1247  fi
1248  enable_MP=no
1249  ac_configure_args="$ac_configure_args --disable-MP"
1250fi
1251
1252if test "$with_builtingmp" = yes; then
1253  enable_gmp=yes
1254  ac_configure_args="$ac_configure_args --enable-gmp"
1255fi
1256
1257echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
1258if test "$enable_factory" != yes && test "$enable_factory" != no; then
1259  if test "$with_factory" != no && test "$ac_factory_ok" != yes; then
1260    enable_factory=yes
1261  else
1262    enable_factory=no
1263  fi
1264fi
1265if test "$enable_factory" = yes && test -d factory; then
1266  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
1267  echo "$ac_t""yes" 1>&6
1268  CONFIG_SUBDIRS="$CONFIG_SUBDIRS factory"
1269  ac_configure_args="$ac_configure_args --enable-factory"
1270  else
1271    echo "$ac_t""no" 1>&6
1272    echo "configure: warning: Can not build factory without having gmp" 1>&2
1273    enable_factory=no
1274    ac_configure_args="$ac_configure_args --disable-factory"
1275  fi
1276else
1277  echo "$ac_t""no" 1>&6
1278  if  test "$enable_factory" = yes && test ! -d factory; then
1279    echo "configure: warning: Did not find factory subdirectory" 1>&2
1280  fi
1281  enable_factory=no
1282  ac_configure_args="$ac_configure_args --disable-factory"
1283fi
1284
1285echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
1286if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
1287  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes; then
1288    enable_libfac=yes
1289  else
1290    enable_libfac=no
1291  fi
1292fi
1293if test "$enable_libfac" = yes && test -d libfac; then
1294  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
1295  echo "$ac_t""yes" 1>&6
1296  CONFIG_SUBDIRS="$CONFIG_SUBDIRS libfac"
1297  ac_configure_args="$ac_configure_args --enable-libfac"
1298  else
1299    echo "$ac_t""no" 1>&6
1300    echo "configure: warning: Can not build libfac without factory" 1>&2
1301    enable_libfac=no
1302    ac_configure_args="$ac_configure_args --disable-libfac"
1303  fi
1304else
1305  echo "$ac_t""no" 1>&6
1306  if  test "$enable_libfac" = yes && test ! -d libfac; then
1307    echo "configure: warning: Did not find libfac subdirectory" 1>&2
1308  fi
1309  enable_libfac=no
1310  ac_configure_args="$ac_configure_args --disable-libfac"
1311fi
1312
1313echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
1314if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
1315  if test "$with_Singular" != no; then
1316    enable_Singular=yes
1317  else
1318    enable_Singular=no
1319  fi
1320fi
1321if test "$enable_Singular" = yes && test -d Singular; then
1322  echo "$ac_t""yes" 1>&6
1323  CONFIG_SUBDIRS="$CONFIG_SUBDIRS Singular"
1324  ac_configure_args="$ac_configure_args --enable-Singular"
1325else
1326  echo "$ac_t""no" 1>&6
1327  if  test "$enable_Singular" = yes && test ! -d Singular; then
1328    echo "configure: warning: Did not find Singular subdirectory" 1>&2
1329  fi
1330  enable_Singular=no
1331  ac_configure_args="$ac_configure_args --disable-Singular"
1332fi
1333
1334
1335echo $ac_n "checking whether to use with gmp""... $ac_c" 1>&6
1336if test "$with_gmp" != no && test "$with_gmp" != yes; then
1337  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
1338    with_gmp=yes
1339  else
1340    with_gmp=no
1341  fi
1342  ac_configure_args="$ac_configure_args --with-gmp=$with_gmp"
1343fi
1344if test "$with_gmp" = yes; then
1345  echo "$ac_t""yes" 1>&6
1346else
1347  echo "$ac_t""no" 1>&6
1348fi
1349
1350echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
1351if test "$with_MP" != no && test "$with_MP" != yes; then
1352  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
1353    with_MP=yes
1354  else
1355    with_MP=no
1356  fi
1357  ac_configure_args="$ac_configure_args --with-MP=$with_MP"
1358fi
1359if test "$with_MP" = yes; then
1360  echo "$ac_t""yes" 1>&6
1361else
1362  echo "$ac_t""no" 1>&6
1363fi
1364
1365echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
1366if test "$with_factory" != no && test "$with_factory" != yes; then
1367  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
1368    with_factory=yes
1369  else
1370    with_factory=no
1371  fi
1372  ac_configure_args="$ac_configure_args --with-factory=$with_factory"
1373fi
1374if test "$with_factory" = yes; then
1375  echo "$ac_t""yes" 1>&6
1376else
1377  echo "$ac_t""no" 1>&6
1378fi
1379
1380echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
1381if test "$with_libfac" != no && test "$with_libfac" != yes; then
1382  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
1383    with_libfac=yes
1384  else
1385    with_libfac=no
1386  fi
1387  ac_configure_args="$ac_configure_args --with-libfac=$with_libfac"
1388fi
1389if test "$with_libfac" = yes; then
1390  echo "$ac_t""yes" 1>&6
1391else
1392  echo "$ac_t""no" 1>&6
1393fi
1394
1395echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
1396if test "$with_Singular" != no && test "$with_Singular" != yes; then
1397  if test "$enable_Singular" = yes; then
1398    with_Singular=yes
1399  else
1400    with_Singular=no
1401  fi
1402  ac_configure_args="$ac_configure_args --with-Singular=$with_Singular"
1403fi
1404
1405if test "$with_Singular" != no; then
1406  echo "$ac_t""yes" 1>&6
1407else
1408  echo "$ac_t""no" 1>&6
1409fi
1410
1411if test -d gmp; then
1412  SUBDIRS="gmp"
1413fi
1414if test -d MP; then
1415  SUBDIRS="$SUBDIRS MP"
1416fi
1417if test -d factory; then
1418  SUBDIRS="$SUBDIRS factory"
1419fi
1420if test -d libfac; then
1421  SUBDIRS="$SUBDIRS libfac"
1422fi
1423if test -d Singular; then
1424  SUBDIRS="$SUBDIRS Singular"
1425fi
1426 
1427
1428echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1429set dummy ${MAKE-make}; ac_make=$2
1430if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1431  echo $ac_n "(cached) $ac_c" 1>&6
1432else
1433  cat > conftestmake <<\EOF
1434all:
1435        @echo 'ac_maketemp="${MAKE}"'
1436EOF
1437# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1438eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1439if test -n "$ac_maketemp"; then
1440  eval ac_cv_prog_make_${ac_make}_set=yes
1441else
1442  eval ac_cv_prog_make_${ac_make}_set=no
1443fi
1444rm -f conftestmake
1445fi
1446if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1447  echo "$ac_t""yes" 1>&6
1448  SET_MAKE=
1449else
1450  echo "$ac_t""no" 1>&6
1451  SET_MAKE="MAKE=${MAKE-make}"
1452fi
1453
1454
1455
1456subdirs="$CONFIG_SUBDIRS"
1457 
1458
1459trap '' 1 2 15
1460cat > confcache <<\EOF
1461# This file is a shell script that caches the results of configure
1462# tests run on this system so they can be shared between configure
1463# scripts and configure runs.  It is not useful on other systems.
1464# If it contains results you don't want to keep, you may remove or edit it.
1465#
1466# By default, configure uses ./config.cache as the cache file,
1467# creating it if it does not exist already.  You can give configure
1468# the --cache-file=FILE option to use a different cache file; that is
1469# what configure does when it calls configure scripts in
1470# subdirectories, so they share the cache.
1471# Giving --cache-file=/dev/null disables caching, for debugging configure.
1472# config.status only pays attention to the cache file if you give it the
1473# --recheck option to rerun configure.
1474#
1475EOF
1476# Ultrix sh set writes to stderr and can't be redirected directly,
1477# and sets the high bit in the cache file unless we assign to the vars.
1478(set) 2>&1 |
1479  sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
1480  >> confcache
1481if cmp -s $cache_file confcache; then
1482  :
1483else
1484  if test -w $cache_file; then
1485    echo "updating cache $cache_file"
1486    cat confcache > $cache_file
1487  else
1488    echo "not updating unwritable cache $cache_file"
1489  fi
1490fi
1491rm -f confcache
1492
1493trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1494
1495test "x$prefix" = xNONE && prefix=$ac_default_prefix
1496# Let make expand exec_prefix.
1497test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1498
1499# Any assignment to VPATH causes Sun make to only execute
1500# the first set of double-colon rules, so remove it if not needed.
1501# If there is a colon in the path, we need to keep it.
1502if test "x$srcdir" = x.; then
1503  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1504fi
1505
1506trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1507
1508# Transform confdefs.h into DEFS.
1509# Protect against shell expansion while executing Makefile rules.
1510# Protect against Makefile macro expansion.
1511cat > conftest.defs <<\EOF
1512s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1513s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1514s%\[%\\&%g
1515s%\]%\\&%g
1516s%\$%$$%g
1517EOF
1518DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1519rm -f conftest.defs
1520
1521
1522# Without the "./", some shells look in PATH for config.status.
1523: ${CONFIG_STATUS=./config.status}
1524
1525echo creating $CONFIG_STATUS
1526rm -f $CONFIG_STATUS
1527cat > $CONFIG_STATUS <<EOF
1528#! /bin/sh
1529# Generated automatically by configure.
1530# Run this file to recreate the current configuration.
1531# This directory was configured as follows,
1532# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1533#
1534# $0 $ac_configure_args
1535#
1536# Compiler output produced by configure, useful for debugging
1537# configure, is in ./config.log if it exists.
1538
1539ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1540for ac_option
1541do
1542  case "\$ac_option" in
1543  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1544    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1545    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1546  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1547    echo "$CONFIG_STATUS generated by autoconf version 2.9"
1548    exit 0 ;;
1549  -help | --help | --hel | --he | --h)
1550    echo "\$ac_cs_usage"; exit 0 ;;
1551  *) echo "\$ac_cs_usage"; exit 1 ;;
1552  esac
1553done
1554
1555ac_given_srcdir=$srcdir
1556
1557trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1558EOF
1559cat >> $CONFIG_STATUS <<EOF
1560
1561# Protect against being on the right side of a sed subst in config.status.
1562sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1563 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1564$ac_vpsub
1565$extrasub
1566s%@CFLAGS@%$CFLAGS%g
1567s%@CPPFLAGS@%$CPPFLAGS%g
1568s%@CXXFLAGS@%$CXXFLAGS%g
1569s%@DEFS@%$DEFS%g
1570s%@LDFLAGS@%$LDFLAGS%g
1571s%@LIBS@%$LIBS%g
1572s%@exec_prefix@%$exec_prefix%g
1573s%@prefix@%$prefix%g
1574s%@program_transform_name@%$program_transform_name%g
1575s%@bindir@%$bindir%g
1576s%@sbindir@%$sbindir%g
1577s%@libexecdir@%$libexecdir%g
1578s%@datadir@%$datadir%g
1579s%@sysconfdir@%$sysconfdir%g
1580s%@sharedstatedir@%$sharedstatedir%g
1581s%@localstatedir@%$localstatedir%g
1582s%@libdir@%$libdir%g
1583s%@includedir@%$includedir%g
1584s%@oldincludedir@%$oldincludedir%g
1585s%@infodir@%$infodir%g
1586s%@mandir@%$mandir%g
1587s%@host@%$host%g
1588s%@host_alias@%$host_alias%g
1589s%@host_cpu@%$host_cpu%g
1590s%@host_vendor@%$host_vendor%g
1591s%@host_os@%$host_os%g
1592s%@CC@%$CC%g
1593s%@CPP@%$CPP%g
1594s%@SET_MAKE@%$SET_MAKE%g
1595s%@SUBDIRS@%$SUBDIRS%g
1596s%@CONFIG_SUBDIRS@%$CONFIG_SUBDIRS%g
1597s%@subdirs@%$subdirs%g
1598
1599CEOF
1600EOF
1601cat >> $CONFIG_STATUS <<EOF
1602
1603CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1604EOF
1605cat >> $CONFIG_STATUS <<\EOF
1606for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1607  # Support "outfile[:infile]", defaulting infile="outfile.in".
1608  case "$ac_file" in
1609  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
1610       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1611  *) ac_file_in="${ac_file}.in" ;;
1612  esac
1613
1614  # Adjust relative srcdir, etc. for subdirectories.
1615
1616  # Remove last slash and all that follows it.  Not all systems have dirname.
1617  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1618  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1619    # The file is in a subdirectory.
1620    test ! -d "$ac_dir" && mkdir "$ac_dir"
1621    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1622    # A "../" for each directory in $ac_dir_suffix.
1623    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1624  else
1625    ac_dir_suffix= ac_dots=
1626  fi
1627
1628  case "$ac_given_srcdir" in
1629  .)  srcdir=.
1630      if test -z "$ac_dots"; then top_srcdir=.
1631      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1632  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1633  *) # Relative path.
1634    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1635    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1636  esac
1637
1638  echo creating "$ac_file"
1639  rm -f "$ac_file"
1640  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1641  case "$ac_file" in
1642  *Makefile*) ac_comsub="1i\\
1643# $configure_input" ;;
1644  *) ac_comsub= ;;
1645  esac
1646  sed -e "$ac_comsub
1647s%@configure_input@%$configure_input%g
1648s%@srcdir@%$srcdir%g
1649s%@top_srcdir@%$top_srcdir%g
1650" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
1651fi; done
1652rm -f conftest.subs
1653
1654
1655
1656exit 0
1657EOF
1658chmod +x $CONFIG_STATUS
1659rm -fr confdefs* $ac_clean_files
1660test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1661
1662if test "$no_recursion" != yes; then
1663
1664  # Remove --cache-file and --srcdir arguments so they do not pile up.
1665  ac_sub_configure_args=
1666  ac_prev=
1667  for ac_arg in $ac_configure_args; do
1668    if test -n "$ac_prev"; then
1669      ac_prev=
1670      continue
1671    fi
1672    case "$ac_arg" in
1673    -cache-file | --cache-file | --cache-fil | --cache-fi \
1674    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1675      ac_prev=cache_file ;;
1676    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1677    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1678      ;;
1679    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1680      ac_prev=srcdir ;;
1681    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1682      ;;
1683    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
1684    esac
1685  done
1686
1687  for ac_config_dir in $CONFIG_SUBDIRS; do
1688
1689    # Do not complain, so a configure script can configure whichever
1690    # parts of a large source tree are present.
1691    if test ! -d $srcdir/$ac_config_dir; then
1692      continue
1693    fi
1694
1695    echo configuring in $ac_config_dir
1696
1697    case "$srcdir" in
1698    .) ;;
1699    *)
1700      if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
1701      else
1702        { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
1703      fi
1704      ;;
1705    esac
1706
1707    ac_popdir=`pwd`
1708    cd $ac_config_dir
1709
1710    case "$srcdir" in
1711    .) # No --srcdir option.  We are building in place.
1712      ac_sub_srcdir=$srcdir ;;
1713    /*) # Absolute path.
1714      ac_sub_srcdir=$srcdir/$ac_config_dir ;;
1715    *) # Relative path.
1716      ac_sub_srcdir=../$srcdir/$ac_config_dir ;;
1717    esac
1718
1719    # Check for guested configure; otherwise get Cygnus style configure.
1720    if test -f $ac_sub_srcdir/configure; then
1721      ac_sub_configure=$ac_sub_srcdir/configure
1722    elif test -f $ac_sub_srcdir/configure.in; then
1723      ac_sub_configure=$ac_configure
1724    else
1725      echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
1726      ac_sub_configure=
1727    fi
1728
1729    # The recursion is here.
1730    if test -n "$ac_sub_configure"; then
1731
1732      # Make the cache file name correct relative to the subdirectory.
1733      # A "../" for each directory in /$ac_config_dir.
1734      ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
1735      case "$cache_file" in
1736      /*) ac_sub_cache_file=$cache_file ;;
1737      *) # Relative path.
1738        ac_sub_cache_file="$ac_dots$cache_file" ;;
1739      esac
1740
1741      echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
1742      # The eval makes quoting arguments work.
1743      if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
1744      then :
1745      else
1746        { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
1747      fi
1748    fi
1749
1750    cd $ac_popdir
1751  done
1752fi
1753
Note: See TracBrowser for help on using the repository browser.