From d3ba8ef49c46fc691458ae319b80a85ccc25c121 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Wed, 26 Nov 2003 03:47:58 +0000 Subject: Fixes to make these work on Debian's libtool (which seems to still be buggy). -clee --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1