summaryrefslogtreecommitdiff
path: root/build/apr_common.m4
Commit message (Expand)AuthorAgeFilesLines
...
* configure.inThom May2002-08-151-0/+193
* Change config.nice generation to always expand variables.Justin Erenkrantz2002-08-031-0/+1
* use ac_cv_prog_gcc instead of GCC in APR_TRY_COMPILE_NO_WARNINGJeff Trawick2002-07-241-1/+1
* Add APR_HELP_STRING macro based on httpd-2.0's APACHE_HELP_STRING macro.Justin Erenkrantz2002-07-211-0/+7
* Add optional description field to APR_CHECK_DEFINE that gets passed toJustin Erenkrantz2002-07-201-2/+2
* Remove all iconv detection from APR.Sander Striker2002-07-191-31/+0
* Store CC in the config.nice too.Aaron Bannert2002-06-191-0/+3
* Add APR_MKDIR_P_CHECK macro based on httpd-2.0's APACHE_MKDIR_P_CHECK.Justin Erenkrantz2002-05-141-0/+20
* Linux, AIX: Use crypt_r() instead of crypt() because the nativeJeff Trawick2002-05-101-0/+53
* Allow VPATH builds to succeed when configured from an empty directory.Justin Erenkrantz2002-04-181-2/+2
* get APR_PATH_RELATIVE() to work on Tru64 and Solaris 8 againJeff Trawick2002-03-231-1/+1
* Namespace protect the "local" variables in this m4/autoconf macro.Aaron Bannert2002-03-211-10/+10
* Lesser of 2 evils :)Jim Jagielski2002-03-141-1/+1
* Fix weird error report... not sure whatJim Jagielski2002-03-131-1/+1
* Add a new m4 function, APR_PATH_RELATIVE, which takes a path variable andAaron Bannert2002-03-081-0/+20
* This is an ugly patch, but fixes a bug when subdir's are actuallyJim Jagielski2002-03-071-4/+7
* Add a new m4 function APR_EXPAND_VAR that will iterativelyAaron Bannert2002-02-281-0/+22
* Use strerror_r() where available, since strerror() isn't alwaysJeff Trawick2001-11-121-1/+35
* Add the ability to remove an element as well as add one.David Reid2001-07-241-0/+26
* Stop trying to provide cross-process pthread mutexes on systems whereJeff Trawick2001-07-051-0/+19
* Cleanup the detection of pthread_rwlock_t. Let autoconf play withJustin Erenkrantz2001-07-011-0/+1
* Remove useless cruft and make it unnecessary for clients of APRRoy T. Fielding2001-05-111-3/+0
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-44/+91
* APR_FLAG_HEADERS: Don't try to set variable with '-' in its name; do the same...Wilfredo Sanchez2001-04-071-2/+2
* Add a simple configuration macro to determine how APR itself was built.Ryan Bloom2001-04-031-0/+11
* Generate config.nice for easy re-run of configure, because Ryan wanted it.Roy T. Fielding2001-04-031-0/+19
* Define preprocessor options in CPPFLAGS instead of CFLAGSRoy T. Fielding2001-04-031-1/+1
* Ready for prime time actually. Tested underJim Jagielski2001-03-211-2/+0
* Make a note not to use this macro yet, whileJim Jagielski2001-02-271-12/+8
* Use an inline shell loop to do "_" and "." translation with sed,Karl Fogel2001-02-271-9/+10
* * configure.in: just call APR_FLAG_HEADERS once. This allows autoconf toGreg Stein2001-02-271-4/+7
* Use some deep M4 magic to remove two "echo | sed" subshell operations perGreg Stein2001-02-271-15/+33
* AC_CHECK_HEADERS() must be used with M4 arguments, not shell arguments. PassGreg Stein2001-02-271-6/+6
* Backwards compatible new version of APR_FLAG_*Jim Jagielski2001-02-261-19/+45
* Implement name change...Jim Jagielski2001-02-261-4/+4
* Add complementary function. Note name changeJim Jagielski2001-02-261-1/+14
* Cleaner re-implementation of what we actually use AC_CHECK_HEADERSJim Jagielski2001-02-261-0/+14
* Name protected the autoconf macros defined by APR. Moved theRoy T. Fielding2001-02-201-74/+30
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into theRoy T. Fielding2001-02-171-0/+378