diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-30 16:05:34 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-30 16:05:34 +0200 |
commit | 835820b2f57a076e59f1311770eee9b20598c805 (patch) | |
tree | bab3e6dfc53de8a366116240173cc31ef3d4f844 | |
parent | 39fe57d15e170c9636763768e4ce3d2d1500c7f2 (diff) |
Fix compilation on Red Hat (Phr33d0m)
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 02213fd9..e4a87daf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,5 @@ icondir = $(datadir)/pixmaps util_DATA = hexchat.desktop utildir = $(datadir)/applications + +ACLOCAL_AMFLAGS = -I m4 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]) |