diff options
author | John Criswell <criswell@uiuc.edu> | 2006-06-20 17:44:40 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2006-06-20 17:44:40 +0000 |
commit | 0389cf746e912cf1a869e3de5d6874275f26905e (patch) | |
tree | c0c2130d4d90eb37f8458b02e2cf927ce1d213fd /autoconf | |
parent | a51139f446bc9083096885f5f8956db6c8c77981 (diff) |
Added the privbracket project to the list of projects to auto-configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 41d02e9772..35b6988f85 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -69,6 +69,7 @@ do "CVS") ;; "sample") AC_CONFIG_SUBDIRS([projects/sample]) ;; "Stacker") AC_CONFIG_SUBDIRS([projects/Stacker]) ;; + "privbracket") AC_CONFIG_SUBDIRS([projects/privbracket]) ;; "llvm-test") AC_CONFIG_SUBDIRS([projects/llvm-test]) ;; "llvm-reopt") AC_CONFIG_SUBDIRS([projects/llvm-reopt]);; "llvm-gcc") AC_CONFIG_SUBDIRS([projects/llvm-gcc]) ;; |