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.

21 lines
622 B

  1. #!/bin/sh
  2. export AUTOMAKE_SUFFIX=-1.12.3
  3. export AUTOCONF_SUFFIX=-2.69
  4. export LIBTOOL_SUFFIX=-2.4.2
  5. export ACLOCAL="aclocal${AUTOMAKE_SUFFIX}"
  6. export AUTOMAKE="automake${AUTOMAKE_SUFFIX}"
  7. export AUTOCONF="autoconf${AUTOCONF_SUFFIX}"
  8. export AUTOHEADER="autoheader${AUTOCONF_SUFFIX}"
  9. export AUTOM4TE="autom4te${AUTOCONF_SUFFIX}"
  10. export AUTORECONF="autoreconf${AUTOCONF_SUFFIX}"
  11. export AUTOSCAN="autoscan${AUTOCONF_SUFFIX}"
  12. export AUTOUPDATE="autoupdate${AUTOCONF_SUFFIX}"
  13. export IFNAMES="ifnames${AUTOCONF_SUFFIX}"
  14. export LIBTOOLIZE="libtoolize${LIBTOOL_SUFFIX}"
  15. export LIBTOOL="libtool${LIBTOOL_SUFFIX}"
  16. $AUTORECONF -f