mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-06 23:20:03 +01:00
Removed references to obsoleted 'soundtouch-1.4.pc.in' replacing these with 'soundtouch.pc.in'
This commit is contained in:
parent
c045c24e80
commit
a0a7b369c4
@ -52,7 +52,7 @@ EXTRA_DIST= \
|
|||||||
README.html
|
README.html
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = soundtouch-1.4.pc
|
pkgconfig_DATA = soundtouch.pc
|
||||||
|
|
||||||
## This removes stuff from the distribution which may be present
|
## This removes stuff from the distribution which may be present
|
||||||
## from a cvs checkout or other build reasons
|
## from a cvs checkout or other build reasons
|
||||||
|
|||||||
@ -129,7 +129,7 @@ AC_CONFIG_FILES([
|
|||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
soundtouch-1.4.pc
|
soundtouch.pc
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl use 'echo' to put stuff here if you want a message to the builder
|
dnl use 'echo' to put stuff here if you want a message to the builder
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
# This file is obsoleted but provided for backwards compatibility
|
||||||
|
# with legacy package environments
|
||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user