This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Yuan Liu
Recipients Yuan Liu
Date 2017-05-20.09:29:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495272562.29.0.0547762381804.issue30411@psf.upfronthosting.co.za>
In-reply-to
Content
git doesn't support "-C" args under 1.8.5 occurs in configure.ac

as I noticed from git release notes in 1.8.5: 

 * Just like "make -C <directory>", "git -C <directory> ..." tells Git
   to go there before doing anything else.

So we should have some conditional statements in configure.ac around git checkpoint, otherwise we got error message which is :

Unknown option: -C
usage: git [--version] [--help] [-c name=value]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]
History
Date User Action Args
2017-05-20 09:29:22Yuan Liusetrecipients: + Yuan Liu
2017-05-20 09:29:22Yuan Liusetmessageid: <1495272562.29.0.0547762381804.issue30411@psf.upfronthosting.co.za>
2017-05-20 09:29:22Yuan Liulinkissue30411 messages
2017-05-20 09:29:21Yuan Liucreate