mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
20 lines
464 B
Text
20 lines
464 B
Text
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(include/r_assoc.h)
|
|
|
|
dnl Checks for programs.
|
|
AC_PROG_CC
|
|
|
|
dnl Checks for libraries.
|
|
|
|
dnl Checks for header files.
|
|
AC_HEADER_STDC
|
|
AC_CHECK_HEADERS(sys/time.h)
|
|
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
|
AC_HEADER_TIME
|
|
|
|
dnl Checks for library functions.
|
|
AC_FUNC_MEMCMP
|
|
AC_FUNC_VPRINTF
|
|
|
|
AC_OUTPUT(make/freebsd31/Makefile make/freebsd22/Makefile make/sunos413/Makefile)
|