[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-627-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-627-g741a0a1 |
Date: |
Fri, 06 Jan 2012 13:53:15 +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=741a0a1e94ce855fcd2109d5557a924e792b9320
The branch, maint has been updated
via 741a0a1e94ce855fcd2109d5557a924e792b9320 (commit)
from 92f688d82f4562bf27948b4bd3780a3b18eee8cf (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 -----------------------------------------------------------------
commit 741a0a1e94ce855fcd2109d5557a924e792b9320
Author: Stefano Lattarini <address@hidden>
Date: Fri Jan 6 14:51:55 2012 +0100
fixup: previous commit v1.11-627-g1e0aedc
* tests/acloca18.test: Do not remove an aclocal.m4 file that is
needed by a later autoconf invocation.
-----------------------------------------------------------------------
Summary of changes:
tests/acloca18.test | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/acloca18.test b/tests/acloca18.test
index 589f0f2..7c97301 100755
--- a/tests/acloca18.test
+++ b/tests/acloca18.test
@@ -72,7 +72,9 @@ $AUTOCONF
grep macro12 foo
grep macro23 foo
+cp -f aclocal.m4 aclocal-m4.sav
clean_stale
+mv -f aclocal-m4.sav aclocal.m4
$ACLOCAL -I 4 -I 1 -I 2 -I 3 --install --dry-run
$AUTOCONF
./configure
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-627-g741a0a1,
Stefano Lattarini <=