mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Fixed autogen.sh' and removed
module' from the list of dirs to build.
* autogen.sh: Fixed (call `libtoolize'). * Makefile.am (SUBDIRS): Removed `module' which doesn't build right now. git-archimport-id: lcourtes@laas.fr--2004-libre/guile-vm--revival--0.6--patch-16
This commit is contained in:
parent
9dbbe4bb83
commit
e274f1c232
2 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
SUBDIRS = src doc module testsuite
|
||||
SUBDIRS = src doc testsuite
|
||||
|
||||
# FIXME: The `module' directory is removed from `SUBDIRS' until it can
|
||||
# actually be built.
|
||||
|
||||
EXTRA_DIST = acconfig.h
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
autoheader
|
||||
automake -a
|
||||
libtoolize && \
|
||||
autoheader && \
|
||||
automake -a && \
|
||||
autoconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue