]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix wierd build problems due to autopoint overwriting gnulib m4
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 9 Jul 2009 11:18:14 +0000 (12:18 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 9 Jul 2009 11:18:14 +0000 (12:18 +0100)
* Makefile.am: List -I m4 first, in ACLOCAL_AMFLAGS
* .gitignore: ignore gnulib/, ChangeLog, *rej, *orig, *#*# (emacs
  temporary files)

.gitignore
Makefile.am

index c95174a2a878997c43231f258740591c76728fdd..54c3ba46b5d18288456ec6bd0181cb1ebf2f7eb7 100644 (file)
@@ -37,3 +37,9 @@ update.log
 tests/*.log
 /GNUmakefile
 /maint.mk
+gnulib/
+*.orig
+*.rej
+*#*#
+*.#*#
+ChangeLog
index 30c67f6981de2d78145efea5d438e8c7ad38fe5f..f9efff580bd13041a39e808eaab085689098a72a 100644 (file)
@@ -6,7 +6,7 @@ GENHTML = genhtml
 SUBDIRS = gnulib/lib include src qemud tools proxy docs gnulib/tests \
   python tests po examples/domain-events/events-c examples/hellolibvirt
 
-ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4
+ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
 
 EXTRA_DIST = \
   ChangeLog-old \