You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
248 B

  1. #!/bin/sh
  2. autoconf --version | grep $2 && \
  3. autoheader --version | grep $2 && \
  4. autom4te --version | grep $2 && \
  5. autoreconf --version | grep $2 && \
  6. autoscan --version | grep $2 && \
  7. autoupdate --version | grep $2 && \
  8. ifnames --version | grep $2