mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk)
19 lines
494 B
Text
19 lines
494 B
Text
--- configure.orig Mon Dec 16 10:12:16 2002
|
|
+++ configure Fri Dec 20 18:11:14 2002
|
|
@@ -8071,6 +8071,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -9000,7 +9001,7 @@
|
|
;;
|
|
esac
|
|
fi
|
|
-HOSTNAME=$ac_cv_path_HOSTNAME
|
|
+HOSTNAME="$ac_cv_path_HOSTNAME -s"
|
|
|
|
if test -n "$HOSTNAME"; then
|
|
echo "$as_me:$LINENO: result: $HOSTNAME" >&5
|