summary refs log tree commit diff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-21 19:56:19 -0500
committerJune McEnroe <june@causal.agency>2022-01-21 19:56:19 -0500
commitba0167fd12e6724e56a1184e80d98cab8a6684ce (patch)
treee8842fa3191b119d6b9407b139e0d97f2e1b1886 /autogen.sh
parentRelease 0.5.11.5. (diff)
downloaddash-ba0167fd12e6724e56a1184e80d98cab8a6684ce.tar.gz
dash-ba0167fd12e6724e56a1184e80d98cab8a6684ce.zip
dash: Replace autotools with cmake
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 9879c53..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-aclocal \
-&& autoheader \
-&& automake --add-missing \
-&& autoconf