From 20ce269b1e4ee95708a509b00f37fcd07e284646 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 22 Nov 2022 00:29:00 +0000 Subject: 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 --- autogen.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 autogen.sh 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 -- cgit v1.2.3-65-gdbad