[llvm-commits] CVS: llvm/autoconf/configure.ac

Reid Spencer reid at x10sys.com
Sun Dec 12 18:17:02 PST 2004



Changes in directory llvm/autoconf:

configure.ac updated: 1.140 -> 1.141
---
Log message:

Get LLVMGCCDIR into the #defines

---
Diffs of the changes:  (+3 -0)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.140 llvm/autoconf/configure.ac:1.141
--- llvm/autoconf/configure.ac:1.140	Thu Dec  9 01:43:06 2004
+++ llvm/autoconf/configure.ac	Sun Dec 12 20:16:51 2004
@@ -220,6 +220,7 @@
   esac
 fi
 
+
 dnl===-----------------------------------------------------------------------===
 dnl===
 dnl=== SECTION 4: Check for programs we need and that they are the right version
@@ -526,6 +527,8 @@
                    [Installation directory for man pages])
 AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME", 
                    [Time at which LLVM was configured])
+AC_DEFINE_UNQUOTED([LLVMGCCDIR],"$LLVMGCCDIR", 
+                   [Installation directory of llvm-gcc])
 
 dnl===-----------------------------------------------------------------------===
 dnl===






More information about the llvm-commits mailing list