php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #81637 Add AC_CONFIG_MACRO_DIRS([build]) to configure.ac
Submitted: 2021-11-19 08:12 UTC Modified: 2021-11-19 19:35 UTC
From: dpa-bugs at aegee dot org Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 7.4.26 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dpa-bugs at aegee dot org
New email:
PHP Version: OS:

 

 [2021-11-19 08:12 UTC] dpa-bugs at aegee dot org
Description:
------------
I run a custom version of libtool, so before compliling PHP, I have to call libtoolize --force.  libtoolize puts by default its files in ./m4/, but can be convinced to change its mind by setting AC_CONFIG_MACRO_DIRS([build]) in configure.ac .




Patches

config_macro_dirs (last revision 2021-11-19 08:14 UTC by dpa-bugs at aegee dot org)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-11-19 08:14 UTC] dpa-bugs at aegee dot org
The following patch has been added/updated:

Patch Name: config_macro_dirs
Revision:   1637309654
URL:        https://bugs.php.net/patch-display.php?bug=81637&patch=config_macro_dirs&revision=1637309654
 [2021-11-19 10:59 UTC] cmb@php.net
You better submit a pull request[1] :)

[1] <https://github.com/php/php-src/pulls>
 [2021-11-19 13:31 UTC] dpa-bugs at aegee dot org
I filled https://github.com/php/php-src/pull/7666 .
 [2021-11-19 19:35 UTC] dpa-bugs at aegee dot org
-Status: Open +Status: Closed
 [2021-11-19 19:35 UTC] dpa-bugs at aegee dot org
Per discussion at https://github.com/php/php-src/pull/7667.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 22:01:30 2025 UTC