On 5/6/07, Marco Costalba <mcostalba@xxxxxxxxx> wrote:
On 5/6/07, Karl Hasselström <kha@xxxxxxxxxxx> wrote: > On 2007-05-06 10:15:16 +0200, Marco Costalba wrote: > > > Use qgit ;-) > > Do I have to use any particular autoconf version? With >
After googling a little bit.... Please apply this patch before to run 'autoreconf -i' on a *fresh cloned* repository diff --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. Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html