]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libtool/libtool-1.5/tag.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 / tag.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- libtool-1.5/ltmain.in~tag
7 +++ libtool-1.5/ltmain.in
8 @@ -549,8 +549,9 @@
9         # line option must be used.
10         if test -z "$tagname"; then
11           $echo "$modename: unable to infer tagged configuration"
12 -         $echo "$modename: specify a tag with \`--tag'" 1>&2
13 -         exit 1
14 +          tagname=CC
15 +#        $echo "$modename: specify a tag with \`--tag'" 1>&2
16 +#        exit 1
17  #        else
18  #          $echo "$modename: using $tagname tagged configuration"
19         fi
20 @@ -1651,13 +1652,13 @@
21         # If $tagname still isn't set, then no tagged configuration
22         # was found and let the user know that the "--tag" command
23         # line option must be used.
24 -       if test -z "$tagname"; then
25 -         $echo "$modename: unable to infer tagged configuration"
26 -         $echo "$modename: specify a tag with \`--tag'" 1>&2
27 -         exit 1
28 +#      if test -z "$tagname"; then
29 +#        $echo "$modename: unable to infer tagged configuration"
30 +#        $echo "$modename: specify a tag with \`--tag'" 1>&2
31 +#        exit 1
32  #       else
33  #         $echo "$modename: using $tagname tagged configuration"
34 -       fi
35 +#      fi
36         ;;
37        esac
38      fi