]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libtool/libtool-1.5.10/3figures.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libtool / libtool-1.5.10 / 3figures.patch
1 --- /tmp/ltmain.in      2005-07-24 18:52:11.867735112 +0200
2 +++ libtool-1.5.10/ltmain.in    2005-07-24 18:55:49.204694872 +0200
3 @@ -3101,7 +3101,7 @@
4  
5         # Check that each of the things are valid numbers.
6         case $current in
7 -       0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
8 +       0 | [1-9] | [1-9][0-9]*) ;;
9         *)
10           $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
11           $echo "$modename: \`$vinfo' is not valid version information" 1>&2
12 @@ -3110,7 +3110,7 @@
13         esac
14  
15         case $revision in
16 -       0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
17 +       0 | [1-9] | [1-9][0-9]*) ;;
18         *)
19           $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
20           $echo "$modename: \`$vinfo' is not valid version information" 1>&2
21 @@ -3119,7 +3119,7 @@
22         esac
23  
24         case $age in
25 -       0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
26 +       0 | [1-9] | [1-9][0-9]*) ;;
27         *)
28           $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
29           $echo "$modename: \`$vinfo' is not valid version information" 1>&2