Packages/packages/devel/autoconf/test.sh
2024-12-04 10:20:13 +08:00

9 lines
248 B
Bash

#!/bin/sh
autoconf --version | grep $2 && \
autoheader --version | grep $2 && \
autom4te --version | grep $2 && \
autoreconf --version | grep $2 && \
autoscan --version | grep $2 && \
autoupdate --version | grep $2 && \
ifnames --version | grep $2