From: Nick Bowler Date: Thu, 23 Jan 2014 03:04:38 +0000 (-0500) Subject: build: Remove call to AC_CONFIG_MACRO_DIR. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/bf1ea9667a3de66ed46e1b876ad3ce3ebba7e9b5?hp=bf1ea9667a3de66ed46e1b876ad3ce3ebba7e9b5 build: Remove call to AC_CONFIG_MACRO_DIR. This macro never did anything useful and should not be used. The new- fangled way is AC_CONFIG_MACRO_DIRS which might even work, but stick with the tried-and-true method for now. ---