From: Brian Gaeke Date: Wed, 8 Oct 2003 21:48:26 +0000 (+0000) Subject: test/Programs/NoSource and www are gone from the tree; don't try to configure X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1f9bcd3988ae9db0e6e767b3c7ee5f4bad487262;p=oota-llvm.git test/Programs/NoSource and www are gone from the tree; don't try to configure their Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8975 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index c57d62dda44..2ec0055eeb0 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -169,12 +169,6 @@ AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/ks/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/llubenchmark/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/sim/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/NoSource/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/NoSource/Flex/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/NoSource/Larn/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/NoSource/Moria-5.5.2/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/NoSource/Povray31/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/NoSource/m4/Makefile) AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Makefile) AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Makefile.singlesrc) AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Gizmos/Makefile) @@ -208,7 +202,6 @@ AC_CONFIG_MAKEFILE(utils/Makefile) AC_CONFIG_MAKEFILE(utils/Burg/Makefile) AC_CONFIG_MAKEFILE(utils/Burg/Doc/Makefile) AC_CONFIG_MAKEFILE(utils/TableGen/Makefile) -AC_CONFIG_MAKEFILE(www/docs/Makefile) AC_CONFIG_MAKEFILE(projects/Makefile) AC_CONFIG_MAKEFILE(projects/sample/Makefile) AC_CONFIG_MAKEFILE(projects/sample/Makefile.common)