ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/configure.in
Revision 1.35 - (view) (annotate) - [select for diffs]
Wed Jan 14 15:14:38 2009 UTC (15 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +4 -4 lines
Diff to previous 1.34
Max packet size is in bytes, not kilobytes.

Revision 1.34 - (view) (annotate) - [select for diffs]
Sat Sep 24 13:30:40 2005 UTC (18 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.33: +8 -2 lines
Diff to previous 1.33
Add WIN32 support via MINGW. We'll need to add stuff to the README file
about what this requires to build.

All the hard work done by: skel

Revision 1.33 - (view) (annotate) - [select for diffs]
Mon May 31 13:53:40 2004 UTC (19 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32
Post release version increment.

Revision 1.32 - (view) (annotate) - [select for diffs]
Sun May 30 17:13:05 2004 UTC (19 years, 11 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_8
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
"Fix" ihost to work with libstatgrab 0.10. This is very much a fix, rather
than a proper solution :-)

Revision 1.31 - (view) (annotate) - [select for diffs]
Tue Jan 6 17:02:48 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.30: +4 -4 lines
Diff to previous 1.30
Post-release version increments.

Revision 1.30 - (view) (annotate) - [select for diffs]
Mon Jan 5 16:02:20 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_7
Changes since 1.29: +7 -7 lines
Diff to previous 1.29
Stop statically linking ihost.

Revision 1.29 - (view) (annotate) - [select for diffs]
Mon Jan 5 15:51:55 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.28: +19 -6 lines
Diff to previous 1.28
Update configure script for ihost. We know about new platforms now.
Also move the test for libstatgrab to a bit later on.

Revision 1.28 - (view) (annotate) - [select for diffs]
Sun Oct 5 12:52:12 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.27: +10 -2 lines
Diff to previous 1.27
Tweak the option parsing. Made ihost a bit like idar; the server and
port are given as options, and have defaults at compile time.

Also tided up the usage and removed some debugging (?) printf's.

Can someone check this bit of code:

ihost_state.filtermanager_host=strdup(optarg);

I copied that strdup from the existing line of code, but in idar it
wasn't needed. Is it necessary here?

Revision 1.27 - (view) (annotate) - [select for diffs]
Fri Aug 22 14:44:06 2003 UTC (20 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
Update version number for next release...

Revision 1.26 - (view) (annotate) - [select for diffs]
Thu Aug 21 20:48:26 2003 UTC (20 years, 8 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_6
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
Bug reporting address is now bugs@i-scream.org.

Revision 1.25 - (view) (annotate) - [select for diffs]
Tue May 20 13:57:47 2003 UTC (20 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
Change i-scream.org.uk to i-scream.org.

Revision 1.24 - (view) (annotate) - [select for diffs]
Wed Apr 9 21:18:48 2003 UTC (21 years ago) by tdb
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
Update version number prior to next release.

Revision 1.23 - (view) (annotate) - [select for diffs]
Sun Apr 6 12:08:37 2003 UTC (21 years ago) by pajs
Branch: MAIN
CVS Tags: IHOST_1_5_5
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
Fixed to compile on freebsd. ihost required an extra header.
configure.in needed -lkvm to be supplied before statgrab and i added
-ldevstat as statgrab requires this also.

Revision 1.22 - (view) (annotate) - [select for diffs]
Sun Mar 30 14:52:24 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.21: +6 -6 lines
Diff to previous 1.21
Tweak the configure script library checking.

Revision 1.21 - (view) (annotate) - [select for diffs]
Sat Mar 29 18:52:55 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20
No longer require 'ranlib' now that libukcprog is seperate.

Revision 1.20 - (view) (annotate) - [select for diffs]
Sat Mar 29 18:40:57 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
Forgot to remove a variable.

Revision 1.19 - (view) (annotate) - [select for diffs]
Sat Mar 29 18:09:01 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
Prepare version number for next release.

Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Mar 29 18:05:07 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_4
Changes since 1.17: +24 -7 lines
Diff to previous 1.17
ihost now makes use of an external copy of libukcprog. This is
available as a seperate download. All files updated accordingly to make
this version 1.5.4.

Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Mar 21 14:32:35 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
Heading for version 1.5.4 next time Pete digs up a bug.

Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Mar 10 16:29:02 2003 UTC (21 years, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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)

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