From de185749bead8d4ea203a7c510fdee12e7c88d53 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sat, 4 Aug 2001 01:07:30 +0000 Subject: [PATCH] don't use -f to "hostname", its not portable. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c67205b1..a7d64da1 100644 --- a/configure.in +++ b/configure.in @@ -39,7 +39,7 @@ pkg_distribution="SGI ProPack" test -z "$DISTRIBUTION" || pkg_distribution="$DISTRIBUTION" AC_SUBST(pkg_distribution) -pkg_builder=`id -u -n`@`hostname -f` +pkg_builder=`id -u -n`@`hostname` test -z "$PACKAGE_BUILDER" || pkg_builder="$PACKAGE_BUILDER" AC_SUBST(pkg_builder) -- 2.39.5