view src/graphicsmagick-2-fix-png16-config.patch @ 3453:70b110956a4e

nsis-installer: Use custom page for shortcuts and install for all users. * binary-dist-rules.mk: copy installer-files/README.html to dist folder. * installer-files/README.html: New file. * makeinst-script.sh: Added custom page for Install for all users and Create shortcuts. Reassigned show readme checkbox for showing README.html at end of install. Run octave-gui as the Run program.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Jan 2014 19:24:09 -0500
parents 762fe9ac559f
children
line wrap: on
line source

diff -ur GraphicsMagick-1.3.17-orig/configure.ac GraphicsMagick-1.3.17/configure.ac
--- GraphicsMagick-1.3.17-orig/configure.ac	2013-11-08 15:06:33 -0500
+++ GraphicsMagick-1.3.17/configure.ac	2013-11-08 15:07:07 -0500
@@ -1928,7 +1928,7 @@
        failed=`expr $failed + 1`,)
   
     if test $passed -gt 0; then
-      for var in 5 4 2 '' ; do
+      for var in 6 5 4 2 '' ; do
         if test "x${var}" = 'x' ; then
           pnglib='png'
         else