fix installation, dist-preparation
This commit is contained in:
parent
495057c341
commit
51471804cd
18 changed files with 110 additions and 80 deletions
|
|
@ -32,7 +32,10 @@ AC_CHECK_PROG(DOXYGEN, doxygen, doxygen, true)
|
|||
dnl Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS(limits.h)
|
||||
AC_CHECK_HEADERS(values.h)
|
||||
AC_CXX_HAVE_NUMERIC_LIMITS
|
||||
AC_CXX_HAVE_SSTREAM
|
||||
AC_CXX_NAMESPACES
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_CONST
|
||||
|
|
@ -50,6 +53,7 @@ dnl create makefiles
|
|||
AC_OUTPUT(Makefile \
|
||||
app/Makefile \
|
||||
app/mastermind/Makefile \
|
||||
app/gprop/Makefile \
|
||||
app/gpsymreg/Makefile \
|
||||
contrib/Makefile \
|
||||
doc/Makefile \
|
||||
|
|
|
|||
Reference in a new issue