Changeset 1587 for trunk/Clp/configure
- Timestamp:
- Aug 13, 2010 5:39:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure
r1581 r1587 22615 22615 withval=yes 22616 22616 fi; 22617 if test x $withval= xno ; then22617 if test x"$withval" = xno ; then 22618 22618 coin_doxy_usedot=NO 22619 22619 echo "$as_me:$LINENO: checking for dot " >&5 … … 22690 22690 # proj will be configured, hence doxydoc present in build tree 22691 22691 doxysrcdir="${srcdir}/${proj}" 22692 { echo "$as_me:$LINENO: Considering $doxysrcdir (base)" >&5 22693 echo "$as_me: Considering $doxysrcdir (base)" >&6;} 22692 # AC_MSG_NOTICE([Considering $doxysrcdir (base)]) 22694 22693 if test -d "$doxysrcdir" ; then 22695 22694 # with a doxydoc directory? 22696 22695 doxydir="$doxysrcdir/doxydoc" 22697 { echo "$as_me:$LINENO: Considering $doxydir (base)" >&5 22698 echo "$as_me: Considering $doxydir (base)" >&6;} 22699 { echo "$as_me:$LINENO: Subdirs: $coin_subdirs)" >&5 22700 echo "$as_me: Subdirs: $coin_subdirs)" >&6;} 22696 # AC_MSG_NOTICE([Considering $doxydir (base)]) 22697 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 22701 22698 if test -d "$doxydir" ; then 22702 22699 # use tag file; don't process source … … 22718 22715 if test $doxyfound = no ; then 22719 22716 eval doxydir="${datadir}/coin/doc/${proj}/doxydoc" 22720 { echo "$as_me:$LINENO: Considering $doxydir (install)" >&5 22721 echo "$as_me: Considering $doxydir (install)" >&6;} 22722 { echo "$as_me:$LINENO: Subdirs: $coin_subdirs)" >&5 22723 echo "$as_me: Subdirs: $coin_subdirs)" >&6;} 22717 # AC_MSG_NOTICE([Considering $doxydir (install)]) 22718 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 22724 22719 coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html" 22725 22720 echo "$as_me:$LINENO: result: $doxydir (tag)" >&5
Note: See TracChangeset
for help on using the changeset viewer.