diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2007-08-07 14:55:14 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-08-07 14:55:14 +0000 |
commit | de4c2af324e54c3b4ad545a89300dc4dc4676a98 (patch) | |
tree | 9bde89b6bd671916d8569a3380a730f65de44cbf /src/fe-common | |
parent | 918b8400f4be2992f3ba1c4fb979f9c6076305d8 (diff) | |
download | irssi-de4c2af324e54c3b4ad545a89300dc4dc4676a98.zip |
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
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/fe-core-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |