depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory.

config
2007-01-27  Paolo Bonzini  <bonzini@gnu.org>
	* depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
	directory.

libcpp
	* configure: Rebuilt.

From-SVN: r121237
This commit is contained in:
Tom Tromey
2007-01-27 19:50:38 +00:00
parent e8d366ec6b
commit 024abeb327
4 changed files with 14 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-01-27 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
2007-01-12 Tom Tromey <tromey@redhat.com>
PR preprocessor/28227:
+2 -2
View File
@@ -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