diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-18 14:59:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-18 14:59:33 +0100 |
commit | 0c1eb9b68c7759383340c3f91517c7f7a87fc559 (patch) | |
tree | 8de34d14d80cbb9f629034081bc227a49d7caeee /GUILE-VERSION | |
parent | 53da7372beca90a58b7401a84627815289a53d11 (diff) |
Remove conflicting definition of $PACKAGE from `GUILE-VERSION'.
This obviates the need for the previous commit,
53da7372beca90a58b7401a84627815289a53d11.
* GUILE-VERSION (VERSION, PACKAGE): Remove. The latter was conflicting
with Automake's definition, which is "guile", not "GNU Guile".
* Makefile.am (distdir): Remove.
* configure.ac: Hardcode the package name passed to `AC_INIT'.
(pkgdatadir, pkgincludedir, pkglibdir, pkglibexecdir): Remove.
Diffstat (limited to 'GUILE-VERSION')
-rw-r--r-- | GUILE-VERSION | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/GUILE-VERSION b/GUILE-VERSION index 4f6a9af22..ea6cdda3a 100644 --- a/GUILE-VERSION +++ b/GUILE-VERSION @@ -7,10 +7,6 @@ GUILE_MICRO_VERSION=5 GUILE_EFFECTIVE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION} GUILE_VERSION=${GUILE_EFFECTIVE_VERSION}.${GUILE_MICRO_VERSION} -# For automake. -VERSION=${GUILE_VERSION} -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 # in configure.in, add the right -version-info statement to your |