X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2Fstdint.m4;h=59f435954407d1685a9c0a8976c27fcfa0fdb412;hb=edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a;hp=61898a75fae2681e6eda71ae4f3b54f89dd69e86;hpb=79559014b26f3c6bc64f29dabce613fa89418ee5;p=deliverable%2Fbinutils-gdb.git diff --git a/config/stdint.m4 b/config/stdint.m4 index 61898a75fa..59f4359544 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 " to obtain the stdint-types. dnl