# HG changeset patch # User Andrew John Hughes # Date 1283962274 -3600 # Node ID 69b02bea9cf4bc01ebfee837a5b1902c59277e42 # Parent eb52a28e265d9a3ed45d9123100a2f4d97701390 Ignore remaining autoconf files and clean empty stamps directory post-build. 2010-09-08 Andrew John Hughes * .hgignore: Add config.guess and config.sub. * Makefile.am: (clean-local): Remove empty stamps directory. diff -r eb52a28e265d -r 69b02bea9cf4 .hgignore --- a/.hgignore Wed Sep 08 15:09:55 2010 +0100 +++ b/.hgignore Wed Sep 08 17:11:14 2010 +0100 @@ -4,3 +4,5 @@ configure install-sh missing +config.guess +config.sub diff -r eb52a28e265d -r 69b02bea9cf4 ChangeLog --- a/ChangeLog Wed Sep 08 15:09:55 2010 +0100 +++ b/ChangeLog Wed Sep 08 17:11:14 2010 +0100 @@ -1,3 +1,9 @@ +2010-09-08 Andrew John Hughes + + * .hgignore: Add config.guess and config.sub. + * Makefile.am: + (clean-local): Remove empty stamps directory. + 2010-09-08 Andrew John Hughes Support both 1.2.2 and 1.3. diff -r eb52a28e265d -r 69b02bea9cf4 Makefile.am --- a/Makefile.am Wed Sep 08 15:09:55 2010 +0100 +++ b/Makefile.am Wed Sep 08 17:11:14 2010 +0100 @@ -43,6 +43,9 @@ all: visualvm clean-local: clean-visualvm clean-nbplatform clean-extract + if [ -e stamps ]; then \ + rmdir stamps ; \ + fi distclean-local: clean-local clean-download