From: Tom Tromey Date: Sat, 27 Jan 2007 19:50:38 +0000 (+0000) Subject: depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory. X-Git-Tag: releases/gcc-4.3.0~7220 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=024abeb327c16c7197cf979fb252fadca61386a2;p=thirdparty%2Fgcc.git depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory. config 2007-01-27 Paolo Bonzini * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory. libcpp * configure: Rebuilt. From-SVN: r121237 --- diff --git a/config/ChangeLog b/config/ChangeLog index 91dc5e2a26cd..f79f84a5a29b 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2007-01-27 Paolo Bonzini + + * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make + directory. + 2007-01-23 Richard Guenther PR bootstrap/30541 diff --git a/config/depstand.m4 b/config/depstand.m4 index 8f936e0c2635..beaf2cc7bf00 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]) ]) diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index f39408145358..e0ac504910ac 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2007-01-27 Tom Tromey + + * configure: Rebuilt. + 2007-01-12 Tom Tromey PR preprocessor/28227: diff --git a/libcpp/configure b/libcpp/configure index 45c97247f538..82fd6b55f499 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -8801,7 +8801,7 @@ cat >>$CONFIG_STATUS <<_ACEOF # INIT-COMMANDS section. # -DEPDIR=$DEPDIR +ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR _ACEOF @@ -9535,7 +9535,7 @@ esac { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 echo "$as_me: executing $ac_dest commands" >&6;} case $ac_dest in - depdir ) mkdir $DEPDIR ;; + depdir ) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;; esac done _ACEOF