Fixed `autogen.sh' and removed `module' from the list of dirs to build.
authorLudovic Court`es <ludovic.courtes@laas.fr>
Tue, 10 Jan 2006 08:36:43 +0000 (08:36 +0000)
committerLudovic Courtès <ludo@gnu.org>
Fri, 25 Apr 2008 17:09:31 +0000 (19:09 +0200)
* 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

Makefile.am
autogen.sh

index feaaaa9..e9069d3 100644 (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
 
index 7aa465e..5bc8c78 100755 (executable)
@@ -11,6 +11,7 @@ else
   fi
 fi
 
-autoheader
-automake -a
+libtoolize &&  \
+autoheader &&  \
+automake -a && \
 autoconf