OpenCores
URL https://opencores.org/ocsvn/vapi/vapi/trunk

Subversion Repositories vapi

[/] [vapi/] [tags/] [initial/] [configure.in] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 markom
dnl Process this file with autoconf to produce a configure script.
2
AC_INIT(vapi.c)
3
AM_INIT_AUTOMAKE(vapi, 1.1)
4
 
5
dnl Checks for programs.
6
AC_PROG_CC
7
AC_MINIX
8
AC_PROG_MAKE_SET
9
AC_PROG_GCC_TRADITIONAL
10
AC_PROG_INSTALL
11
 
12
dnl Checks for libraries.
13
 
14
dnl Checks for header files.
15
AC_HEADER_STDC
16
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h)
17
 
18
dnl Checks for typedefs, structures, and compiler characteristics.
19
 
20
dnl Checks for library functions.
21
AC_CHECK_FUNCS(socket strerror strtol)
22
 
23
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.