From 6cffc6134eff7a12dd876da27268910600f92fb1 Mon Sep 17 00:00:00 2001 From: Lucas Schnorr Date: Thu, 26 May 2011 11:33:47 +0200 Subject: [PATCH] removing a point after install in the configure script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 351cfa3f10..4666fe6803 100755 --- a/configure +++ b/configure @@ -2,4 +2,4 @@ echo "THIS COMMAND IS NOT AVAILABLE!" echo "Since v3.4 we use cmake. Now use:" -echo -e "\tcmake -DCMAKE_INSTALL_PREFIX= .\n\tmake\n\tmake install." +echo -e "\tcmake -DCMAKE_INSTALL_PREFIX= .\n\tmake\n\tmake install" -- 2.20.1