forked from wolfSSL/wolfssl
m4 dir changes
This commit is contained in:
@@ -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.* \
|
doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \
|
||||||
swig/python_cyassl.vcproj swig/rsasign.py
|
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
|
# !!!! first line of rule has to start with a hard (real) tab, not spaces
|
||||||
basic:
|
basic:
|
||||||
cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
|
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)
|
AM_CONFIG_HEADER(ctaocrypt/include/config.h)
|
||||||
|
|
||||||
|
|
||||||
dnl Include m4
|
#dnl Include m4
|
||||||
sinclude(lib_socket_nsl.m4)
|
#sinclude(lib_socket_nsl.m4)
|
||||||
sinclude(acx_pthread.m4)
|
#sinclude(acx_pthread.m4)
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
||||||
# make sure configure doesn't add to CFLAGS
|
# make sure configure doesn't add to CFLAGS
|
||||||
|
Reference in New Issue
Block a user