Removing automake specific code.

This commit is contained in:
sergiotarxz 2022-05-13 17:12:34 +02:00
parent 8b93da4853
commit f813522abe
1 changed files with 0 additions and 10 deletions

View File

@ -54,14 +54,4 @@ termux_step_pre_configure() {
if [ "${TERMUX_DEBUG_BUILD}" = "true" ]; then
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-debug"
fi
# fixing automake version mismatch
cd ${TERMUX_PKG_SRCDIR}
files=`find . -name configure -o -name config.status -o -name Makefile.in`
for file in $files; do rm $file; done
unset files
#you will need xutils-dev package for xorg-macros installed
autoreconf -if
cd -
}