More info about XSL in final configure output

git-svn-id: http://svn.osgeo.org/postgis/trunk@4012 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2009-04-21 17:45:34 +00:00
parent 2e1d03add1
commit b693970827
2 changed files with 8 additions and 1 deletions

View file

@ -112,6 +112,9 @@ if test "x$XSLBASE" = "x"; then
/usr/share/sgml/docbook/xsl-stylesheets
/usr/share/xml/docbook/stylesheet/nwalsh
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh
/opt/local/share/xsl/docbook-xsl
/usr/local/share/xsl/docbook-xsl
/usr/share/xsl/docbook-xsl
"
for p in ${SEARCHPATH}; do
if test -r "${p}"/html/docbook.xsl; then
@ -549,5 +552,9 @@ AC_MSG_RESULT([ PostgreSQL version: ${PGSQL_MAJOR_VERSION}.${PGSQL_MINOR_VERS
AC_MSG_RESULT([ PROJ4 version: ${POSTGIS_PROJ_VERSION}])
AC_MSG_RESULT([ PostGIS debug level: ${POSTGIS_DEBUG_LEVEL}])
AC_MSG_RESULT()
AC_MSG_RESULT([ -------- Documentation Generation -------- ])
AC_MSG_RESULT([ xsltproc: ${XSLTPROC}])
AC_MSG_RESULT([ xsl style sheets: ${XSLBASE}])
AC_MSG_RESULT()

View file

@ -33,7 +33,7 @@ fi
echo "Exporting tag $tag"
#cvs export -r "$tag" -d "$outdir" postgis
svn export "http://svn.refractions.net/postgis/$tag" "$outdir"
svn export "http://svn.osgeo.org/postgis/$tag" "$outdir"
if [ $? -gt 0 ]; then
exit 1
fi