History log of /PHP-5.3/acinclude.m4 (Results 226 – 250 of 405)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8fae36cb 06-Apr-2002 Sascha Schumann

Improve the life of external extension maintainers by
not plaguing them with "./" in absolute paths.

Requested by: Andrei, Wez


# e50a42f9 04-Apr-2002 Sascha Schumann

Add deferred libs to DLIBS instead of LIBS.

Noticed by: Jani Taskinen <sniper@iki.fi>


Revision tags: php-4.2.0RC2
# 676afb33 30-Mar-2002 Marko Karppinen

Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool
based shared build but go a static route. Goodbye

Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool
based shared build but go a static route. Goodbye libtool!
# I'm committing this to enable widespear testing.
# Anyone have any ideas on how to easily backport this to 4.2.0?

show more ...


# c7403326 27-Mar-2002 Sascha Schumann

Factorize a few library/libpath-related functions


# 11bcc220 26-Mar-2002 foobar

MFB. (I must have been sleep-walking..)


# e4a5210b 22-Mar-2002 Sascha Schumann

A cli-specific extension should be named once only, not twice.

Noticed by: Derick


# d5333717 21-Mar-2002 foobar

- Fixed bug #16165 again. We check libc for iconv functions only if
no path is given for --with-iconv.
# I hope this is the last time.


Revision tags: php-4.2.0RC1
# 9a5b42cb 20-Mar-2002 foobar

- Should work better now..


# 350de12b 20-Mar-2002 Sascha Schumann

Expand the variables in PHP_EXPAND_BUILD_VARS.

Make HAVE_ICONV/HAVE_LIBICONV available through the more
fine-grained approach using a single include file per
directive. This will si

Expand the variables in PHP_EXPAND_BUILD_VARS.

Make HAVE_ICONV/HAVE_LIBICONV available through the more
fine-grained approach using a single include file per
directive. This will significantly reduce the price of
full dependencies for developers, because basically each
file today includes php.h which includes php_config.h.

If PHP_ATOM_INC is defined, these include files can be used.

For all PHP_DEFINEs, empty files are created upon configure start.

show more ...


# 1962e1e6 20-Mar-2002 Sascha Schumann

Avoid duplicate tests and make third parameter truly optional.


# 71a361d5 20-Mar-2002 Sascha Schumann

Fix and tweak iconv macro


# d9f36aed 20-Mar-2002 Sascha Schumann

Don't quote too much. Now autoconf-2.13 is happy again.


# 50054155 20-Mar-2002 Sascha Schumann

Remove autoconf-2.5x specific m4_default macro.

It is pointless here, because we don't need any "void" statement.
There already is a statement and all it will do in the worst case
is

Remove autoconf-2.5x specific m4_default macro.

It is pointless here, because we don't need any "void" statement.
There already is a statement and all it will do in the worst case
is generate an empty line

show more ...


# bb82bf2e 20-Mar-2002 Jon Parise

This completely fixes the iconv library detection under FreeBSD (the
previous fix was incomplete). We also set HAVE_ICONV and HAVE_LIBICONV
based on the library that was detected.


# 4a0291d2 20-Mar-2002 foobar

- Make it possible to build ext/openssl as shared extension


# a62b31f6 19-Mar-2002 foobar

- Fix the iconv detection when the functions are prefixed with lib.
(e.g. in freebsd)


# 19e82a49 17-Mar-2002 foobar

- Made one test/setup macro for iconv and fixed it to check
for libc first.


Revision tags: help
# 795c2063 13-Mar-2002 Sascha Schumann

> might not sufficiently update a timestamp.

echo > should be good enough and should be implemented by the shell.


# f02d3f45 13-Mar-2002 Sascha Schumann

Some simplifications in PHP_ADD_SOURCES*


# 2ea99fe1 13-Mar-2002 Sascha Schumann

a bit of refactoring and making always_shared a nop in every day life


# e10ca100 13-Mar-2002 Sascha Schumann

Provide context-specific functions which yield the directories
of extensions (PHP 4 configure vs. self-contained module)


# 99e854f6 07-Mar-2002 Sascha Schumann

Fix typo


# 9d9d39a0 07-Mar-2002 Sascha Schumann

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/b

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt

show more ...


Revision tags: php-4.1.2
# 444d3a61 21-Feb-2002 Sean Bright

Fix for bug #15605
# If someone more familiar with the build system sees a problem with this
# feel free to revert it. It simply escapes #'s that are put into
# config_vars.mk


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 13ca3321 30-Jan-2002 Edin Kadribasic

Enable extensions to specify that they are not supposed to be
built with the CLI SAPI. This is done by passing "nocli" as the
3rd parameter to PHP_EXTENSION macro.


12345678910>>...17