[New-bugs-announce] [issue30411] git doesn't support "-C" args under 1.8.5 occurs in configure.ac

Yuan Liu report at bugs.python.org
Sat May 20 05:29:22 EDT 2017


New submission from Yuan Liu:

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>]

----------
messages: 294021
nosy: Yuan Liu
priority: normal
severity: normal
status: open
title: git doesn't support "-C" args under 1.8.5 occurs in configure.ac
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30411>
_______________________________________


More information about the New-bugs-announce mailing list