mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
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
This commit is contained in:
parent
918b8400f4
commit
de4c2af324
7 changed files with 8 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue