remove hardcoded path for m4

This commit is contained in:
Sergey Popov 2012-02-23 13:59:11 +04:00
parent 8159ff04d2
commit 525675c96f
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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