Changeset 9ae4da in git
- Timestamp:
- Jun 24, 2010, 12:10:49 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- e49c970bf24234ef845900338e0d0fc7b4656649
- Parents:
- 4429c9fe701eb7c097de1815b71d088770b0ba98
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-24 12:10:49+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:19+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r4429c9f r9ae4da 2607 2607 enable_Singular=yes 2608 2608 echo "$ac_t""yes" 1>&6 2609 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"2610 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"2611 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"2609 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter resource coeffs Singular" 2610 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter resource coeffs kernel Singular" 2611 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter resource coeffs kernel Singular" 2612 2612 ac_configure_args="$ac_configure_args --enable-Singular" 2613 2613 else … … 2618 2618 if test -d Singular; then 2619 2619 echo "$ac_t""yes" 1>&6 2620 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"2621 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"2622 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"2620 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter resource coeffs Singular" 2621 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter resource coeffs kernel Singular" 2622 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter resource coeffs kernel Singular" 2623 2623 else 2624 2624 echo "$ac_t""no" 1>&6 -
configure.in
r4429c9f r9ae4da 566 566 enable_Singular=yes 567 567 AC_MSG_RESULT(yes) 568 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"569 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"570 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"568 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter resource coeffs Singular" 569 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter resource coeffs kernel Singular" 570 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter resource coeffs kernel Singular" 571 571 ac_configure_args="$ac_configure_args --enable-Singular" 572 572 else … … 577 577 if test -d Singular; then 578 578 AC_MSG_RESULT(yes) 579 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"580 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"581 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"579 CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter resource coeffs Singular" 580 BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter resource coeffs kernel Singular" 581 BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter resource coeffs kernel Singular" 582 582 else 583 583 AC_MSG_RESULT(no)
Note: See TracChangeset
for help on using the changeset viewer.