X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2Fdepstand.m4;h=beaf2cc7bf003c75eea59846eb7dffe2d2008259;hb=b2121c33506a592a25c174b171e24e09af885bee;hp=8f936e0c26358f76b8c2e0892c5ebbcb027d1722;hpb=0e8e484a076d85112a22272a8972b96627e3f5da;p=deliverable%2Fbinutils-gdb.git 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]) ])