Changeset 59176c in git for configure.in


Ignore:
Timestamp:
Jun 10, 2010, 10:14:05 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3b3b0e959defd3f8388f7dc75f5a0cd257d56fc0
Parents:
17137807e09a202752c972634e74c1f9ce59ad52
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-10 10:14:05+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:07+01:00
Message:
configure for misc: install auxialiary.h, mylimits.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    r171378 r59176c  
    566566    enable_Singular=yes
    567567    AC_MSG_RESULT(yes)
    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"   
     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"       
    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 reporter coeffs Singular"
    580     BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
    581     BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
     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"       
    582582  else
    583583    AC_MSG_RESULT(no)
Note: See TracChangeset for help on using the changeset viewer.