X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fconfigure.in;h=12acfaffcdb45239d6096d1f1e1e31c17a3f5fad;hb=c70d87266b0478ed9aaa7d03cd192e3aa8ceaf3e;hp=922fab3d4c64ce465c2fb276d4b67a60f4b5228e;hpb=9594a5a4ae1f171437ff6641447434e430578a62;p=silc.git diff --git a/apps/irssi/configure.in b/apps/irssi/configure.in index 922fab3d..12acfaff 100644 --- a/apps/irssi/configure.in +++ b/apps/irssi/configure.in @@ -1,4 +1,4 @@ -AC_INIT(src) +AC_INIT([SILC-Client], [0.8.11+], [silc-devel@lists.silcnet.org], [silc-client]) # we don't want VERSION in our config.h if test -n "`grep '^#undef VERSION' config.h.in`"; then @@ -7,7 +7,7 @@ if test -n "`grep '^#undef VERSION' config.h.in`"; then fi AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(SILC-Client, 0.8.11+) +AM_INIT_AUTOMAKE AM_MAINTAINER_MODE