]> www.ginac.de Git - ginac.git/commitdiff
Fix autoconf warning about AC_INIT use.
authorRichard Kreckel <kreckel@ginac.de>
Mon, 13 Sep 2010 20:39:05 +0000 (22:39 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 13 Sep 2010 20:39:05 +0000 (22:39 +0200)
Apparently, autoconf doesn't like the angle brackets in the bug-report
argument any more. It comlains "not a literal: <ginac-list@ginac.de>".
So let's remove it. And while at it, also provide tarname and url
arguments.

configure.ac

index 631cbc07861dbb3498c9f4ec858b1090a9e04542..9f7df706bc95126a45414faa7229047670fee26a 100644 (file)
@@ -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, [<ginac-list@ginac.de>])
+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])