summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-08-04 01:07:30 +0000
committerNathan Scott <nathans@sgi.com>2001-08-04 01:07:30 +0000
commit086657ea83cd37a9f118a3dfab520cc57148cea1 (patch)
treefe6c83c328909b5794996c4a7a788ae036737520 /configure.in
parent26bff66dc3f5d2e990d301edf47982cfcbdc25c7 (diff)
downloadattr-086657ea83cd37a9f118a3dfab520cc57148cea1.tar.gz
don't use -f to "hostname", its not portable.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 70ae6fd..3151995 100644
--- a/configure.in
+++ b/configure.in
@@ -39,7 +39,7 @@ pkg_distribution="SGI XFS"
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)