From 8cce492692eb74d636a50f420fd79877e5d4981a Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 13 Sep 2010 22:39:05 +0200 Subject: [PATCH] Fix autoconf warning about AC_INIT use. Apparently, autoconf doesn't like the angle brackets in the bug-report argument any more. It comlains "not a literal: ". So let's remove it. And while at it, also provide tarname and url arguments. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 631cbc07..9f7df706 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ dnl of leftover numbers. Not something we need to worry about yet. ;-) m4_define([ginac_lt_current], [0]) m4_define([ginac_lt_revision], [0]) -AC_INIT([GiNaC], ginac_version, []) +AC_INIT([GiNaC], ginac_version, [ginac-list@ginac.de], [ginac], [http://www.ginac.de/]) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(ginac/basic.cpp) AC_CONFIG_AUX_DIR([config]) -- 2.44.0