From f151b9bb4d5c2e349b105cbbee68d53ff0321586 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 Mar 2009 07:17:16 +0000 Subject: [PATCH] Don't hardcode /bin/sh as shell, and don't use obsolete calling convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.in.in: Don't hardcode /bin/sh as shell, and don't use obsolete calling convention for config.status. Reported by Loïc Minier svn path=/trunk/; revision=22428 --- po/ChangeLog | 9 +++++++++ po/Makefile.in.in | 5 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index 64c593b36e..a3d2e24a44 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,12 @@ +2009-03-01 Matthas Clasen + + Bug 573515 – po-properties/ special Makefile.in.in handling causes + failure to build + + * Makefile.in.in: Don't hardcode /bin/sh as shell, and + don't use obsolete calling convention for config.status. + Reported by Loïc Minier + 2009-02-27 Rajesh Ranjan * mai.po: Updated gtk+ for maithili diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 2643747baf..28a3d40231 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -16,7 +16,7 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ -SHELL = /bin/sh +SHELL = @SHELL@ @SET_MAKE@ srcdir = @srcdir@ @@ -265,8 +265,7 @@ POTFILES: POTFILES.in Makefile: Makefile.in.in ../config.status POTFILES cd .. \ - && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ - $(SHELL) ./config.status + && $(SHELL) ./config.status $(subdir)/$@.in # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.