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 <rep...@bugs.python.org> <http://bugs.python.org/issue30411> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com