From 44c98d231588b6bdc1884ba7e6999b706238ecd7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 16 Jan 2005 17:30:53 +0000 Subject: Fix to work with automake 1.9.x. --- ChangeLog | 4 ++++ configure.ac | 4 ++-- 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 + + * configure.ac: Fix to work with automake 1.9.x. + 2004-02-03 Jim Gettys * 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) -- cgit v1.2.1