beandog / dvd_info

Linux/BSD/Cygwin DVD utilities - dvd_info, dvd_copy, dvd_backup, dvd_player, dvd_rip, dvd_drive_status
http://dvds.beandog.org
GNU General Public License v2.0
22 stars 4 forks source link

Compiling on Ubuntu 18.04 fails because automake 1.16 is not available #7

Open delthas opened 2 years ago

delthas commented 2 years ago

Hi,

Just opening this issue for anyone that needs to compile this on Ubuntu 18.04.

Compiling dvd_info requires automake 1.16, which is not available on Ubuntu 18.04 / Bionic. To compile successfully, I had to check out e42f1ddd8e3f6645ce5a6620b03ec474945da27f, which uses automake 1.15.

This can be closed right away.

beandog commented 1 year ago

@delthas thanks for posting that. If the user has dev autotools installed, they can run "autoreconf -fi" and then run ./configure like normally as well. :)