X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=aa4bd78da9fb33e04fc70cc0b4ea1b5de863da99;hb=09126b1b214562228e98c8b0cb6eb98a37818467;hp=af638365a062d49cb26b6e7cd6395e664ba952cd;hpb=62a953fddf5fa49c3e0377503f6225951287c021;p=mono.git diff --git a/Makefile.am b/Makefile.am index af638365a06..aa4bd78da9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,10 @@ ACLOCAL_AMFLAGS = -I m4 MONOTOUCH_SUBDIRS = $(libgc_dir) eglib/src mono if CROSS_COMPILING -SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) data runtime scripts man samples msvc $(docs_dir) +SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir) # Keep in sync with SUBDIRS ## 'tools' is not normally built -DIST_SUBDIRS = m4 po libgc eglib mono ikvm-native data runtime scripts man samples tools msvc docs +DIST_SUBDIRS = m4 po libgc eglib mono ikvm-native support data runtime scripts man samples tools msvc docs else if ONLY_MONOTOUCH SUBDIRS = $(MONOTOUCH_SUBDIRS) runtime @@ -160,9 +160,9 @@ package-inputs: done echo "" >> msvc/scripts/order.xml -# Update llvm version in configure.in to the output of $LLVM_DIR/bin/llvm-config --version +# Update llvm version in configure.ac to the output of $LLVM_DIR/bin/llvm-config --version update-llvm-version: if test "x$$LLVM_DIR" = "x"; then echo "Set the make variable LLVM_DIR to the directory containing the LLVM installation."; exit 1; fi - REV=`$(LLVM_DIR)/bin/llvm-config --version` && sed -e "s,expected_llvm_version=.*,expected_llvm_version=\"$$REV\"," < configure.in > tmp && mv tmp configure.in && echo "Version set to $$REV." + REV=`$(LLVM_DIR)/bin/llvm-config --version` && sed -e "s,expected_llvm_version=.*,expected_llvm_version=\"$$REV\"," < configure.ac > tmp && mv tmp configure.ac && echo "Version set to $$REV."