From de4c2af324e54c3b4ad545a89300dc4dc4676a98 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 7 Aug 2007 14:55:14 +0000 Subject: Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake PACKAGE/VERSION ones. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4597 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/fe-core-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common') diff --git a/src/fe-common/core/fe-core-commands.c b/src/fe-common/core/fe-core-commands.c index ea91b274..e20254ba 100644 --- a/src/fe-common/core/fe-core-commands.c +++ b/src/fe-common/core/fe-core-commands.c @@ -106,7 +106,7 @@ static void cmd_version(char *data) if (*data == '\0') { g_snprintf(time, sizeof(time), "%04d", IRSSI_VERSION_TIME); printtext(NULL, NULL, MSGLEVEL_CLIENTNOTICE, - "Client: "PACKAGE" " IRSSI_VERSION" (%d %s)", + "Client: "PACKAGE_TARNAME" " PACKAGE_VERSION" (%d %s)", IRSSI_VERSION_DATE, time); } } -- cgit v1.2.3