summaryrefslogtreecommitdiff
path: root/configure.ac (follow)
AgeCommit message (Collapse)AuthorFilesLines
2002-05-23Moved the AC_SUBST macros all together at the end of the file.Robert James Kaes1-4/+4
2002-05-09Changed the version number to 1.5.0Robert James Kaes1-2/+2
2002-05-08bumped up version numberRobert James Kaes1-2/+2
2002-05-08--with-config now supports absolute paths as per James Flemer's request.Robert James Kaes1-13/+23
2002-05-02Fixed up the usage of the CFLAGSRobert James Kaes1-8/+6
2002-05-02Bumped up the version number.Robert James Kaes1-2/+2
2002-05-02Improved the code to install all the files into their properly locations.Robert James Kaes1-9/+14
2002-05-02Added code to figure out and install the configuration file.Robert James Kaes1-18/+17
2002-04-29Bumped up the version number.Robert James Kaes1-2/+2
2002-04-26Bumped up the version number.Robert James Kaes1-2/+2
2002-04-25Fixed up the test for the c_r library. Also, added the -D_REENTRANTRobert James Kaes1-19/+9
define _always_.
2002-04-18Bumped the version number to 1.5.0rc4Robert James Kaes1-2/+2
2002-04-18Bumped up the version number to 1.5.0rc3Robert James Kaes1-2/+2
2002-04-17Added a test for pthread_cancel() since it's not available on allRobert James Kaes1-5/+5
platforms.
2002-04-16Bumped up version numberRobert James Kaes1-2/+2
2002-04-13Bumped up version number.Robert James Kaes1-2/+2
2002-04-11Bumped up the pre-version number.Robert James Kaes1-2/+2
2002-04-11Replaced calls to AC_LIBOBJ to an ADDITIONAL_OBJECTS variable (since it'sRobert James Kaes1-7/+17
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 Kaes1-3/+2
macro.
2002-04-10Removed the test for lstat() since it wants to add a lstat.o dependancy.Robert James Kaes1-2/+1
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 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