1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +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:
Ludovic Court`es 2006-01-10 08:36:43 +00:00 committed by Ludovic Courtès
parent 9dbbe4bb83
commit e274f1c232
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -11,6 +11,7 @@ else
fi
fi
autoheader
automake -a
libtoolize && \
autoheader && \
automake -a && \
autoconf