Changeset 2013 for trunk/auto-reply
- Timestamp:
- 06/19/00 07:32:00 (8 years ago)
- Location:
- trunk/auto-reply
- Files:
-
- 1 removed
- 3 modified
-
. (modified) (1 prop)
-
.cvsignore (modified) (1 diff)
-
config.h.in (deleted)
-
configure.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply
- Property svn:ignore
-
old new 3 3 configure 4 4 config.h 5 config.h.in 5 6 ltmain.sh 6 7 ltconfig
-
- Property svn:ignore
-
trunk/auto-reply/.cvsignore
r1722 r2013 3 3 configure 4 4 config.h 5 config.h.in 5 6 ltmain.sh 6 7 ltconfig -
trunk/auto-reply/configure.in
r1993 r2013 22 22 AC_PROG_CPP 23 23 AC_PROG_CXX 24 AC_PROG_CXXCPP 24 25 LICQ_CXX_FLAGS 25 AC_PROG_CXXCPP26 26 AC_ISC_POSIX 27 27 AC_PROG_MAKE_SET 28 28 AC_PROG_INSTALL 29 AC_PATH_PROG(PROG_STRIP,strip,:)30 AC_PATH_PROG(PROG_SIZE,size,:)31 29 32 30 dnl libtool checks … … 38 36 dnl Checks for header files. 39 37 AC_HEADER_STDC 40 AC_CHECK_HEADERS(errno.h dirent.h getopt.h malloc.hpwd.h sys/time.h)38 AC_CHECK_HEADERS(errno.h pwd.h sys/time.h) 41 39 AC_HEADER_TIME 42 40 LICQ_SYS_ERRLIST … … 44 42 45 43 dnl Checks for library functions. 46 #AC_CHECK_LIB(xnet,inet_addr)47 #AC_CHECK_LIB(socket, socket)48 #AC_CHECK_LIB(nsl, gethostbyname)49 44 AC_CHECK_FUNCS(inet_addr inet_aton strerror) 50 45 … … 58 53 AC_LANG_RESTORE 59 54 60 dnl Checks for typedefs, structures, and compiler characteristics.61 AC_C_CONST62 63 55 AC_OUTPUT( 64 56 src/Makefile
