Use the --make options with autoreconf

This commit is contained in:
Ruben Laguna 2015-01-31 20:43:25 +01:00
parent fc4ea07104
commit abdc28465b

View File

@ -6,5 +6,5 @@
# autoreconf runs all the autotool configuration tools in the right order # autoreconf runs all the autotool configuration tools in the right order
# and will avoid regenerating files. # and will avoid regenerating files.
# #
autoreconf --install # install missing files autoreconf --install --make # install missing files
# automake --add-missing --copy >/dev/null 2>&1 # add install-sh # automake --add-missing --copy >/dev/null 2>&1 # add install-sh