+++ This bug was initially created as a clone of Bug #1374280 +++ +++ This bug was initially created as a clone of Bug #1374278 +++ Description of problem: Extended regex handling is enabled with -r command line option on linux. NetBSD and FreeBSD use -E, but also provide -r for compatibility. Mac OS X only accepts -E. As a result, building on Mac OS fails early. (There may be other issues with building on Mac OS.) In any event, it's possible to do the job with an ordinary regex, extended regex isn't necessary. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: