diff --git a/setup.sh b/setup.sh index 4c32dc0..17fde8e 100644 --- a/setup.sh +++ b/setup.sh @@ -59,9 +59,6 @@ if ! command -v ltcdump >/dev/null 2>&1; then echo "Installing autotools build dependencies..." sudo apt install -y autoconf automake libtool - echo "Preparing build system..." - ./autogen.sh - echo "Configuring build..." ./configure