diff --git a/chapter07/texinfo.xml b/chapter07/texinfo.xml index 8f769c064..34a386416 100644 --- a/chapter07/texinfo.xml +++ b/chapter07/texinfo.xml @@ -43,11 +43,6 @@ Installation of Texinfo - First, fix an issue building the package with Glibc-2.34 or later: - -sed -e 's/__attribute_nonnull__/__nonnull/' \ - -i gnulib/lib/malloc/dynarray-skeleton.c - Prepare Texinfo for compilation: ./configure --prefix=/usr diff --git a/chapter08/texinfo.xml b/chapter08/texinfo.xml index 42e81feae..5eebeb0e3 100644 --- a/chapter08/texinfo.xml +++ b/chapter08/texinfo.xml @@ -62,11 +62,6 @@ --> - Again, fix an issue building the package with Glibc-2.34 or later: - -sed -e 's/__attribute_nonnull__/__nonnull/' \ - -i gnulib/lib/malloc/dynarray-skeleton.c - Compile the package: make