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)
This commit is contained in:
Daniel P. Berrange 2009-07-09 12:18:14 +01:00
parent 59254c9beb
commit 75618aaf88
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -37,3 +37,9 @@ update.log
tests/*.log
/GNUmakefile
/maint.mk
gnulib/
*.orig
*.rej
*#*#
*.#*#
ChangeLog

View 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 \