[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-760-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-760-g45ffbe9 |
Date: |
Sun, 18 Mar 2012 21:35:02 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=45ffbe9f8746224daf11a3980d69b10fc0520384
The branch, maint has been updated
via 45ffbe9f8746224daf11a3980d69b10fc0520384 (commit)
from 368f1c4c295e3cc4c442af986a1cbb0daa16e3ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
lib/am/mans.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/am/mans.am b/lib/am/mans.am
index b0d5335..b92576d 100644
--- a/lib/am/mans.am
+++ b/lib/am/mans.am
@@ -36,7 +36,7 @@ if %?NOTRANS_MANS%
?!HAVE_NOTRANS? list2=''; \
?HAVE_NOTRANS? list2='%NOTRANS_LIST%'; \
test -n "$(man%SECTION%dir)" \
- && case "$$list1$$list2" in *[^\ ]*) :;; *) false;; esac \
+ && test -n "`echo $$list1$$list2`" \
|| exit 0; \
echo " $(MKDIR_P) '$(DESTDIR)$(man%SECTION%dir)'"; \
$(MKDIR_P) "$(DESTDIR)$(man%SECTION%dir)" || exit 1; \
@@ -77,7 +77,7 @@ if %?TRANS_MANS%
?!HAVE_TRANS? list2=''; \
?HAVE_TRANS? list2='%TRANS_LIST%'; \
test -n "$(man%SECTION%dir)" \
- && case "$$list1$$list2" in *[^\ ]*) :;; *) false;; esac \
+ && test -n "`echo $$list1$$list2`" \
|| exit 0; \
echo " $(MKDIR_P) '$(DESTDIR)$(man%SECTION%dir)'"; \
$(MKDIR_P) "$(DESTDIR)$(man%SECTION%dir)" || exit 1; \
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-760-g45ffbe9,
Stefano Lattarini <=