Changeset 935345 in git


Ignore:
Timestamp:
Jun 10, 2010, 9:45:47 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c97e97c99a1990d3d0b52e3d05abd820594ae338
Parents:
91a305857a5f4e3902521d2874008067469e6d60
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-10 09:45:47+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:06+01:00
Message:
output -> reporter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    r91a305 r935345  
    26072607    enable_Singular=yes
    26082608    echo "$ac_t""yes" 1>&6
    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"     
     2609    CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
     2610    BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
     2611    BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter 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 output coeffs Singular"
    2621     BUILD_SUBDIRS="$BUILD_SUBDIRS output coeffs kernel Singular"       
    2622     BUILD1_SUBDIRS="$BUILD1_SUBDIRS output coeffs kernel Singular"     
     2620    CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
     2621    BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
     2622    BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
    26232623  else
    26242624    echo "$ac_t""no" 1>&6
  • configure.in

    r91a305 r935345  
    566566    enable_Singular=yes
    567567    AC_MSG_RESULT(yes)
    568     CONFIG_SUBDIRS="$CONFIG_SUBDIRS output coeffs Singular"
    569     BUILD_SUBDIRS="$BUILD_SUBDIRS output coeffs kernel Singular"       
    570     BUILD1_SUBDIRS="$BUILD1_SUBDIRS output coeffs kernel Singular"     
     568    CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
     569    BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
     570    BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
    571571    ac_configure_args="$ac_configure_args --enable-Singular"
    572572  else
     
    577577  if test -d Singular; then
    578578    AC_MSG_RESULT(yes)
    579     CONFIG_SUBDIRS="$CONFIG_SUBDIRS output coeffs Singular"
    580     BUILD_SUBDIRS="$BUILD_SUBDIRS output coeffs kernel Singular"       
    581     BUILD1_SUBDIRS="$BUILD1_SUBDIRS output coeffs kernel Singular"     
     579    CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
     580    BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
     581    BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
    582582  else
    583583    AC_MSG_RESULT(no)
Note: See TracChangeset for help on using the changeset viewer.