diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-10-14 17:40:25 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-10-14 17:40:25 +0000 |
commit | e90cf137a00e5ec04bfc33b2a92e0ceb76c4fd2f (patch) | |
tree | 807899bc42e5b1060b230f0fbd6950e7516ff832 /aclocal.in | |
parent | f74ae32b93806bb91f4af727c455cb2315e35f29 (diff) | |
download | automake-e90cf137a00e5ec04bfc33b2a92e0ceb76c4fd2f.tar.gz |
* aclocal.in (write_aclocal): Improve warning for mismatched
Autoconf version.
Diffstat (limited to 'aclocal.in')
-rw-r--r-- | aclocal.in | 4 |
1 files changed, 3 insertions, 1 deletions
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"; } |