* libffi: Removed.
authortwisti <none@none>
Tue, 20 Dec 2005 23:34:05 +0000 (23:34 +0000)
committertwisti <none@none>
Tue, 20 Dec 2005 23:34:05 +0000 (23:34 +0000)
autogen.sh
src/Makefile.am

index 42d765a9e82687ae4be3c7cc4f2904eadf6ab24f..1244707260b42c902fa2dd58f278a4ba8e341e00 100755 (executable)
@@ -13,5 +13,3 @@ autoconf
 cd src/boehm-gc && ./autogen.sh && cd ../..
 
 cd src/libltdl && ./autogen.sh && cd ../..
-
-cd src/libffi && ./autogen.sh && cd ../..
index 6dbcabd01364bfb82dbeff07fbc89121225dd327..20d29e14432e192fe824c01093818f5afb3e9713 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3304 2005-09-29 13:08:31Z twisti $
+## $Id: Makefile.am 3964 2005-12-20 23:34:05Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -37,7 +37,6 @@ DIST_SUBDIRS = \
        lib \
        fdlibm \
        libltdl \
-       libffi \
        mm \
        toolbox \
        vm \
@@ -47,10 +46,6 @@ DIST_SUBDIRS = \
        cacao \
        scripts
 
-if ENABLE_INTRP
-LIBFFI = libffi
-endif
-
 if DISABLE_GC
 BOEHM =
 else
@@ -63,7 +58,6 @@ SUBDIRS = \
        $(BOEHM) \
        lib \
        fdlibm \
-       $(LIBFFI) \
        libltdl \
        mm \
        toolbox \