remove old versioning strings
This commit is contained in:
parent
0b20c14965
commit
bdc262d711
4 changed files with 6 additions and 5 deletions
|
@ -15,6 +15,7 @@ CONFIG_JSON="{
|
|||
\"git_revision\": \"${CONFIG_GIT_REVISION}\"
|
||||
}"
|
||||
|
||||
## https://github.com/mapnik/mapnik/issues/1443
|
||||
usage()
|
||||
{
|
||||
cat <<EOF
|
||||
|
@ -27,8 +28,11 @@ Known values for OPTION are:
|
|||
--libs print library linking information
|
||||
--dep-libs print library linking information for Mapnik dependencies
|
||||
--ldflags print library paths (-L) information
|
||||
--cxxflags print pre-processor and compiler flags
|
||||
--cflags print pre-processor and compiler flags (same as cxxflags, for back-compatibility)
|
||||
--defines print pre-processor defines for mapnik build
|
||||
--includes print include paths
|
||||
--dep-includes print include paths
|
||||
--cxxflags print c++ compiler flags and pre-processor defines
|
||||
--cflags print c++ compiler flags and pre-processor defines (same as cxxflags, for back-compatibility)
|
||||
--fonts print default fonts directory
|
||||
--input-plugins print default input plugins directory
|
||||
--json print all config options as json object
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************/
|
||||
//$Id: ogrindex.cc 27 2005-03-30 21:45:40Z pavlenko $
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************/
|
||||
//$Id: quadtree.hh 17 2005-03-08 23:58:43Z pavlenko $
|
||||
|
||||
#ifndef QUADTREE_HPP
|
||||
#define QUADTREE_HPP
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************/
|
||||
//$Id: shapeindex.cc 27 2005-03-30 21:45:40Z pavlenko $
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
|
Loading…
Add table
Reference in a new issue