summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-09 21:36:46 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-09 21:36:46 +0100
commit09ccc1fd9d50921b23a712c63fdc1b940086a545 (patch)
treec580a3c6dfc8b69f9302f7731db1b9d6460a740f /configure.ac
parent00604eb7220e05d6c1c553277036ceb2afd14084 (diff)
Arg 3 should be email but we don't use that; arg 4 defaults to lowercase arg 1, so it's unnecessary
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c1d4cf9e..7f9266cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 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_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])