Merge from gcc top-level.
[deliverable/binutils-gdb.git] / config / depstand.m4
index 8f936e0c26358f76b8c2e0892c5ebbcb027d1722..beaf2cc7bf003c75eea59846eb7dffe2d2008259 100644 (file)
@@ -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])
 ])
This page took 0.023608 seconds and 4 git commands to generate.