Re: FFmpeg considering GIT
From: Karl Hasselström <hidden>
Date: 2016-06-15 22:43:08
On 2007-05-06 14:33:59 +0200, Marco Costalba wrote:
quoted hunk ↗ jump to hunk
After googling a little bit.... Please apply this patch before to run 'autoreconf -i' on a *fresh cloned* repositorydiff --git a/configure.ac b/configure.ac index e352eba..95f45d1 100644 --- a/configure.ac +++ b/configure.ac@@ -6,7 +6,7 @@ AC_INIT(qgit, 1.5.5)AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE(foreign 1.8) AC_CONFIG_SRCDIR([src/annotate.cpp]) -AC_CONFIG_HEADER([config.h]) +AM_CONFIG_HEADER([config.h]) # Checks for programs. AC_LANG(C++) On my box it compiles the same and perhaps you can avoid the reported errors. Please, let me know how it goes.
Nope, no luck. I get the same error messages from autoreconf:
kha@yoghurt:~/qgit> autoreconf -i
automake: configure.ac: installing `config/install-sh'
automake: configure.ac: installing `config/mkinstalldirs'
automake: configure.ac: installing `config/missing'
automake: configure.ac: installing `config/config.guess'
automake: configure.ac: installing `config/config.sub'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./AUTHORS' not found
configure.ac: 9: required file `./[config.h].in' not found
src/Makefile.am:30: invalid unused variable name: `nodist_qgit_SOURCES'
autoreconf: automake failed with exit status: 1
--
Karl Hasselström, kha@treskal.com
www.treskal.com/kalle