Skip to content

Commit

Permalink
Modified autogen.sh so it reports:
Browse files Browse the repository at this point in the history
"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
  • Loading branch information
gsherman committed Jan 27, 2007
1 parent 69eb9c4 commit 1fdbc93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down

0 comments on commit 1fdbc93

Please sign in to comment.