[llvm-commits] CVS: llvm-test/configure
Reid Spencer
reid at x10sys.com
Mon Aug 14 16:24:05 PDT 2006
Changes in directory llvm-test:
configure updated: 1.34 -> 1.35
---
Log message:
For PR876: http://llvm.org/PR876 :
Update of the configure script to incorporate changes from llvm/autoconf/m4
---
Diffs of the changes: (+4 -4)
configure | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm-test/configure
diff -u llvm-test/configure:1.34 llvm-test/configure:1.35
--- llvm-test/configure:1.34 Mon Aug 14 18:10:48 2006
+++ llvm-test/configure Mon Aug 14 18:23:48 2006
@@ -19851,7 +19851,7 @@
eval pfxval=\$\{f2cpfxdir\}
eval binval=\$\{f2cbindir\}
eval incval=\$\{f2cincdir\}
-eval libvar=\$\{f2clibdir\}
+eval libval=\$\{f2clibdir\}
if test "${pfxval}" != "nada" ; then
if test -n "${pfxval}" -a -d "${pfxval}" -a -n "f2c" -a -d "${pfxval}/bin" -a -x "${pfxval}/bin/f2c" ; then
@@ -19887,7 +19887,7 @@
F2C_LIB=${libval}
- USE_F2C=1
+ USE_F2C="USE_F2C = 1"
{ echo "$as_me:$LINENO: result: found via --with options" >&5
echo "${ECHO_T}found via --with options" >&6; }
@@ -20111,7 +20111,7 @@
eval pfxval=\$\{f95pfxdir\}
eval binval=\$\{f95bindir\}
eval incval=\$\{f95incdir\}
-eval libvar=\$\{f95libdir\}
+eval libval=\$\{f95libdir\}
if test "${pfxval}" != "nada" ; then
if test -n "${pfxval}" -a -d "${pfxval}" -a -n "f95" -a -d "${pfxval}/bin" -a -x "${pfxval}/bin/f95" ; then
@@ -20147,7 +20147,7 @@
F95_LIB=${libval}
- USE_F95=1
+ USE_F95="USE_F95 = 1"
{ echo "$as_me:$LINENO: result: found via --with options" >&5
echo "${ECHO_T}found via --with options" >&6; }
More information about the llvm-commits
mailing list