summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge r168607 from trunk:jorton2005-05-061-0/+2
| | | | | | | | | | Committed to 0.9.x but missing from HEAD: * build/apr_hints.m4 (APR_PRELOAD): NetBSD fcntl() confounds O_NONBLOCK inheritance test, so work around it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@168609 13f79535-47bb-0310-9956-ffa450edef68
* Backport r153917 and r153932 from trunk. Build fixes for multicast on Tru64 ↵pquerna2005-03-151-0/+16
| | | | | | and HP-UX. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157601 13f79535-47bb-0310-9956-ffa450edef68
* * build/find_apr.m4: jerenkrantz2005-02-241-21/+22
| | | | | | | | | Try installed APR before bundled copy if --with-apr not passed to configure. MFC: r155175 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@155178 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily work around a conflict between 0.9 and 1.0 of apr.expminfrin2005-01-171-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125415 13f79535-47bb-0310-9956-ffa450edef68
* Print the version number that is really required for apr,martin2005-01-141-1/+1
| | | | | | | (and not the version number for the 'libtool --version' detection method) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125161 13f79535-47bb-0310-9956-ffa450edef68
* * build/buildcheck.sh: Require libtool 1.4 or newer. s/Apache/APR/jorton2005-01-131-13/+7
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125076 13f79535-47bb-0310-9956-ffa450edef68
* * build/find_apr.m4 (APR_FIND_APR): Do look for apr-config in thejorton2005-01-131-2/+2
| | | | | | | default APR installation prefix. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125069 13f79535-47bb-0310-9956-ffa450edef68
* * build/*apr*.m4: Add copyright headers.jorton2005-01-135-1/+77
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125064 13f79535-47bb-0310-9956-ffa450edef68
* * build/buildcheck.sh: Require autoconf 2.50 or later.jorton2005-01-131-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125063 13f79535-47bb-0310-9956-ffa450edef68
* * acconfig.h: Remove file.jorton2005-01-131-1/+3
| | | | | | | | | | | | | | * configure.in: Use autoheader AH_BOTTOM macro to hard-code tail end of apr_private.h. * threadproc/unix/signals.c (apr_sigwait): Define here rather than in apr_private.h since it's only used here. * build/apr_common.m4 (APR_DECIDE): AC_DEFUN the macro, use AH_TEMPLATE to define the template for apr_private.h. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125062 13f79535-47bb-0310-9956-ffa450edef68
* Add support for the -R dir and -Rdir of libtool.jfclere2005-01-121-0/+22
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124971 13f79535-47bb-0310-9956-ffa450edef68
* Arrange -l logic. (-l apr-1 should be -lapr-1)jfclere2005-01-111-6/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124899 13f79535-47bb-0310-9956-ffa450edef68
* Add the major version number to the package name so that packages can be ↵minfrin2005-01-061-1/+1
| | | | | | installed in parallel. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124437 13f79535-47bb-0310-9956-ffa450edef68
* Add a build script to create Solaris packages from APRminfrin2004-12-143-0/+101
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111877 13f79535-47bb-0310-9956-ffa450edef68
* * build/jlibtool.c: Add ifdef wrapper to fix build on Linuxpquerna2004-12-031-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@109626 13f79535-47bb-0310-9956-ffa450edef68
* * build/jlibtool.c: Get jlibtool to work on Solaris; work on uninstalledjerenkrantz2004-12-031-22/+169
| | | | | | | | | | libraries when -no-install is passed; try, albeit unsuccessfully, to get Darwin to link against an uninstalled libary - however, leave the remains there so that if I ever figure out a way to do that in the future, the ground work is there... git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@109623 13f79535-47bb-0310-9956-ffa450edef68
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structurebnicholes2004-12-022-5/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@109561 13f79535-47bb-0310-9956-ffa450edef68
* * jlibtool.c: Add NetBSD support.pquerna2004-11-281-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@106797 13f79535-47bb-0310-9956-ffa450edef68
* Remove .cvsignore files.jorton2004-11-181-16/+0
| | | | | | | Tipped-of-by: Uwe Zeisberger git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@76269 13f79535-47bb-0310-9956-ffa450edef68
* Get jlibtool to build httpd-2.1 successfully as mod_ssl now requirejerenkrantz2004-11-121-1/+5
| | | | | | | -export-symbols-regexp option to be handled... git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65367 13f79535-47bb-0310-9956-ffa450edef68
* Add DYNAMIC_LINK_OPTS for Linux and FreeBSD.jfclere2004-10-011-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65359 13f79535-47bb-0310-9956-ffa450edef68
* Add --config to jlibtool to fill shlibpath_var in configure.jfclere2004-09-301-0/+24
| | | | | | | BTW: Why do we grep in (GNU) libtool instead using --config? git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65357 13f79535-47bb-0310-9956-ffa450edef68
* Add support for ReliantUnix (5.43).jfclere2004-09-291-0/+16
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65355 13f79535-47bb-0310-9956-ffa450edef68
* Arrange rpath handling.jfclere2004-09-281-1/+76
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65353 13f79535-47bb-0310-9956-ffa450edef68
* Use -L path -llib_name instead of path/"lib"lib_name."ext".jfclere2004-09-271-10/+53
| | | | | | | | | That is still not ok because httpd would need something like: -Brpath=pathname or -Wl,-Brpath-pathname but we only have this information when building the library (when libtool is called with -rpath pathname). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65352 13f79535-47bb-0310-9956-ffa450edef68
* Add options to build modules. Note that on moof cc does not pass correctlyjfclere2004-09-171-0/+2
| | | | | | | the -bundle option... May be ld has to be called directly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65332 13f79535-47bb-0310-9956-ffa450edef68
* SHARED_OPTS are the options to give to the compile to get a shared library.jfclere2004-09-171-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65331 13f79535-47bb-0310-9956-ffa450edef68
* Strange... That is too late to test for dry_run after ranlib.jfclere2004-09-171-3/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65330 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Override the test for O_NONBLOCKjorton2004-08-281-0/+3
| | | | | | | | inheritance on OpenBSD since binding to an ephemeral port fails on that platform. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65314 13f79535-47bb-0310-9956-ffa450edef68
* Improve support for configure --silent (aka --quiet):jorton2004-08-191-8/+13
| | | | | | | | | | | | * build/apr_common.m4 (APR_SUBDIR_CONFIG): Explicitly pass --silent down to sub-configure. (APR_SETIFNULL, APR_ADDTO, APR_REMOVEFROM, APR_SETVAR, APR_RESTORE_THE_ENVIRONMENT): Don't print messages if invoked with --silent. PR: 30725 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65305 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Don't preempt APR_PTHREADS_CHECKjorton2004-08-121-1/+1
| | | | | | | on older FreeBSDs to fix --enable-threads. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65303 13f79535-47bb-0310-9956-ffa450edef68
* * build/find_apr.m4 (APR_FIND_APR): Remove echo (debugging aid?) andjorton2004-08-101-2/+1
| | | | | | | quote AC_DEFUN properly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65301 13f79535-47bb-0310-9956-ffa450edef68
* Ditch autoconf-2.5x+ syntax (m4_*) and only print the warning on ac-2.5x+jerenkrantz2004-08-091-5/+4
| | | | | | | (apr-util now configures correctly on autoconf-2.13) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65299 13f79535-47bb-0310-9956-ffa450edef68
* Update the NetWare makefiles to conform with the LDAP overhaulbnicholes2004-08-042-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65298 13f79535-47bb-0310-9956-ffa450edef68
* Only install apr-$MAJOR-config and add appropriate detection code tojerenkrantz2004-08-011-29/+77
| | | | | | | | | | | | | | | find_apr.m4 (APR_FIND_APR). Justin made a few changes to Max's latest patch: - Emit a warning at autoconf-time and default to [0 1] if 4th arg is missing. - Fix some tpyos - Change apr-config.in to not use multiple @APR_MAJOR_VERSION@ substs. Submitted by: Max Bowsher Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65293 13f79535-47bb-0310-9956-ffa450edef68
* Update the license language to asl 2.0, and correctly grabwrowe2004-07-151-26/+30
| | | | | | | apr[u|i] revisions from the usual version files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65281 13f79535-47bb-0310-9956-ffa450edef68
* * build/config.guess, build/config.sub: Update from gnu.org.jorton2004-07-092-48/+54
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65274 13f79535-47bb-0310-9956-ffa450edef68
* Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.jerenkrantz2004-07-081-0/+1496
| | | | | | | | * configure.in: We now include jlibtool in our base distribution. * build/jlibtool.c: Restore deleted revision 1.5. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65273 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Really, do, use a full path tojorton2004-07-081-1/+1
| | | | | | | sysctl. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65271 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Use full path to sysctl in casejorton2004-07-081-1/+5
| | | | | | | | $PATH does not contain /sbin, or fail gracefully if /sbin/sysctl is missing. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65270 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Prevent use of kqueue beforejorton2004-07-071-1/+5
| | | | | | | FreeBSD 4.8 (thanks to Craig Rodrigues). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65269 13f79535-47bb-0310-9956-ffa450edef68
* My excuses for the commit of jlibtool without prior discussion.martin2004-07-051-1496/+0
| | | | | | | | | | I was mistakenly thinking that it was okay to add Justin's jlibtool, because it was referenced in the configure.in script, even with its own switch, and by reference to apr's build/ directory. Plus, it worked purrfectly for our OSD/POSIX platform... git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65259 13f79535-47bb-0310-9956-ffa450edef68
* Update the license, plus minor portability changesmartin2004-07-051-65/+28
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65258 13f79535-47bb-0310-9956-ffa450edef68
* Support threading on FreeBSD 5.x where kern.osreldate >= 502102.jerenkrantz2004-07-041-7/+9
| | | | | | | | | | | | | | | | | 5.3 will be the first release with this enabled by default (current -CURRENT will also be enabled); 5.2 and earlier still use the broken libc_r by default. Those people on 5.2 can pass --enable-threads and setup libmap.conf to use libkse instead. As for the 502102 magic number, from http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html: "5.2-CURRENT after change of default thread library from libc_r to libpthread. 502102" Submitted by: Craig Rodrigues <rodrigc crodrigues.org> Reviewed by: Justin Erenkrantz, Aaron Bannert (concept) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65257 13f79535-47bb-0310-9956-ffa450edef68
* * build/rpm/apr.spec.in: Move installbuilddir tojorton2004-07-011-13/+6
| | | | | | | | %{_libdir}/apr/build-1, remove unnecessary TZ setting for testall and old x86_64 pthreads workaround. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65256 13f79535-47bb-0310-9956-ffa450edef68
* Add an RPM spec file derived from Fedora Core.minfrin2004-07-011-0/+103
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: jorton git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65255 13f79535-47bb-0310-9956-ffa450edef68
* * build/get-version.sh: Fix handling of multi-digit versionjorton2004-06-301-5/+5
| | | | | | | | | components. Submitted by: Joe Schaefer <joe+gmane sunstarsys.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65253 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_rules.mk.in: Define APR_MKDIR macro.jorton2004-06-301-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65250 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_rules.mk.in: Define APR_MKEXPORT and APR_MKVAREXPORT tojorton2004-06-301-2/+3
| | | | | | | | | | | | point at each of the awk scripts (MKEXPORT wasn't used and pointed at the wrong filename). * Makefile.in (install): Make the installed apr_rules.mk point at the installed libtool and AWK scripts. (exports.c, export_vars.c): Use new APR_*EXPORT macros. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65249 13f79535-47bb-0310-9956-ffa450edef68
* Add support for BS2000 (_OSD_POSIX).jfclere2004-06-291-0/+56
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65234 13f79535-47bb-0310-9956-ffa450edef68