summaryrefslogtreecommitdiff
path: root/apr_common.m4
Commit message (Collapse)AuthorAgeFilesLines
* Add some verbosity to what we are doing. Doing apr_common.m4Jim Jagielski2001-01-111-1/+4
| | | | | | | | things in the dark and without people's knowledge causes mucho pain git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61051 13f79535-47bb-0310-9956-ffa450edef68
* Since this macro is used by other packages, which don't necessarilySascha Schumann2001-01-081-1/+1
| | | | | | | | | include the helpers directory in the same directory structure, we rely on the user of this macro to supply the correct path to the mkdir helpers script. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61031 13f79535-47bb-0310-9956-ffa450edef68
* Explain the "magic". Might be moot if we hard-code the logicJim Jagielski2000-11-291-1/+10
| | | | | | | | | | | in anyway, but what the hell. :) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60816 13f79535-47bb-0310-9956-ffa450edef68
* Split the hints file into two files, one in APR and one in Apache. The APRRyan Bloom2000-11-281-0/+62
| | | | | | | | | hints file just sets build variables, the Apache hints file just sets Apache variables. This is meant to clean up parts of APR, so that they don't include Apache information. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60804 13f79535-47bb-0310-9956-ffa450edef68
* the thread-specific CFLAGS were not getting propagated into THREAD_CFLAGSGreg Stein2000-11-021-0/+2
| | | | | | | | properly (on the first-time config). on the second config, it would pull it from the cache. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60622 13f79535-47bb-0310-9956-ffa450edef68
* export threading flags so that apps using APR know how to compile their ownGreg Stein2000-10-251-0/+2
| | | | | | | | | | files. (and link properly against APR) Submitted by: Branko Cibej <brane@xbc.nu> Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60612 13f79535-47bb-0310-9956-ffa450edef68
* In RUN_SUBDIR_CONFIG_NOW, exit the overall configureJeff Trawick2000-10-051-0/+1
| | | | | | | | | script if configuration of a subdir (e.g., apr, mm) fails. Otherwise, stuff blows up later anyway but is harder to find out why. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60543 13f79535-47bb-0310-9956-ffa450edef68
* fix the cache mgmt when configuring a sub-package: this saves work up to theGreg Stein2000-08-301-2/+10
| | | | | | | | | | | sub-config point, runs the sub-config, then loads whatever the sub-config added to the cached config values. also: allow additional command-line arguments to be pass to the sub-config (this speeds up the ./configure process) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60515 13f79535-47bb-0310-9956-ffa450edef68
* Fix VPATH buildsSascha Schumann2000-07-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60416 13f79535-47bb-0310-9956-ffa450edef68
* Delete a commented-out invocation of AC_MSG_ERROR. For some unknownJeff Trawick2000-06-291-1/+0
| | | | | | | | reason, this line led autoconf on OS/390 to bail out and say that it had an internal bug because AC_MSG_ERROR is undefined. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60282 13f79535-47bb-0310-9956-ffa450edef68
* Finish the Configuration cleanup. This basically merges all of theRyan Bloom2000-06-281-0/+200
autoconf scripts that APR provides for other programs into apr_common.m4. Other programs can then just include that file to get the APR checks that are required. Submitted by: Sascha Schumann <sascha@schumann.cx> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60279 13f79535-47bb-0310-9956-ffa450edef68