core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when compiling with included gettext (bug #26690)

This commit is contained in:
Sebastien Helleu 2011-10-10 18:40:03 +02:00
parent 2af9c4ba92
commit 430d1643cc
2 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
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

View File

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