mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Fix compilation on Red Hat (Phr33d0m)
This commit is contained in:
parent
39fe57d15e
commit
835820b2f5
@ -10,3 +10,5 @@ icondir = $(datadir)/pixmaps
|
||||
|
||||
util_DATA = hexchat.desktop
|
||||
utildir = $(datadir)/applications
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user