Changeset 14258


Ignore:
Timestamp:
01/16/13 06:53:07 (12 years ago)
Author:
jschierm
Message:

CHG: Add message for dakota version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r14254 r14258  
    174174                dnl defaults
    175175                HAVE_DAKOTA=yes
     176                AC_MSG_RESULT($HAVE_DAKOTA)
    176177                DAKOTAINCL=-I$DAKOTA_ROOT/include
     178                AC_MSG_CHECKING(for dakota version)
    177179                DAKOTA_VERSION=`cat $DAKOTA_ROOT/include/dakota_config.h | grep "#define PACKAGE_VERSION" | sed 's/#define PACKAGE_VERSION//' | sed 's/ //g' | sed -e 's/\"//g' `
     180                AC_MSG_RESULT($DAKOTA_VERSION)
    178181                AC_DEFINE_UNQUOTED([DAKOTA_VERSION],"$DAKOTA_VERSION",[Dakota version number])
    179182                case "${host_os}" in
     
    202205        else
    203206                HAVE_DAKOTA=no
     207                AC_MSG_RESULT($HAVE_DAKOTA)
    204208        fi
    205209        AM_CONDITIONAL([DAKOTA], [test x$HAVE_DAKOTA = xyes])
    206         AC_MSG_RESULT($HAVE_DAKOTA)
    207210        dnl }}}
    208211        dnl boost{{{
Note: See TracChangeset for help on using the changeset viewer.