Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / patches / 010_m4_syntax.diff
1 --- a/configure.in      2009-11-25 17:13:10.000000000 +0900
2 +++ b/configure.in      2009-11-25 17:17:08.000000000 +0900
3 @@ -36,9 +36,9 @@
4  # we need autoconf >= 2.62 beause of several macros in there
5  AC_PREREQ(2.63)
6  AC_INIT([opencv],[opencv_version],[opencvlibrary-devel@lists.sourceforge.net])
7 -AC_CONFIG_SRCDIR([opencv.pc.in])
8 -AC_CONFIG_AUX_DIR([autotools])
9 -AC_CONFIG_MACRO_DIR([autotools/aclocal])
10 +AC_CONFIG_SRCDIR(opencv.pc.in)
11 +AC_CONFIG_AUX_DIR(autotools)
12 +AC_CONFIG_MACRO_DIR(autotools/aclocal)
13  
14  # put CVS revision of this configure.in into the resulting configure script
15  AC_REVISION($Revision: 1.60 $)
16 @@ -49,7 +49,7 @@
17  
18  # setup automake - we need >= 1.6 because of python and aclocal support
19  #                  we updated to 1.9 because of cross-platform issues
20 -AC_CONFIG_HEADERS([cvconfig.h])
21 +AC_CONFIG_HEADERS(cvconfig.h)
22  AM_INIT_AUTOMAKE([1.9])
23  AC_PROG_MAKE_SET
24