diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-12-15 Chris Toshok <toshok@ximian.com> + + * Makefile.am (ACLOCAL_AMFLAGS): remove. + 2003-12-07 JP Rosevear <jpr@ximian.com> * configure.in: update version reliance diff --git a/Makefile.am b/Makefile.am index 82425329dd..0dcfbf65a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,5 +69,3 @@ cde-install: install dtappintegrate cde-uninstall: dtappunintegrate uninstall endif - -ACLOCAL_AMFLAGS = -I m4 |