mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +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
|
EXTRA_DIST = acconfig.h
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
autoheader
|
libtoolize && \
|
||||||
automake -a
|
autoheader && \
|
||||||
|
automake -a && \
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue