URL
https://opencores.org/ocsvn/vapi/vapi/trunk
Subversion Repositories vapi
[/] [vapi/] [trunk/] [configure.in] - Rev 14
Go to most recent revision | Compare with Previous | Blame | View Log
dnl Process this file with autoconf to produce a configure script.AC_INIT(vapi.c)AM_INIT_AUTOMAKE(vapi, 1.1)dnl Checks for programs.AC_PROG_CCAC_MINIXAC_PROG_MAKE_SETAC_PROG_GCC_TRADITIONALAC_PROG_INSTALLdnl Checks for libraries.dnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h)dnl Checks for typedefs, structures, and compiler characteristics.dnl Checks for library functions.AC_CHECK_FUNCS(socket strerror strtol)AC_OUTPUT(Makefile)
Go to most recent revision | Compare with Previous | Blame | View Log
