From 09ccc1fd9d50921b23a712c63fdc1b940086a545 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 9 Nov 2012 21:36:46 +0100 Subject: [PATCH] Arg 3 should be email but we don't use that; arg 4 defaults to lowercase arg 1, so it's unnecessary --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])