fix argument name of mapnik-config so that we can query input-plugins

This commit is contained in:
Dane Springmeyer 2010-11-15 22:14:43 +00:00
parent cfb1d5a23e
commit 46fe1e3e7c

View file

@ -11,7 +11,7 @@ Known values for OPTION are:
--libs print library linking information
--cflags print pre-processor and compiler flags
--fonts print default fonts directory
--input-plugins print default plugins directory
--input-plugins print default input plugins directory
--help display this help and exit
-v --version output version information
EOF
@ -71,7 +71,7 @@ while test $# -gt 0; do
echo ${libdir}/mapnik2/fonts
;;
--plugins)
--input-plugins)
echo ${libdir}/mapnik2/input
;;