ddennedy / dvgrab

Command line FireWire DV and HDV capture tool for Linux
GNU General Public License v2.0
35 stars 13 forks source link

Autoconf files missing #9

Closed drankinatty closed 5 years ago

drankinatty commented 5 years ago

Attempting to use bootstrap to invoke autoreconf results in the following:

./bootstrap
autoreconf: 'configure.ac' or 'configure.in' is required

sure enough, there are no autoconf files and no configure provided. If that is intentional, then perhaps a Makefile would suffice.

ddennedy commented 5 years ago

configure.ac is in the repository; you must have deleted it. bootstrap executes successfully for me on Ubuntu 18.04 as well as configure.

ddennedy commented 5 years ago

P.S. You can get a release tarball with a configure script on SourceForge: https://sourceforge.net/projects/kino/files/dvgrab/3.5/dvgrab-3.5.tar.gz/download It is normal to not check generated files into source control.

drankinatty commented 5 years ago

Yes, I grabbed the 3.5 tarball and got it there. (shi..!) it was my mkbuilddir script that didn't pick it up. Sorry for the noise.