5747677 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$ cat -n configure.in
   1: dnl Process this file with autoconf to produce a configure script.
   2: AC_INIT(buffer.c)
   3: AC_CONFIG_HEADER(config.h)
   4: 
   5: dnl Checks for programs.
   6: AC_PROG_CC
   7: AC_PROG_LN_S
   8: 
   9: dnl Checks for libraries.
  10: dnl Replace `main' with a function in -lm:
  11: AC_CHECK_LIB(m, pow)
  12: DC_DO_NETSET
  13: 
  14: dnl Checks for header files.
  15: AC_HEADER_DIRENT
  16: AC_HEADER_STDC
  17: AC_CHECK_HEADERS(fcntl.h unistd.h stdint.h sys/socket.h)
  18: 
  19: dnl Checks for typedefs, structures, and compiler characteristics.
  20: AC_C_CONST
  21: AC_TYPE_MODE_T
  22: AC_TYPE_OFF_T
  23: AC_TYPE_SIZE_T
  24: 
  25: dnl Checks for library functions.
  26: AC_CHECK_FUNCS(socket strcspn strdup strstr uname)
  27: AC_REPLACE_FUNCS(strsep)
  28: 
  29: AC_OUTPUT(Makefile)
5747678 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2001-08-24 11:36:58