forked from Lainports/freebsd-ports
In the process, fix an autoconf-2.52 bug in using $target_alias as a program prefix even if it is exactly the same as $host_alias. Also, remove the installation of the library .la file. Based on a patch by: ijliao
10 lines
396 B
Text
10 lines
396 B
Text
--- configure.orig Wed Feb 20 12:39:08 2002
|
|
+++ configure Wed Feb 20 12:39:39 2002
|
|
@@ -1240,6 +1240,7 @@
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
# will get canonicalized.
|
|
test -n "$target_alias" &&
|
|
+ test "$target_alias" != "$host_alias" &&
|
|
test "$program_prefix$program_suffix$program_transform_name" = \
|
|
NONENONEs,x,x, &&
|
|
program_prefix=${target_alias}-
|