Skip to content

Unable to build using last Ubuntu LTS 18.04 #396

@dabrain34

Description

@dabrain34

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions