forked from Lainports/freebsd-ports
- binaries were being installed with a host-specific prefix in sbin/ - missing entry in pkg-plist Both of which caused endless fun and games.
39 lines
1.4 KiB
Text
39 lines
1.4 KiB
Text
--- configure.orig Sun Oct 17 18:26:52 2004
|
|
+++ configure Mon Oct 18 21:30:05 2004
|
|
@@ -1525,6 +1525,6 @@
|
|
# will get canonicalized.
|
|
-test -n "$target_alias" &&
|
|
- test "$program_prefix$program_suffix$program_transform_name" = \
|
|
- NONENONEs,x,x, &&
|
|
- program_prefix=${target_alias}-
|
|
+# test -n "$target_alias" &&
|
|
+# test "$program_prefix$program_suffix$program_transform_name" = \
|
|
+# NONENONEs,x,x, &&
|
|
+# program_prefix=${target_alias}-
|
|
|
|
@@ -1657,7 +1657,7 @@
|
|
echo "${ECHO_T}yes" >&6
|
|
-test "$program_prefix" != NONE &&
|
|
- program_transform_name="s,^,$program_prefix,;$program_transform_name"
|
|
+# test "$program_prefix" != NONE &&
|
|
+# program_transform_name="s,^,$program_prefix,;$program_transform_name"
|
|
# Use a double $ so make ignores it.
|
|
-test "$program_suffix" != NONE &&
|
|
- program_transform_name="s,\$,$program_suffix,;$program_transform_name"
|
|
+# test "$program_suffix" != NONE &&
|
|
+# program_transform_name="s,\$,$program_suffix,;$program_transform_name"
|
|
# Double any \ or $. echo might interpret backslashes.
|
|
@@ -8831,9 +8831,2 @@
|
|
|
|
- if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
|
|
- then
|
|
- { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
|
|
-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
- fi
|
|
-
|
|
# Update the list of available tags.
|
|
@@ -18062,2 +18055,3 @@
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|