Fixed automake required files.

This commit is contained in:
rakshasa
2021-02-25 00:04:06 +09:00
committed by Jari Sundell
parent 79765768ff
commit e267e8bc07
+1 -1
View File
@@ -36,7 +36,7 @@ echo automake...
exit 1
}
automake --add-missing --copy --gnu || exit 1
automake --add-missing --copy --foreign || exit 1
echo autoconf...
(autoconf --version) < /dev/null > /dev/null 2>&1 || {