Fix message about incorrect usage of dihedral type 9
[alexxy/gromacs.git] / bootstrap
index ff73a481f198801e70051658d7398e9c6a96214b..0e6c2654939cede55d79dc3d1be73ac8cbdac522 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,10 +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
-# fix for OSX producing debug directories; replace rm -f with rm -rf in built-in scripts
-cat aclocal.m4 | sed -e 's/rm="rm -f"/rm="rm -rf"/' | sed -e 's/rm -f /rm -rf /' > aclocal.tmp && mv aclocal.tmp aclocal.m4
-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."