mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
Fix typo.
This commit is contained in:
parent
dad0204a71
commit
8f0e1b3401
1
THANKS
1
THANKS
@ -80,6 +80,7 @@ Michael Schoene mrs@mlc.de
|
||||
Mike Hopkirk hops@sco.com
|
||||
Mike Stump mrs@wrs.com
|
||||
Miles Bader miles@gnu.ai.mit.edu
|
||||
Morten Eriksen mortene@sim.no
|
||||
Nicolas Joly njoly@pasteur.fr
|
||||
Noah Elliott elliott@hera.llnl.gov
|
||||
Noah Friedman friedman@gnu.ai.mit.edu
|
||||
|
@ -5559,7 +5559,7 @@ Options}). The following example will make this clearer.
|
||||
@example
|
||||
AC_DEFUN(TEST_MACRO,
|
||||
[AC_ARG_WITH(foo,
|
||||
AC_HELP_STRING([--with-foo], [use foo (default is NO)],
|
||||
AC_HELP_STRING([--with-foo], [use foo (default is NO)]),
|
||||
ac_cv_use_foo=$withval, ac_cv_use_foo=no),
|
||||
AC_CACHE_CHECK(whether to use foo, ac_cv_use_foo, ac_cv_use_foo=no)])
|
||||
@end example
|
||||
|
Loading…
Reference in New Issue
Block a user