summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-22 00:29:00 +0000
committerSam James <sam@gentoo.org>2022-11-22 00:30:57 +0000
commit20ce269b1e4ee95708a509b00f37fcd07e284646 (patch)
tree51d9fc0ed88736cd688671597a0f9a2a7a367174 /autogen.sh
parentAdd support for vis (diff)
downloadeselect-vi-20ce269b1e4ee95708a509b00f37fcd07e284646.tar.gz
eselect-vi-20ce269b1e4ee95708a509b00f37fcd07e284646.tar.bz2
eselect-vi-20ce269b1e4ee95708a509b00f37fcd07e284646.zip
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@gentoo.org>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 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