aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r--boehm-gc/acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4
index ce61e6c..358597b 100644
--- a/boehm-gc/acinclude.m4
+++ b/boehm-gc/acinclude.m4
@@ -1,4 +1,4 @@
-# Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
+# Copyright (c) 1999-2001, 2002 by Red Hat, Inc. All rights reserved.
#
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
@@ -52,7 +52,7 @@ fi
AC_CANONICAL_SYSTEM
# This works around an automake problem.
-mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
+mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
AC_SUBST(mkinstalldirs)
AM_INIT_AUTOMAKE(gc, 6.1a1, no-define)