Always update automake library files if autogen.sh is run.

Fixes: #761
This commit is contained in:
Milan Broz
2022-07-30 09:30:50 +02:00
parent 093adfc5f9
commit 190e4fc033

View File

@@ -74,7 +74,7 @@ autopoint --force $AP_OPTS
libtoolize --force --copy
aclocal -I m4 $AL_OPTS
autoheader $AH_OPTS
automake --add-missing --copy --gnu $AM_OPTS
automake --force-missing --add-missing --copy --gnu $AM_OPTS
autoconf $AC_OPTS
echo