summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lee <clee@c133.org>2003-11-26 03:47:58 +0000
committerChris Lee <clee@c133.org>2003-11-26 03:47:58 +0000
commitd3ba8ef49c46fc691458ae319b80a85ccc25c121 (patch)
treeea307bb856e489d4c7b26eaf62ca633d9f97c45a
parentb5f3d0fe86af6e077cda237fcb1b2f34ab9c1eea (diff)
downloadxorg-proto-damageproto-d3ba8ef49c46fc691458ae319b80a85ccc25c121.tar.gz
Fixes to make these work on Debian's libtool (which seems to still be buggy).
-clee
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d7eb9d..11f33a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl
-dnl $Id: configure.ac,v 1.1 2003-10-24 06:16:46 keithp Exp $
+dnl $Id: configure.ac,v 1.2 2003-11-26 03:47:58 clee Exp $
dnl
dnl Copyright © 2003 Keith Packard, Noah Levitt
dnl
@@ -27,6 +27,7 @@ AC_PREREQ([2.57])
AC_INIT([damageext], [1.0], [keithp@keithp.com], damageext)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
+AC_CONFIG_AUX_DIR(.)
PKG_CHECK_MODULES(FIXESEXT, fixesext)