From 024abeb327c16c7197cf979fb252fadca61386a2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 27 Jan 2007 19:50:38 +0000 Subject: 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 --- libcpp/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcpp/configure') diff --git a/libcpp/configure b/libcpp/configure index 45c9724..82fd6b5 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 -- cgit v1.1