]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jan 2007 19:50:38 +0000 (19:50 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jan 2007 19:50:38 +0000 (19:50 +0000)
2007-01-27  Paolo Bonzini  <bonzini@gnu.org>
* depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
directory.

libcpp
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121237 138bc75d-0d04-0410-961f-82ee72b054a4

config/ChangeLog
config/depstand.m4
libcpp/ChangeLog
libcpp/configure

index 91dc5e2a26cd03e6d11d5742ad6a6447d20b4fff..f79f84a5a29b16c3e59e321ee04e097dafe18828 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-27  Paolo Bonzini  <bonzini@gnu.org>
+
+       * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
+       directory.
+
 2007-01-23  Richard Guenther  <rguenther@suse.de>
 
        PR bootstrap/30541
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])
 ])
index f394081453582a77cecdfe2693ce6c885dc76351..e0ac504910ac2559ec8ebcba1dff2852c61e7fba 100644 (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:
index 45c97247f5381e7d3745d008945bc9561ca98115..82fd6b55f499beb9d4b82e5bb0387d329dfd7223 100755 (executable)
@@ -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