Changeset 18cb65 in git


Ignore:
Timestamp:
Oct 6, 2010, 7:59:39 PM (14 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
7800812ebad029fd0c9c8f885be204bcc46daef3
Parents:
e7b09485099f90d4546c023c0acd31ae30c3a689
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-10-06 19:59:39+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:34+01:00
Message:
coeffs now builds with the new configure.in and Makefile.in
Location:
coeffs
Files:
1 added
1 deleted
18 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    re7b094 r18cb65  
    3535CXXFLAGS        = @CXXFLAGS@ ${PIPE} -g
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${srcdir} -I${includedir} -I${prefix}/include
    38 LDFLAGS         = -L${libdir} -L${prefix}/lib -L${srcdir}
     37CPPFLAGS        = -I${srcdir} -I${includedir} -I${prefix}/include -I${prefix}/include/@project@
     38LDFLAGS         = -L${libdir} -L${prefix}/lib -L${srcdir} -L${prefix}/lib/@project@
    3939DEFS            = -DNDEBUG -DOM_NDEBUG @DEFS@
    4040
  • coeffs/coeffs.h

    • Property mode changed from 100755 to 100644
    re7b094 r18cb65  
    99*/
    1010
    11 #include <auxiliary.h>
     11#include <misc/auxiliary.h>
    1212/* for assume: */
    13 #include <reporter.h>
     13#include <reporter/reporter.h>
    1414#include <si_gmp.h>
    1515
  • coeffs/configure

    re7b094 r18cb65  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.65 for FULL-PACKAGE-NAME VERSION.
     3# Generated by GNU Autoconf 2.68 for FULL-PACKAGE-NAME VERSION.
    44#
    55# Report bugs to <BUG-REPORT-ADDRESS>.
     
    77#
    88# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    10 # Inc.
     9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
     10# Foundation, Inc.
    1111#
    1212#
     
    9292
    9393# Find who we are.  Look in the path if we contain no directory separator.
     94as_myself=
    9495case $0 in #((
    9596  *[\\/]* ) as_myself=$0 ;;
     
    217218        # neutralization value for shells without unset; and this also
    218219        # works around shells that cannot unset nonexistent variables.
     220        # Preserve -v and -x to the replacement shell.
    219221        BASH_ENV=/dev/null
    220222        ENV=/dev/null
    221223        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    222224        export CONFIG_SHELL
    223         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     225        case $- in # ((((
     226          *v*x* | *x*v* ) as_opts=-vx ;;
     227          *v* ) as_opts=-v ;;
     228          *x* ) as_opts=-x ;;
     229          * ) as_opts= ;;
     230        esac
     231        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
    224232fi
    225233
     
    320328    done
    321329    test -z "$as_dirs" || eval "mkdir $as_dirs"
    322   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
     330  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    323331
    324332
     
    360368
    361369
    362 # as_fn_error ERROR [LINENO LOG_FD]
    363 # ---------------------------------
     370# as_fn_error STATUS ERROR [LINENO LOG_FD]
     371# ----------------------------------------
    364372# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    365373# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    366 # script with status $?, using 1 if that was 0.
     374# script with STATUS, using 1 if that was 0.
    367375as_fn_error ()
    368376{
    369   as_status=$?; test $as_status -eq 0 && as_status=1
    370   if test "$3"; then
    371     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
     377  as_status=$1; test $as_status -eq 0 && as_status=1
     378  if test "$4"; then
     379    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     380    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    373381  fi
    374   $as_echo "$as_me: error: $1" >&2
     382  $as_echo "$as_me: error: $2" >&2
    375383  as_fn_exit $as_status
    376384} # as_fn_error
     
    534542
    535543# Name of the host.
    536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
     544# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    537545# so uname gets run too.
    538546ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
     
    596604
    597605ac_subst_vars='LTLIBOBJS
     606project
    598607LIBPREFIX
    599608LIBOBJS
     
    676685CC
    677686CFLAGS
    678 CPP'
     687LDFLAGS
     688LIBS
     689CPPFLAGS
     690CPP
     691CPPFLAGS'
    679692
    680693
     
    739752
    740753  case $ac_option in
    741   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    742   *)    ac_optarg=yes ;;
     754  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     755  *=)   ac_optarg= ;;
     756  *)    ac_optarg=yes ;;
    743757  esac
    744758
     
    785799    # Reject names that are not valid shell variable names.
    786800    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    787       as_fn_error "invalid feature name: $ac_useropt"
     801      as_fn_error $? "invalid feature name: $ac_useropt"
    788802    ac_useropt_orig=$ac_useropt
    789803    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    811825    # Reject names that are not valid shell variable names.
    812826    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    813       as_fn_error "invalid feature name: $ac_useropt"
     827      as_fn_error $? "invalid feature name: $ac_useropt"
    814828    ac_useropt_orig=$ac_useropt
    815829    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    10151029    # Reject names that are not valid shell variable names.
    10161030    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1017       as_fn_error "invalid package name: $ac_useropt"
     1031      as_fn_error $? "invalid package name: $ac_useropt"
    10181032    ac_useropt_orig=$ac_useropt
    10191033    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    10311045    # Reject names that are not valid shell variable names.
    10321046    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1033       as_fn_error "invalid package name: $ac_useropt"
     1047      as_fn_error $? "invalid package name: $ac_useropt"
    10341048    ac_useropt_orig=$ac_useropt
    10351049    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    10611075    x_libraries=$ac_optarg ;;
    10621076
    1063   -*) as_fn_error "unrecognized option: \`$ac_option'
    1064 Try \`$0 --help' for more information."
     1077  -*) as_fn_error $? "unrecognized option: \`$ac_option'
     1078Try \`$0 --help' for more information"
    10651079    ;;
    10661080
     
    10701084    case $ac_envvar in #(
    10711085      '' | [0-9]* | *[!_$as_cr_alnum]* )
    1072       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
     1086      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
    10731087    esac
    10741088    eval $ac_envvar=\$ac_optarg
     
    10801094    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    10811095      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    1082     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
     1096    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
    10831097    ;;
    10841098
     
    10881102if test -n "$ac_prev"; then
    10891103  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1090   as_fn_error "missing argument to $ac_option"
     1104  as_fn_error $? "missing argument to $ac_option"
    10911105fi
    10921106
     
    10941108  case $enable_option_checking in
    10951109    no) ;;
    1096     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
     1110    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
    10971111    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    10981112  esac
     
    11171131    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11181132  esac
    1119   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
     1133  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
    11201134done
    11211135
     
    11311145  if test "x$build_alias" = x; then
    11321146    cross_compiling=maybe
    1133     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    1134     If a cross compiler is detected then cross compile mode will be used." >&2
     1147    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
     1148    If a cross compiler is detected then cross compile mode will be used" >&2
    11351149  elif test "x$build_alias" != "x$host_alias"; then
    11361150    cross_compiling=yes
     
    11471161ac_ls_di=`ls -di .` &&
    11481162ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1149   as_fn_error "working directory cannot be determined"
     1163  as_fn_error $? "working directory cannot be determined"
    11501164test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1151   as_fn_error "pwd does not report name of working directory"
     1165  as_fn_error $? "pwd does not report name of working directory"
    11521166
    11531167
     
    11881202if test ! -r "$srcdir/$ac_unique_file"; then
    11891203  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1190   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
     1204  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
    11911205fi
    11921206ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    11931207ac_abs_confdir=`(
    1194         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
     1208        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
    11951209        pwd)`
    11961210# When building in place, set srcdir=.
     
    12321246      --help=recursive    display the short help of all the included packages
    12331247  -V, --version           display version information and exit
    1234   -q, --quiet, --silent   do not print \`checking...' messages
     1248  -q, --quiet, --silent   do not print \`checking ...' messages
    12351249      --cache-file=FILE   cache test results in FILE [disabled]
    12361250  -C, --config-cache      alias for \`--cache-file=config.cache'
     
    13671381  cat <<\_ACEOF
    13681382FULL-PACKAGE-NAME configure VERSION
    1369 generated by GNU Autoconf 2.65
    1370 
    1371 Copyright (C) 2009 Free Software Foundation, Inc.
     1383generated by GNU Autoconf 2.68
     1384
     1385Copyright (C) 2010 Free Software Foundation, Inc.
    13721386This configure script is free software; the Free Software Foundation
    13731387gives unlimited permission to copy, distribute and modify it.
     
    14131427        ac_retval=1
    14141428fi
    1415   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1429  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    14161430  as_fn_set_status $ac_retval
    14171431
     
    14511465        ac_retval=1
    14521466fi
    1453   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1467  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    14541468  as_fn_set_status $ac_retval
    14551469
     
    14771491  fi
    14781492  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1479   test $ac_status = 0; } >/dev/null && {
     1493  test $ac_status = 0; } > conftest.i && {
    14801494         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    14811495         test ! -s conftest.err
     
    14881502    ac_retval=1
    14891503fi
    1490   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1504  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    14911505  as_fn_set_status $ac_retval
    14921506
     
    15011515{
    15021516  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1503   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1517  if eval \${$3+:} false; then :
    15041518  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    15051519$as_echo_n "checking for $2... " >&6; }
    1506 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1520if eval \${$3+:} false; then :
    15071521  $as_echo_n "(cached) " >&6
    15081522fi
     
    15401554  ac_header_preproc=no
    15411555fi
    1542 rm -f conftest.err conftest.$ac_ext
     1556rm -f conftest.err conftest.i conftest.$ac_ext
    15431557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
    15441558$as_echo "$ac_header_preproc" >&6; }
     
    15631577    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    15641578$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    1565 ( cat <<\_ASBOX
    1566 ## --------------------------------- ##
     1579( $as_echo "## --------------------------------- ##
    15671580## Report this to BUG-REPORT-ADDRESS ##
    1568 ## --------------------------------- ##
    1569 _ASBOX
     1581## --------------------------------- ##"
    15701582     ) | sed "s/^/$as_me: WARNING:     /" >&2
    15711583    ;;
     
    15731585  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    15741586$as_echo_n "checking for $2... " >&6; }
    1575 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1587if eval \${$3+:} false; then :
    15761588  $as_echo_n "(cached) " >&6
    15771589else
     
    15821594$as_echo "$ac_res" >&6; }
    15831595fi
    1584   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1596  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    15851597
    15861598} # ac_fn_c_check_header_mongrel
     
    16231635fi
    16241636  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1625   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1637  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    16261638  as_fn_set_status $ac_retval
    16271639
     
    16371649  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    16381650$as_echo_n "checking for $2... " >&6; }
    1639 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1651if eval \${$3+:} false; then :
    16401652  $as_echo_n "(cached) " >&6
    16411653else
     
    16551667               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    16561668$as_echo "$ac_res" >&6; }
    1657   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1669  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    16581670
    16591671} # ac_fn_c_check_header_compile
     
    16681680  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    16691681$as_echo_n "checking for $2... " >&6; }
    1670 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1682if eval \${$3+:} false; then :
    16711683  $as_echo_n "(cached) " >&6
    16721684else
     
    17091721               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    17101722$as_echo "$ac_res" >&6; }
    1711   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1723  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    17121724
    17131725} # ac_fn_c_check_type
     
    17541766  # left behind by Apple's compiler.  We do this before executing the actions.
    17551767  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1756   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1768  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    17571769  as_fn_set_status $ac_retval
    17581770
     
    17671779  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    17681780$as_echo_n "checking for $2... " >&6; }
    1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1781if eval \${$3+:} false; then :
    17701782  $as_echo_n "(cached) " >&6
    17711783else
     
    18221834               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    18231835$as_echo "$ac_res" >&6; }
    1824   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1836  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    18251837
    18261838} # ac_fn_c_check_func
     
    18301842
    18311843It was created by FULL-PACKAGE-NAME $as_me VERSION, which was
    1832 generated by GNU Autoconf 2.65.  Invocation command line was
     1844generated by GNU Autoconf 2.68.  Invocation command line was
    18331845
    18341846  $ $0 $@
     
    19401952    echo
    19411953
    1942     cat <<\_ASBOX
    1943 ## ---------------- ##
     1954    $as_echo "## ---------------- ##
    19441955## Cache variables. ##
    1945 ## ---------------- ##
    1946 _ASBOX
     1956## ---------------- ##"
    19471957    echo
    19481958    # The following way of writing the cache mishandles newlines in values,
     
    19781988    echo
    19791989
    1980     cat <<\_ASBOX
    1981 ## ----------------- ##
     1990    $as_echo "## ----------------- ##
    19821991## Output variables. ##
    1983 ## ----------------- ##
    1984 _ASBOX
     1992## ----------------- ##"
    19851993    echo
    19861994    for ac_var in $ac_subst_vars
     
    19952003
    19962004    if test -n "$ac_subst_files"; then
    1997       cat <<\_ASBOX
    1998 ## ------------------- ##
     2005      $as_echo "## ------------------- ##
    19992006## File substitutions. ##
    2000 ## ------------------- ##
    2001 _ASBOX
     2007## ------------------- ##"
    20022008      echo
    20032009      for ac_var in $ac_subst_files
     
    20132019
    20142020    if test -s confdefs.h; then
    2015       cat <<\_ASBOX
    2016 ## ----------- ##
     2021      $as_echo "## ----------- ##
    20172022## confdefs.h. ##
    2018 ## ----------- ##
    2019 _ASBOX
     2023## ----------- ##"
    20202024      echo
    20212025      cat confdefs.h
     
    20722076ac_site_file2=NONE
    20732077if test -n "$CONFIG_SITE"; then
    2074   ac_site_file1=$CONFIG_SITE
     2078  # We do not want a PATH search for config.site.
     2079  case $CONFIG_SITE in #((
     2080    -*)  ac_site_file1=./$CONFIG_SITE;;
     2081    */*) ac_site_file1=$CONFIG_SITE;;
     2082    *)   ac_site_file1=./$CONFIG_SITE;;
     2083  esac
    20752084elif test "x$prefix" != xNONE; then
    20762085  ac_site_file1=$prefix/share/config.site
     
    20872096$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    20882097    sed 's/^/| /' "$ac_site_file" >&5
    2089     . "$ac_site_file"
     2098    . "$ac_site_file" \
     2099      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2100$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2101as_fn_error $? "failed to load site script $ac_site_file
     2102See \`config.log' for more details" "$LINENO" 5; }
    20902103  fi
    20912104done
     
    21632176  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
    21642177$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    2165   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
     2178  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
    21662179fi
    21672180## -------------------- ##
     
    21832196ac_aux_dir=
    21842197for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
    2185   for ac_t in install-sh install.sh shtool; do
    2186     if test -f "$ac_dir/$ac_t"; then
    2187       ac_aux_dir=$ac_dir
    2188       ac_install_sh="$ac_aux_dir/$ac_t -c"
    2189       break 2
    2190     fi
    2191   done
     2198  if test -f "$ac_dir/install-sh"; then
     2199    ac_aux_dir=$ac_dir
     2200    ac_install_sh="$ac_aux_dir/install-sh -c"
     2201    break
     2202  elif test -f "$ac_dir/install.sh"; then
     2203    ac_aux_dir=$ac_dir
     2204    ac_install_sh="$ac_aux_dir/install.sh -c"
     2205    break
     2206  elif test -f "$ac_dir/shtool"; then
     2207    ac_aux_dir=$ac_dir
     2208    ac_install_sh="$ac_aux_dir/shtool install -c"
     2209    break
     2210  fi
    21922211done
    21932212if test -z "$ac_aux_dir"; then
    2194   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
     2213  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
    21952214fi
    21962215
     
    22062225# Make sure we can run config.sub.
    22072226$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    2208   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
     2227  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
    22092228
    22102229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
    22112230$as_echo_n "checking build system type... " >&6; }
    2212 if test "${ac_cv_build+set}" = set; then :
     2231if ${ac_cv_build+:} false; then :
    22132232  $as_echo_n "(cached) " >&6
    22142233else
     
    22172236  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    22182237test "x$ac_build_alias" = x &&
    2219   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
     2238  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
    22202239ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    2221   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
     2240  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
    22222241
    22232242fi
     
    22262245case $ac_cv_build in
    22272246*-*-*) ;;
    2228 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
     2247*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
    22292248esac
    22302249build=$ac_cv_build
     
    22442263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
    22452264$as_echo_n "checking host system type... " >&6; }
    2246 if test "${ac_cv_host+set}" = set; then :
     2265if ${ac_cv_host+:} false; then :
    22472266  $as_echo_n "(cached) " >&6
    22482267else
     
    22512270else
    22522271  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    2253     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
     2272    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
    22542273fi
    22552274
     
    22592278case $ac_cv_host in
    22602279*-*-*) ;;
    2261 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
     2280*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
    22622281esac
    22632282host=$ac_cv_host
     
    22992318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    23002319$as_echo_n "checking for $ac_word... " >&6; }
    2301 if test "${ac_cv_prog_CXX+set}" = set; then :
     2320if ${ac_cv_prog_CXX+:} false; then :
    23022321  $as_echo_n "(cached) " >&6
    23032322else
     
    23432362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    23442363$as_echo_n "checking for $ac_word... " >&6; }
    2345 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
     2364if ${ac_cv_prog_ac_ct_CXX+:} false; then :
    23462365  $as_echo_n "(cached) " >&6
    23472366else
     
    25062525{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    25072526$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2508 { as_fn_set_status 77
    2509 as_fn_error "C++ compiler cannot create executables
    2510 See \`config.log' for more details." "$LINENO" 5; }; }
     2527as_fn_error 77 "C++ compiler cannot create executables
     2528See \`config.log' for more details" "$LINENO" 5; }
    25112529else
    25122530  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     
    25502568  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    25512569$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2552 as_fn_error "cannot compute suffix of executables: cannot compile and link
    2553 See \`config.log' for more details." "$LINENO" 5; }
     2570as_fn_error $? "cannot compute suffix of executables: cannot compile and link
     2571See \`config.log' for more details" "$LINENO" 5; }
    25542572fi
    25552573rm -f conftest conftest$ac_cv_exeext
     
    26082626        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    26092627$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2610 as_fn_error "cannot run C++ compiled programs.
     2628as_fn_error $? "cannot run C++ compiled programs.
    26112629If you meant to cross compile, use \`--host'.
    2612 See \`config.log' for more details." "$LINENO" 5; }
     2630See \`config.log' for more details" "$LINENO" 5; }
    26132631    fi
    26142632  fi
     
    26212639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
    26222640$as_echo_n "checking for suffix of object files... " >&6; }
    2623 if test "${ac_cv_objext+set}" = set; then :
     2641if ${ac_cv_objext+:} false; then :
    26242642  $as_echo_n "(cached) " >&6
    26252643else
     
    26612679{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    26622680$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2663 as_fn_error "cannot compute suffix of object files: cannot compile
    2664 See \`config.log' for more details." "$LINENO" 5; }
     2681as_fn_error $? "cannot compute suffix of object files: cannot compile
     2682See \`config.log' for more details" "$LINENO" 5; }
    26652683fi
    26662684rm -f conftest.$ac_cv_objext conftest.$ac_ext
     
    26722690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
    26732691$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    2674 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
     2692if ${ac_cv_cxx_compiler_gnu+:} false; then :
    26752693  $as_echo_n "(cached) " >&6
    26762694else
     
    27092727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
    27102728$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    2711 if test "${ac_cv_prog_cxx_g+set}" = set; then :
     2729if ${ac_cv_prog_cxx_g+:} false; then :
    27122730  $as_echo_n "(cached) " >&6
    27132731else
     
    28012819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28022820$as_echo_n "checking for $ac_word... " >&6; }
    2803 if test "${ac_cv_prog_CC+set}" = set; then :
     2821if ${ac_cv_prog_CC+:} false; then :
    28042822  $as_echo_n "(cached) " >&6
    28052823else
     
    28412859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28422860$as_echo_n "checking for $ac_word... " >&6; }
    2843 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
     2861if ${ac_cv_prog_ac_ct_CC+:} false; then :
    28442862  $as_echo_n "(cached) " >&6
    28452863else
     
    28942912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28952913$as_echo_n "checking for $ac_word... " >&6; }
    2896 if test "${ac_cv_prog_CC+set}" = set; then :
     2914if ${ac_cv_prog_CC+:} false; then :
    28972915  $as_echo_n "(cached) " >&6
    28982916else
     
    29342952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    29352953$as_echo_n "checking for $ac_word... " >&6; }
    2936 if test "${ac_cv_prog_CC+set}" = set; then :
     2954if ${ac_cv_prog_CC+:} false; then :
    29372955  $as_echo_n "(cached) " >&6
    29382956else
     
    29933011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    29943012$as_echo_n "checking for $ac_word... " >&6; }
    2995 if test "${ac_cv_prog_CC+set}" = set; then :
     3013if ${ac_cv_prog_CC+:} false; then :
    29963014  $as_echo_n "(cached) " >&6
    29973015else
     
    30373055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    30383056$as_echo_n "checking for $ac_word... " >&6; }
    3039 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
     3057if ${ac_cv_prog_ac_ct_CC+:} false; then :
    30403058  $as_echo_n "(cached) " >&6
    30413059else
     
    30913109test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    30923110$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3093 as_fn_error "no acceptable C compiler found in \$PATH
    3094 See \`config.log' for more details." "$LINENO" 5; }
     3111as_fn_error $? "no acceptable C compiler found in \$PATH
     3112See \`config.log' for more details" "$LINENO" 5; }
    30953113
    30963114# Provide some information about the compiler.
     
    31213139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
    31223140$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    3123 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
     3141if ${ac_cv_c_compiler_gnu+:} false; then :
    31243142  $as_echo_n "(cached) " >&6
    31253143else
     
    31583176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
    31593177$as_echo_n "checking whether $CC accepts -g... " >&6; }
    3160 if test "${ac_cv_prog_cc_g+set}" = set; then :
     3178if ${ac_cv_prog_cc_g+:} false; then :
    31613179  $as_echo_n "(cached) " >&6
    31623180else
     
    32363254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    32373255$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3238 if test "${ac_cv_prog_cc_c89+set}" = set; then :
     3256if ${ac_cv_prog_cc_c89+:} false; then :
    32393257  $as_echo_n "(cached) " >&6
    32403258else
     
    33593377$as_echo_n "checking for a BSD-compatible install... " >&6; }
    33603378if test -z "$INSTALL"; then
    3361 if test "${ac_cv_path_install+set}" = set; then :
     3379if ${ac_cv_path_install+:} false; then :
    33623380  $as_echo_n "(cached) " >&6
    33633381else
     
    34523470fi
    34533471if test -z "$CPP"; then
    3454   if test "${ac_cv_prog_CPP+set}" = set; then :
     3472  if ${ac_cv_prog_CPP+:} false; then :
    34553473  $as_echo_n "(cached) " >&6
    34563474else
     
    34823500continue
    34833501fi
    3484 rm -f conftest.err conftest.$ac_ext
     3502rm -f conftest.err conftest.i conftest.$ac_ext
    34853503
    34863504  # OK, works on sane cases.  Now check whether nonexistent headers
     
    34983516break
    34993517fi
    3500 rm -f conftest.err conftest.$ac_ext
     3518rm -f conftest.err conftest.i conftest.$ac_ext
    35013519
    35023520done
    35033521# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    3504 rm -f conftest.err conftest.$ac_ext
     3522rm -f conftest.i conftest.err conftest.$ac_ext
    35053523if $ac_preproc_ok; then :
    35063524  break
     
    35413559continue
    35423560fi
    3543 rm -f conftest.err conftest.$ac_ext
     3561rm -f conftest.err conftest.i conftest.$ac_ext
    35443562
    35453563  # OK, works on sane cases.  Now check whether nonexistent headers
     
    35573575break
    35583576fi
    3559 rm -f conftest.err conftest.$ac_ext
     3577rm -f conftest.err conftest.i conftest.$ac_ext
    35603578
    35613579done
    35623580# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    3563 rm -f conftest.err conftest.$ac_ext
     3581rm -f conftest.i conftest.err conftest.$ac_ext
    35643582if $ac_preproc_ok; then :
    35653583
     
    35673585  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    35683586$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3569 as_fn_error "C preprocessor \"$CPP\" fails sanity check
    3570 See \`config.log' for more details." "$LINENO" 5; }
     3587as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
     3588See \`config.log' for more details" "$LINENO" 5; }
    35713589fi
    35723590
     
    35803598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
    35813599$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    3582 if test "${ac_cv_path_GREP+set}" = set; then :
     3600if ${ac_cv_path_GREP+:} false; then :
    35833601  $as_echo_n "(cached) " >&6
    35843602else
     
    36293647IFS=$as_save_IFS
    36303648  if test -z "$ac_cv_path_GREP"; then
    3631     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
     3649    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    36323650  fi
    36333651else
     
    36433661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
    36443662$as_echo_n "checking for egrep... " >&6; }
    3645 if test "${ac_cv_path_EGREP+set}" = set; then :
     3663if ${ac_cv_path_EGREP+:} false; then :
    36463664  $as_echo_n "(cached) " >&6
    36473665else
     
    36953713IFS=$as_save_IFS
    36963714  if test -z "$ac_cv_path_EGREP"; then
    3697     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
     3715    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    36983716  fi
    36993717else
     
    37103728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
    37113729$as_echo_n "checking for ANSI C header files... " >&6; }
    3712 if test "${ac_cv_header_stdc+set}" = set; then :
     3730if ${ac_cv_header_stdc+:} false; then :
    37133731  $as_echo_n "(cached) " >&6
    37143732else
     
    38273845ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
    38283846"
    3829 eval as_val=\$$as_ac_Header
    3830    if test "x$as_val" = x""yes; then :
     3847if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    38313848  cat >>confdefs.h <<_ACEOF
    38323849#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    38423859  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    38433860ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
    3844 eval as_val=\$$as_ac_Header
    3845    if test "x$as_val" = x""yes; then :
     3861if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    38463862  cat >>confdefs.h <<_ACEOF
    38473863#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    38563872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
    38573873$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
    3858 if test "${ac_cv_header_stdbool_h+set}" = set; then :
     3874if ${ac_cv_header_stdbool_h+:} false; then :
    38593875  $as_echo_n "(cached) " >&6
    38603876else
     
    38883904        char c[__bool_true_false_are_defined == 1 ? 1 : -1];
    38893905        char d[(bool) 0.5 == true ? 1 : -1];
    3890         bool e = &s;
     3906        /* See body of main program for 'e'.  */
    38913907        char f[(_Bool) 0.0 == false ? 1 : -1];
    38923908        char g[true];
     
    38993915        char o[sizeof n == m * sizeof n[0] ? 1 : -1];
    39003916        char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
    3901 #       if defined __xlc__ || defined __GNUC__
    3902          /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
    3903             reported by James Lemley on 2005-10-05; see
    3904             http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
    3905             This test is not quite right, since xlc is allowed to
    3906             reject this program, as the initializer for xlcbug is
    3907             not one of the forms that C requires support for.
    3908             However, doing the test right would require a runtime
    3909             test, and that would make cross-compilation harder.
    3910             Let us hope that IBM fixes the xlc bug, and also adds
    3911             support for this kind of constant expression.  In the
    3912             meantime, this test will reject xlc, which is OK, since
    3913             our stdbool.h substitute should suffice.  We also test
    3914             this with GCC, where it should work, to detect more
    3915             quickly whether someone messes up the test in the
    3916             future.  */
    3917          char digs[] = "0123456789";
    3918          int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
    3919 #       endif
    39203917        /* Catch a bug in an HP-UX C compiler.  See
    39213918           http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
     
    39293926{
    39303927
     3928        bool e = &s;
    39313929        *pq |= q;
    39323930        *pq |= ! q;
     
    39493947$as_echo "$ac_cv_header_stdbool_h" >&6; }
    39503948ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
    3951 if test "x$ac_cv_type__Bool" = x""yes; then :
     3949if test "x$ac_cv_type__Bool" = xyes; then :
    39523950
    39533951cat >>confdefs.h <<_ACEOF
     
    39663964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
    39673965$as_echo_n "checking for inline... " >&6; }
    3968 if test "${ac_cv_c_inline+set}" = set; then :
     3966if ${ac_cv_c_inline+:} false; then :
    39693967  $as_echo_n "(cached) " >&6
    39703968else
     
    40074005
    40084006ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
    4009 if test "x$ac_cv_type_size_t" = x""yes; then :
     4007if test "x$ac_cv_type_size_t" = xyes; then :
    40104008
    40114009else
     
    40214019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5
    40224020$as_echo_n "checking for error_at_line... " >&6; }
    4023 if test "${ac_cv_lib_error_at_line+set}" = set; then :
     4021if ${ac_cv_lib_error_at_line+:} false; then :
    40244022  $as_echo_n "(cached) " >&6
    40254023else
     
    40584056  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    40594057ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
    4060 eval as_val=\$$as_ac_var
    4061    if test "x$as_val" = x""yes; then :
     4058if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    40624059  cat >>confdefs.h <<_ACEOF
    40634060#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    40694066
    40704067
     4068
     4069
     4070project=singular
     4071component=coeffs
     4072
     4073
     4074
     4075
     4076# expand prefix
     4077test "x$prefix" = xNONE && prefix=$ac_default_prefix
     4078
     4079# expand exec_prefixad
     4080if test "x$exec_prefix" = xNONE; then
     4081 exec_prefix=${prefix}
     4082fi
     4083
     4084# expand libdir
     4085test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"
     4086
     4087# expand includedir
     4088test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"
    40714089
    40724090ac_config_files="$ac_config_files Makefile"
     
    41364154if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    41374155  if test -w "$cache_file"; then
    4138     test "x$cache_file" != "x/dev/null" &&
     4156    if test "x$cache_file" != "x/dev/null"; then
    41394157      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
    41404158$as_echo "$as_me: updating cache $cache_file" >&6;}
    4141     cat confcache >$cache_file
     4159      if test ! -f "$cache_file" || test -h "$cache_file"; then
     4160        cat confcache >"$cache_file"
     4161      else
     4162        case $cache_file in #(
     4163        */* | ?:*)
     4164          mv -f confcache "$cache_file"$$ &&
     4165          mv -f "$cache_file"$$ "$cache_file" ;; #(
     4166        *)
     4167          mv -f confcache "$cache_file" ;;
     4168        esac
     4169      fi
     4170    fi
    41424171  else
    41434172    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
     
    41554184ac_libobjs=
    41564185ac_ltlibobjs=
     4186U=
    41574187for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    41584188  # 1. Remove the extension, and $U if already installed.
     
    41704200
    41714201
    4172 : ${CONFIG_STATUS=./config.status}
     4202: "${CONFIG_STATUS=./config.status}"
    41734203ac_write_fail=0
    41744204ac_clean_files_save=$ac_clean_files
     
    42714301
    42724302# Find who we are.  Look in the path if we contain no directory separator.
     4303as_myself=
    42734304case $0 in #((
    42744305  *[\\/]* ) as_myself=$0 ;;
     
    43164347
    43174348
    4318 # as_fn_error ERROR [LINENO LOG_FD]
    4319 # ---------------------------------
     4349# as_fn_error STATUS ERROR [LINENO LOG_FD]
     4350# ----------------------------------------
    43204351# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    43214352# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    4322 # script with status $?, using 1 if that was 0.
     4353# script with STATUS, using 1 if that was 0.
    43234354as_fn_error ()
    43244355{
    4325   as_status=$?; test $as_status -eq 0 && as_status=1
    4326   if test "$3"; then
    4327     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    4328     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
     4356  as_status=$1; test $as_status -eq 0 && as_status=1
     4357  if test "$4"; then
     4358    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     4359    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    43294360  fi
    4330   $as_echo "$as_me: error: $1" >&2
     4361  $as_echo "$as_me: error: $2" >&2
    43314362  as_fn_exit $as_status
    43324363} # as_fn_error
     
    45244555    done
    45254556    test -z "$as_dirs" || eval "mkdir $as_dirs"
    4526   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
     4557  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    45274558
    45284559
     
    45784609ac_log="
    45794610This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was
    4580 generated by GNU Autoconf 2.65.  Invocation command line was
     4611generated by GNU Autoconf 2.68.  Invocation command line was
    45814612
    45824613  CONFIG_FILES    = $CONFIG_FILES
     
    46404671ac_cs_version="\\
    46414672FULL-PACKAGE-NAME config.status VERSION
    4642 configured by $0, generated by GNU Autoconf 2.65,
     4673configured by $0, generated by GNU Autoconf 2.68,
    46434674  with options \\"\$ac_cs_config\\"
    46444675
    4645 Copyright (C) 2009 Free Software Foundation, Inc.
     4676Copyright (C) 2010 Free Software Foundation, Inc.
    46464677This config.status script is free software; the Free Software Foundation
    46474678gives unlimited permission to copy, distribute and modify it."
     
    46594690do
    46604691  case $1 in
    4661   --*=*)
     4692  --*=?*)
    46624693    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    46634694    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     4695    ac_shift=:
     4696    ;;
     4697  --*=)
     4698    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     4699    ac_optarg=
    46644700    ac_shift=:
    46654701    ;;
     
    46854721    case $ac_optarg in
    46864722    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     4723    '') as_fn_error $? "missing file argument" ;;
    46874724    esac
    46884725    as_fn_append CONFIG_FILES " '$ac_optarg'"
     
    46974734  --he | --h)
    46984735    # Conflict between --help and --header
    4699     as_fn_error "ambiguous option: \`$1'
     4736    as_fn_error $? "ambiguous option: \`$1'
    47004737Try \`$0 --help' for more information.";;
    47014738  --help | --hel | -h )
     
    47064743
    47074744  # This is an error.
    4708   -*) as_fn_error "unrecognized option: \`$1'
     4745  -*) as_fn_error $? "unrecognized option: \`$1'
    47094746Try \`$0 --help' for more information." ;;
    47104747
     
    47584795    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    47594796
    4760   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
     4797  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
    47614798  esac
    47624799done
     
    47804817$debug ||
    47814818{
    4782   tmp=
     4819  tmp= ac_tmp=
    47834820  trap 'exit_status=$?
    4784   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     4821  : "${ac_tmp:=$tmp}"
     4822  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
    47854823' 0
    47864824  trap 'as_fn_exit 1' 1 2 13 15
     
    47904828{
    47914829  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    4792   test -n "$tmp" && test -d "$tmp"
     4830  test -d "$tmp"
    47934831}  ||
    47944832{
    47954833  tmp=./conf$$-$RANDOM
    47964834  (umask 077 && mkdir "$tmp")
    4797 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
     4835} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
     4836ac_tmp=$tmp
    47984837
    47994838# Set up the scripts for CONFIG_FILES section.
     
    48124851ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    48134852if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    4814   ac_cs_awk_cr='\r'
     4853  ac_cs_awk_cr='\\r'
    48154854else
    48164855  ac_cs_awk_cr=$ac_cr
    48174856fi
    48184857
    4819 echo 'BEGIN {' >"$tmp/subs1.awk" &&
     4858echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
    48204859_ACEOF
    48214860
     
    48264865  echo "_ACEOF"
    48274866} >conf$$subs.sh ||
    4828   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
    4829 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     4867  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
     4868ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
    48304869ac_delim='%!_!# '
    48314870for ac_last_try in false false false false false :; do
    48324871  . ./conf$$subs.sh ||
    4833     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
     4872    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    48344873
    48354874  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     
    48374876    break
    48384877  elif $ac_last_try; then
    4839     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
     4878    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    48404879  else
    48414880    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     
    48454884
    48464885cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    4847 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     4886cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
    48484887_ACEOF
    48494888sed -n '
     
    48934932cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    48944933_ACAWK
    4895 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     4934cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
    48964935  for (key in S) S_is_set[key] = 1
    48974936  FS = ""
     
    49254964else
    49264965  cat
    4927 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    4928   || as_fn_error "could not setup config files machinery" "$LINENO" 5
    4929 _ACEOF
    4930 
    4931 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    4932 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     4966fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
     4967  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
     4968_ACEOF
     4969
     4970# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
     4971# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
    49334972# trailing colons and then remove the whole line if VPATH becomes empty
    49344973# (actually we leave an empty line to preserve line numbers).
    49354974if test "x$srcdir" = x.; then
    4936   ac_vpsub='/^[  ]*VPATH[        ]*=/{
    4937 s/:*\$(srcdir):*/:/
    4938 s/:*\${srcdir}:*/:/
    4939 s/:*@srcdir@:*/:/
    4940 s/^\([^=]*=[     ]*\):*/\1/
     4975  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
     4976h
     4977s///
     4978s/^/:/
     4979s/[      ]*$/:/
     4980s/:\$(srcdir):/:/g
     4981s/:\${srcdir}:/:/g
     4982s/:@srcdir@:/:/g
     4983s/^:*//
    49414984s/:*$//
     4985x
     4986s/\(=[   ]*\).*/\1/
     4987G
     4988s/\n//
    49424989s/^[^=]*=[       ]*$//
    49434990}'
     
    49514998# This happens for instance with `./config.status Makefile'.
    49524999if test -n "$CONFIG_HEADERS"; then
    4953 cat >"$tmp/defines.awk" <<\_ACAWK ||
     5000cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
    49545001BEGIN {
    49555002_ACEOF
     
    49635010ac_delim='%!_!# '
    49645011for ac_last_try in false false :; do
    4965   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    4966   if test -z "$ac_t"; then
     5012  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
     5013  if test -z "$ac_tt"; then
    49675014    break
    49685015  elif $ac_last_try; then
    4969     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
     5016    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
    49705017  else
    49715018    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     
    50525099_ACEOF
    50535100cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    5054   as_fn_error "could not setup config headers machinery" "$LINENO" 5
     5101  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
    50555102fi # test -n "$CONFIG_HEADERS"
    50565103
     
    50655112  case $ac_mode$ac_tag in
    50665113  :[FHL]*:*);;
    5067   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
     5114  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
    50685115  :[FH]-) ac_tag=-:-;;
    50695116  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     
    50845131    do
    50855132      case $ac_f in
    5086       -) ac_f="$tmp/stdin";;
     5133      -) ac_f="$ac_tmp/stdin";;
    50875134      *) # Look for the file first in the build tree, then in the source tree
    50885135         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     
    50935140           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    50945141           esac ||
    5095            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
     5142           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
    50965143      esac
    50975144      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     
    51195166
    51205167    case $ac_tag in
    5121     *:-:* | *:-) cat >"$tmp/stdin" \
    5122       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
     5168    *:-:* | *:-) cat >"$ac_tmp/stdin" \
     5169      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    51235170    esac
    51245171    ;;
     
    52505297$ac_datarootdir_hack
    52515298"
    5252 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    5253   || as_fn_error "could not create $ac_file" "$LINENO" 5
     5299eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
     5300  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    52545301
    52555302test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    5256   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    5257   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     5303  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
     5304  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
     5305      "$ac_tmp/out"`; test -z "$ac_out"; } &&
    52585306  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    5259 which seems to be undefined.  Please make sure it is defined." >&5
     5307which seems to be undefined.  Please make sure it is defined" >&5
    52605308$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    5261 which seems to be undefined.  Please make sure it is defined." >&2;}
    5262 
    5263   rm -f "$tmp/stdin"
     5309which seems to be undefined.  Please make sure it is defined" >&2;}
     5310
     5311  rm -f "$ac_tmp/stdin"
    52645312  case $ac_file in
    5265   -) cat "$tmp/out" && rm -f "$tmp/out";;
    5266   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     5313  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
     5314  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
    52675315  esac \
    5268   || as_fn_error "could not create $ac_file" "$LINENO" 5
     5316  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    52695317 ;;
    52705318  :H)
     
    52755323    {
    52765324      $as_echo "/* $configure_input  */" \
    5277       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    5278     } >"$tmp/config.h" \
    5279       || as_fn_error "could not create $ac_file" "$LINENO" 5
    5280     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     5325      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
     5326    } >"$ac_tmp/config.h" \
     5327      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     5328    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
    52815329      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
    52825330$as_echo "$as_me: $ac_file is unchanged" >&6;}
    52835331    else
    52845332      rm -f "$ac_file"
    5285       mv "$tmp/config.h" "$ac_file" \
    5286         || as_fn_error "could not create $ac_file" "$LINENO" 5
     5333      mv "$ac_tmp/config.h" "$ac_file" \
     5334        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    52875335    fi
    52885336  else
    52895337    $as_echo "/* $configure_input  */" \
    5290       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    5291       || as_fn_error "could not create -" "$LINENO" 5
     5338      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
     5339      || as_fn_error $? "could not create -" "$LINENO" 5
    52925340  fi
    52935341 ;;
     
    53045352
    53055353test $ac_write_fail = 0 ||
    5306   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
     5354  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
    53075355
    53085356
     
    53255373  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    53265374  # would make configure fail if this is the last instruction.
    5327   $ac_cs_success || as_fn_exit $?
     5375  $ac_cs_success || as_fn_exit 1
    53285376fi
    53295377if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  • coeffs/ffields.cc

    re7b094 r18cb65  
    77*/
    88
    9 #include <auxiliary.h>
     9#include <misc/auxiliary.h>
    1010#include <string.h>
    1111#include "coeffs.h"
    12 #include <mylimits.h>
    13 #include <omalloc.h>
    14 #include <reporter.h>
     12#include <misc/mylimits.h>
     13#include <omalloc/omalloc.h>
     14#include <reporter/reporter.h>
    1515#include "numbers.h"
    1616#include "ffields.h"
    17 #include <feFopen.h>
     17#include <resources/feFopen.h>
    1818#include <math.h>
    1919
  • coeffs/gnumpc.cc

    re7b094 r18cb65  
    1818#include "gnumpfl.h"
    1919#include "mpr_complex.h"
    20 #include "reporter.h"
    21 #include "omalloc.h"
     20#include "reporter/reporter.h"
     21#include "omalloc/omalloc.h"
    2222
    2323
  • coeffs/gnumpfl.cc

    re7b094 r18cb65  
    1111#include "config.h"
    1212#include "coeffs.h"
    13 #include <omalloc.h>
    14 #include <reporter.h>
     13#include <omalloc/omalloc.h>
     14#include <reporter/reporter.h>
    1515#include "numbers.h"
    1616#include "modulop.h"
  • coeffs/longrat.cc

    re7b094 r18cb65  
    4747#include "config.h"
    4848#include "coeffs.h"
    49 #include "reporter.h"
    50 #include "omalloc.h"
     49#include "reporter/reporter.h"
     50#include "omalloc/omalloc.h"
    5151#include "numbers.h"
    5252#include "modulop.h"
  • coeffs/longrat.h

    re7b094 r18cb65  
    1111// #include "config.h"
    1212#include "si_gmp.h"
    13 #include <auxiliary.h>
    14 #include <omalloc.h>
     13#include <misc/auxiliary.h>
     14#include <omalloc/omalloc.h>
    1515
    1616#define SR_HDL(A) ((long)(A))
  • coeffs/longrat0.cc

    re7b094 r18cb65  
    1111#include <string.h>
    1212#include "config.h"
    13 #include "reporter.h"
     13#include "reporter/reporter.h"
    1414#include "coeffs.h"
    15 #include "omalloc.h"
     15#include "omalloc/omalloc.h"
    1616#include "longrat.h"
    1717#include "numbers.h"
  • coeffs/modulop.cc

    re7b094 r18cb65  
    99#include <string.h>
    1010#include "config.h"
    11 #include <omalloc.h>
     11#include <omalloc/omalloc.h>
    1212#include "coeffs.h"
    13 #include "reporter.h"
     13#include "reporter/reporter.h"
    1414#include "numbers.h"
    1515#include "longrat.h"
    1616#include "mpr_complex.h"
    17 #include "mylimits.h"
     17#include "misc/mylimits.h"
    1818#include "modulop.h"
    1919#ifdef HAVE_FACTORY
  • coeffs/mpr_complex.cc

    re7b094 r18cb65  
    1515//#ifdef HAVE_MPR
    1616#include "coeffs.h"
    17 #include "reporter.h"
    18 #include "omalloc.h"
     17#include "reporter/reporter.h"
     18#include "omalloc/omalloc.h"
    1919#include "numbers.h"
    2020#include "longrat.h"
  • coeffs/numbers.cc

    re7b094 r18cb65  
    99
    1010#include "config.h"
    11 #include <auxiliary.h>
     11#include <misc/auxiliary.h>
    1212
    1313
     
    1717#include "numbers.h"
    1818
    19 #include <reporter.h>
    20 #include <omalloc.h>
     19#include <reporter/reporter.h>
     20#include <omalloc/omalloc.h>
    2121#include "numbers.h"
    2222#include "longrat.h"
  • coeffs/rintegers.cc

    re7b094 r18cb65  
    77*/
    88#include "config.h"
    9 #include <auxiliary.h>
     9#include <misc/auxiliary.h>
    1010
    1111#ifdef HAVE_RINGS
    1212
    1313#include <string.h>
    14 #include <mylimits.h>
     14#include <misc/mylimits.h>
    1515#include "coeffs.h"
    16 #include <reporter.h>
    17 #include <omalloc.h>
     16#include <reporter/reporter.h>
     17#include <omalloc/omalloc.h>
    1818#include "numbers.h"
    1919#include "longrat.h"
  • coeffs/rmodulo2m.cc

    • Property mode changed from 100755 to 100644
    re7b094 r18cb65  
    88
    99#include "config.h"
    10 #include <auxiliary.h>
     10#include <misc/auxiliary.h>
    1111
    1212#ifdef HAVE_RINGS
    1313
    14 #include <mylimits.h>
     14#include <misc/mylimits.h>
    1515#include "coeffs.h"
    16 #include "reporter.h"
    17 #include "omalloc.h"
     16#include "reporter/reporter.h"
     17#include "omalloc/omalloc.h"
    1818#include "numbers.h"
    1919#include "longrat.h"
  • coeffs/rmodulo2m.h

    • Property mode changed from 100755 to 100644
  • coeffs/rmodulon.cc

    • Property mode changed from 100755 to 100644
    re7b094 r18cb65  
    88
    99#include "config.h"
    10 #include <auxiliary.h>
     10#include <misc/auxiliary.h>
    1111
    1212#ifdef HAVE_RINGS
    1313
    14 #include <mylimits.h>
     14#include <misc/mylimits.h>
    1515#include "coeffs.h"
    16 #include "reporter.h"
    17 #include "omalloc.h"
     16#include "reporter/reporter.h"
     17#include "omalloc/omalloc.h"
    1818#include "numbers.h"
    1919#include "longrat.h"
  • coeffs/shortfl.cc

    re7b094 r18cb65  
    1212#include <string.h>
    1313#include "coeffs.h"
    14 #include "reporter.h"
     14#include "reporter/reporter.h"
    1515#include "numbers.h"
    1616#include "longrat.h"
    1717#include "mpr_complex.h"
    1818
    19 #include <mylimits.h>
     19#include <misc/mylimits.h>
    2020
    2121/// Our Type!
  • coeffs/test.cc

    re7b094 r18cb65  
    11#include "config.h"
    22
    3 #include <auxiliary.h>
     3#include <misc/auxiliary.h>
    44
    55#include <coeffs.h>
    66#include <numbers.h>
    7 #include <reporter.h>
    8 #include <omalloc.h>
     7#include <reporter/reporter.h>
     8#include <omalloc/omalloc.h>
    99
    1010#include <longrat.h>
Note: See TracChangeset for help on using the changeset viewer.