veil - veil: Improvements to the build system. - Mailing list pgsql-committers

From bloodnok@pgfoundry.org (User Bloodnok)
Subject veil - veil: Improvements to the build system.
Date
Msg-id 20080731233111.09A2F17AE72C@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improvements to the build system.  Configure now works with no params
on Debian.  The dependency files are now correct.  And we can now build
in the src directory or from the top-level directory.  All looks good.

Modified Files:
--------------
    veil:
        COPYRIGHT (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/COPYRIGHT.diff?r1=1.2&r2=1.3)
        GNUmakefile.in (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/GNUmakefile.in.diff?r1=1.3&r2=1.4)
        configure.ac (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/configure.ac.diff?r1=1.4&r2=1.5)
    veil/config:
        acx_libpq.m4 (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/config/acx_libpq.m4.diff?r1=1.4&r2=1.5)
    veil/demo:
        GNUmakefile (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/demo/GNUmakefile.diff?r1=1.3&r2=1.4)
    veil/docs:
        Doxyfile (r1.14 -> r1.15)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.14&r2=1.15)
        GNUmakefile (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/GNUmakefile.diff?r1=1.2&r2=1.3)
    veil/regress:
        GNUmakefile (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/regress/GNUmakefile.diff?r1=1.2&r2=1.3)
    veil/src:
        GNUmakefile (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/GNUmakefile.diff?r1=1.4&r2=1.5)
        veil_interface.c (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_interface.c.diff?r1=1.12&r2=1.13)
        veil_mainpage.c.in (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_mainpage.c.in.diff?r1=1.10&r2=1.11)
        veil_version.h.in (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_version.h.in.diff?r1=1.9&r2=1.10)

Added Files:
-----------
    veil/demo:
        Makefile (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/demo/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
    veil/docs:
        Makefile (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
    veil/regress:
        Makefile (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/regress/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
    veil/src:
        Makefile (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix parser so that we don't modify the user-written ORDER BY list
Next
From: bloodnok@pgfoundry.org (User Bloodnok)
Date:
Subject: veil - veil: Fixes for use of pkglibdir