1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/graphics/iulib/files/patch-configure.ac
Dmitry Marakasov e58267aca6 A library of image understanding-related algorithms.
Provides basic image processing, mathematical morphology,
and machine learning algorithms.

WWW: http://code.google.com/p/iulib/

PR:		134716
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 20:24:14 +00:00

12 lines
231 B
Plaintext

--- ./configure.ac.orig 2008-10-16 03:50:34.000000000 +0900
+++ ./configure.ac 2009-05-22 09:21:25.000000000 +0900
@@ -10,7 +10,7 @@
AC_PROG_CXX
AC_PROG_CC
-AC_PROG_RANLIB
+AM_PROG_LIBTOOL
AC_HEADER_STDC
AC_HEADER_SYS_WAIT