mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove conflicting definition of $PACKAGE from `GUILE-VERSION'.
This obviates the need for the previous commit,
53da7372be
.
* 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.
This commit is contained in:
parent
53da7372be
commit
0c1eb9b68c
3 changed files with 2 additions and 22 deletions
|
@ -40,10 +40,6 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
DISTCLEANFILES = check-guile.log
|
||||
|
||||
# Help Automake choose the right directory name (Automake 1.11 uses
|
||||
# `$(PACKAGE)-$(PACKAGE_VERSION)' by default, which is wrong.)
|
||||
distdir = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-error-on-warning
|
||||
|
||||
dist-hook: gen-ChangeLog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue