From 6711557e24964abc6ace91cbe1089fa338e68b60 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 9 Sep 2004 06:55:47 +0000 Subject: [PATCH] [project @ 2004-09-09 06:55:47 by panne] Unified the comments in (almost) empty aclocal.m4 files --- ghc/aclocal.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/aclocal.m4 b/ghc/aclocal.m4 index d4fba2e..fbea551 100644 --- a/ghc/aclocal.m4 +++ b/ghc/aclocal.m4 @@ -1,3 +1,2 @@ -# Although we don't need any local macros currently, we leave this file here. -# Otherwise autoreconf invokes aclocal from the automake tools, which might -# be nonexistent or too old. +# Empty file to avoid a dependency on automake: autoreconf calls aclocal to +# generate a temporary aclocal.m4t when no aclocal.m4 is present. -- 1.7.10.4