aboutsummaryrefslogtreecommitdiffstats
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
commitab5a67f90e0017f0120d98b68d3b4326e7bc53e7 (patch)
tree817a96729fd02ff6132fcdb5238c8594a29a0d77
parentc9fefc7a2e8cd234f4369bb5a85ff98c6205a446 (diff)
downloaddmapi-dev-ab5a67f90e0017f0120d98b68d3b4326e7bc53e7.tar.gz
don't use -f to "hostname", its not portable.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 852ab4a..8995d81 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)