autoconf
Generate configuration scripts to automatically configure software source code packages. More information: <https://www.gnu.org/software/autoconf>.
RUN apt-get update && \
apt-get install -y autoconf
RUN apt-get update && \
apt-get install -y autoconf
RUN apk add autoconf
RUN pacman -S --noconfirm autoconf
RUN apt-get update && \
apt-get install -y autoconf
RUN yum install -y autoconf
RUN dnf install -y autoconf
RUN apt-get update && \
apt-get install -y autoconf