aboutsummaryrefslogtreecommitdiff
path: root/config/stdint.m4
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-27 07:43:26 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-27 07:43:26 -0700
commitedb71a9c3838b83424f6eb0ef04eab5b31aa7f4a (patch)
tree052ce037f3bff1e11ada0aeacb3c165383a39628 /config/stdint.m4
parent79559014b26f3c6bc64f29dabce613fa89418ee5 (diff)
downloadfsf-binutils-gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.zip
fsf-binutils-gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.tar.gz
fsf-binutils-gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.tar.bz2
Sync config with GCC
Sync with GCC 2015-07-24 Micahel Darling <darlingm@gmail.com> PR other/66259 * gettext.m4: Reflects renaming of configure.in to configure.ac * po.m4: Likewise * stdint.m4: Likewise * tcl.m4: Likewise
Diffstat (limited to 'config/stdint.m4')
-rw-r--r--config/stdint.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/stdint.m4 b/config/stdint.m4
index 61898a7..59f4359 100644
--- a/config/stdint.m4
+++ b/config/stdint.m4
@@ -39,7 +39,7 @@ dnl If your installed header files require the stdint-types you will want to
dnl create an installable file mylib-int.h that all your other installable
dnl header may include. So, for a library package named "mylib", just use
dnl GCC_HEADER_STDINT(mylib-int.h)
-dnl in configure.in and install that header file in Makefile.am along with
+dnl in configure.ac and install that header file in Makefile.am along with
dnl the other headers (mylib.h). The mylib-specific headers can simply
dnl use "#include <mylib-int.h>" to obtain the stdint-types.
dnl