[BACK]Return to README.maint CVS log [TXT][DIR] Up to [Development] / projects / failsafe / FailSafe-mgr

File: [Development] / projects / failsafe / FailSafe-mgr / README.maint (download)

Revision 1.6, Fri Aug 4 21:28:29 2000 UTC (17 years, 2 months ago) by rusty
Branch: MAIN
Changes since 1.5: +3 -35 lines

Removed obsolete instructions for getting failsafe headers & libs.

README for maintainers: $Date: 2000/08/04 21:28:29 $
===========================================================================

This is the README file specifically for maintainers.  It has the following
sections:
    - BUILDING FROM A SOURCE TREE
    - PRODUCT VERSION NUMBER



BUILDING FROM A SOURCE TREE

After populating your workarea, make sure you've installed the sysadm_base
and FailSafe packages mentioned in the INSTALL file.

You will need to run the following commands before running "make":

    aclocal
    autoheader
    automake --add-missing
    autoconf
    ./configure --prefix=/usr --sysconfdir=/etc

(You may also need --with-JAVAPATH=/usr/jdk118/bin, etc.)

At this point, you should be able to run "make rpm".

This works on the following systems:

    RedHat 6.2
        autoconf-2.13
        automake-1.4
        gettext-0.10.35
        gmake-3.78.1
        libtool-1.3.4

OK, that was a short list.



PRODUCT VERSION NUMBER

The version is stored in configure.in.  The value set there is available in
C/C++ files through config.h and Java files through
packages/com/sgi/fsmgr/fsPackageP.properties (which is generated from
fsPackageP.properties.in at configure time).  The
/var/lib/sysadm/products/.../version link is created by misc/Makefile.am.