From 9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 11 May 2023 18:59:57 +0200 Subject: Don't substitute PORTAGEQ in libs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no longer exists in configure. Signed-off-by: Ulrich Müller --- ChangeLog | 5 +++++ libs/Makefile.am | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f807496..0684481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-05-11 Ulrich Müller + + * libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no + longer exists in configure. + 2023-03-20 Ulrich Müller * configure.ac: Update version to 1.4.22. diff --git a/libs/Makefile.am b/libs/Makefile.am index 6ebd08e..c5f3de3 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -28,7 +28,6 @@ EXTRA_DIST = \ dosed = @SED@ \ -e 's%\@SED\@%@SED@%g' \ - -e 's%\@PORTAGEQ\@%@PORTAGEQ@%g' \ -e 's%\@ENV_UPDATE\@%@ENV_UPDATE@%g' \ -e 's%\@CANONICALISE\@%@CANONICALISE@%g' \ -e 's%\@libdir\@%@libdir@%g' -- cgit v1.2.3-65-gdbad