… | |
… | |
10 | # autoconf >= 2.50 (tested with 2.50, 2.57; older will not work) |
10 | # autoconf >= 2.50 (tested with 2.50, 2.57; older will not work) |
11 | |
11 | |
12 | # Set this to a specific version if you want to use a non-standard automake |
12 | # Set this to a specific version if you want to use a non-standard automake |
13 | #AUTOMAKE_VERSION=-1.6 |
13 | #AUTOMAKE_VERSION=-1.6 |
14 | # Set this to a specific version if you want to use a non-standard autoconf |
14 | # Set this to a specific version if you want to use a non-standard autoconf |
15 | AUTOCONF_VERSION=2.50 |
15 | #AUTOCONF_VERSION=2.50 |
16 | |
16 | |
17 | set -e |
17 | set -e |
18 | |
18 | |
19 | echo "Libtool..." |
19 | echo "Libtool..." |
20 | libtoolize --copy --force |
20 | libtoolize --copy --force |