Fix malformed CUDA version macro check
[alexxy/gromacs.git] / bootstrap
index bc2fc3bf4917bdd0e440bca5d757bddb7f2af024..0e6c2654939cede55d79dc3d1be73ac8cbdac522 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,9 @@
 #!/bin/sh
-# This is a script to create all the configuration files when
-# you compile from the CVS source. You should NOT use it to
-# compile the distribution.
-aclocal
-autoheader
-automake
-autoconf
+# This is a stub script to help developers during the final
+# part of the change-over from autotools to CMake.
+
+echo "\
+The use of autotools for installing GROMACS is deprecated for 4.6 onwards
+Please switch to CMake. Check out
+http://www.gromacs.org/Documentation/Installation_Instructions
+for instructions."