Changeset 20103


Ignore:
Timestamp:
02/09/16 19:56:51 (9 years ago)
Author:
glperez
Message:

CHG: Temporarily removed rm line.

File:
1 edited

Legend:

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

    r19706 r20103  
    315315                                         MEXLIB=$( cat conftest.tmp | grep LINKLIBS | sed -e "s/LINKLIBS ://g")
    316316                                         MEXEXT=$( cat conftest.tmp | grep LDEXT    | sed -e "s/LDEXT ://g" | awk '{print $[1]}')
    317                                          rm -f conftest.tmp
     317                                         dnl rm -f conftest.tmp
    318318                                fi
    319319
     
    573573                AC_SUBST([DAKOTAFLAGS])
    574574                AC_SUBST([DAKOTALIB])
     575        else
     576                AM_CONDITIONAL([ISSM_DAKOTA],0)
    575577        fi
    576578        AM_CONDITIONAL([ISSM_DAKOTA],[test x$DAKOTA_MAJOR = x6])
Note: See TracChangeset for help on using the changeset viewer.