put config gen files in config/

This commit is contained in:
Todd A Ouska 2011-04-27 12:36:39 -07:00
parent 858d61ad5c
commit 3ba4aa9cca

View File

@ -1,5 +1,6 @@
AC_INIT
AC_CANONICAL_SYSTEM
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(cyassl,1.9.6) # !!! also change in ssl.h !!!
AM_CONFIG_HEADER(ctaocrypt/include/config.h)
@ -468,6 +469,6 @@ AC_SUBST(LIBS)
# FINAL
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT