diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-17 22:03:13 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-17 23:42:30 +0100 |
commit | 4f02b98d0ed4a314916c69a225d7a45dda3f5f8c (patch) | |
tree | 8c1c3ad43ff6773767a38b13299330d4cb9d9b96 /GUILE-VERSION | |
parent | 8bcecbd302912f802026b00fbd15abc93c81860c (diff) |
Use Gnulib's `version-etc-fsf' for `--version' and `--help' output.
* m4/gnulib-cache.m4: Add `version-etc-fsf'. Switch to LGPLv3+.
* GUILE-VERSION (PACKAGE): Change to "GNU Guile".
* Makefile.am (distdir): New variable.
* libguile/script.c (scm_shell_usage): Improve formatting. Use
`emit_bug_reporting_address ()'.
(scm_compile_shell_switches): Use `version_etc ()'.
Diffstat (limited to 'GUILE-VERSION')
-rw-r--r-- | GUILE-VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GUILE-VERSION b/GUILE-VERSION index 7ec8d742b..a7942a188 100644 --- a/GUILE-VERSION +++ b/GUILE-VERSION @@ -9,7 +9,7 @@ GUILE_VERSION=${GUILE_EFFECTIVE_VERSION}.${GUILE_MICRO_VERSION} # For automake. VERSION=${GUILE_VERSION} -PACKAGE=guile +PACKAGE="GNU Guile" # All of the shared lib versioning info. Right now, for this to work # properly, you'll also need to add AC_SUBST calls to the right place |