summaryrefslogtreecommitdiffhomepage
path: root/configure.in
AgeCommit message (Collapse)Author
2001-11-25Moved this file to configure.ac which is the new extension forRobert James Kaes
autoconf2.5x
2001-11-23Fixed a problem with testing numbers using the x"$string" format.Robert James Kaes
Added a default case for libnsl ("no" if not found.)
2001-11-23Use AC_HELP_STRING() in all the ARG_ENABLE and ARG_WITH strings.Robert James Kaes
Added --enable-profiling option. Changed all if test "$string" = "anotherstring" to if test x"$string" = x"anotherstring".
2001-11-21Bumped the version number to release status.Robert James Kaes
2001-11-05Added profiling flags to the DEBUG version of CFLAGS.Robert James Kaes
2001-10-25Bumped up the pre-version.Robert James Kaes
2001-10-22Bumped the version number.Robert James Kaes
2001-10-01Added the ability to compile tinyproxy with static linking.Robert James Kaes
2001-09-16Added a configure option for upstream proxy support.Robert James Kaes
Bumped the version number.
2001-09-14Bumped up version number.Robert James Kaes
2001-09-11Bumped up the preversion numberRobert James Kaes
2001-09-11Updated version number.Robert James Kaes
2001-09-08New pre versionRobert James Kaes
2001-09-04Bumped the version number.Robert James Kaes
2001-08-30Another new version.Robert James Kaes
2001-08-29New minor version number.Robert James Kaes
2001-08-29Fixed a problem where the REGEX library was included even if the systemRobert James Kaes
already had a working library.
2001-08-28New version number.Robert James Kaes
2001-08-27Fixed a problem with the POSIX threading on FreeBSD systems.Robert James Kaes
2001-08-27Bumped up the version number.Robert James Kaes
Added a test for FreeBSD so that it can set GCC to compile with POSIX threading.
2001-08-27Updated the version number.Robert James Kaes
2001-08-26Added the NDEBUG define in the optimized builds.Robert James Kaes
2001-08-26Updated the version information and added the TARGET_SYSTEM define.Robert James Kaes
2001-06-24Renumbered to the full 1.4.0 version (no more pre-versions.)Robert James Kaes
2001-06-06Completely reorganized the file. I'm trying to follow the layout specifiedRobert James Kaes
in the Autoconf manual.
2001-06-05Misspelled the sysexits.h header in the header test.Robert James Kaes
2001-06-05Had a problem where we test for the libraries, but not actually includedRobert James Kaes
then in the linking.
2001-06-04Removed the -with-{user,port,logfile} and added the -with-config for theRobert James Kaes
default location of the configuation file.
2001-06-02Fixed the tests for libsocket, libnsl, and libresolv. Improved the testsRobert James Kaes
for the yacc program since bison 1.25 was originally used to write the scanner. Updated the list of headers to look for when configuring. Bumped up the prerelease number.
2001-06-02Fixed a problem with --with-port= configuration option.Robert James Kaes
2001-06-02Added a test for the resolv library for the gethostby* functions.Robert James Kaes
2001-05-27Bumped up the version number. Added a test for the ftruncate() andRobert James Kaes
setrlimit() functions.
2001-01-15Bumped up the pre version numberRobert James Kaes
2000-12-09Rolling out the first pre to 1.4.0Robert James Kaes
2000-09-14Need to do a check for the <stdint.h> header since it's not a standardRobert James Kaes
header available on all systems.
2000-09-12New defaults, and better checking for various features needed byRobert James Kaes
tinyproxy. Looks like fun! :)
2000-03-11Re-ordered some of the arguments.Robert James Kaes
Included the support for the Upstream Proxy.
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young
which included commits to RCS files with non-trunk default branches.