commit: 20ce269b1e4ee95708a509b00f37fcd07e284646 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 22 00:29:00 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 22 00:30:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/eselect-vi.git/commit/?id=20ce269b
Drop pointless autogen.sh Just call 'autoreconf -fi'. The existence of autogen.sh is usually an antipattern as it implies the build system isn't using autotools correctly. In this case, autogen.sh was just calling a single command - which means all is well. Signed-off-by: Sam James <sam <AT> gentoo.org> autogen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 89dcaff..0000000 --- a/autogen.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -x -exec autoreconf -fi
