aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog5
-rw-r--r--leim/Makefile.in5
2 files changed, 6 insertions, 4 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index abe0e195ff9..3e25c0edbe1 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,8 @@
12013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
12013-06-21 Juanma Barranquero <lekktu@gmail.com> 62013-06-21 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * quail/croatian.el ("croatian-prefix"): 8 * quail/croatian.el ("croatian-prefix"):
diff --git a/leim/Makefile.in b/leim/Makefile.in
index b04eb6c2e77..7c3f3ca47e1 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -21,10 +21,7 @@
21# You should have received a copy of the GNU General Public License 21# You should have received a copy of the GNU General Public License
22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24 24SHELL = @SHELL@
25# Avoid trouble on systems where the `SHELL' variable might be
26# inherited from the environment.
27SHELL = /bin/sh
28 25
29# Here are the things that we expect ../configure to edit. 26# Here are the things that we expect ../configure to edit.
30srcdir=@srcdir@ 27srcdir=@srcdir@