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,
|
||||
# apparently depending on the phase of the moon.
|
||||
EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
|
||||
$(ACLOCAL) BUGS
|
||||
EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS BUGS
|
||||
|
||||
TESTS = check-guile
|
||||
|
||||
# The rule will cd to $(top_srcdir).
|
||||
ACLOCAL = ./guile-aclocal.sh
|
||||
ACLOCAL_AMFLAGS = -I guile-config
|
||||
|
||||
DISTCLEANFILES = check-guile.log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue