Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/qwt.m4

    r3b35e7 rb61bd5  
    4343  mol_ac_qwt_name=qwt
    4444  CXXFLAGS="$CXXFLAGS $QT_CFLAGS"
     45  if test -z "$mol_ac_qwt_include_path"; then
     46        mol_ac_qwt_include_path=`locate qwt.h | xargs dirname`
     47  fi
    4548  if test -n "$mol_ac_qwt_include_path"; then
    4649    mol_ac_qwt_cxxflags="-I$mol_ac_qwt_include_path"
     
    4851  fi
    4952  LDFLAGS="$LDFLAGS $QT_LDFLAGS"
     53  if test -z "$mol_ac_qwt_lib_path"; then
     54        mol_ac_qwt_lib_path=`locate libqwt-qt4.so | head -n 1 | xargs dirname`
     55  fi
    5056  if test -n "$mol_ac_qwt_lib_path"; then
    5157    for mol_ac_qwt_candidate in \
Note: See TracChangeset for help on using the changeset viewer.