Changeset aee329b in git


Ignore:
Timestamp:
Oct 13, 2005, 6:12:15 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
6a30174f5b2bb4da145c3f3c8d868d13a2e90a18
Parents:
b45a4caee41c4635008489b883393fb0fef844d3
Message:
*Hannes: fix for intsall target


git-svn-id: file:///usr/local/Singular/svn/trunk@8711 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rb45a4ca raee329b  
    1515
    1616BUILD_SUBDIRS   = @BUILD_SUBDIRS@
    17 BUILD_SUBDIRS1  = @BUILD1_SUBDIRS@
     17BUILD1_SUBDIRS  = @BUILD1_SUBDIRS@
    1818SUBDIRS         = @SUBDIRS@
    1919
     
    3939        do \
    4040          echo ${MAKE} $@ in $${SUBDIR}; \
    41           ( cd $${SUBDIR} && ${MAKE} $@;); \
     41          cd $${SUBDIR} && ${MAKE} $@ && cd ..; \
    4242          (if test "$${SUBDIR}" = Texinfo && test -d doc; then \
    4343                for FILE in ${TEXINFO_TEX_FILES}; \
     
    5353           fi;); \
    5454        done
     55        echo "***********************************************"
     56        echo "* do not forget to install Singular-@SINGULAR_VERSION@-share.tar.gz"
     57        echo "***********************************************"
     58
    5559
    5660maintainer-install uninstall:
  • configure

    rb45a4ca raee329b  
    25082508if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    25092509   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     2510   BUILD1_SUBDIRS="$BUILD1_SUBDIRS IntegerProgramming"
    25102511   echo "$ac_t""yes" 1>&6
    25112512   if test "$enable_IntegerProgramming" != yes; then
     
    25172518
    25182519echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6
    2519 echo "configure:2520: checking whether to build Plural" >&5
     2520echo "configure:2521: checking whether to build Plural" >&5
    25202521if test "$enable_Plural" != no || test "$with_Plural" != no; then
    25212522   echo "$ac_t""yes" 1>&6
     
    25292530
    25302531echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2531 echo "configure:2532: checking whether to configure and build Texinfo" >&5
     2532echo "configure:2533: checking whether to configure and build Texinfo" >&5
    25322533if test "$enable_Texinfo" != no && test -d Texinfo; then
    25332534  echo "$ac_t""yes" 1>&6
     
    25532554set dummy makeinfo; ac_word=$2
    25542555echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2555 echo "configure:2556: checking for $ac_word" >&5
     2556echo "configure:2557: checking for $ac_word" >&5
    25562557if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    25572558  echo $ac_n "(cached) $ac_c" 1>&6
     
    25832584set dummy texi2dvi; ac_word=$2
    25842585echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2585 echo "configure:2586: checking for $ac_word" >&5
     2586echo "configure:2587: checking for $ac_word" >&5
    25862587if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    25872588  echo $ac_n "(cached) $ac_c" 1>&6
     
    26132614set dummy texindex; ac_word=$2
    26142615echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2615 echo "configure:2616: checking for $ac_word" >&5
     2616echo "configure:2617: checking for $ac_word" >&5
    26162617if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    26172618  echo $ac_n "(cached) $ac_c" 1>&6
     
    26432644set dummy texi2pdf; ac_word=$2
    26442645echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2645 echo "configure:2646: checking for $ac_word" >&5
     2646echo "configure:2647: checking for $ac_word" >&5
    26462647if eval "test \"`echo '$''{'ac_cv_prog_TEXI2PDF'+set}'`\" = set"; then
    26472648  echo $ac_n "(cached) $ac_c" 1>&6
     
    26732674
    26742675echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2675 echo "configure:2676: checking whether to configure and build Texi2html" >&5
     2676echo "configure:2677: checking whether to configure and build Texi2html" >&5
    26762677if test "$enable_Texi2html" != no && test -d Texi2html; then
    26772678 echo "$ac_t""yes" 1>&6
     
    26882689set dummy texi2html; ac_word=$2
    26892690echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2690 echo "configure:2691: checking for $ac_word" >&5
     2691echo "configure:2692: checking for $ac_word" >&5
    26912692if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    26922693  echo $ac_n "(cached) $ac_c" 1>&6
     
    27262727
    27272728echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2728 echo "configure:2729: checking whether to build doc" >&5
     2729echo "configure:2730: checking whether to build doc" >&5
    27292730if test "$enable_doc" != no && test -d doc; then
    27302731 echo "$ac_t""yes" 1>&6
     
    27402741
    27412742echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2742 echo "configure:2743: checking whether to build emacs" >&5
     2743echo "configure:2744: checking whether to build emacs" >&5
    27432744if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    27442745 echo "$ac_t""yes" 1>&6
     
    27522753
    27532754echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2754 echo "configure:2755: checking which apint package to use" >&5
     2755echo "configure:2756: checking which apint package to use" >&5
    27552756if test "$with_apint" = gmp; then
    27562757  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    27682769
    27692770echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2770 echo "configure:2771: checking whether to use with MP" >&5
     2771echo "configure:2772: checking whether to use with MP" >&5
    27712772if test "$with_MP" = yes; then
    27722773  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    27882789
    27892790echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2790 echo "configure:2791: checking whether to use with factory" >&5
     2791echo "configure:2792: checking whether to use with factory" >&5
    27912792if test "$with_factory" = yes; then
    27922793  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    28072808 
    28082809echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2809 echo "configure:2810: checking whether to use with libfac" >&5
     2810echo "configure:2811: checking whether to use with libfac" >&5
    28102811if test "$with_libfac" = yes; then
    28112812  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    28282829
    28292830echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2830 echo "configure:2831: checking whether to use with Singular" >&5
     2831echo "configure:2832: checking whether to use with Singular" >&5
    28312832if test "$with_Singular" != no && test "$with_Singular" != yes; then
    28322833  if test "$enable_Singular" = yes; then
     
    28912892 
    28922893echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2893 echo "configure:2894: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2894echo "configure:2895: checking whether ${MAKE-make} sets \${MAKE}" >&5
    28942895set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    28952896if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  • configure.in

    rb45a4ca raee329b  
    587587if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    588588   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     589   BUILD1_SUBDIRS="$BUILD1_SUBDIRS IntegerProgramming"
    589590   AC_MSG_RESULT(yes)
    590591   if test "$enable_IntegerProgramming" != yes; then
Note: See TracChangeset for help on using the changeset viewer.