Make aclocal.m4 comment mention updating install.texi for autoconf version.
* aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update install.texi in comment.
This commit is contained in:
parent
7f981fc24a
commit
2626c18374
@ -1,3 +1,8 @@
|
|||||||
|
2014-10-31 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
|
||||||
|
install.texi in comment.
|
||||||
|
|
||||||
2014-10-31 Torvald Riegel <triegel@redhat.com>
|
2014-10-31 Torvald Riegel <triegel@redhat.com>
|
||||||
|
|
||||||
* sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
|
* sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
|
||||||
|
3
aclocal.m4
vendored
3
aclocal.m4
vendored
@ -1,6 +1,7 @@
|
|||||||
dnl We require that everyone use exactly the same Autoconf version so that
|
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 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_define([GLIBC_AUTOCONF_VERSION], [2.69])
|
||||||
m4_if(m4_defn([AC_AUTOCONF_VERSION]), GLIBC_AUTOCONF_VERSION, [],
|
m4_if(m4_defn([AC_AUTOCONF_VERSION]), GLIBC_AUTOCONF_VERSION, [],
|
||||||
[m4_fatal(m4_flatten(
|
[m4_fatal(m4_flatten(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user