# # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher # --- libtool-1.5/ltmain.in~tag +++ libtool-1.5/ltmain.in @@ -549,8 +549,9 @@ # line option must be used. if test -z "$tagname"; then $echo "$modename: unable to infer tagged configuration" - $echo "$modename: specify a tag with \`--tag'" 1>&2 - exit 1 + tagname=CC +# $echo "$modename: specify a tag with \`--tag'" 1>&2 +# exit 1 # else # $echo "$modename: using $tagname tagged configuration" fi @@ -1651,13 +1652,13 @@ # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. - if test -z "$tagname"; then - $echo "$modename: unable to infer tagged configuration" - $echo "$modename: specify a tag with \`--tag'" 1>&2 - exit 1 +# if test -z "$tagname"; then +# $echo "$modename: unable to infer tagged configuration" +# $echo "$modename: specify a tag with \`--tag'" 1>&2 +# exit 1 # else # $echo "$modename: using $tagname tagged configuration" - fi +# fi ;; esac fi