Update package metadata.

* configure.ac (AC_INIT): Update title, bug report address, and
tarball name.
This commit is contained in:
Timothy Sample 2019-05-17 11:15:44 -04:00
parent b024fcaab7
commit 95ed6f409e
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
AC_INIT([Gash],
m4_esyscmd([build-aux/git-version-gen .tarball-version]))
AC_INIT([Gash: Guile as Shell],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[samplet@ngyro.com],
[gash])
AC_CONFIG_SRCDIR([gash])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests silent-rules -Wall -Werror foreign])