php-src/scripts
Peter Kokot 84e1920c12
Autotools: Add phpized configure log and help separators (#15251)
- This quotes all PHP_CONFIGURE_PART arguments
- When configuring and building extensions with phpize, this makes the
  './configure --help' and './configure' log output a bit more readable
  as it separates the extension configuration, Libtool configuration and
  the rest of the Autoconf and phpize configuration options.
- The ./configure output separators bold tags are moved to the
  PHP_INIT_BUILD_SYSTEM macro to be available also in phpized extensions
- The obsolete ticks `...` converted to the recommended $(...); Autoconf
  configure re-executes itself in shells where the $(...) still wouldn't
  work ok. For example, the default, initial, non-updated shell on
  Solaris 10.
- Empty new lines in help separators synced (Autoconf default separators
  don't include additional empty newline after the separator title);
  so the PHP_HELP_SEPARATOR additional empty line is also removed
  (see './configure --help' output)
2024-08-06 22:15:22 +02:00
..
dev Handle BSD checksum and file utilities (#14690) 2024-07-08 13:27:47 -03:00
gdb Fix build for armv7 (#14801) 2024-07-06 15:21:45 +02:00
man1 Make --enable-embed libs respect --libdir 2024-03-23 07:46:31 +01:00
Makefile.frag Autotools: Remove obsolete config.status invocations (#15185) 2024-08-02 12:35:11 +02:00
php-config.in Fix extension_dir variable quoting in php-config (#13963) 2024-04-16 19:07:49 +02:00
phpize.in Autotools: Sync indentation style in build system files (#14725) 2024-06-29 23:25:17 +02:00
phpize.m4 Autotools: Add phpized configure log and help separators (#15251) 2024-08-06 22:15:22 +02:00