Changeset 2013 for trunk/auto-reply

Show
Ignore:
Timestamp:
06/19/00 07:32:00 (8 years ago)
Author:
dwalker
Message:

small updates

Location:
trunk/auto-reply
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply

    • Property svn:ignore
      •  

        old new  
        33configure 
        44config.h 
         5config.h.in 
        56ltmain.sh 
        67ltconfig 
  • trunk/auto-reply/.cvsignore

    r1722 r2013  
    33configure 
    44config.h 
     5config.h.in 
    56ltmain.sh 
    67ltconfig 
  • trunk/auto-reply/configure.in

    r1993 r2013  
    2222AC_PROG_CPP 
    2323AC_PROG_CXX 
     24AC_PROG_CXXCPP 
    2425LICQ_CXX_FLAGS 
    25 AC_PROG_CXXCPP 
    2626AC_ISC_POSIX 
    2727AC_PROG_MAKE_SET 
    2828AC_PROG_INSTALL 
    29 AC_PATH_PROG(PROG_STRIP,strip,:) 
    30 AC_PATH_PROG(PROG_SIZE,size,:) 
    3129 
    3230dnl libtool checks 
     
    3836dnl Checks for header files. 
    3937AC_HEADER_STDC 
    40 AC_CHECK_HEADERS(errno.h dirent.h getopt.h malloc.h pwd.h sys/time.h) 
     38AC_CHECK_HEADERS(errno.h pwd.h sys/time.h) 
    4139AC_HEADER_TIME 
    4240LICQ_SYS_ERRLIST 
     
    4442 
    4543dnl Checks for library functions. 
    46 #AC_CHECK_LIB(xnet,inet_addr) 
    47 #AC_CHECK_LIB(socket, socket) 
    48 #AC_CHECK_LIB(nsl, gethostbyname) 
    4944AC_CHECK_FUNCS(inet_addr inet_aton strerror) 
    5045 
     
    5853AC_LANG_RESTORE 
    5954 
    60 dnl Checks for typedefs, structures, and compiler characteristics. 
    61 AC_C_CONST 
    62  
    6355AC_OUTPUT( 
    6456  src/Makefile