summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
AgeCommit message (Collapse)Author
2002-05-09Changed the version number to 1.5.0Robert James Kaes
2002-05-08bumped up version numberRobert James Kaes
2002-05-08--with-config now supports absolute paths as per James Flemer's request.Robert James Kaes
2002-05-02Fixed up the usage of the CFLAGSRobert James Kaes
2002-05-02Bumped up the version number.Robert James Kaes
2002-05-02Improved the code to install all the files into their properly locations.Robert James Kaes
2002-05-02Added code to figure out and install the configuration file.Robert James Kaes
2002-04-29Bumped up the version number.Robert James Kaes
2002-04-26Bumped up the version number.Robert James Kaes
2002-04-25Fixed up the test for the c_r library. Also, added the -D_REENTRANTRobert James Kaes
define _always_.
2002-04-18Bumped the version number to 1.5.0rc4Robert James Kaes
2002-04-18Bumped up the version number to 1.5.0rc3Robert James Kaes
2002-04-17Added a test for pthread_cancel() since it's not available on allRobert James Kaes
platforms.
2002-04-16Bumped up version numberRobert James Kaes
2002-04-13Bumped up version number.Robert James Kaes
2002-04-11Bumped up the pre-version number.Robert James Kaes
2002-04-11Replaced calls to AC_LIBOBJ to an ADDITIONAL_OBJECTS variable (since it'sRobert James Kaes
not being used with src/Makefile.am). Also, rewrote the REGEX test to better confirm to the autoconf standard.
2002-04-10Bumped up the pre-version release number and removed the AC_FUNC_MEMCMPRobert James Kaes
macro.
2002-04-10Removed the test for lstat() since it wants to add a lstat.o dependancy.Robert James Kaes
I really need to got through the configure.ac file and figure out what _really_ needs to be tested for.
2002-04-09Fixed up the problem with the "-lc_r" inclusion code.Robert James Kaes
_Really_ fixed up the problem with compiling under OpenBSD. Bumped up the version number.
2002-04-09Bumped up the version number.Robert James Kaes
2002-04-09Small changes to conform to the new Autoconf standards. Also, added aRobert James Kaes
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 Kaes
2002-04-07Changed the version number down to 1.4.4pre1 (from the more ambitiousRobert James Kaes
1.5.0pre1)
2002-04-02Patch from James Flemer which:Robert James Kaes
* allows the --disable-* options to work * prevents -lc_r from being included on FreeBSD machines
2001-12-28Removed an unused header.Robert James Kaes
2001-12-17Removed the version test for the bison.Robert James Kaes
2001-12-17Bumped the version number.Robert James Kaes
2001-12-15Addtional function checks.Robert James Kaes
2001-11-26Fixed a problem with the quoting.Robert James Kaes
2001-11-25Updated the configure.in file to be compliant with the new macros (andRobert James Kaes
coding standard) of autoconf2.5x