/[svn]/gigedit/trunk/configure.ac
ViewVC logotype

Diff of /gigedit/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1303 by persson, Sun Aug 26 09:29:52 2007 UTC revision 1322 by schoenebeck, Tue Sep 4 11:04:56 2007 UTC
# Line 85  else Line 85  else
85          echo "for on-the-fly editing with LinuxSampler will be disabled."          echo "for on-the-fly editing with LinuxSampler will be disabled."
86      else      else
87          echo "${LINUXSAMPLER_PLUGIN_DIR} "          echo "${LINUXSAMPLER_PLUGIN_DIR} "
88            # convert absolute LS plugin dir into relative dir
89            # (see ch 27.10 of the automake manual,
90            #  "Installing to Hard-Coded Locations")
91            LINUXSAMPLER_PLUGIN_DIR=`echo "${LINUXSAMPLER_PLUGIN_DIR}" | sed 's/^.*\/lib\//\${libdir}\//g'`
92            echo "Relative plugin dir: ${LINUXSAMPLER_PLUGIN_DIR}"
93      fi      fi
94  fi  fi
95  AC_SUBST(LINUXSAMPLER_CFLAGS)  AC_SUBST(LINUXSAMPLER_CFLAGS)

Legend:
Removed from v.1303  
changed lines
  Added in v.1322

  ViewVC Help
Powered by ViewVC