ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/configure.in
Revision 1.48 - (view) (annotate) - [select for diffs]
Tue Jan 6 17:02:48 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8_1
Changes since 1.47: +4 -4 lines
Diff to previous 1.47
Post-release version increments.

Revision 1.47 - (view) (annotate) - [select for diffs]
Tue Jan 6 16:02:15 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8
Changes since 1.46: +4 -4 lines
Diff to previous 1.46
We're going with 0.8.

Revision 1.46 - (view) (annotate) - [select for diffs]
Fri Dec 12 09:48:20 2003 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.45: +16 -4 lines
Diff to previous 1.45
On Solaris we sometimes need to be setuid root.

Revision 1.45 - (view) (annotate) - [select for diffs]
Thu Nov 20 12:13:11 2003 UTC (20 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.44: +4 -4 lines
Diff to previous 1.44
Turn on the solaris disk mapping code. Fix some minor bugs, and remove
some debugging code.

Revision 1.44 - (view) (annotate) - [select for diffs]
Mon Nov 10 23:25:44 2003 UTC (20 years, 4 months ago) by ats
Branch: MAIN
Changes since 1.43: +2 -3 lines
Diff to previous 1.43
Make Cygwin its own platform, rather than defining LINUX. This stops
libstatgrab from trying to fetch stats that Cygwin doesn't have.

Revision 1.43 - (view) (annotate) - [select for diffs]
Mon Nov 10 21:07:04 2003 UTC (20 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.42: +6 -2 lines
Diff to previous 1.42
Add support for cygwin. This is a bit limited, there's a few things that
can't be retrieved on cygwin such as load averages, diskio, network io,
and process stats. The package compiles and runs, and both saidar and
statgrab work.

Taken from a patch submitted by Ron Arts <raarts@netland.nl>. Thanks Ron!

Revision 1.42 - (view) (annotate) - [select for diffs]
Fri Oct 24 13:17:08 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41
Fix for building from NetBSD pkgsrc. There the OS is detected as just
netbsdelf, without a version suffix. I've left the elf bit, because
I'm not sure what the implications would be for non-elf NetBSD's?

Revision 1.41 - (view) (annotate) - [select for diffs]
Wed Oct 22 14:41:35 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40
Bump version post release.

Revision 1.40 - (view) (annotate) - [select for diffs]
Sun Oct 19 21:25:16 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_7
Changes since 1.39: +4 -4 lines
Diff to previous 1.39
Bump the version number.

Revision 1.39 - (view) (annotate) - [select for diffs]
Sun Oct 19 12:04:05 2003 UTC (20 years, 5 months ago) by ats
Branch: MAIN
Changes since 1.38: +8 -2 lines
Diff to previous 1.38
Implement diskio stats on NetBSD. Tested on 1.6, but should work on 1.6.1
(and give more useful output, since 1.6.1 seperates read and write statistics).

Revision 1.38 - (view) (annotate) - [select for diffs]
Sun Oct 19 02:03:02 2003 UTC (20 years, 5 months ago) by ats
Branch: MAIN
Changes since 1.37: +10 -2 lines
Diff to previous 1.37
Initial support for NetBSD. This adds NetBSD support for everything
except diskio stats (since they're even more disturbingly complex to get
at on NetBSD than the three OSs we already support). Tested against
NetBSD 1.6 on i386.

Revision 1.37 - (view) (annotate) - [select for diffs]
Sun Oct 12 14:46:06 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_6_1
Changes since 1.36: +2 -10 lines
Diff to previous 1.36
Unbodge the pkgconfig stuff.

Revision 1.36 - (view) (annotate) - [select for diffs]
Thu Oct 9 22:56:41 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35
Push version number for next release.

Revision 1.35 - (view) (annotate) - [select for diffs]
Thu Oct 9 10:37:41 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_6
Changes since 1.34: +18 -2 lines
Diff to previous 1.34
Enable binaries being setgid kmem on FreeBSD. Will set this based on
the operating system, but is overridable using a configure flag.

Revision 1.34 - (view) (annotate) - [select for diffs]
Wed Oct 8 17:49:21 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.33: +8 -3 lines
Diff to previous 1.33
Add a define for FreeBSD 5.x.

Revision 1.33 - (view) (annotate) - [select for diffs]
Tue Oct 7 22:07:37 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.32: +10 -2 lines
Diff to previous 1.32
Allow user to specify a different pkgconfig directory. Default is the
sensible one (prefix/lib/pkgconfig). Main reason was that on FreeBSD
they use prefix/libdata/pkgconfig, so a simple configure flag made it
easier to do the port :-)

Revision 1.32 - (view) (annotate) - [select for diffs]
Sat Oct 4 16:32:23 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
The new version of ncurses installs it's headers in include/ncurses.
Make the prefix setting stuff aware of this.

Revision 1.31 - (view) (annotate) - [select for diffs]
Sat Oct 4 16:05:55 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.30: +71 -3 lines
Diff to previous 1.30
Add all the build stuff for saidar (assuming Pete sticks with that
name). The configure script will attempt to find curses, but if it
can't will simply disable building of saidar (after giving a warning).

Also made the building of saidar, statgrab, and the examples
conditional. They're enabled by default, but can be disabled using a
configure flag. Whilst I was at it, added a configure flag to disable
manpage installation at configure time.

I'm not sure how well the curses detection works; we've had at least
one report of a problem with it. Testing will be required.

Revision 1.30 - (view) (annotate) - [select for diffs]
Mon Sep 29 09:00:07 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29
By popular demand the next release will be 0.6 :-)

Revision 1.29 - (view) (annotate) - [select for diffs]
Mon Sep 29 08:59:21 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.28: +7 -5 lines
Diff to previous 1.28
Seperate out the flags used to link against libstatgrab. We use them to
compile the examples and statgrab. They're also in the pkg-config file to
allow other app's to know which libraries they'll need.

Revision 1.28 - (view) (annotate) - [select for diffs]
Fri Sep 26 21:11:30 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
Add pkg-config file for libstatgrab.

Revision 1.27 - (view) (annotate) - [select for diffs]
Tue Sep 9 11:02:10 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
Update configure.in for next release.

Revision 1.26 - (view) (annotate) - [select for diffs]
Thu Aug 28 11:27:39 2003 UTC (20 years, 7 months ago) by ats
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_5_1
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
Generate statgrab MRTG scripts.

Revision 1.25 - (view) (annotate) - [select for diffs]
Tue Aug 26 12:14:43 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
Move the world around a bit to allow for subdirs in src.

Revision 1.24 - (view) (annotate) - [select for diffs]
Mon Aug 25 21:41:10 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
Update version number for next release.

Revision 1.23 - (view) (annotate) - [select for diffs]
Mon Aug 25 12:41:38 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_5
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
Ready for the next release.

 - Update NEWS with details of new release.
   (FreeBSD bug fix, new docs, new examples)
 - Update version number to 0.5.
 - Update shared library version.
 - Move docs directory to more sensible place.

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

Revision 1.21 - (view) (annotate) - [select for diffs]
Tue May 20 14:10:58 2003 UTC (20 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
Added building of examples. We don't, currently, install them though.

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

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue May 20 13:44:23 2003 UTC (20 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Allow documentation to be installed to $(datadir)/libstatgrab/docs.

Revision 1.18 - (view) (annotate) - [select for diffs]
Wed Apr 9 21:13:34 2003 UTC (20 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Increment for next release.

Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Apr 9 20:49:29 2003 UTC (20 years, 11 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_4
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
libstatgrab needs to do a check for atoll too. This should fix libstatgrab
on all platforms. New release coming shortly ;)

Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Apr 6 11:59:17 2003 UTC (20 years, 11 months ago) by pajs
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Added a library to link against on freebsd so that it will compile.

Revision 1.15 - (view) (annotate) - [select for diffs]
Sat Apr 5 11:25:04 2003 UTC (20 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
Next release of libstatgrab will (hopefully) have FreeBSD support, and
will therefore be version 0.4 I guess.

Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Mar 31 15:47:42 2003 UTC (21 years ago) by tdb
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
Update version for next release.

Revision 1.13 - (view) (annotate) - [select for diffs]
Sat Mar 22 13:06:30 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_3_4
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Update version for next release.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Mar 22 13:05:23 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_3_3
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Version 0.3.3. Bug fixed in the wraparound code.

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Mar 21 14:29:12 2003 UTC (21 years ago) by tdb
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Once again, heading for 0.4. If Pete manages to not find any more bugs :-)

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Mar 21 14:27:22 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_3_2
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
Version 0.3.2. Has fixed wraparound stuff, well tested by now :-)

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Mar 12 12:39:12 2003 UTC (21 years ago) by tdb
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Hopefully heading towards 0.4 with FreeBSD support :-)

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Mar 12 12:37:31 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_3_1
Changes since 1.7: +10 -4 lines
Diff to previous 1.7
The configure setup explicitly checks for Solaris versions older then 8,
and sets a define so the code knows not to use 64bit values. Also updated
the NEWS file, bringing about version 0.3.1.

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Mar 10 14:25:22 2003 UTC (21 years ago) by tdb
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Increment version numbers so we're working towards the next versions...

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Mar 3 19:33:15 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_3
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
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.5 - (view) (annotate) - [select for diffs]
Mon Mar 3 12:33:06 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_2
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
And we have 0.2 :-)

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Feb 28 22:59:35 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.3: +31 -14 lines
Diff to previous 1.3
Tidy up of configure script, and includes.

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Feb 19 23:09:48 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Created the structure and automake stuff for the source files to be
moved to a src subdirectory. This will break things until I repo-move
the actual files, which I don't want to do until Pete is happy :-)

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Feb 19 18:49:18 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.1: +3 -6 lines
Diff to previous 1.1
We now use libtool to build libstatgrab. This gives us static and
shared versions of the library, which is nice :) Updated the CVS build
instructions accordingly.

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Feb 18 22:01:48 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Autoconf/Automake setup. README.CVS details how to "get started" from
a CVS checked out copy. Then it's just the usual configure and make,
as described in the README file.

Convenience Links

Links to HEAD: (view) (annotate) Links to LIBSTATGRAB_0_8_1: (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