Removing automake specific code.
This commit is contained in:
parent
8b93da4853
commit
f813522abe
@ -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 -
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user