diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-03-22 10:25:20 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-03-22 10:25:20 +0100 |
commit | fe508576ef1f815b22177d7597796886b91ea0c8 (patch) | |
tree | 885adbb929453bbbee04db48bdbbafec4e29205e /config/stdint.m4 | |
parent | 445036bb9882485133750a14a5b3da30efeae2df (diff) | |
download | cygnal-fe508576ef1f815b22177d7597796886b91ea0c8.tar.gz cygnal-fe508576ef1f815b22177d7597796886b91ea0c8.tar.bz2 cygnal-fe508576ef1f815b22177d7597796886b91ea0c8.zip |
Sync toplevel with upstream GCC.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'config/stdint.m4')
-rw-r--r-- | config/stdint.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/stdint.m4 b/config/stdint.m4 index 61898a75f..59f435954 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 |