diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-31 20:24:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-31 20:24:14 +0000 |
commit | e58267aca6cbe9017fbb2550ca70ba85088f8380 (patch) | |
tree | ab0f6a005cd1fdb5fd27e0269e9406bb722c1251 /graphics/iulib/files/patch-configure.ac | |
parent | An open source C library for efficient image processing and (diff) |
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>
Diffstat (limited to 'graphics/iulib/files/patch-configure.ac')
-rw-r--r-- | graphics/iulib/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/iulib/files/patch-configure.ac b/graphics/iulib/files/patch-configure.ac new file mode 100644 index 000000000000..8d0dd4eba206 --- /dev/null +++ b/graphics/iulib/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- ./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 |