diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 22:44:17 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 22:44:17 +0000 |
commit | 2626c18374b0260a9b4afb7763de19488a87d2ba (patch) | |
tree | f4c31c2e97fe78f0548f18666c719362e8f91400 /aclocal.m4 | |
parent | 7f981fc24a9156dba8cfe5e7eb8e87fa9d793f2a (diff) | |
download | glibc-2626c18374b0260a9b4afb7763de19488a87d2ba.tar.gz glibc-2626c18374b0260a9b4afb7763de19488a87d2ba.tar.xz glibc-2626c18374b0260a9b4afb7763de19488a87d2ba.zip |
Make aclocal.m4 comment mention updating install.texi for autoconf version.
* aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update install.texi in comment.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 23569b65f7..abc34d2315 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,7 @@ dnl We require that everyone use exactly the same Autoconf version so that dnl the internal functions defined and used by the main configure script -dnl match those expected by the fragments. +dnl match those expected by the fragments. When changing this version, +dnl install.texi also needs to be updated. m4_define([GLIBC_AUTOCONF_VERSION], [2.69]) m4_if(m4_defn([AC_AUTOCONF_VERSION]), GLIBC_AUTOCONF_VERSION, [], [m4_fatal(m4_flatten( |