summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
AgeCommit message (Collapse)Author
2003-03-10# Bumped up the version number and added AC_PROG_LIBTOOL to the listRobert James Kaes
of programs searched for by configure. This is needed since libtool is now a separate program from automake.
2003-01-27Moved the AH_TEMPLATE() macro for the GNU regex library to out fromRobert James Kaes
inside an if...fi test. Thanks to James E. Flemer for supplying a patch. Bumped up the version number.
2003-01-22# Bumped up version number to 1.5.2Robert James Kaes
2002-11-26# Bumped up the version numberRobert James Kaes
2002-11-13# Updated the version number to 1.5.2rc1Robert James Kaes
2002-11-03Removed all the code supporting the TCP tunnelling feature ofRobert James Kaes
tinyproxy. There is really no need for this code, since there are perfectly good programs out there (like rinetd) which are designed for TCP tunnelling. tinyproxy should be a good HTTP proxy, nothing more, and nothing less; therefore, the tunnelling code is gone.
2002-08-09# Updated the version number to be 1.5.1Robert James Kaes
2002-07-11# Bumped up the version number (rc4)Robert James Kaes
2002-07-05Removed the -D_REENTRANT C flag since tinyproxy is no longer a ↵Robert James Kaes
multi-threaded program.
2002-06-27Updated the version number.Robert James Kaes
2002-06-18Updated the version number.Robert James Kaes
2002-06-07Increased the version number.Robert James Kaes
2002-06-06Added the "--enable-transparent-proxy" flag and moved the AH_TEMPLATE() ↵Robert James Kaes
macros to _outside_ the "if" tests.
2002-06-05Bumped up the version number.Robert James Kaes
2002-05-31Updated the version number.Robert James Kaes
2002-05-29Updated the version number.Robert James Kaes
2002-05-29Bumped up the version number.Robert James Kaes
2002-05-27Updated the version number (pre 1)Robert James Kaes
2002-05-26Removed the pthread related tests and added a test for the sys/mman.hRobert James Kaes
header (needed for shared memory.)
2002-05-23Moved the AC_SUBST macros all together at the end of the file.Robert James Kaes
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