-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
I tried to build using the package MediaInfo_CLI_19.09_GNU_FromSource.tar.xz but unfortunately I was facing some issue with automake version. I guess you should call autogen.sh in some way instead of configure directly in your script CLI_Compile.sh
This autogen.sh will be something like:
#!/bin/sh
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
autoreconf -f -i -v --warnings=all || exit 1
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi
I have to say I'm a bit confused how to create a PR to address this issue, can you guide me where on how I should provide you the patch if you want it
Metadata
Metadata
Assignees
Labels
No labels