Fix network config in XM driver
* src/xm_internal.c: Fix setting of bridge & script parameters
in VIF config
- * src/xend_internal.h, src/xend_internal.c: Export the
+ * src/xend_internal.h, src/xend_internal.c: Export the
default bridge script name to XM driver
* tests/xmconfigdata/*: Update to take account of script=
setting in VIF config
ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
EXTRA_DIST = \
+ ChangeLog-old \
libvirt.spec libvirt.spec.in \
mingw32-libvirt.spec.in \
libvirt.pc libvirt.pc.in \
# disable this check
distuninstallcheck:
+
+dist-hook: gen-ChangeLog
+
+# Generate the ChangeLog file (with all entries since the switch to git)
+# and insert it into the directory we're about to use to create a tarball.
+gen_start_date = 2009-07-04
+.PHONY: gen-ChangeLog
+gen-ChangeLog:
+ if test -d .git; then \
+ $(top_srcdir)/build-aux/gitlog-to-changelog \
+ --since=$(gen_start_date) > $(distdir)/cl-t; \
+ rm -f $(distdir)/ChangeLog; \
+ mv $(distdir)/cl-t $(distdir)/ChangeLog; \
+ fi
echo "to pass any to it, please specify them on the $0 command line."
fi
+# Automake requires that ChangeLog exist.
+touch ChangeLog
+
autopoint --force
#rm -rf m4
libtoolize --copy --force