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-796-g2c81e


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-796-g2c81ed6
Date: Sun, 20 Sep 2009 21:19:33 +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  2c81ed67896a7d3522c4ccdaf09e832491efd589 (commit)
      from  9a70199c7c4dba088e44db539580580362bc27a7 (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 2c81ed67896a7d3522c4ccdaf09e832491efd589
Author: Ben Pfaff <address@hidden>
Date:   Sun Sep 20 14:04:28 2009 -0700

    Fix "make check" with --enable-relocatable.
    
    When --enable-relocatable was passed to "configure", "make check" failed
    while building datasheet-test:
    
        tests/data/datasheet-test.c: In function 'main':
        tests/data/datasheet-test.c:880: error: 'INSTALLDIR' undeclared (first 
use in this function)
    
    Line 880 of that file is:
    
        set_program_name (argv[0]);
    
    which is a little mysterious until one realizes that --enable-relocatable
    defines set_program_name() as a macro that expands to a value that includes
    INSTALLDIR.
    
    So this commit fixes the problem by making sure that INSTALLDIR is defined
    as part of CPPFLAGS for all compiles.

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

Summary of changes:
 Makefile.am                 |    6 +++++-
 src/ui/gui/automake.mk      |    5 +----
 src/ui/terminal/automake.mk |    2 +-
 tests/automake.mk           |    1 -
 4 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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