diff -ruN src/Makefile.in b/Makefile.in
--- src/Makefile.in 2008-07-28 16:53:18.000000000 +0200
+++ b/Makefile.in 2013-06-12 14:55:49.462405872 +0200
@@ -79,8 +79,8 @@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AR = @AR@
-ATLAS_CFLAGS = @ATLAS_CFLAGS@
-ATLAS_LIBS = @ATLAS_LIBS@
+ATLAS_CFLAGS =
+ATLAS_LIBS =
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
diff -ruN src/configure b/configure
--- src/configure 2008-06-16 01:52:33.000000000 +0200
+++ b/configure 2013-06-12 14:55:49.962394579 +0200
@@ -20000,15 +20000,15 @@
sed 's/^/| /' conftest.$ac_ext >&5
- unset ATLAS_CFLAGS
- unset ATLAS_LIBS
- { { echo "$as_me:$LINENO: error: ATLAS not found!
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
-" >&5
-echo "$as_me: error: ATLAS not found!
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
-" >&2;}
- { (exit 1); exit 1; }; }
+# unset ATLAS_CFLAGS
+# unset ATLAS_LIBS
+# { { echo "$as_me:$LINENO: error: ATLAS not found!
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
+#" >&5
+#echo "$as_me: error: ATLAS not found!
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
+#" >&2;}
+# { (exit 1); exit 1; }; }
fi
rm -f conftest.err conftest.$ac_objext \
@@ -20044,23 +20044,23 @@
elif test -n "$atlas_problem"; then
echo "$as_me:$LINENO: result: problem" >&5
echo "${ECHO_T}problem" >&6
- { { echo "$as_me:$LINENO: error: ATLAS not found!
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
-" >&5
-echo "$as_me: error: ATLAS not found!
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
-" >&2;}
- { (exit 1); exit 1; }; }
-elif test "x$atlas_found" = "xno" ; then
- echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6
- { { echo "$as_me:$LINENO: error: ATLAS not found!
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
-" >&5
-echo "$as_me: error: ATLAS not found!
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
-" >&2;}
- { (exit 1); exit 1; }; }
+# { { echo "$as_me:$LINENO: error: ATLAS not found!
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
+#" >&5
+#echo "$as_me: error: ATLAS not found!
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
+#" >&2;}
+# { (exit 1); exit 1; }; }
+#elif test "x$atlas_found" = "xno" ; then
+# echo "$as_me:$LINENO: result: not found" >&5
+#echo "${ECHO_T}not found" >&6
+# { { echo "$as_me:$LINENO: error: ATLAS not found!
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
+#" >&5
+#echo "$as_me: error: ATLAS not found!
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
+#" >&2;}
+# { (exit 1); exit 1; }; }
fi
CFLAGS=${BACKUP_CFLAGS}
diff -ruN src/src/Makefile.in b/src/Makefile.in
--- src/src/Makefile.in 2008-07-28 16:53:18.000000000 +0200
+++ b/src/Makefile.in 2013-06-12 14:55:49.962394579 +0200
@@ -94,8 +94,8 @@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AR = @AR@
-ATLAS_CFLAGS = @ATLAS_CFLAGS@
-ATLAS_LIBS = @ATLAS_LIBS@
+ATLAS_CFLAGS =
+ATLAS_LIBS =
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@