summaryrefslogtreecommitdiff
path: root/build/genif.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix #77041: buildconf should output error messages to stderrMizunashi Mana2018-10-201-1/+1
|
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* here string isn't supported by every shellAnatol Belski2015-08-211-1/+1
|
* $() isn't supported on every shellFerenc Kovacs2015-08-211-1/+1
|
* Remove assumption that extensions are in ext/ext-nameBob Weinand2015-08-211-1/+2
| | | | Fixes also a weird ln (symlink) hack for phpdbg
* Fix building of pure C++ extensions as staticScott MacVicar2011-08-091-1/+1
|
* - Partial revert: It does not matter if awk works or not but helps if it does :)foobar2005-06-211-3/+3
|
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-3/+3
| | | | dependencies and conflicts
* Implement extension load-order deps.Wez Furlong2004-07-181-3/+3
|
* de-overquotationSascha Schumann2002-03-221-8/+8
|
* Replace the incomprehensible newline escaping with @NEWLINE@Sascha Schumann2001-03-301-3/+3
| | | | | Fixes the build on Darwin 1.2
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-201-0/+41
There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place.