aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf/test.sh')
-rw-r--r--devel/autoconf/test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/autoconf/test.sh b/devel/autoconf/test.sh
new file mode 100644
index 000000000..6a3b9505f
--- /dev/null
+++ b/devel/autoconf/test.sh
@@ -0,0 +1,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