aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2005-01-05 17:57:28 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2005-01-05 17:57:28 +0000
commiteadc9ef0e2953ac9e77e171c7c5d82da3c33c39b (patch)
tree8775a243054f00fc8e84bda9b720de034f8444cd
parent564a571f620ab32d572cfd9aa06b2c50cfd849d4 (diff)
The Java project now lives under projects/llvm-java.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19295 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac2
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 2ed25da870..0eae14fb7c 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -72,7 +72,7 @@ do
"llvm-test") AC_CONFIG_SUBDIRS([projects/llvm-test]) ;;
"llvm-reopt") AC_CONFIG_SUBDIRS([projects/llvm-reopt]);;
"llvm-gcc") AC_CONFIG_SUBDIRS([projects/llvm-gcc]) ;;
- "Java") AC_CONFIG_SUBDIRS([projects/Java]) ;;
+ "Java") AC_CONFIG_SUBDIRS([projects/llvm-java]) ;;
"llvm-tv") AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
"llvm-fefw") AC_CONFIG_SUBDIRS([projects/llvm-fefw]) ;;
"poolalloc") AC_CONFIG_SUBDIRS([projects/poolalloc]) ;;
diff --git a/configure b/configure
index df7bc19a20..6146e151ff 100755
--- a/configure
+++ b/configure
@@ -435,7 +435,7 @@ ac_subdirs_all="$ac_subdirs_all projects/Stacker"
ac_subdirs_all="$ac_subdirs_all projects/llvm-test"
ac_subdirs_all="$ac_subdirs_all projects/llvm-reopt"
ac_subdirs_all="$ac_subdirs_all projects/llvm-gcc"
-ac_subdirs_all="$ac_subdirs_all projects/Java"
+ac_subdirs_all="$ac_subdirs_all projects/llvm-java"
ac_subdirs_all="$ac_subdirs_all projects/llvm-tv"
ac_subdirs_all="$ac_subdirs_all projects/llvm-fefw"
ac_subdirs_all="$ac_subdirs_all projects/poolalloc"