diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-09 21:36:46 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-09 21:36:46 +0100 |
commit | 09ccc1fd9d50921b23a712c63fdc1b940086a545 (patch) | |
tree | c580a3c6dfc8b69f9302f7731db1b9d6460a740f | |
parent | 00604eb7220e05d6c1c553277036ceb2afd14084 (diff) |
Arg 3 should be email but we don't use that; arg 4 defaults to lowercase arg 1, so it's unnecessary
-rw-r--r-- | configure.ac | 2 |
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]) |