This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "matlisp".
The branch, master has been updated
via c213febdfa60e0b1a9a11c796911eb5b93fef90e (commit)
from 9980ae3686cf6361c2e8d8dec95d85f355b3a5d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c213febdfa60e0b1a9a11c796911eb5b93fef90e
Author: Akshay Srinivasan <aks...@gm...>
Date: Thu Feb 14 18:49:07 2013 -0800
Fixed path bug in configure.ac (line 380).
diff --git a/configure.ac b/configure.ac
index 9bbb440..035ac06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -377,7 +377,7 @@ int main()
EOF
$CC $CFLAGS -c conftest.c
$F77 $FFLAGS -o a.out conftest.o -L${ATLAS_DIR} -latlas -lcblas -lf77blas -llapack
- if a.out; then
+ if ./a.out; then
AC_MSG_RESULT([yes])
F2C=-ff2c
else
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
matlisp
|