From 4dd2d61f6ada42a2f88cba55e53fba0a00554068 Mon Sep 17 00:00:00 2001 From: gsherman Date: Sat, 27 Jan 2007 00:43:12 +0000 Subject: [PATCH] Modified autogen.sh so it reports: "This source tree uses CMake rather than autoconf/automake Please see http://wiki.qgis.org/qgiswiki/Building_with_CMake for information on building QGIS with CMake." then exits. Remainder of autogen.sh is intact. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6460 c8812cc2-4d05-0410-92ff-de0c093fc19c --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autogen.sh b/autogen.sh index 1c0e6a53a7a8..e68796fc7a78 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,8 @@ #!/bin/sh +echo "This source tree uses CMake rather than autoconf/automake" +echo "Please see http://wiki.qgis.org/qgiswiki/Building_with_CMake" +echo "for information on building QGIS with CMake." +exit # Automakeversion AM_1=1