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

John Criswell criswell at cs.uiuc.edu
Wed Sep 10 10:14:09 PDT 2003


Changes in directory poolalloc/autoconf:

configure.ac updated: 1.1.1.1 -> 1.2

---
Log message:

Updated to use the new autoconf-style object root directory.
Removed the local project's Makefile.config as it is no longer needed.
Switched to including Makefile.config and Makefile.rules from the LLVM
source tree.



---
Diffs of the changes:

Index: poolalloc/autoconf/configure.ac
diff -u poolalloc/autoconf/configure.ac:1.1.1.1 poolalloc/autoconf/configure.ac:1.2
--- poolalloc/autoconf/configure.ac:1.1.1.1	Mon Aug 11 16:29:15 2003
+++ poolalloc/autoconf/configure.ac	Wed Sep 10 10:13:02 2003
@@ -32,7 +32,7 @@
 dnl **************************************************************************
 
 dnl Verify that the source directory is valid
-AC_CONFIG_SRCDIR(["Makefile.config.in"])
+AC_CONFIG_SRCDIR(["Makefile.common.in"])
 
 dnl **************************************************************************
 dnl * Check for libraries.
@@ -74,5 +74,4 @@
 dnl **************************************************************************
 dnl * Create the output files
 dnl **************************************************************************
-AC_OUTPUT(Makefile.config)
 AC_OUTPUT(Makefile.common)





More information about the llvm-commits mailing list