Changeset 3e55bc in git for libfac/configure


Ignore:
Timestamp:
Jun 9, 1997, 5:56:14 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
db12c52f20de2574cfcb364effcf969b39384547
Parents:
6c02a5092325a53a0cda2cf6756a4ba1d9765c67
Message:
* hannes/michael: libfac 0.2.4


git-svn-id: file:///usr/local/Singular/svn/trunk@377 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfac/configure

    r6c02a5 r3e55bc  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.9
     4# Generated automatically using autoconf version 2.10
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    335335
    336336  -version | --version | --versio | --versi | --vers)
    337     echo "configure generated by autoconf version 2.9"
     337    echo "configure generated by autoconf version 2.10"
    338338    exit 0 ;;
    339339
     
    519519
    520520
    521 libfacversion="0.2.2"
     521libfac_name="\"Factorization and characteristic sets library\""
     522
     523libfac_version="0.2.4"
     524
     525libfac_date="\"May 30 1997\""
     526
     527libfac_author="\"M. Messollen\""
     528
    522529
    523530libfac="libfac"
     
    579586LDFLAGS="-L. ${LDFLAGS}"
    580587
    581 if test "${CXXFLAGS+set}" != set; then
    582   ac_cxxflags_set=no
    583   if test "$with_debug" = yes; then
    584     CXXFLAGS="-g"
    585   else
    586     CXXFLAGS="-O"
    587     cat >> confdefs.h <<\EOF
     588if test "$with_debug" = yes; then
     589  CXXFLAGS="-g"
     590else
     591  CXXFLAGS="-O"
     592  cat >> confdefs.h <<\EOF
    588593#define NDEBUG 1
    589594EOF
    590595 
    591   fi
    592 fi
    593 
     596fi
    594597
    595598ac_ext=C
     
    642645#endif
    643646EOF
    644 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:645: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     647if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    645648  ac_cv_prog_gxx=yes
    646649else
     
    691694  CXXCPP="${CXX-g++} -E"
    692695  cat > conftest.$ac_ext <<EOF
    693 #line 694 "configure"
     696#line 697 "configure"
    694697#include "confdefs.h"
    695698#include <stdlib.h>
    696699EOF
    697700ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    698 { (eval echo configure:699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     701{ (eval echo configure:702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    699702ac_err=`grep -v '^ *+' conftest.out`
    700703if test -z "$ac_err"; then
     
    798801fi
    799802
    800 for ac_hdr in factory.h
    801 do
    802 ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
    803 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
     803
     804ac_safe=`echo "factory.h" | tr './\055' '___'`
     805echo $ac_n "checking for factory.h""... $ac_c" 1>&6
    804806if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    805807  echo $ac_n "(cached) $ac_c" 1>&6
    806808else
    807809  cat > conftest.$ac_ext <<EOF
    808 #line 809 "configure"
     810#line 811 "configure"
    809811#include "confdefs.h"
    810 #include <$ac_hdr>
     812#include <factory.h>
    811813EOF
    812814ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    813 { (eval echo configure:814: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     815{ (eval echo configure:816: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    814816ac_err=`grep -v '^ *+' conftest.out`
    815817if test -z "$ac_err"; then
     
    825827if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    826828  echo "$ac_t""yes" 1>&6
    827     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
    828   cat >> confdefs.h <<EOF
    829 #define $ac_tr_hdr 1
    830 EOF
    831  
     829  :
    832830else
    833831  echo "$ac_t""no" 1>&6
    834 fi
    835 done
    836 
    837 
    838 if test "$ac_cv_header_factory_h" != yes; then
    839   if test "$enable_factory" != yes; then
    840     { echo "configure: error: Need factory.h to built libfac" 1>&2; exit 1; }
    841   else
    842     echo "configure: warning: Make sure to _install_ factory.h befor building libfac" 1>&2
    843   fi
    844 fi
     832echo "configure: warning: factory.h not found! Install factory before building libfac!" 1>&2
     833fi
     834
    845835
    846836
     
    851841else
    852842  cat > conftest.$ac_ext <<EOF
    853 #line 854 "configure"
     843#line 844 "configure"
    854844#include "confdefs.h"
    855845
     
    901891; return 0; }
    902892EOF
    903 if { (eval echo configure:904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     893if { (eval echo configure:894: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    904894  rm -rf conftest*
    905895  ac_cv_c_const=yes
     
    927917for ac_kw in inline __inline__ __inline; do
    928918  cat > conftest.$ac_ext <<EOF
    929 #line 930 "configure"
     919#line 920 "configure"
    930920#include "confdefs.h"
    931921
     
    935925; return 0; }
    936926EOF
    937 if { (eval echo configure:938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     927if { (eval echo configure:928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    938928  rm -rf conftest*
    939929  ac_cv_c_inline=$ac_kw; break
     
    960950
    961951if test ${GXX} = yes; then
    962   if test "$ac_cxxflags_set" = no; then
    963     if test "$with_debug" = yes; then
    964       CXXFLAGS="-O -g"
    965     else
    966       CXXFLAGS="-O3 "
    967     fi
     952  if test "$with_debug" = yes; then
     953     CXXFLAGS="-O -g"
     954  else
     955     CXXFLAGS="-O3 "
    968956  fi
    969957  CXXTEMPLFLAGS="-fno-implicit-templates"
     
    10611049    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    10621050  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1063     echo "$CONFIG_STATUS generated by autoconf version 2.9"
     1051    echo "$CONFIG_STATUS generated by autoconf version 2.10"
    10641052    exit 0 ;;
    10651053  -help | --help | --hel | --he | --h)
     
    11011089s%@infodir@%$infodir%g
    11021090s%@mandir@%$mandir%g
    1103 s%@libfacversion@%$libfacversion%g
     1091s%@libfac_name@%$libfac_name%g
     1092s%@libfac_version@%$libfac_version%g
     1093s%@libfac_date@%$libfac_date%g
     1094s%@libfac_author@%$libfac_author%g
    11041095s%@libfac@%$libfac%g
    11051096s%@libfac_g@%$libfac_g%g
     
    11781169test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
    11791170
     1171
Note: See TracChangeset for help on using the changeset viewer.