add initial support for the crisarchitecture used on foxboards to openwrt
[openwrt/staging/chunkeey.git] / target / linux / etrax-2.6 / image / e100boot / src / sbl / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(common.c)
3 AC_CONFIG_HEADER(conf.h)
4
5 dnl Checks for programs.
6 AC_PROG_CC
7
8 dnl Checks for libraries.
9 AC_CHECK_LIB(pcap, pcap_open_live)
10
11 dnl Checks for header files.
12 AC_HEADER_STDC
13 AC_CHECK_HEADERS(termios.h sys/ioctl.h net/if.h netinet/in.h netinet/in_systm.h netinet/ip.h netinet/udp.h netinet/tcp.h netdb.h arpa/inet.h sys/socket.h fcntl.h linux/if_ether.h signal.h string.h stdlib.h stdio.h sys/time.h unistd.h sys/stat.h sys/types.h errno.h linux/sockios.h ctype.h sys/socket.h pcap/pcap.h)
14
15 dnl Check for typedefs, structures, and compiler characteristics.
16 AC_HEADER_TIME
17
18 dnl Checks for library functions.
19 AC_OUTPUT(Makefile)