Changeset 14254


Ignore:
Timestamp:
01/15/13 15:17:56 (12 years ago)
Author:
jschierm
Message:

CHG: DAKOTA_VERSION is a string, so output with quotes.

File:
1 edited

Legend:

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

    r14253 r14254  
    176176                DAKOTAINCL=-I$DAKOTA_ROOT/include
    177177                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' `
    178                 AC_DEFINE_UNQUOTED([DAKOTA_VERSION],$DAKOTA_VERSION,[Dakota version number])
     178                AC_DEFINE_UNQUOTED([DAKOTA_VERSION],"$DAKOTA_VERSION",[Dakota version number])
    179179                case "${host_os}" in
    180180                        *cygwin*)
Note: See TracChangeset for help on using the changeset viewer.