[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Wed Nov 24 22:03:25 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.131 -> 1.132
---
Log message:
Fix the lib/System/platform link by using proper cached variable name.
---
Diffs of the changes: (+2 -2)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.131 llvm/autoconf/configure.ac:1.132
--- llvm/autoconf/configure.ac:1.131 Wed Nov 24 22:51:04 2004
+++ llvm/autoconf/configure.ac Thu Nov 25 00:03:14 2004
@@ -121,10 +121,10 @@
dnl makefile can configure itself to specific build hosts
AC_SUBST(OS,$llvm_cv_platform_type)
-dnl Make a link from lib/System/platform to lib/System/$platform_type
+dnl Make a link from lib/System/platform to lib/System/$llvm_cv_platform_type
dnl This helps the #inclusion of the system specific include files
dnl for the operating system abstraction library, lib/System.
-AC_CONFIG_LINKS(lib/System/platform:lib/System/$platform_type)
+AC_CONFIG_LINKS(lib/System/platform:lib/System/$llvm_cv_platform_type)
dnl If we are targetting a Sparc machine running Solaris, pretend that it is
dnl V9, since that is all that we support at the moment, and autoconf will only
More information about the llvm-commits
mailing list