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