diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-11 09:13:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-11 09:13:33 -0500 |
commit | ffc25bc908fc4e102d860560a4889184926b39d5 (patch) | |
tree | 729cac1b4ca4770df5c643012420f00491569fd1 /acinclude.m4 | |
parent | 58bcae37a2c63db81c8c0f8fdf47d886f072209a (diff) | |
download | tor-ffc25bc908fc4e102d860560a4889184926b39d5.tar.gz tor-ffc25bc908fc4e102d860560a4889184926b39d5.zip |
Fedora Core->Fedora; yum->dnf.
Closes 18426 and 18459.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 72593881ed..7b1aab2f99 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -109,7 +109,7 @@ if test -f /etc/debian_version && test x"$tor_$1_$2_debian" != x; then fi fi if test -f /etc/fedora-release && test x"$tor_$1_$2_redhat" != x; then - AC_WARN([On Fedora Core, you can install$h $1 using "yum install $tor_$1_$2_redhat"]) + AC_WARN([On Fedora, you can install$h $1 using "dnf install $tor_$1_$2_redhat"]) if test x"$tor_$1_$2_redhat" != x"$tor_$1_devpkg_redhat"; then AC_WARN([ You will probably need to install $tor_$1_devpkg_redhat too.]) fi |