summaryrefslogtreecommitdiff
path: root/configure.ac (follow)
AgeCommit message (Collapse)AuthorFilesLines
2002-04-09Fixed up the problem with the "-lc_r" inclusion code.Robert James Kaes1-10/+7
_Really_ fixed up the problem with compiling under OpenBSD. Bumped up the version number.
2002-04-09Bumped up the version number.Robert James Kaes1-2/+2
2002-04-09Small changes to conform to the new Autoconf standards. Also, added aRobert James Kaes1-5/+12
test for the OpenBSD system which prevents the inclusion of the malloc.h header (the functions are actually defined in stdlib.h) I might even remove the malloc.h header altogether since the malloc/free functions _should_ be in stdlib.h
2002-04-09Changed the version number to reflect the 1.5.0 pre-releasesRobert James Kaes1-2/+2
2002-04-07Changed the version number down to 1.4.4pre1 (from the more ambitiousRobert James Kaes1-2/+2
1.5.0pre1)
2002-04-02Patch from James Flemer which:Robert James Kaes1-9/+17
* allows the --disable-* options to work * prevents -lc_r from being included on FreeBSD machines
2001-12-28Removed an unused header.Robert James Kaes1-2/+2
2001-12-17Removed the version test for the bison.Robert James Kaes1-10/+1
2001-12-17Bumped the version number.Robert James Kaes1-3/+3
2001-12-15Addtional function checks.Robert James Kaes1-3/+2
2001-11-26Fixed a problem with the quoting.Robert James Kaes1-4/+4
2001-11-25Updated the configure.in file to be compliant with the new macros (andRobert James Kaes1-0/+360
coding standard) of autoconf2.5x