84820b5
--- GraphicsMagick-1.1.7/configure.ac.orig	2006-07-31 00:24:43.000000000 +0200
84820b5
+++ GraphicsMagick-1.1.7/configure.ac	2006-07-31 00:25:02.000000000 +0200
84820b5
@@ -1684,8 +1684,8 @@
84820b5
     AC_MSG_RESULT()
84820b5
     failed=0;
84820b5
     passed=0;
84820b5
-    AC_CHECK_HEADER(ps/iapi.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
84820b5
-    AC_CHECK_HEADER(ps/errors.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
84820b5
+    AC_CHECK_HEADER(ghostscript/iapi.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
84820b5
+    AC_CHECK_HEADER(ghostscript/errors.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
84820b5
     AC_CHECK_LIB(gs,gsapi_new_instance,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
84820b5
     AC_MSG_CHECKING(if Ghostscript library package is complete)
84820b5
     if test $passed -gt 0
84820b5
--- GraphicsMagick-1.1.7/magick/delegate.h.orig	2006-07-31 00:25:33.000000000 +0200
84820b5
+++ GraphicsMagick-1.1.7/magick/delegate.h	2006-07-31 00:25:51.000000000 +0200
84820b5
@@ -46,8 +46,8 @@
84820b5
 #if defined(MAGICK_IMPLEMENTATION)
84820b5
 
84820b5
 #if defined(HasGS)
84820b5
-#include "ps/iapi.h"
84820b5
-#include "ps/errors.h"
84820b5
+#include "ghostscript/iapi.h"
84820b5
+#include "ghostscript/errors.h"
84820b5
 #endif
84820b5
 
84820b5
 #ifndef gs_main_instance_DEFINED