remove hardcoded path for m4
This commit is contained in:
parent
8159ff04d2
commit
525675c96f
@ -7,8 +7,6 @@ yasnd_LDADD += lib/libyasnd.la
|
|||||||
sbin_PROGRAMS = yasnd
|
sbin_PROGRAMS = yasnd
|
||||||
yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c
|
yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -rf aclocal.m4 m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
|
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
|
rm -rf ltmain.sh config.guess config.sub &>/dev/null
|
||||||
|
@ -4,7 +4,6 @@ AC_CONFIG_SRCDIR([yasnd.c])
|
|||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
|
||||||
AC_DISABLE_STATIC
|
AC_DISABLE_STATIC
|
||||||
|
|
||||||
# Default prefix for installation
|
# Default prefix for installation
|
||||||
|
Loading…
Reference in New Issue
Block a user