From f4772fd28aebb280d07fe8b49bfbb2aa9d6a5527 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 12:12:02 +0200 Subject: Move ACX_PTHREAD macro from acinclude.m4 to m4/ directory. Make this change because recent versions of libtool (2.2 series) copy over their m4 macro files if an m4/ directory is present, and because futher m4/ macro files might be added too. Also make sure the macro directory is announced to autoconf and is picked up by aclocal. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e89ea82..1b218c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@ # License along with libasyncns. If not, see # . +ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = bootstrap.sh README LICENSE SUBDIRS=libasyncns doc doxygen -- cgit