Changeset 6b27cb in git


Ignore:
Timestamp:
Jul 20, 1999, 12:17:54 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6bb498c0fc6c87de6a4824ddae4d6d39e84dcad0
Parents:
b452e99fc066abc3afe0f2ee25485f3000eaa68a
Message:
* small bug fixes


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

Legend:

Unmodified
Added
Removed
  • configure

    rb452e9 r6b27cb  
    21692169if test -d emacs; then
    21702170  SUBDIRS="$SUBDIRS emacs"
     2171  BUILD_SUBDIRS="$BUILD_SUBDIRS emacs"
     2172fi
     2173if test -d Texi2html; then
     2174  SUBDIRS="$SUBDIRS Texi2html"
     2175  BUILD_SUBDIRS="$BUILD_SUBDIRS Texi2html"
    21712176fi
    21722177 
    21732178
    21742179echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2175 echo "configure:2176: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2180echo "configure:2181: checking whether ${MAKE-make} sets \${MAKE}" >&5
    21762181set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    21772182if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    21982203  SET_MAKE="MAKE=${MAKE-make}"
    21992204fi
     2205
    22002206
    22012207
     
    23842390s%@SET_MAKE@%$SET_MAKE%g
    23852391s%@SUBDIRS@%$SUBDIRS%g
     2392s%@BUILD_SUBDIRS@%$BUILD_SUBDIRS%g
    23862393s%@CONFIG_SUBDIRS@%$CONFIG_SUBDIRS%g
    23872394s%@subdirs@%$subdirs%g
  • configure.in

    rb452e9 r6b27cb  
    665665if test -d emacs; then
    666666  SUBDIRS="$SUBDIRS emacs"
     667  BUILD_SUBDIRS="$BUILD_SUBDIRS emacs"
     668fi
     669if test -d Texi2html; then
     670  SUBDIRS="$SUBDIRS Texi2html"
     671  BUILD_SUBDIRS="$BUILD_SUBDIRS Texi2html"
    667672fi
    668673 
     
    673678AC_PROG_MAKE_SET
    674679AC_SUBST(SUBDIRS)
     680AC_SUBST(BUILD_SUBDIRS)
    675681AC_SUBST(CONFIG_SUBDIRS)
    676682AC_CONFIG_SUBDIRS($CONFIG_SUBDIRS)
Note: See TracChangeset for help on using the changeset viewer.