14 lines
661 B
Diff
14 lines
661 B
Diff
Index: ImageMagick-6.7.6-1/configure.ac
|
|
===================================================================
|
|
--- ImageMagick-6.7.6-1.orig/configure.ac
|
|
+++ ImageMagick-6.7.6-1/configure.ac
|
|
@@ -160,7 +160,7 @@ AC_SUBST(PACKAGE_VERSION_ADDENDUM)dnl
|
|
# Ensure that make can run correctly
|
|
AM_SANITY_CHECK
|
|
|
|
-AM_INIT_AUTOMAKE([1.12 nostdinc color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip])
|
|
+AM_INIT_AUTOMAKE([1.12 nostdinc color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-xz dist-zip])
|
|
|
|
# Enable support for silent build rules
|
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|