I would like to commit the following patch.

Currently, our configure script has PACKAGE_URL="", i.e. no reference to
the homepage of FriCAS.

I would like to use PACKAGE_URL in the generation of the documentation
(book and sphinx).

The attached patch declares https://fricas.github.io as the official
homepage.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/19dcdc02-a89d-34bf-9973-d13fb46ad774%40hemmecke.org.
From 1379ff278dfa9746875b7bf35de3a2b47f7ab3ce Mon Sep 17 00:00:00 2001
From: Ralf Hemmecke <[email protected]>
Date: Fri, 28 Aug 2020 21:31:37 +0200
Subject: add FriCAS homepage to AC_INIT

---
 configure    | 6 ++++--
 configure.ac | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index d65fcf05..5b64cbc1 100755
--- a/configure
+++ b/configure
@@ -583,7 +583,7 @@ PACKAGE_TARNAME='fricas'
 PACKAGE_VERSION='2020-04-23'
 PACKAGE_STRING='FriCAS 2020-04-23'
 PACKAGE_BUGREPORT='[email protected]'
-PACKAGE_URL=''
+PACKAGE_URL='https://fricas.github.io'
 
 ac_unique_file="src/Makefile.in"
 # Factoring default headers for most tests.
@@ -1440,6 +1440,7 @@ Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
 Report bugs to <[email protected]>.
+FriCAS home page: <https://fricas.github.io>.
 _ACEOF
 ac_status=$?
 fi
@@ -7136,7 +7137,8 @@ $config_files
 Configuration headers:
 $config_headers
 
-Report bugs to <[email protected]>."
+Report bugs to <[email protected]>.
+FriCAS home page: <https://fricas.github.io>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/configure.ac b/configure.ac
index c6bec56e..6c9e24f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
 sinclude(config/fricas.m4)
 AC_INIT([FriCAS], [2020-04-23],
-        [[email protected]])
+        [[email protected]],
+        [fricas],
+        [https://fricas.github.io])
 
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR(config)
-- 
2.17.1

Reply via email to