~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to src/libOggFLAC++/libOggFLAC++.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-01-08 15:08:22 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050108150822-yvinilrafylazcyv
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
dnl AM_PATH_LIBOGGFLACPP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
6
6
dnl Test for libOggFLAC++, and define LIBOGGFLACPP_CFLAGS and LIBOGGFLACPP_LIBS
7
7
dnl
8
 
AC_DEFUN(AM_PATH_LIBOGGFLACPP,
 
8
AC_DEFUN([AM_PATH_LIBOGGFLACPP],
9
9
[dnl 
10
10
dnl Get the cflags and libraries
11
11
dnl
19
19
  elif test "x$libOggFLACPP_prefix" != "x" ; then
20
20
    LIBOGGFLACPP_LIBS="-L$libOggFLACPP_prefix/lib"
21
21
  elif test "x$prefix" != "xNONE" ; then
22
 
    LIBOGGFLACPP_LIBS="-L$prefix/lib"
 
22
    LIBOGGFLACPP_LIBS="-L$libdir"
23
23
  fi
24
24
 
25
25
  LIBOGGFLACPP_LIBS="$LIBOGGFLACPP_LIBS -lOggFLAC++ $LIBOGGFLAC_LIBS"