On Wed, Jul 03, 2002 at 11:32:00PM -0700, Jacob Meuser wrote:

> That is my project after I finish getting ESP ghostscript to build
> png output drivers.

I figured this one out.  If anyone is using espgs and needs png
output (hey, you never know :), there's a patch below.

KBob, when I use 'L' to reply to the list in mutt, I also automatically 
get a 'Cc: kbob' that stops my mail from being delivered because it can't
find a user kbob on my machine.

-- 
<[EMAIL PROTECTED]>


--- src/configure.ac.orig       Tue Apr 23 08:18:45 2002
+++ src/configure.ac    Thu Jul  4 01:10:21 2002
@@ -144,7 +144,7 @@ AC_SUBST(ZLIBDIR)
 dnl png for the png output device; it also requires zlib
 AC_MSG_CHECKING([for local png library source])
 LIBPNGDIR=src
-PNGDEVS='$(DD)png16m.dev $(DD)pnggray.dev $(DD)pngmono.dev $(DD)png256.dev 
$(DD)png16.dev'
+PNG_DEVS='png16m pnggray pngmono png256 png16'
 if test -d libpng; then
        AC_MSG_RESULT([libpng])
        SHARE_LIBPNG=0
@@ -160,12 +160,12 @@ else
        ], [
                SHARE_LIBPNG=0
                AC_MSG_NOTICE([disabling png output devices])
-               PNGDEVS=''
+               PNG_DEVS=''
        ])
 fi
 AC_SUBST(SHARE_LIBPNG)
 AC_SUBST(LIBPNGDIR)
-AC_SUBST(PNGDEVS)
+AC_SUBST(PNG_DEVS)
 
 dnl check to see if we want a different name for the executable...
 AC_ARG_WITH(gs,
@@ -499,8 +499,10 @@ dnl ------------------------------------
 
 AC_SUBST(GCFLAGS)
 
+AC_CONFIG_FILES(Makefile)
+
 if test -d pstoraster; then
-       AC_OUTPUT(Makefile pstoraster/pstoraster)
-else
-       AC_OUTPUT(Makefile)
+       AC_CONFIG_FILES(pstoraster/pstoraster)
 fi
+
+AC_OUTPUT

Reply via email to