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
21 lines
622 B
#!/bin/sh
|
|
|
|
export AUTOMAKE_SUFFIX=-1.12.3
|
|
export AUTOCONF_SUFFIX=-2.69
|
|
export LIBTOOL_SUFFIX=-2.4.2
|
|
|
|
export ACLOCAL="aclocal${AUTOMAKE_SUFFIX}"
|
|
export AUTOMAKE="automake${AUTOMAKE_SUFFIX}"
|
|
|
|
export AUTOCONF="autoconf${AUTOCONF_SUFFIX}"
|
|
export AUTOHEADER="autoheader${AUTOCONF_SUFFIX}"
|
|
export AUTOM4TE="autom4te${AUTOCONF_SUFFIX}"
|
|
export AUTORECONF="autoreconf${AUTOCONF_SUFFIX}"
|
|
export AUTOSCAN="autoscan${AUTOCONF_SUFFIX}"
|
|
export AUTOUPDATE="autoupdate${AUTOCONF_SUFFIX}"
|
|
export IFNAMES="ifnames${AUTOCONF_SUFFIX}"
|
|
|
|
export LIBTOOLIZE="libtoolize${LIBTOOL_SUFFIX}"
|
|
export LIBTOOL="libtool${LIBTOOL_SUFFIX}"
|
|
|
|
$AUTORECONF -f
|