mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
(ACLOCAL_AMFLAGS): replaces ACLOCAL.
This commit is contained in:
parent
549d7a55a0
commit
52588646e5
1 changed files with 2 additions and 4 deletions
|
@ -30,13 +30,11 @@ include_HEADERS = libguile.h
|
||||||
|
|
||||||
# automake sometimes forgets to distribute acconfig.h,
|
# automake sometimes forgets to distribute acconfig.h,
|
||||||
# apparently depending on the phase of the moon.
|
# apparently depending on the phase of the moon.
|
||||||
EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
|
EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS BUGS
|
||||||
$(ACLOCAL) BUGS
|
|
||||||
|
|
||||||
TESTS = check-guile
|
TESTS = check-guile
|
||||||
|
|
||||||
# The rule will cd to $(top_srcdir).
|
ACLOCAL_AMFLAGS = -I guile-config
|
||||||
ACLOCAL = ./guile-aclocal.sh
|
|
||||||
|
|
||||||
DISTCLEANFILES = check-guile.log
|
DISTCLEANFILES = check-guile.log
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue