summaryrefslogtreecommitdiff
path: root/libtool/libtool-1.5/tag.patch
blob: dc69088b5929bcb2191d5ea279210a78d76f2cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

#
# 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