From 62d605467f37729c964ca30f9752784e89e2da3e Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 23 Jan 2009 17:21:17 +0000 Subject: [PATCH] we dont use an m4 directory for 1.4 - remove it svn:r1045 --- Makefile.am | 1 - configure.in | 2 -- 2 files changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index f13c7337..7d0d155c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -ACLOCAL_AMFLAGS = -I m4 # This is the point release for libevent. It shouldn't include any # a/b/c/d/e notations. diff --git a/configure.in b/configure.in index bba08fb3..7d8dbf59 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,6 @@ dnl configure.in for libevent dnl Dug Song AC_INIT(event.c) -AC_CONFIG_MACRO_DIR([m4]) - AM_INIT_AUTOMAKE(libevent,1.4.9-stable) AM_CONFIG_HEADER(config.h) dnl AM_MAINTAINER_MODE