/[inetutils]/inetutils/configure.ac
ViewVC logotype

Diff of /inetutils/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ams, Sun Apr 28 16:45:12 2002 UTC revision 1.6 by ams, Sun Apr 28 21:46:27 2002 UTC
# Line 130  AH_BOTTOM( Line 130  AH_BOTTOM(
130  #endif  #endif
131  #endif /* HAVE___P */])  #endif /* HAVE___P */])
132    
   
133  ### Checks for libraries.  ### Checks for libraries.
134  AC_CHECK_LIB(bsd, revoke)  AC_CHECK_LIB(bsd, revoke)
135  AC_CHECK_LIB(nsl, inet_ntoa)  AC_CHECK_LIB(nsl, inet_ntoa)
# Line 317  dnl you have to define some global varia Line 316  dnl you have to define some global varia
316  fi  fi
317  AC_SUBST(LIBWRAP)  AC_SUBST(LIBWRAP)
318    
   
319  ### Checks for header files.  ### Checks for header files.
320  AC_HEADER_STDC  AC_HEADER_STDC
321  AC_HEADER_TIME  AC_HEADER_TIME
# Line 337  AC_CHECK_HEADERS(arpa/nameser.h des.h er Line 335  AC_CHECK_HEADERS(arpa/nameser.h des.h er
335    
336  AC_CHECK_HEADER(poll.h, , [INCLUDES="$INCLUDES poll.h"])  AC_CHECK_HEADER(poll.h, , [INCLUDES="$INCLUDES poll.h"])
337    
   
338  ### Checks for types.  ### Checks for types.
339  dnl Checks return type of signal handlers  dnl Checks return type of signal handlers
340  AC_TYPE_SIGNAL  AC_TYPE_SIGNAL
# Line 391  AC_CHECK_TYPES(cc_t, , , Line 388  AC_CHECK_TYPES(cc_t, , ,
388    # include <sgtty.h>    # include <sgtty.h>
389    #endif ])    #endif ])
390    
   
391  ### Checks for structures.  ### Checks for structures.
392  AC_CHECK_MEMBERS([struct sockaddr_in.sin_len], , ,  AC_CHECK_MEMBERS([struct sockaddr_in.sin_len], , ,
393      [ #include <sys/types.h>      [ #include <sys/types.h>
# Line 448  AH_BOTTOM( Line 444  AH_BOTTOM(
444  # define ST_BLKSIZE(statbuf) ((statbuf).st_blksize > 0 \  # define ST_BLKSIZE(statbuf) ((statbuf).st_blksize > 0 \
445                                ? (statbuf).st_blksize : DEV_BSIZE)                                ? (statbuf).st_blksize : DEV_BSIZE)
446  #endif /* HAVE_STRUCT_STAT_ST_BLKSIZE */])  #endif /* HAVE_STRUCT_STAT_ST_BLKSIZE */])
447    
448  ### Checks for compiler characteristics.  ### Checks for compiler characteristics.
449  AM_C_PROTOTYPES dnl FIXME: Does inetutils even compile on pre-ANSI compilers?  AM_C_PROTOTYPES dnl FIXME: Does inetutils even compile on pre-ANSI compilers?
450  AC_C_CONST  AC_C_CONST
# Line 460  dnl version programs that automatically Line 456  dnl version programs that automatically
456  dnl or not crypt is available.  dnl or not crypt is available.
457  IU_CHECK_WEAK_REFS  IU_CHECK_WEAK_REFS
458    
   
459  ### Checks for library functions.  ### Checks for library functions.
460  AC_FUNC_CLOSEDIR_VOID  AC_FUNC_CLOSEDIR_VOID
461  AC_FUNC_ALLOCA  AC_FUNC_ALLOCA

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26