summaryrefslogtreecommitdiff
path: root/config/depstand.m4
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2007-02-09 19:24:42 +0000
committerPaolo Bonzini <bonzini@gnu.org>2007-02-09 19:24:42 +0000
commit596178d1181f4b702abbd70da8276a3a6759da9e (patch)
tree39c65c8af99eb25ca0df2179e69cc12e61658f27 /config/depstand.m4
parent4874761c406e28bb44fae53e37bb485ecf3c4d54 (diff)
downloadbinutils-redhat-596178d1181f4b702abbd70da8276a3a6759da9e.tar.gz
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def: Sync with GCC. * Makefile.tpl: Sync with GCC. * Makefile.in: Regenerate. * configure: Regenerate. * config/acx.m4: Sync with GCC. * config/depstand.m4: Sync with GCC. * config/tls.m4: Sync with GCC.
Diffstat (limited to 'config/depstand.m4')
-rw-r--r--config/depstand.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/config/depstand.m4 b/config/depstand.m4
index 8f936e0c26..beaf2cc7bf 100644
--- a/config/depstand.m4
+++ b/config/depstand.m4
@@ -1,6 +1,6 @@
## -*- Autoconf -*-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
@@ -132,5 +132,6 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
# As AM_SET_DEPDIR, but also create the directory at config.status time.
AC_DEFUN([ZW_CREATE_DEPDIR],
[AC_REQUIRE([AM_SET_DEPDIR])dnl
-AC_CONFIG_COMMANDS([depdir], [mkdir $DEPDIR], [DEPDIR=$DEPDIR])
+AC_CONFIG_COMMANDS([depdir], [$SHELL $ac_aux_dir/mkinstalldirs $DEPDIR],
+ [ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR])
])