[PATCH:libXvMC] Bug 25592: Use $(docdir) for XvMC_API.txt install path

Alan Coopersmith alan.coopersmith at sun.com
Fri Dec 11 12:57:20 PST 2009


Bumps minimum autoconf version required to 2.60 for $(docdir)

Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
---
 Makefile.am  |    3 +--
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index eaf85d1..84de33c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,8 +24,7 @@ SUBDIRS = src include
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xvmc.pc
 
-xvmcdocdir = $(datadir)/doc/$(PACKAGE)
-dist_xvmcdoc_DATA = XvMC_API.txt
+dist_doc_DATA = XvMC_API.txt
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 EXTRA_DIST = xvmc.pc.in 
diff --git a/configure.ac b/configure.ac
index 1a029a8..daa6f1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl  PERFORMANCE OF THIS SOFTWARE.
 dnl
 dnl Process this file with autoconf to create configure.
 
-AC_PREREQ([2.57])
+AC_PREREQ([2.60])
 
 AC_INIT(libXvMC, 1.0.5, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXvMC)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
-- 
1.5.6.5



More information about the xorg-devel mailing list