summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-12-17 08:36:49 +0100
committerRémi Cardona <remi@gentoo.org>2009-12-17 08:36:49 +0100
commit68f8fbe50792e0525ba767d854b18db4acda07ff (patch)
treef4fad8a907315bd4955328acb7c3d9ae3bfa72c4
parentcfec02addb9475f5247c69454ccea87d0914cce1 (diff)
Use $(docdir) for randrproto.txt install path
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r--Makefile.am5
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index e4bf141..5a1ce11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,10 +6,9 @@ randr_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = randrproto.pc
-randrdocdir = $(datadir)/doc/$(PACKAGE)
-randrdoc_DATA = randrproto.txt
+dist_doc_DATA = randrproto.txt
-EXTRA_DIST = randrproto.pc.in $(randrdoc_DATA)
+EXTRA_DIST = randrproto.pc.in
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/configure.ac b/configure.ac
index ec7812f..e876c44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,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([RandrProto], [1.3.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE