File: configure.ac

package info (click to toggle)
gnustep-netclasses 1.06.dfsg%2Breally1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 668 kB
  • sloc: objc: 4,272; makefile: 27; sh: 24
file content (17 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_INIT([netclasses], [1.1.0], [aeruder@ksu.edu], [netclasses])
AC_PREREQ([2.57])
AC_SUBST(PACKAGE_VERSION)
AC_CONFIG_SRCDIR([Source/NetBase.m])
AC_CONFIG_HEADER([Source/config.h])
AC_CHECK_HEADERS([sys/types.h sys/socket.h])
AC_CHECK_TYPES([socklen_t],,,[
#include <sys/types.h>
#include <sys/socket.h>
])


AC_OUTPUT([ GNUmakefile
Source/GNUmakefile
])