m4 dir changes
This commit is contained in:
parent
58b4ecaad6
commit
1503f22d20
@ -4,6 +4,8 @@ EXTRA_DIST = certs/*.pem certs/*.der certs/*.txt certs/*.raw \
|
||||
doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \
|
||||
swig/python_cyassl.vcproj swig/rsasign.py
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
# !!!! first line of rule has to start with a hard (real) tab, not spaces
|
||||
basic:
|
||||
cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
|
||||
|
@ -4,9 +4,10 @@ AM_INIT_AUTOMAKE(cyassl,1.8.8)
|
||||
AM_CONFIG_HEADER(ctaocrypt/include/config.h)
|
||||
|
||||
|
||||
dnl Include m4
|
||||
sinclude(lib_socket_nsl.m4)
|
||||
sinclude(acx_pthread.m4)
|
||||
#dnl Include m4
|
||||
#sinclude(lib_socket_nsl.m4)
|
||||
#sinclude(acx_pthread.m4)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
||||
# make sure configure doesn't add to CFLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user