Skip to content

Commit 1fdbc93

Browse files
author
gsherman
committed
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@6460 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 69eb9c4 commit 1fdbc93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autogen.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/sh
2+
echo "This source tree uses CMake rather than autoconf/automake"
3+
echo "Please see http://wiki.qgis.org/qgiswiki/Building_with_CMake"
4+
echo "for information on building QGIS with CMake."
5+
exit
26

37
# Automakeversion
48
AM_1=1

0 commit comments

Comments
 (0)