[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Tue Aug 3 17:34:59 PDT 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.96 -> 1.97
---
Log message:
Change the package identification to use one less level of quoting so that
PACKAGE_VERSION = "1.3" instead of "[1.3]". Rebuild configure script.
---
Diffs of the changes: (+1 -1)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.96 llvm/autoconf/configure.ac:1.97
--- llvm/autoconf/configure.ac:1.96 Fri Jul 23 10:40:57 2004
+++ llvm/autoconf/configure.ac Tue Aug 3 19:34:49 2004
@@ -1,5 +1,5 @@
dnl Initialize autoconf
-AC_INIT([[[LLVM]]],[[[1.3]]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[LLVM]],[[1.3]],[llvmbugs at cs.uiuc.edu])
dnl Place all of the extra autoconf files into the config subdirectory
AC_CONFIG_AUX_DIR([autoconf])
More information about the llvm-commits
mailing list