Changeset aa6c9cc in git


Ignore:
Timestamp:
Oct 30, 2013, 8:55:25 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
8c982c34545a8ef6ec86afcbb224757c7dffcd0f
Parents:
29af60e33dddad220da36ddba00228738056cf40
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-30 20:55:25+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-05 16:38:16+01:00
Message:
Fix BS problem of gfanlib handling
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r29af60 raa6c9cc  
    55endif
    66
     7if HAVE_GFANLIB
     8  USE_GFANLIB = gfanlib
     9endif
     10
     11
     12
     13
    714SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
    8 libpolys kernel numeric gfanlib dyn_modules \
     15libpolys kernel numeric $(USE_GFANLIB) dyn_modules \
    916IntegerProgramming Singular dox \
    1017emacs debian redhat desktop
  • gfanlib/configure.ac

    r29af60 raa6c9cc  
    5050if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no
    5151then
    52         exit 1
     52        exit 0
    5353fi
    5454fi
  • m4/gfanlib-check.m4

    r29af60 raa6c9cc  
    5555fi
    5656
     57LIBS=$SAVE_LIBS
     58
    5759AM_CONDITIONAL(HAVE_GFANLIB, test "x$PASSED_ALL_TESTS_FOR_GFANLIB" = xyes)
    5860
Note: See TracChangeset for help on using the changeset viewer.