diff options
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 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 |