Changeset 872 for trunk/configure


Ignore:
Timestamp:
Feb 8, 2008 2:01:38 PM (16 years ago)
Author:
dkearney
Message:

mainly code cleanups that i've made and stored in my repository over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r833 r872  
    17501750
    17511751if test "${libdir}" != "${prefix}/lib"; then
    1752     LIB_SEARCH_DIRS="-L ${prefix}/lib -L ${libdir}"
    1753 else
    1754     LIB_SEARCH_DIRS="-L ${libdir}"
     1752    LIB_SEARCH_DIRS="-L${prefix}/lib -L${libdir}"
     1753else
     1754    LIB_SEARCH_DIRS="-L${libdir}"
    17551755fi
    17561756
     
    51985198echo "${ECHO_T}${MEXEXT}" >&6; }
    51995199        else
    5200             echo "can't find the matlab compiler \"mex\""
     5200                                    echo "can't find the matlab compiler \"mex\""
    52015201            echo "use --with-matlab=DIR to specify the location of a matlab installation"
    5202             exit 1
    5203         fi
     5202                    fi
    52045203    fi
    52055204fi
     
    52275226        if test -x "$with_octave/bin/mkoctfile"
    52285227        then
    5229             echo Found octave in $with_octave/bin/mkoctfile
    5230             MKOCTFILE="$with_octave/bin/mkoctfile"
     5228                        MKOCTFILE="$with_octave/bin/mkoctfile"
    52315229        else
    52325230            if test -x "$with_octave"
     
    52755273
    52765274
     5275                if test "x$MKOCTFILE" == "x" ; then
     5276                                                            echo "can't find the matlab compiler \"mkoctfile\""
     5277                    echo "use --with-octave=DIR to specify the location of a mkoctfile installation"
     5278                                    fi
    52775279            fi
    52785280        fi
Note: See TracChangeset for help on using the changeset viewer.