diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-04-30 17:11:50 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2007-04-30 17:11:50 +0000 |
commit | 43e384db5305fb2bf530ed5af73130e653d44dc2 (patch) | |
tree | f0e339e2ea8ebee856599106f04598af4de591c3 /lib | |
parent | e53160abef8d64cc78abc1e719b25fdf3151bcdb (diff) | |
download | autoconf-43e384db5305fb2bf530ed5af73130e653d44dc2.tar.gz |
Fix typo in previous message.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/m4sugar/m4sh.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index 7de77dd8..c6a16850 100644 --- a/lib/m4sugar/m4sh.m4 +++ b/lib/m4sugar/m4sh.m4 @@ -1560,7 +1560,7 @@ _AS_RUN([_AS_SHELL_FN_WORK]) || { echo No shell found that supports shell functions. echo Please tell bug-autoconf@gnu.org about your system, echo including any error possibly output before this message. - echo This can help us improve future autoconf version. + echo This can help us improve future autoconf versions. echo Configuration will now proceed without shell functions. } ]) |