Browse Source

[master] corrected a trivial typo, commiting at my discretion.

JINMEI Tatuya 12 years ago
parent
commit
786673c699
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/README

+ 1 - 1
examples/README

@@ -15,7 +15,7 @@ the "m4" subdirectory as a template for your own project.  The key is
 to call the AX_ISC_BIND10 function (as the sample configure.ac does)
 to call the AX_ISC_BIND10 function (as the sample configure.ac does)
 from your configure.ac.  Then it will check the availability of
 from your configure.ac.  Then it will check the availability of
 necessary stuff and set some corresponding AC variables.  You can then
 necessary stuff and set some corresponding AC variables.  You can then
-use the resulting variables in your Makefile.in or Makefile.ac.
+use the resulting variables in your Makefile.in or Makefile.am.
 
 
 If you use automake, don't forget adding the following line to the top
 If you use automake, don't forget adding the following line to the top
 level Makefile.am:
 level Makefile.am: