Changeset 4a81ec in git for libfac/configure.in


Ignore:
Timestamp:
Sep 12, 1997, 9:20:02 AM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0fbdd16f374f7f4570da62a453e2328e4d8a4b4c
Parents:
0479e09dbc0fb17be7ebce384df4ba0318ba20eb
Message:
* hannes/michael: libfac-0.3.0


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

Legend:

Unmodified
Added
Removed
  • libfac/configure.in

    r0479e09 r4a81ec  
    1515libfac_name="\"Factorization and characteristic sets library\""
    1616AC_SUBST(libfac_version)
    17 libfac_version="0.2.4"
     17libfac_version="0.3.0"
    1818AC_SUBST(libfac_date)
    19 libfac_date="\"May 30 1997\""
     19libfac_date="\"Sep 11 1997\""
    2020AC_SUBST(libfac_author)
    2121libfac_author="\"M. Messollen\""
     
    4646
    4747if test "$with_Singular" = yes; then
    48   AC_DEFINE(HAVE_SINGULAR)
     48  AC_DEFINE(SINGULAR)
     49  AC_DEFINE(NOSTREAMIO)
    4950  if test "$with_debug" = yes; then
    5051     targetname="libsingfac-g"
     
    7778LDFLAGS="-L. ${LDFLAGS}"
    7879
    79 if test "$with_debug" = yes; then
    80   CXXFLAGS="-g"
    81 else
    82   CXXFLAGS="-O"
    83   AC_DEFINE(NDEBUG) 
     80if test "${CXXFLAGS+set}" != set; then
     81  ac_cxxflags_set=no
     82  if test "$with_debug" = yes; then
     83    CXXFLAGS="-g"
     84  else
     85    CXXFLAGS="-O"
     86    AC_DEFINE(NDEBUG)
     87  fi 
    8488fi
    8589
     
    126130dnl
    127131if test ${GXX} = yes; then
    128   if test "$with_debug" = yes; then
    129      CXXFLAGS="-O -g"
    130   else
    131      CXXFLAGS="-O3 "
     132  if test "$ac_cxxflags_set" = no; then
     133    if test "$with_debug" = yes; then
     134       CXXFLAGS="-O -g"
     135    else
     136       CXXFLAGS="-O3 "
     137    fi
    132138  fi
    133139  CXXTEMPLFLAGS="-fno-implicit-templates"
Note: See TracChangeset for help on using the changeset viewer.