Arg 3 should be email but we don't use that; arg 4 defaults to lowercase arg 1, so it's unnecessary
This commit is contained in:
parent
00604eb722
commit
09ccc1fd9d
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT([HexChat],[2.9.3],[http://www.hexchat.org/],[hexchat])
|
AC_INIT([HexChat],[2.9.3])
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
|
AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
|
||||||
|
|
Loading…
Reference in New Issue