summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-07-09 12:18:14 +0100
committerDaniel P. Berrange <berrange@redhat.com>2009-07-09 12:18:14 +0100
commit75618aaf88c2584e5ae41105a6b38c12409883fa (patch)
tree7e49b013b876136470a23277c032f0fc394b9be9 /Makefile.am
parent59254c9bebcb7dcbabc4519ca4b8f0ddfae0c5da (diff)
downloadlibvirt-75618aaf88c2584e5ae41105a6b38c12409883fa.tar.gz
Fix wierd build problems due to autopoint overwriting gnulib m4
* Makefile.am: List -I m4 first, in ACLOCAL_AMFLAGS * .gitignore: ignore gnulib/, ChangeLog, *rej, *orig, *#*# (emacs temporary files)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 30c67f6981..f9efff580b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \