From 525675c96ff66183f65d37f639d65c2df365e32c Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Thu, 23 Feb 2012 13:59:11 +0400 Subject: [PATCH] remove hardcoded path for m4 --- Makefile.am | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index be6da93..d17b749 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,6 @@ yasnd_LDADD += lib/libyasnd.la sbin_PROGRAMS = yasnd yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c -ACLOCAL_AMFLAGS = -I m4 - distclean-local: rm -rf aclocal.m4 m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null rm -rf ltmain.sh config.guess config.sub &>/dev/null diff --git a/configure.ac b/configure.ac index c691eca..3b1f441 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,6 @@ AC_CONFIG_SRCDIR([yasnd.c]) AC_CONFIG_HEADERS([config.h]) AC_LANG([C]) AM_INIT_AUTOMAKE -AC_CONFIG_MACRO_DIR([m4]) AC_DISABLE_STATIC # Default prefix for installation