From bf1ea9667a3de66ed46e1b876ad3ce3ebba7e9b5 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Wed, 22 Jan 2014 22:04:38 -0500 Subject: [PATCH] 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8a460a9..a53ad7c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,6 @@ AC_PREREQ([2.68]) AC_INIT([liblbx], [0.1], [toom-devel@lists.sourceforge.net]) AC_CONFIG_SRCDIR([src/lbx.c]) AC_CONFIG_HEADER([config.h]) -AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) AM_SILENT_RULES([yes]) -- 2.43.0