From b93ebc5092a619859a497b0acf54cb237e0e5675 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 12 Feb 2014 00:07:20 +0100 Subject: Revert "build: Resolve libtool warnings" This reverts commit 6ca81081a22a1dab1d074d657da01baae975eedc. And fixes the following warning: aclocal: warning: couldn't open directory 'm4': No such file or directory that happens to be an error with aclocal 1.13. --- Makefile.am | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2642d81..fc17bdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 AM_MAKEFLAGS = --no-print-directory pkgincludedir = ${includedir}/near diff --git a/configure.ac b/configure.ac index ab48ba1..658a785 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,6 @@ AC_INIT(neard, 0.14) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h) -AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.3