Changeset 0b212e in git for configure


Ignore:
Timestamp:
Mar 8, 2011, 7:15:40 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
634d93b52f3d7540be44b7c941a206dc38b1b1be
Parents:
8dff4e49d0ef118183e25bfaa62ce600a66f2ae7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-03-08 19:15:40+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:35:58+01:00
Message:
ADD: new dirs to the configure script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8dff4e r0b212e  
    26072607    enable_Singular=yes
    26082608    echo "$ac_t""yes" 1>&6
    2609     CONFIG_SUBDIRS="$CONFIG_SUBDIRS Singular"
    2610     BUILD_SUBDIRS="$BUILD_SUBDIRS kernel Singular"     
    2611     BUILD1_SUBDIRS="$BUILD1_SUBDIRS kernel Singular"   
     2609    CONFIG_SUBDIRS="$CONFIG_SUBDIRS output coeffs Singular"
     2610    BUILD_SUBDIRS="$BUILD_SUBDIRS output coeffs kernel Singular"       
     2611    BUILD1_SUBDIRS="$BUILD1_SUBDIRS output coeffs kernel Singular"     
    26122612    ac_configure_args="$ac_configure_args --enable-Singular"
    26132613  else
     
    26182618  if test -d Singular; then
    26192619    echo "$ac_t""yes" 1>&6
    2620     CONFIG_SUBDIRS="$CONFIG_SUBDIRS Singular"
    2621     BUILD_SUBDIRS="$BUILD_SUBDIRS kernel Singular"     
    2622     BUILD1_SUBDIRS="$BUILD1_SUBDIRS kernel Singular"   
     2620    CONFIG_SUBDIRS="$CONFIG_SUBDIRS output coeffs Singular"
     2621    BUILD_SUBDIRS="$BUILD_SUBDIRS output coeffs kernel Singular"       
     2622    BUILD1_SUBDIRS="$BUILD1_SUBDIRS output coeffs kernel Singular"     
    26232623  else
    26242624    echo "$ac_t""no" 1>&6
Note: See TracChangeset for help on using the changeset viewer.