Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc.old/dist Set ac_install_sh="$SHELL $ac_aux...



details:   https://anonhg.NetBSD.org/src/rev/d216ebccd837
branches:  trunk
changeset: 795592:d216ebccd837
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Apr 19 15:57:46 2014 +0000

description:
Set ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
instead of ac_install_sh="$ac_aux_dir/$ac_t -c"
in all configure scripts in the gcc.old/dist tree.
This ensures that the install-sh script is always run
under the correct shell.

diffstat:

 external/gpl3/gcc.old/dist/configure              |  2 +-
 external/gpl3/gcc.old/dist/fixincludes/configure  |  2 +-
 external/gpl3/gcc.old/dist/gcc/configure          |  2 +-
 external/gpl3/gcc.old/dist/intl/configure         |  2 +-
 external/gpl3/gcc.old/dist/libcpp/configure       |  2 +-
 external/gpl3/gcc.old/dist/libdecnumber/configure |  2 +-
 external/gpl3/gcc.old/dist/libgcc/configure       |  2 +-
 external/gpl3/gcc.old/dist/libgomp/configure      |  2 +-
 external/gpl3/gcc.old/dist/libiberty/configure    |  2 +-
 external/gpl3/gcc.old/dist/libmudflap/configure   |  2 +-
 external/gpl3/gcc.old/dist/libobjc/configure      |  2 +-
 external/gpl3/gcc.old/dist/libssp/configure       |  2 +-
 external/gpl3/gcc.old/dist/libstdc++-v3/configure |  2 +-
 external/gpl3/gcc.old/dist/lto-plugin/configure   |  2 +-
 external/gpl3/gcc.old/dist/zlib/configure         |  2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diffs (180 lines):

diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/configure
--- a/external/gpl3/gcc.old/dist/configure      Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/configure      Sat Apr 19 15:57:46 2014 +0000
@@ -2404,7 +2404,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/fixincludes/configure
--- a/external/gpl3/gcc.old/dist/fixincludes/configure  Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/fixincludes/configure  Sat Apr 19 15:57:46 2014 +0000
@@ -2135,7 +2135,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/gcc/configure
--- a/external/gpl3/gcc.old/dist/gcc/configure  Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/configure  Sat Apr 19 15:57:46 2014 +0000
@@ -2978,7 +2978,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/intl/configure
--- a/external/gpl3/gcc.old/dist/intl/configure Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/intl/configure Sat Apr 19 15:57:46 2014 +0000
@@ -2212,7 +2212,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libcpp/configure
--- a/external/gpl3/gcc.old/dist/libcpp/configure       Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libcpp/configure       Sat Apr 19 15:57:46 2014 +0000
@@ -2632,7 +2632,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libdecnumber/configure
--- a/external/gpl3/gcc.old/dist/libdecnumber/configure Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libdecnumber/configure Sat Apr 19 15:57:46 2014 +0000
@@ -4459,7 +4459,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libgcc/configure
--- a/external/gpl3/gcc.old/dist/libgcc/configure       Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libgcc/configure       Sat Apr 19 15:57:46 2014 +0000
@@ -1855,7 +1855,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libgomp/configure
--- a/external/gpl3/gcc.old/dist/libgomp/configure      Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libgomp/configure      Sat Apr 19 15:57:46 2014 +0000
@@ -2615,7 +2615,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libiberty/configure
--- a/external/gpl3/gcc.old/dist/libiberty/configure    Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libiberty/configure    Sat Apr 19 15:57:46 2014 +0000
@@ -2345,7 +2345,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libmudflap/configure
--- a/external/gpl3/gcc.old/dist/libmudflap/configure   Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libmudflap/configure   Sat Apr 19 15:57:46 2014 +0000
@@ -2182,7 +2182,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libobjc/configure
--- a/external/gpl3/gcc.old/dist/libobjc/configure      Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libobjc/configure      Sat Apr 19 15:57:46 2014 +0000
@@ -2165,7 +2165,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libssp/configure
--- a/external/gpl3/gcc.old/dist/libssp/configure       Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libssp/configure       Sat Apr 19 15:57:46 2014 +0000
@@ -2180,7 +2180,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/libstdc++-v3/configure
--- a/external/gpl3/gcc.old/dist/libstdc++-v3/configure Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/libstdc++-v3/configure Sat Apr 19 15:57:46 2014 +0000
@@ -2850,7 +2850,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/lto-plugin/configure
--- a/external/gpl3/gcc.old/dist/lto-plugin/configure   Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/lto-plugin/configure   Sat Apr 19 15:57:46 2014 +0000
@@ -2141,7 +2141,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done
diff -r 9579df99f94f -r d216ebccd837 external/gpl3/gcc.old/dist/zlib/configure
--- a/external/gpl3/gcc.old/dist/zlib/configure Sat Apr 19 15:51:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/zlib/configure Sat Apr 19 15:57:46 2014 +0000
@@ -2221,7 +2221,7 @@
   for ac_t in install-sh install.sh shtool; do
     if test -f "$ac_dir/$ac_t"; then
       ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c"
       break 2
     fi
   done



Home | Main Index | Thread Index | Old Index