Fix compilation on Red Hat (Phr33d0m)

This commit is contained in:
Berke Viktor 2012-07-30 16:05:34 +02:00
parent 39fe57d15e
commit 835820b2f5
2 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,5 @@ icondir = $(datadir)/pixmaps
util_DATA = hexchat.desktop
utildir = $(datadir)/applications
ACLOCAL_AMFLAGS = -I m4

View File

@ -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])