]> code.delx.au - gnu-emacs/commitdiff
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Aug 2013 06:01:52 +0000 (23:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Aug 2013 06:01:52 +0000 (23:01 -0700)
for portability to hosts where /bin/sh has problems.

24 files changed:
ChangeLog
Makefile.in
admin/ChangeLog
admin/unidata/Makefile.in
doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/lispintro/ChangeLog
doc/lispintro/Makefile.in
doc/lispref/ChangeLog
doc/lispref/Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in
leim/ChangeLog
leim/Makefile.in
lib-src/ChangeLog
lib-src/Makefile.in
lisp/ChangeLog
lisp/Makefile.in
nextstep/ChangeLog
nextstep/Makefile.in
src/ChangeLog
src/Makefile.in
test/ChangeLog
test/automated/Makefile.in

index d99187ccf9579717ead422a2dcd7e0577ce8e8b0..eda759512383fe8e323dcb5eedc2ea4db2aad0ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
index d5cd6bd8d208433973d1689f049d1ce9f9ec007e..8e3a846c8dfe187ec4fa38b31f726438d46a7467 100644 (file)
@@ -56,7 +56,7 @@
 # make docs
 #      Make Emacs documentation files from their sources; requires makeinfo.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # This may not work with certain non-GNU make's.  It only matters when
 # inheriting a CDPATH not starting with the current directory.
index 245c809ec815ab9b9dd41f8dc123a08927c841fe..29118deba7f3b0df16d993fee8b4f2dfc2ae4c2b 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-27  Glenn Morris  <rgm@gnu.org>
 
        * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
index c759079a49a15d7737ccaf6feb6aa8957249a32b..df225cc8cbfb63d85cba5990ee3b2e7470165438 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 abs_builddir = @abs_builddir@
index f94db60f25fa6a068abf8d56cb6794c7dd3ac6be..2dd245a92ba0e0c27dd418812d4d1badd229b9ca 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
 
        * text.texi (Enriched Justification): Minor fixes.
index 7aeead4e2f6062aadbf8e790eef3dee9bc66d769..bf9f8152ad467d2bd3d3965bdd8f9fe1af303666 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # NB If you add any more configure variables,
 # update the sed rules in the dist target below.
index db02a257a3a8f357ff51f96225458663013b6370..a47183f4d278c90ac7a93be466c6c9e2a0af4efd 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-12  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
index ad1b978f2556df231bf769bab898f2d65bf5cfc0..363e12215b3b06c71831eb02a274f98649ab0082 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # NB If you add any more configure variables,
 # update the sed rules in the dist target below.
index d27f58c0efa45d2b64a697a0eaacf14109bb1f61..8b5aa65ff96a713baa4bee0e3aadb108e84af239 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
index c7aa5ac1a2864e803cd7cc820eec0b09ddb2fba2..164646ac4332f96632e838c3b67e88c97a8c43b2 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # NB If you add any more configure variables,
 # update the sed rules in the dist target below.
index c08de7e4a599e6322bda00f6de2cb32852df4e05..22148deace02fe9f7fd8479009d530a89e081a77 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Try to reduce redundancy in doc/misc/Makefile.in.
index 0c2b48aa67eee3ff9b239580392f84891db445a4..30fc495317224f5c77f99728623deeb63d87dede 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Where to find the source code.  $(srcdir) will be the man-aux
 # subdirectory of the source tree.  This is
index abe0e195ff97c64173c5b20653786a3653a64e00..3e25c0edbe134ba9d5d37ddaf33af4bbf98504f0 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
 
        * quail/croatian.el ("croatian-prefix"):
index b04eb6c2e77e45c14c7036a6f918e8aeccfd65b2..7c3f3ca47e1934c704d8559c08b712a89036c2c0 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-
-# Avoid trouble on systems where the `SHELL' variable might be
-# inherited from the environment.
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Here are the things that we expect ../configure to edit.
 srcdir=@srcdir@
index 53d66ba1e37c81e4ff2d8226aff8f39668b8f795..d2e9dd181776c7c4d90abf08d82eda5a56ed0bee 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-10  Eli Zaretskii  <eliz@gnu.org>
 
        * update-game-score.exe.manifest: New file.
index fe1900a2a403dcd52518f09b7c1074c9c6ddd799..994eb2bb266acd5c4b88b2abd6116beaf5e0ac43 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-
-# Avoid trouble on systems where the `SHELL' variable might be
-# inherited from the environment.
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Following ../lisp/Makefile.in.
 EMACS = ../src/emacs
index 6c9afcc563052bcafdb7bd84dbbbd4da24fe457c..31533b92a99d2dde136feae4f358ff5cba5a68a9 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
index 066e15368da4c52bb543eeaaf91f9bddacc01f2b..c71fb37e62cc0fcebca6e117fb002509e5234405 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
index d76d832555c093ffa05bea2417b34eba39ef3658..7e5e7b520ddde74fb4183c09071262f21f177f3a 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-06-02  Jan Djärv  <jan.h.d@swipnet.se>
 
        * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument.
index feeafc0d694e0f6695d83283b57d9bf0c4206247..8e768f70043fc8547fd1ce116c98212f472c33c6 100644 (file)
@@ -20,7 +20,7 @@
 ### Commentary:
 
 ### Code:
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 EXEEXT = @EXEEXT@
index dfcad3bf120671bc77c0e08869bf3564603ed669..ed2346424ea8c0703f9438e44d5992295c46c2bc 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Redesign redisplay interface to drop global output_cursor.
index f0ed770ac8fb9398530eeb9ebd3905d65978900b..0e7ff9cbd33f76570260c8d91f2e3d140e3fcba1 100644 (file)
@@ -23,7 +23,7 @@
 # script may need modifying in sync with changes made here.  Try to
 # avoid shell-ism because the DOS build has to use the DOS shell.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Here are the things that we expect ../configure to edit.
 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
index 969bc3c49392b7486b5ab14592004c7f70987455..bbc841585d1d1ef58b6328c409b2f055fe263a69 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-21  David Engster  <deng@randomsample.de>
 
        * automated/eieio-tests.el, automated/eieio-test-persist.el:
index d4bfcc12130de9187bf9555f06d9be8b153e3604..5e0ca182c65890a74c2400084723d0f43d92ae77 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@