aboutsummaryrefslogtreecommitdiff
path: root/config/stdint.m4
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-03-22 10:25:20 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-03-22 10:25:20 +0100
commitfe508576ef1f815b22177d7597796886b91ea0c8 (patch)
tree885adbb929453bbbee04db48bdbbafec4e29205e /config/stdint.m4
parent445036bb9882485133750a14a5b3da30efeae2df (diff)
downloadnewlib-fe508576ef1f815b22177d7597796886b91ea0c8.zip
newlib-fe508576ef1f815b22177d7597796886b91ea0c8.tar.gz
newlib-fe508576ef1f815b22177d7597796886b91ea0c8.tar.bz2
Sync toplevel with upstream GCC.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
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