summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2014-02-12 00:07:20 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2014-02-12 00:14:53 +0100
commitb93ebc5092a619859a497b0acf54cb237e0e5675 (patch)
tree65cf93599b7172ecb5e134bff85a1a1222082b8d
parentaa5c73531f27b109d870fea4552cc8a5e985a3bf (diff)
downloadneard-b93ebc5092a619859a497b0acf54cb237e0e5675.tar.gz
neard-b93ebc5092a619859a497b0acf54cb237e0e5675.tar.bz2
neard-b93ebc5092a619859a497b0acf54cb237e0e5675.zip
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.
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 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])])