HomePhabricator

autotools: fix subdir m4 check, never let it return -I
c546dc05bb5fUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

autotools: fix subdir m4 check, never let it return -I

If BDB_CPPFLAGS returns only "-I", the next argument sent to the preprocessor
is treated as a path. There are 2 fixes here:

  1. Check in CPPFLAGS, as a user might have manually passed a path to check.
  2. Ensure the value is not empty before setting BDB_CPPFLAGS to "-I value"

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Sep 18 2013, 21:09
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING2e9c8aed310b: configure.ac: remove unneeded OSX flags
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rSTAGINGc546dc05bb5f: autotools: fix subdir m4 check, never let it return -I (authored by Cory Fields <cory-nospam-@coryfields.com>).Sep 18 2013, 21:11