From 430d1643cc51c9c78a6e30f37fef31fbd1595b1d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 10 Oct 2011 18:40:03 +0200 Subject: [PATCH] core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when compiling with included gettext (bug #26690) --- ChangeLog | 4 +++- configure.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d1a491ce..79f90a944 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,14 @@ WeeChat ChangeLog ================= Sébastien Helleu -v0.3.6-rc1, 2011-10-09 +v0.3.6-rc1, 2011-10-10 Version 0.3.6 (under dev!) -------------------------- +* core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when + compiling with included gettext (bug #26690) * core: display timeout for hook_process command only if debug for core is enabled (task #11401) * core: bufferize lines displayed before core buffer is created, to display them diff --git a/configure.in b/configure.in index 135e5e44f..ccc2a324e 100644 --- a/configure.in +++ b/configure.in @@ -59,7 +59,7 @@ esac # Gettext ALL_LINGUAS="fr es cs hu de ru pl it pt_BR" -AM_GNU_GETTEXT([use-libtool]) +AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION([0.15]) # Checks for libraries