]> granicus.if.org Git - postgis/commitdiff
Added another dir in search path for docbook.xml, changed shell invocation
authorSandro Santilli <strk@keybit.net>
Thu, 12 May 2005 07:45:40 +0000 (07:45 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 12 May 2005 07:45:40 +0000 (07:45 +0000)
line for mingw to avoid newline char being used.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1697 b70326c6-7e19-0410-871a-916f4a2858ee

configure.in

index e5c2f05cd1d3ba523ef0523ad779dbf8e5fa7f90..893e5fabe536244996b970913c1767da58e98838 100644 (file)
@@ -189,6 +189,7 @@ XSLBASE=
 SEARCHPATH="
        /usr/share/sgml/docbook/xsl-stylesheets 
        /usr/share/xml/docbook/stylesheet/nwalsh
+       /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
 "
 for p in ${SEARCHPATH}; do
        if test -r ${p}/html/docbook.xsl; then
@@ -241,7 +242,7 @@ EXE=
 case $host_os in
        *mingw*)
                PGBEINCLUDES="$PGBEINCLUDES $PGBEINCLUDES/port/win32"
-               PGFELIBS="$PGFELIBS $PGFELIBS/libpq.dll"
+               PGFELIBS="$(echo $(${PGCONFIG} --libdir))/libpq.dll"
                DLSUFFIX=.dll
                DLFLAGS=
                EXE=.exe