update dev300-m58
[ooovba.git] / redland / raptor / raptor-1.4.18.patch.autotools
blob4b43def565111e6c1c6ea91c0cd6c3b5e33a0314
1 --- misc/raptor-1.4.18/configure        Sun Jun 15 10:25:55 2008
2 +++ misc/build/raptor-1.4.18/configure  Wed Feb 18 13:23:12 2009
3 @@ -4321,7 +4321,7 @@
4  
5  cygwin*)
6    # func_win32_libid is a shell function defined in ltmain.sh
7 -  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
8 +  lt_cv_deplibs_check_method='file_magic ^x86 archive|^x86 DLL'
9    lt_cv_file_magic_cmd='func_win32_libid'
10    ;;
12 @@ -4330,7 +4330,7 @@
13    # func_win32_libid shell function, so use a weaker test based on 'objdump',
14    # unless we find 'file', for example because we are cross-compiling.
15    if ( file / ) >/dev/null 2>&1; then
16 -    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
17 +    lt_cv_deplibs_check_method='file_magic ^x86 archive|^x86 DLL'
18      lt_cv_file_magic_cmd='func_win32_libid'
19    else
20      lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
21 --- misc/raptor-1.4.18/ltmain.sh        2008-02-02 22:28:24.000000000 +0900
22 +++ misc/build/raptor-1.4.18/ltmain.sh  2008-07-08 11:58:42.000000000 +0900
23 @@ -3262,9 +3262,9 @@
24             revision="$number_revision"
25             ;;
26           freebsd-aout|freebsd-elf|sunos)
27 -           current="$number_major"
28 -           revision="$number_minor"
29 -           age="0"
30 +           current=`expr $number_major + $number_minor`
31 +           age="$number_minor"
32 +           revision="$number_revision"
33             ;;
34           irix|nonstopux)
35             current=`expr $number_major + $number_minor`
36 @@ -3344,8 +3344,8 @@
37           ;;
39         freebsd-elf)
40 -         major=".$current"
41 -         versuffix=".$current";
42 +         major=.`expr $current - $age`
43 +         versuffix="$major.$age.$revision"
44           ;;
46         irix | nonstopux)