mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +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
|
|
@ -45,7 +45,7 @@ void args_execute(int argc, char *argv[])
|
|||
if (iopt_tables == NULL)
|
||||
return;
|
||||
|
||||
con = poptGetContext(PACKAGE, argc, argv,
|
||||
con = poptGetContext(PACKAGE_TARNAME, argc, argv,
|
||||
(struct poptOption *) (iopt_tables->data), 0);
|
||||
poptReadDefaultConfig(con, TRUE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue