mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
Otherwise ancient config.h.in isn't recognised and autoheader refuses to regenerate config.h. Bug: https://savannah.gnu.org/support/index.php?111396 Bug: https://bugs.gentoo.org/971433 Closes: https://bugs.gentoo.org/971408 Closes: https://bugs.gentoo.org/971409 Closes: https://bugs.gentoo.org/971410 Closes: https://bugs.gentoo.org/971411 Closes: https://bugs.gentoo.org/971412 Closes: https://bugs.gentoo.org/971413 Closes: https://bugs.gentoo.org/971416 Closes: https://bugs.gentoo.org/971418 Closes: https://bugs.gentoo.org/971427 Closes: https://bugs.gentoo.org/971428 Closes: https://bugs.gentoo.org/971434 Closes: https://bugs.gentoo.org/971435 Closes: https://bugs.gentoo.org/971436 Closes: https://bugs.gentoo.org/971438 Closes: https://bugs.gentoo.org/971439 Closes: https://bugs.gentoo.org/971441 Closes: https://bugs.gentoo.org/971451 Closes: https://bugs.gentoo.org/971452 Closes: https://bugs.gentoo.org/971454 Closes: https://bugs.gentoo.org/971462 Closes: https://bugs.gentoo.org/971463 Closes: https://bugs.gentoo.org/971470 Closes: https://bugs.gentoo.org/971471 Closes: https://bugs.gentoo.org/971503 Closes: https://bugs.gentoo.org/971517 Closes: https://bugs.gentoo.org/971524 Closes: https://bugs.gentoo.org/971598 Closes: https://bugs.gentoo.org/971639 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
596 B
Diff
13 lines
596 B
Diff
https://savannah.gnu.org/support/index.php?111396
|
|
--- a/bin/autoheader.in
|
|
+++ b/bin/autoheader.in
|
|
@@ -232,7 +232,7 @@ if (open (my $fh, "<", $config_h_in))
|
|
# If the file is empty, $firstline will be undef. We _do_ want to
|
|
# go ahead and update it in that case.
|
|
if (defined $firstline
|
|
- && $firstline !~ /^\/\* .*\. Generated from .* by autoheader\. \*\//
|
|
+ && $firstline !~ /^\/\* .*\. Generated( automatically)? from .* by autoheader\. \*\//
|
|
&& !$replace_handwritten)
|
|
{
|
|
msg 'override', "${config_h_in} was not generated by autoheader";
|