summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Revert VPATH build breakage introduced in r1890191William A. Rowe Jr2022-01-121-2/+2
| | | | | | | | | | | Avoids the scenario; gcc tools/gen_test_char.c -o tools/gen_test_char gcc: error: tools/gen_test_char.c: No such file or directory gcc: fatal error: no input files Substitute the source tree path to this file rather that the target tree. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1896933 13f79535-47bb-0310-9956-ffa450edef68
* Use portable make variablesMichael Osipov2021-05-251-1/+1
| | | | | | | | The usage of '$<' with BSD make results in an empty variable, therefore compilation fails. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1890191 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>Graham Leggett2019-12-261-7/+3
| | | | | | | | | | | | | | | https://patch-diff.githubusercontent.com/raw/apache/apr/pull/8.patch While cross-compiling, the tools/gen_test_char could not be executed at build time, use AX_PROG_CC_FOR_BUILD to build native tools/gen_test_char Support explicit libtool by variable assigning before buildcheck.sh, it is helpful for cross-compiling (such as libtool=aarch64-linux-libtool) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1871998 13f79535-47bb-0310-9956-ffa450edef68
* Add --tag=CC to libtool invocations. PR 62640.Graham Leggett2019-08-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1865343 13f79535-47bb-0310-9956-ffa450edef68
* Silence WARNING 'Makefile.in' seems to ignore the --datarootdir settingWilliam A. Rowe Jr2019-03-121-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1855347 13f79535-47bb-0310-9956-ffa450edef68
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-3/+7
| | | | | | | Corresponds to unsuccessful pull request #8. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839701 13f79535-47bb-0310-9956-ffa450edef68
* Revert 1839699, this contained unintended, additional noise. Re-correcting.William A. Rowe Jr2018-08-301-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839700 13f79535-47bb-0310-9956-ffa450edef68
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839699 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>William A. Rowe Jr2018-08-301-7/+3
| | | | | | | | | | | | | | | https://patch-diff.githubusercontent.com/raw/apache/apr/pull/8.patch While cross-compiling, the tools/gen_test_char could not be executed at build time, use AX_PROG_CC_FOR_BUILD to build native tools/gen_test_char Support explicit libtool by variable assigning before buildcheck.sh, it is helpful for cross-compiling (such as libtool=aarch64-linux-libtool) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839627 13f79535-47bb-0310-9956-ffa450edef68
* If --with-installbuilddir is not supplied, it unconditially overrides the valueRainer Jung2018-08-251-0/+1
| | | | | | | | | | | | | set by APR_SET_LAYOUT. Disable that and stop showing an invalid default value. PR 56090. Patch provided by Michael Osipov. This fixes #11. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839068 13f79535-47bb-0310-9956-ffa450edef68
* Remove my experimental vpath dox regen logic, at least till I validate it.William A. Rowe Jr2017-03-301-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1789562 13f79535-47bb-0310-9956-ffa450edef68
* Note initial/current behavior apr_file_copy APIWilliam A. Rowe Jr2017-03-301-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1789560 13f79535-47bb-0310-9956-ffa450edef68
* Avoid remaking gen_test_char and the library unnecessarily.Jeff Trawick2014-04-251-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1589982 13f79535-47bb-0310-9956-ffa450edef68
* Fix another "out of tree build" problemRainer Jung2014-03-171-0/+4
| | | | | | | for gen_test_char when using an old libtool. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1578420 13f79535-47bb-0310-9956-ffa450edef68
* Support out of tree builds with traditional make.Rainer Jung2013-11-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1541744 13f79535-47bb-0310-9956-ffa450edef68
* trigger the generation of apr_escape_test_char.h duringJeff Trawick2013-10-291-1/+5
| | | | | | | | | | | the build clean the most critical gen_test_char artifacts (.libs still not removed) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1536744 13f79535-47bb-0310-9956-ffa450edef68
* Include @EXEEXT@ in references to gen_test_char in autoconf-basedJeff Trawick2013-10-051-3/+3
| | | | | | | | | | | | | build in order to fix the build on Windows. PR: 55628 Submitted by: Carlo Bramini <carlo.bramix libero.it> Reviewed by: trawick (This issue is only in trunk, which is unreleased.) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1529495 13f79535-47bb-0310-9956-ffa450edef68
* Add the apr_escape interface.Graham Leggett2013-06-041-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1489517 13f79535-47bb-0310-9956-ffa450edef68
* Mark apr_dbd_freetds as unsupported and remove it from all buildsNick Kew2013-03-301-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1462772 13f79535-47bb-0310-9956-ffa450edef68
* Fix top_builddir in installed apr_rules.mk.Rainer Jung2012-11-211-1/+1
| | | | | | | | Port of r1101302 from 1.5.x resp. r1101301 from 1.4.x. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1412328 13f79535-47bb-0310-9956-ffa450edef68
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXGraham Leggett2012-10-051-0/+1
| | | | | | | where OpenSSL has been deprecated. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1394552 13f79535-47bb-0310-9956-ffa450edef68
* Pass through the EXTRA_OBJECTS into the build. Allows the DSO modules to beGraham Leggett2012-04-011-2/+3
| | | | | | | built statically. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1308127 13f79535-47bb-0310-9956-ffa450edef68
* There exist no dynamically created apr_*.h headerRainer Jung2011-06-281-1/+1
| | | | | | | | | | files right now. Trying to install "apr_*.h" from the build directory actually removes all files matching "apr_*.h" (which are the headers already installed from the source directory). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1140897 13f79535-47bb-0310-9956-ffa450edef68
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-311-1/+0
| | | | | | | | It was not possible to use this interface without ldap provider internals. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68
* Fix extraclean make target:Rainer Jung2011-05-201-1/+4
| | | | | | | also remove libtool2 files. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1125522 13f79535-47bb-0310-9956-ffa450edef68
* PR51074: APR not linked with libs added to APRUTIL_EXPORT_LIBS afterEric Covener2011-05-091-1/+2
| | | | | | | | merged APR/APU. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1100846 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken header file installation for VPATH build.Rainer Jung2010-07-251-0/+3
| | | | | | | | | Some header files are generated during build, e.g. apr_ldap.h and apu_want.h. Those header files need to be picked up from the build dir during installation. For a VPATH build, build dir and source dir are not the same. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@979078 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken installation of apu.h.Rainer Jung2010-07-251-1/+1
| | | | | | | | | | Since APU has been merged with APR, the header file apu.h is no longer dynamically generated during the build. It only contains a fixed include of apr.h. So install from source directory. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@979077 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in, Makefile.in: Fix "make install" for DSO builds.Joe Orton2009-03-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757896 13f79535-47bb-0310-9956-ffa450edef68
* APR->APU conversion of DSO buildfoo; rename --disable-util-dso toJoe Orton2009-03-241-4/+4
| | | | | | | | | | | | | | | | | | | | | --disable-modular-dso: * configure.in, Makefile.in: Use APR_DSO_MODULES for set of DSOs to build. * util-misc/apu_dso.c, include/private/apu_internal.h: Use macro APR_HAVE_MODULAR_DSO to determine whether modular DSO build is used. * build/dso.m4 (APR_MODULAR_DSO): Renamed from APU_CHECK_UTIL_DSO. Define APR_HAVE_MODULAR_DSO if modular DSO biuld is used. Add to LIBS not APRUTIL_LIBS. Rename configure flag to --disable-modular-dso to disable modular DSO build. * ldap/*.c, dbm/*.c, dbd/*.c, crypto/*.c: Adjust to use APR_HAVE_MODULAR_DSO. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757884 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in: Merge LDADD_* from apr-util to ensure DSOs are Joe Orton2009-03-241-0/+14
| | | | | | | linked correctly. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757858 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in, configure.in: s/APU/APR/ in DSO handling code.Joe Orton2009-03-241-7/+7
| | | | | | | | | Use default install prefix of $libdir/apr-$major/ * util-misc/apu_dso.c: Update likewise. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757845 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install APR-util headers.Joe Orton2009-03-241-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757793 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in, Makefile.in: Fix build of DSOs, merged from APR-util.Joe Orton2009-03-241-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757746 13f79535-47bb-0310-9956-ffa450edef68
* Start merging buildsystem from apr-util:Joe Orton2009-03-241-1/+1
| | | | | | | | | | | | | | * Makefile.in: Add include/private to include path. * build/: Merge autoconf macro set, adjust to inherit APR_HAVE_DSO correctly. * build.conf: Build APR-util code. * configure.in: Call APR-util macro set. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757740 13f79535-47bb-0310-9956-ffa450edef68
* Correct BeOS VPATH build for 1.xWilliam A. Rowe Jr2008-05-021-1/+1
| | | | | | | | PR: 44362 Submitted by: <andreas.faerber web.de> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@652824 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (check): Remove redundant sub-shell.Joe Orton2008-04-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@647691 13f79535-47bb-0310-9956-ffa450edef68
* When building check / test, let's make sure to build the modules weWilliam A. Rowe Jr2007-10-141-1/+1
| | | | | | | | aren't able to automagically invoke, too. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@584578 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in, Makefile.in: Define the libtool versioning hint in theJoe Orton2007-09-251-0/+2
| | | | | | | Makefile rather than hard-coding in the (shared) apr_rules.mk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@579264 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (TARGETS): Update to include all targets which requireJoe Orton2006-02-161-2/+2
| | | | | | | | | write access to the builddir; remove export_vars.c since that is a dependency of apr.exp. (install): Depend on TARGETS. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@378244 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (DISTCLEAN_TARGETS): Add build/pkg/pkginfo.Joe Orton2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151342 13f79535-47bb-0310-9956-ffa450edef68
* Add test as an alias to checkThom May2005-01-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@125935 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in: install.sh can not handle wildcards, so expand out with for loop.Justin Erenkrantz2004-11-281-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@106831 13f79535-47bb-0310-9956-ffa450edef68
* Fix VPATH install broken in 1.108.Justin Erenkrantz2004-09-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65338 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Simplify; use INSTALL and INSTALL_DATA ratherJoe Orton2004-08-201-34/+17
| | | | | | | than cp; use APR_MKDIR. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65306 13f79535-47bb-0310-9956-ffa450edef68
* Only install apr-$MAJOR-config and add appropriate detection code toJustin Erenkrantz2004-08-011-5/+4
| | | | | | | | | | | | | | | 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: https://svn.apache.org/repos/asf/apr/apr/trunk@65293 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install an apr-1-config script alongsideJoe Orton2004-07-011-1/+3
| | | | | | | apr-config, more parallel install safety. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65254 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install the awk scripts & mkdir.sh for aJoe Orton2004-06-301-1/+1
| | | | | | | VPATH build too. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65251 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_rules.mk.in: Define APR_MKEXPORT and APR_MKVAREXPORT toJoe Orton2004-06-301-5/+11
| | | | | | | | | | | | 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: https://svn.apache.org/repos/asf/apr/apr/trunk@65249 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Simplify stupid over-engineering.Joe Orton2004-06-301-8/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65243 13f79535-47bb-0310-9956-ffa450edef68