… | |
… | |
15 | |
15 | |
16 | autoheader |
16 | autoheader |
17 | |
17 | |
18 | # Produce all the `Makefile.in's, verbosely, and create neat missing things |
18 | # Produce all the `Makefile.in's, verbosely, and create neat missing things |
19 | # like `libtool', `install-sh', etc. |
19 | # like `libtool', `install-sh', etc. |
20 | automake --add-missing --verbose --gnu --copy |
20 | automake --add-missing --verbose --gnu --copy --force-missing |
21 | |
21 | |
22 | # If there's a config.cache file, we may need to delete it. |
22 | # If there's a config.cache file, we may need to delete it. |
23 | # If we have an existing configure script, save a copy for comparison. |
23 | # If we have an existing configure script, save a copy for comparison. |
24 | if [ -f config.cache ] && [ -f configure ]; then |
24 | if [ -f config.cache ] && [ -f configure ]; then |
25 | cp configure configure.$$.tmp |
25 | cp configure configure.$$.tmp |