m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU M4 source repository branch, branch-1.6, updated. v1.4.10b-25-


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1.6, updated. v1.4.10b-25-gfb04a26
Date: Fri, 11 Apr 2008 23:27:32 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=fb04a26fa6ac38cbe5517372b1a984af0c851876

The branch, branch-1.6 has been updated
       via  fb04a26fa6ac38cbe5517372b1a984af0c851876 (commit)
      from  7541b497e801dc872e8034cddba77c5fa29b110f (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 fb04a26fa6ac38cbe5517372b1a984af0c851876
Author: Eric Blake <address@hidden>
Date:   Fri Apr 11 16:16:45 2008 -0600

    Ensure --program-prefix doesn't regress.
    
    * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enforce change from
    2008-03-10 by testing it at 'make distcheck' time.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    4 ++++
 Makefile.am |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c5685ab..8501d11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-04-11  Eric Blake  <address@hidden>
 
+       Ensure --program-prefix doesn't regress.
+       * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enforce change from
+       2008-03-10 by testing it at 'make distcheck' time.
+
        Improve OS/2+emx build.
        * src/m4.h [__EMX__]: OS/2 does not have a Unix-compatible
        system(3), no matter what other macros it pre-defined.
diff --git a/Makefile.am b/Makefile.am
index a67b415..7d123e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,9 @@ MAINTAINERCLEANFILES = COPYING INSTALL Makefile.in aclocal.m4 
\
        m4/gnulib-tool.m4 missing stamp-h.in
 
 ACLOCAL_AMFLAGS = -I m4
-DISTCHECK_CONFIGURE_FLAGS = --enable-changeword
+## Enough users install GNU M4 as gm4 that we make sure 'make installcheck'
+## will handle that, prior to making a release.
+DISTCHECK_CONFIGURE_FLAGS = --enable-changeword --program-prefix=g
 
 BUILT_SOURCES = $(top_srcdir)/.version
 $(top_srcdir)/.version:


hooks/post-receive
--
GNU M4 source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]