summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dac0f34e5b8..5627f2ea048 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 28 17:07:19 2003 Steve Huston <shuston@riverace.com>
+
+ * Makefile.am: Added definition of ACLOCAL so autoconf stuff gets
+ rebuilt correctly when needed.
+
Tue Oct 28 16:33:41 2003 Steve Huston <shuston@riverace.com>
* m4/ace.m4: Added new option, --enable-stdcpplib, defaults to yes.
diff --git a/Makefile.am b/Makefile.am
index 382614c5d13..580cfe3163c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,7 @@ SUBDIRS = \
## Additional flags to pass to `aclocal' when invoked by the generated
## Makefile. In particular, add ACE's `m4' directory to the macro
## search path.
+ACLOCAL = @ACLOCAL@
ACLOCAL_AMFLAGS = -I m4
## If any of these files are modified, `configure' will be