Files
haikuports/dev-build/autoconf/patches/autoconf264-2.64.patchset
Jerome Duval 3d8309774b autoconf: move to dev-build
gentoo moved from sys-devel
2024-02-09 16:11:55 +01:00

57 lines
1.4 KiB
Plaintext

From 8cfd8a6b2e2a80f6de6be821b07e3d0b07db2db3 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Sat, 13 Oct 2018 20:21:40 +0200
Subject: Fix build
Apply patch from
http://gnu-autoconf.7623.n7.nabble.com/attachment/18842/0/autoconf.texi.2.65.patch
to fix build.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 4f046c0..215a5bf 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -15,7 +15,6 @@
@c The ARG is an optional argument. To be used for macro arguments in
@c their documentation (@defmac).
@macro ovar{varname}
-@r{[}@var{\varname\}@r{]}@c
@end macro
@c @dvar(ARG, DEFAULT)
@@ -23,7 +22,6 @@
@c The ARG is an optional argument, defaulting to DEFAULT. To be used
@c for macro arguments in their documentation (@defmac).
@macro dvar{varname, default}
-@r{[}@var{\varname\} = @samp{\default\}@r{]}@c
@end macro
@c Handling the indexes with Texinfo yields several different problems.
--
2.37.3
From f4a695d1483bcdf81c108ed9c8375106c270b34e Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Tue, 15 Aug 2023 08:21:56 +0000
Subject: @setcontentsaftertitlepage is obsolete in texinfo 7.*
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 215a5bf..5b81aee 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -5,9 +5,6 @@
@include version.texi
@settitle Autoconf
@setchapternewpage odd
-@ifnothtml
-@setcontentsaftertitlepage
-@end ifnothtml
@finalout
@c @ovar(ARG)
--
2.37.3