# HG changeset patch # User "Yann E. MORIN" # Date 1389910939 -3600 # Node ID 31d303a49013276ce013f74ac3fc8af4e2a861e7 # Parent c4b4bb58f639995e35edd3dd1874d1def6f62cc3 configure: s/don't/do not/ The autoconf manual suggests not to use ' in messages. I don't why they do, but it breaks syntax-highlighting. Just remove the lone quote we have. Signed-off-by: "Yann E. MORIN" diff -r c4b4bb58f639 -r 31d303a49013 configure.ac --- a/configure.ac Sat Jan 04 16:17:40 2014 +0100 +++ b/configure.ac Thu Jan 16 23:22:19 2014 +0100 @@ -62,7 +62,7 @@ [local], [AS_HELP_STRING( [--enable-local], - [don't install, and use current directory])]) + [do not install, and use current directory])]) AC_SUBST([enable_local], [${enable_local:-no}]) AC_ARG_ENABLE( [shared],