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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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)

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC