summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-12-17 08:34:02 +0100
committerRémi Cardona <remi@gentoo.org>2009-12-17 08:34:02 +0100
commitfe38c4d7b57d698de7bb8c4445b1c079386c8c7e (patch)
tree37aaa3bbcdff4c4e52bd191ac025d7989119d65a
parentc11bd672411d513321c1997abf5428fc758e3bad (diff)
downloadxorg-proto-damageproto-fe38c4d7b57d698de7bb8c4445b1c079386c8c7e.tar.gz
Use $(docdir) for damageproto.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 cb96a7b..1c35593 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,10 +27,9 @@ damage_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = damageproto.pc
-damagedocdir = $(datadir)/doc/$(PACKAGE)
-damagedoc_DATA = damageproto.txt
+dist_doc_DATA = damageproto.txt
-EXTRA_DIST = autogen.sh damageproto.pc.in $(damagedoc_DATA)
+EXTRA_DIST = autogen.sh damageproto.pc.in
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/configure.ac b/configure.ac
index 443f59b..b0d682b 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([DamageProto], [1.2.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE