From a0a7b369c469926ff1253f9de3db4ddea07b591d Mon Sep 17 00:00:00 2001 From: oparviai Date: Sat, 3 Apr 2010 15:30:08 +0000 Subject: [PATCH] Removed references to obsoleted 'soundtouch-1.4.pc.in' replacing these with 'soundtouch.pc.in' --- Makefile.am | 2 +- configure.ac | 2 +- soundtouch-1.4.pc.in | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 676245a..a3d76a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ EXTRA_DIST= \ README.html pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = soundtouch-1.4.pc +pkgconfig_DATA = soundtouch.pc ## This removes stuff from the distribution which may be present ## from a cvs checkout or other build reasons diff --git a/configure.ac b/configure.ac index 934410e..64b253f 100644 --- a/configure.ac +++ b/configure.ac @@ -129,7 +129,7 @@ AC_CONFIG_FILES([ ]) AC_OUTPUT( - soundtouch-1.4.pc + soundtouch.pc ) dnl use 'echo' to put stuff here if you want a message to the builder diff --git a/soundtouch-1.4.pc.in b/soundtouch-1.4.pc.in index 03d0360..ac6eaec 100644 --- a/soundtouch-1.4.pc.in +++ b/soundtouch-1.4.pc.in @@ -1,3 +1,6 @@ +# This file is obsoleted but provided for backwards compatibility +# with legacy package environments + prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@