summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <kergoth@handhelds.org>2005-01-16 17:30:53 +0000
committerChris Larson <kergoth@handhelds.org>2005-01-16 17:30:53 +0000
commit44c98d231588b6bdc1884ba7e6999b706238ecd7 (patch)
tree7e12166deeb94077045906d6088f26184f8ff80b
parente86de666f5c9629cd98ed2b0460033da5d89a55b (diff)
downloadxorg-proto-damageproto-44c98d231588b6bdc1884ba7e6999b706238ecd7.tar.gz
Fix to work with automake 1.9.x.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3520467..62259e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-16 Chris Larson <kergoth@handhelds.org>
+
+ * configure.ac: Fix to work with automake 1.9.x.
+
2004-02-03 Jim Gettys <jg@freedesktop.org>
* AUTHORS: Add AUTHORS to file
diff --git a/configure.ac b/configure.ac
index 11f33a5..5ee310d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl
-dnl $Id: configure.ac,v 1.2 2003-11-26 03:47:58 clee Exp $
+dnl $Id: configure.ac,v 1.3 2005-01-16 17:30:53 pb Exp $
dnl
dnl Copyright © 2003 Keith Packard, Noah Levitt
dnl
@@ -25,9 +25,9 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
AC_INIT([damageext], [1.0], [keithp@keithp.com], damageext)
+AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
-AC_CONFIG_AUX_DIR(.)
PKG_CHECK_MODULES(FIXESEXT, fixesext)