[llvm-commits] CVS: reopt/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Wed Sep 10 10:06:05 PDT 2003
Changes in directory reopt/autoconf:
configure.ac updated: 1.1.1.1 -> 1.2
---
Log message:
Removed Makefile.config as it is no longer necessary.
---
Diffs of the changes:
Index: reopt/autoconf/configure.ac
diff -u reopt/autoconf/configure.ac:1.1.1.1 reopt/autoconf/configure.ac:1.2
--- reopt/autoconf/configure.ac:1.1.1.1 Mon Aug 11 16:29:15 2003
+++ reopt/autoconf/configure.ac Wed Sep 10 10:05:14 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