On Mon, Sep 23, 2013 at 04:02:32PM +0200, Klaus Aehlig wrote: > Signed-off-by: Klaus Aehlig <[email protected]> > --- > Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile.am b/Makefile.am > index 4ffeecc..41bb02f 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -1801,6 +1801,7 @@ lib/_autoconf.py: Makefile | stamp-directories > echo "GNT_SCRIPTS = [$(foreach i,$(notdir $(gnt_scripts)),'$(i)',)]"; > \ > echo "HTOOLS_PROGS = [$(foreach i,$(HS_HTOOLS_PROGS),'$(i)',)]"; \ > echo "PKGLIBDIR = '$(libdir)/ganeti'"; \ > + echo "VERSIONEDSHAREDIR = '$(versionedsharedir)'"; \ > echo "DRBD_BARRIERS = '$(DRBD_BARRIERS)'"; \ > echo "DRBD_NO_META_FLUSH = $(DRBD_NO_META_FLUSH)"; \ > echo "SYSLOG_USAGE = '$(SYSLOG_USAGE)'"; \ > -- > 1.8.4 >
Please add the variable to the 'src/AutoConf.hs' target, more specifically, in the 'm4' invocation, and add a template variable in 'src/AutoConf.hs.in'. Thanks, Jose -- Jose Antonio Lopes Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
