[llvm-commits] CVS: llvm-test/autoconf/m4/f2c.m4

Reid Spencer reid at x10sys.com
Wed Jul 13 21:50:03 PDT 2005



Changes in directory llvm-test/autoconf/m4:

f2c.m4 updated: 1.3 -> 1.4
---
Log message:

Minor adjustments to make --with-f2c a little easier to use and understand.


---
Diffs of the changes:  (+1 -0)

 f2c.m4 |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/autoconf/m4/f2c.m4
diff -u llvm-test/autoconf/m4/f2c.m4:1.3 llvm-test/autoconf/m4/f2c.m4:1.4
--- llvm-test/autoconf/m4/f2c.m4:1.3	Wed Dec 29 13:13:44 2004
+++ llvm-test/autoconf/m4/f2c.m4	Wed Jul 13 23:49:51 2005
@@ -12,6 +12,7 @@
   AC_SUBST(F2C_INC,[$1/include])
   AC_SUBST(F2C_LIB,[$1/lib])
   AC_SUBST(USE_F2C,[USE_F2C=1])
+  AC_SUBST(F2C_DIR,[$1])
 fi
 ])
 






More information about the llvm-commits mailing list