diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-02-12 12:01:41 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-02-12 12:01:41 +0100 |
commit | a55bc0c38006f9cf0056d8ca23a252896da0f667 (patch) | |
tree | 38efea0643addd03f9e0fb9f4ec7c601b678047b /configure.ac | |
parent | 5a0aba36d1ab66815b129825e9cedbb926e942fc (diff) | |
download | hurd-a55bc0c38006f9cf0056d8ca23a252896da0f667.tar.gz hurd-a55bc0c38006f9cf0056d8ca23a252896da0f667.tar.bz2 hurd-a55bc0c38006f9cf0056d8ca23a252896da0f667.zip |
configure.ac: Drop unneeded backquote escaping
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 75abe63d..07e84a5b 100644 --- a/configure.ac +++ b/configure.ac @@ -13,9 +13,9 @@ none) AC_MSG_ERROR([ *** to configure; you will need to use the same host specification *** to configure other packages for the GNU/Hurd system.]) ;; *) AC_MSG_ERROR([this is the gnu os, host cannot be $host_os -*** Host configuration must be \`MACHINE-gnu' or \`MACHINE-VENDOR-gnu'. +*** Host configuration must be `MACHINE-gnu' or `MACHINE-VENDOR-gnu'. *** To cross-compile, you must specify both --host and --build; -*** for example \`--build=$host --host=$host_cpu-gnu'. +*** for example `--build=$host --host=$host_cpu-gnu'. *** Run $0 --help for more information.]) ;; esac |