aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf/test.sh
blob: 6a3b9505f66514e8650748e1aa6b87d0633fb564 (plain)
1
2
3
4
5
6
7
8
#!/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