diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libs/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2023-05-11 Ulrich Müller <ulm@gentoo.org> + + * libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no + longer exists in configure. + 2023-03-20 Ulrich Müller <ulm@gentoo.org> * 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' |