Include all libtool files from phpize.m4
authorOndřej Surý <ondrej@sury.org>
Sun, 18 Oct 2020 11:31:37 +0000 (13:31 +0200)
committerOndřej Surý <ondrej@debian.org>
Thu, 11 Apr 2024 20:30:26 +0000 (22:30 +0200)
Gbp-Pq: Name 0035-Include-all-libtool-files-from-phpize.m4.patch

scripts/phpize.m4

index 616d16420a5a1f379d5f70c20d8f07675deb7f61..f73a0de218197af59bebef9eb309318aa322c462 100644 (file)
@@ -5,6 +5,10 @@ dnl comments starting with # and empty newlines from the included files.
 m4_include([build/ax_check_compile_flag.m4])
 m4_include([build/ax_gcc_func_attribute.m4])
 m4_include([build/libtool.m4])
+m4_include([build/ltoptions.m4])
+m4_include([build/ltsugar.m4])
+m4_include([build/ltversion.m4])
+m4_include([build/lt~obsolete.m4])
 m4_include([build/php_cxx_compile_stdcxx.m4])
 m4_include([build/php.m4])
 m4_include([build/pkg.m4])