summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-06-23 08:30:46 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-06-23 08:30:46 +0000
commit250218860295e517648307459a0e415b0fab32ec (patch)
treee73c149e64bbb59563339004752bce678c942710 /aclocal.m4
parentb4c497b7a7485dde33f81848e1a0ac5378dd3304 (diff)
downloadautomake-250218860295e517648307459a0e415b0fab32ec.tar.gz
* aclocal.in (write_aclocal): Warn about autoconf
incompatibilities instead of making them fatal. * tests/missing4.test: Adjust. * NEWS: Update. Problem reported by Bruno Haible in <http://lists.gnu.org/archive/html/bug-automake/2007-06/msg00010.html>.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 26404ee50..7ae7e5bf1 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -12,9 +12,10 @@
# PARTICULAR PURPOSE.
m4_if(m4_PACKAGE_VERSION, [2.61],,
-[m4_fatal([this file was generated for autoconf 2.61.
-You have another version of autoconf. If you want to use that,
-you should regenerate the build system entirely.], [63])])
+[m4_warning([this file was generated for autoconf 2.61.
+You have another version of autoconf. It may work, but is not guaranteed to.
+If you have problems, you may need to regenerate the build system entirely.
+To do so, use the procedure documented by the package, typically `autoreconf'.])])
m4_include([m4/amversion.m4])
m4_include([m4/auxdir.m4])