]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Sort list
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 20 Oct 2018 11:04:46 +0000 (13:04 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Oct 2018 11:52:45 +0000 (13:52 +0200)
configure.ac

index eaa66e522c42fc88a224685c4e4b0cbcf637439d..d6349545fb28a3b7ecb7d5ddce4bb5ceda909ed9 100644 (file)
@@ -16,12 +16,12 @@ case $host in
         ;;
 esac
 
+AC_SUBST(disable_man)
 AC_SUBST(extra_libs)
-AC_SUBST(no_implicit_fallthrough_warning)
 AC_SUBST(getopt_long_c)
 AC_SUBST(include_dev_mk)
+AC_SUBST(no_implicit_fallthrough_warning)
 AC_SUBST(test_suites)
-AC_SUBST(disable_man)
 
 m4_include(m4/feature_macros.m4)
 m4_include(m4/clang.m4)