]> granicus.if.org Git - php/commit
Refactor undefining PACKAGE_* symbols
authorPeter Kokot <peterkokot@gmail.com>
Thu, 11 Jul 2019 00:00:51 +0000 (02:00 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 11 Jul 2019 00:00:51 +0000 (02:00 +0200)
commita6daded1a4b7d715d9b1585fe9df269ca73e2bac
treef08e3176c249071793c35fdc76568c3e870d3a0b
parentd63fdced2e9bc2aa6c0e07958b8991e7f222de50
Refactor undefining PACKAGE_* symbols

Instead of patching configuration headers template generated by
the given tools - autoheader, this moves patching these symbols to
the configure step before creating and invoking the config.status
and before the configuration header file is generated from the
patched template.

Closes GH-4374
build/build.mk
build/php.m4
configure.ac
scripts/phpize.in
scripts/phpize.m4