X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=cc55b6d4f741948f3bd05c6299fabdb9f21d7f95;hb=d577cd216e0adb9cbc726dddd1a0858b4ab4e6e3;hp=56731c35c9d1b5e2d2c82cdff51ab496dcbac7f5;hpb=9f0ccb5b0ac067b3408d3776bb06f85acd4a1e7e;p=git.git diff --git a/configure.ac b/configure.ac index 56731c35c..cc55b6d4f 100644 --- a/configure.ac +++ b/configure.ac @@ -282,7 +282,15 @@ GIT_PARSE_WITH(iconv)) GIT_PARSE_WITH_SET_MAKE_VAR(gitconfig, ETC_GITCONFIG, Use VALUE instead of /etc/gitconfig as the global git configuration file. - If VALUE is not fully qualified it will be interpretted + If VALUE is not fully qualified it will be interpreted + as a path relative to the computed prefix at runtime.) + +# +# Allow user to set ETC_GITATTRIBUTES variable +GIT_PARSE_WITH_SET_MAKE_VAR(gitattributes, ETC_GITATTRIBUTES, + Use VALUE instead of /etc/gitattributes as the + global git attributes file. + If VALUE is not fully qualified it will be interpreted as a path relative to the computed prefix at runtime.) #