pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2275-gdbc2


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2275-gdbc21ab
Date: Sun, 06 Nov 2011 21:33:48 +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 PSPP".

The branch, master has been updated
       via  dbc21ab2b5ba08f577c0f81f60fac12b196871a6 (commit)
      from  c95342af39690092058967093bfa08117cdf05e7 (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 dbc21ab2b5ba08f577c0f81f60fac12b196871a6
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 6 13:22:16 2011 -0800

    configure: Add option --enable-Werror to add -Werror to CFLAGS.
    
    -Werror is useful for development, but it screws up configure because it's
    impossible to guess what new warnings compilers will add in the future.
    This commit adds a new configure option to add CFLAGS after the configure
    checks are done.
    
    The use of AC_CONFIG_COMMANDS_PRE is based on Eric Blake's suggestion on
    the autoconf mailing list: "AC_CONFIG_COMMANDS_PRE probably fits the bill
    as the ideal macro to use for guaranteeing that you inject your shell code
    at the last possible moment."
    
    The Autoconf code added in this commit, as well as this commit message,
    come from Open vSwitch.

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

Summary of changes:
 acinclude.m4 |   28 ++++++++++++++++++++++++++++
 configure.ac |    1 +
 2 files changed, 29 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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