summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-30 16:05:34 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-30 16:05:34 +0200
commit835820b2f57a076e59f1311770eee9b20598c805 (patch)
treebab3e6dfc53de8a366116240173cc31ef3d4f844 /configure.in
parent39fe57d15e170c9636763768e4ce3d2d1500c7f2 (diff)
Fix compilation on Red Hat (Phr33d0m)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4f18d92b..2a93945f 100644
--- a/configure.in
+++ b/configure.in
@@ -7,6 +7,7 @@ AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.in])
+AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 subdir-objects no-define])