From e90cf137a00e5ec04bfc33b2a92e0ceb76c4fd2f Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 14 Oct 2006 17:40:25 +0000 Subject: * aclocal.in (write_aclocal): Improve warning for mismatched Autoconf version. --- aclocal.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'aclocal.in') diff --git a/aclocal.in b/aclocal.in index 5cc280f9f..3e4ab885d 100644 --- a/aclocal.in +++ b/aclocal.in @@ -783,7 +783,9 @@ sub write_aclocal ($@) # use it in the header below. autom4te will output the name of # the file in the diagnostic anyway. $output = "m4_if(m4_PACKAGE_VERSION, [$ac_version],, -[m4_fatal([this file was generated for autoconf $ac_version], [63])]) +[m4_fatal([this file was generated for autoconf $ac_version. +You have another version of autoconf. If you want to use that, +you should regenerate the build system entirely.], [63])]) $output"; } -- cgit v1.2.1