ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/configure.in
Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Mar 10 16:29:02 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_3
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
Reading for version 1.5.3.

Revision 1.15 - (view) (annotate) - [select for diffs]
Mon Mar 10 14:25:23 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_2
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
Increment version numbers so we're working towards the next versions...

Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Mar 10 14:23:10 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
libstatgrab now has linux support and goes to version 0.3. ihost has only
minor bugfixes and changes, so becomes version 1.5.1. NEWS files updated
accordingly. libstatgrab shared library version numbered incremented using
the libtool rules - under the assumption that someone must have thought
about that idea, which is more than we can manage to do ;)

Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Mar 9 13:04:47 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.12: +7 -6 lines
Diff to previous 1.12
Fixes to compile properly on linux. Dropped the -R link flag because
as we statically link libstatgrab it isn't really needed. On Solaris
we need to pass flags to the linker to link on libstatgrab (cos we
can't link it all statically), but on linux and freebsd we can just
statically link the entire of ihost.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Mar 9 00:21:22 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
Add check for strlcat function as Pete requested. This is the sort of
thing configure scripts should be used for ;) It'd be nice to see us
doing this more often, instead of our guess work based on what we know
the OS to be ;)

Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Mar 3 19:33:16 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Update version numbers. It seems to make sense to increment version numbers
just after a release. Then you're working towards the next version...

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Mar 3 12:56:20 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5
Changes since 1.9: +5 -5 lines
Diff to previous 1.9
Now statically links libstatgrab in - but not the other stuff. This is
probably not going to work on non-Solaris platforms (unless their linkers
are exactly the same), but we'll cross that bridge when Pete's written it
for another platform ;)

Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Mar 3 12:32:35 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.8: +57 -24 lines
Diff to previous 1.8
Following up on Pete's commit of the new ihost - the new configure stuff.
Also dropped the old libstatgrab.

Revision 1.8 - (view) (annotate) - [select for diffs]
Mon Feb 3 16:33:29 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Fix, or rather alter, the getloadavg testing.
Added some more info to the init thing.

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri May 31 14:34:48 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_0_RC1
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Some typo fixes. Thanks to Chris Ryder, again ;)

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri May 31 13:34:59 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.5: +8 -12 lines
Diff to previous 1.5
Some fixes to make it work with an older autoconf. Plus a few other tweaks.
Thanks to Chris Ryder for pointing this out to me :)

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri May 31 09:42:42 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.4: +21 -12 lines
Diff to previous 1.4
Just some tidying up and commenting.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu May 30 12:14:59 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
This should do a setgid kmem on FreeBSD systems during the install.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu May 30 11:30:07 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2
Added the ihostchk.sh script to the build. It will automatically have the
correct path to ihost and the pidfile location put in by the configure
script :)

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed May 29 23:03:53 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.1: +6 -0 lines
Diff to previous 1.1
Moved the definitions of the PID file location and the maximum UDP packet
size to configure options. The version number is also done by configure.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed May 29 19:41:59 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
This ihost now uses autoconf and automake to make a "normal" installation
and distribution ;) It's now far easier to compile. To build from CVS :-
aclocal
autoheader
autoconf
automake -a -c
Then for compiling (end users will only need to do this) :-
./configure
make
make install
To build a distribution :-
make dist

Convenience Links

Links to HEAD: (view) (annotate) Links to IHOST_1_5_3: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a