commit: 6a331954f206e4a0e0dfbed60f721a1ee53ffe82 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Dec 5 20:12:45 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 20:12:45 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=6a331954
autogen.sh: remove file I think we can assume familiarity with "autoreconf -fi" these days. Signed-off-by: Michael Orlitzky <mjo <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
