]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Refer to autogen.sh correctly in autogen.sh
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 2 Aug 2019 21:24:27 +0000 (23:24 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 2 Aug 2019 21:24:27 +0000 (23:24 +0200)
Closes #449.

autogen.sh

index 00c9f52c85e44d129fc01eb336b6ccb6f321bde8..709b60534d19acaa91a0f5d5d3e651dbec5440f2 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 if [ -f dev_mode_disabled ]; then
     cat <<EOF >&2
 Error: It looks like you are building ccache from a release archive. If so,
-there is no need to run autoconf.sh. See INSTALL.md for further instructions.
+there is no need to run autogen.sh. See INSTALL.md for further instructions.
 
 If you do want to the enable the development mode, delete the file
 dev_mode_disabled first, but it's probably a better idea to work with the