-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Autoconf macro serial numbers, add change log
Bump serial numbers for Autoconf macros for the change to -isystem and the Python flag detection fixes. Add a change log fragment.
- Loading branch information
Showing
12 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### New features | ||
|
||
- All Autoconf macros that detect libraries now use `-isystem` instead of `-I` for the include paths. This tells the compiler to suppress warnings for constructions in the headers by treating them as system headers. | ||
|
||
### Bug fixes | ||
|
||
- Use `python-config` to find link flags if it is available, since this produces more correct results. Remove `LOCALMODLIBS` from the requested flags, since it is not necessary and breaks the build with newer Python versions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for Apache modules. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for APR. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for APR-Util. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for cURL. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for GSS-API. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Test for a libkafs library or replacement. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for OpenLDAP. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Helper functions to manage compiler variables. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for PCRE. | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Probe for Python properties and, optionally, flags for embedding Python. | ||
dnl | ||
|
@@ -42,8 +42,8 @@ dnl | |
dnl The canonical version of this file is maintained in the rra-c-util | ||
dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>. | ||
dnl | ||
dnl Copyright 2018, 2021-2022, 2024 Russ Allbery <[email protected]> | ||
dnl Copyright 2009, 2011, 2015, 2018, 2021 | ||
dnl Copyright 2018, 2021-2022 Russ Allbery <[email protected]> | ||
dnl Copyright 2009, 2011, 2015, 2018, 2021, 2024 | ||
dnl Julien ÉLIE <[email protected]> | ||
dnl Copyright 1998-2003 The Internet Software Consortium | ||
dnl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serial 1 | ||
# serial 2 | ||
|
||
dnl Find the compiler and linker flags for remctl. | ||
dnl | ||
|