mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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
|
|
@ -341,7 +341,7 @@ int main(int argc, char **argv)
|
|||
args_execute(argc, argv);
|
||||
|
||||
if (version) {
|
||||
printf(PACKAGE" " IRSSI_VERSION" (%d %04d)\n",
|
||||
printf(PACKAGE_TARNAME" " PACKAGE_VERSION" (%d %04d)\n",
|
||||
IRSSI_VERSION_DATE, IRSSI_VERSION_TIME);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue