diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-04 14:18:30 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-04 14:18:30 -0700 |
commit | 4a05c50a46dee2a75b06a2e4e3bc7732c267d7bb (patch) | |
tree | b66ad591688c9bb5d089e2da889f1bf3268de000 /autogen.sh | |
parent | 3e9fa60a5c99568817a12a1011b0e61cce5d3a67 (diff) | |
download | emacs-4a05c50a46dee2a75b06a2e4e3bc7732c267d7bb.tar.gz |
* autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index cc68f13a138..d04893316a4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -279,7 +279,7 @@ autoreconf -fi -I m4 || exit $? ## cause 'make' to needlessly run 'autoheader'. echo timestamp > src/stamp-h.in || exit -echo "You can now run \`./configure$env_space$AUTORECONF_ENV'." +echo "You can now run \"./configure$env_space$AUTORECONF_ENV\"." exit 0 |