Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / patches / 010_m4_syntax.diff
diff --git a/debian/patches/010_m4_syntax.diff b/debian/patches/010_m4_syntax.diff
new file mode 100644 (file)
index 0000000..1ac010d
--- /dev/null
@@ -0,0 +1,24 @@
+--- a/configure.in     2009-11-25 17:13:10.000000000 +0900
++++ b/configure.in     2009-11-25 17:17:08.000000000 +0900
+@@ -36,9 +36,9 @@
+ # we need autoconf >= 2.62 beause of several macros in there
+ AC_PREREQ(2.63)
+ AC_INIT([opencv],[opencv_version],[opencvlibrary-devel@lists.sourceforge.net])
+-AC_CONFIG_SRCDIR([opencv.pc.in])
+-AC_CONFIG_AUX_DIR([autotools])
+-AC_CONFIG_MACRO_DIR([autotools/aclocal])
++AC_CONFIG_SRCDIR(opencv.pc.in)
++AC_CONFIG_AUX_DIR(autotools)
++AC_CONFIG_MACRO_DIR(autotools/aclocal)
+ # put CVS revision of this configure.in into the resulting configure script
+ AC_REVISION($Revision: 1.60 $)
+@@ -49,7 +49,7 @@
+ # setup automake - we need >= 1.6 because of python and aclocal support
+ #                  we updated to 1.9 because of cross-platform issues
+-AC_CONFIG_HEADERS([cvconfig.h])
++AC_CONFIG_HEADERS(cvconfig.h)
+ AM_INIT_AUTOMAKE([1.9])
+ AC_PROG_MAKE_SET