Update of /cvsroot/plib/plib/examples
In directory usw-pr-cvs1:/tmp/cvs-serv412/examples
Modified Files:
configure.in
Log Message:
Updates for OS-X / IRIX, cleanups, improvements
Index: configure.in
===================================================================
RCS file: /cvsroot/plib/plib/examples/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- configure.in 12 Jun 2002 11:27:22 -0000 1.20
+++ configure.in 1 Jul 2002 00:32:22 -0000 1.21
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/js/js_demo.cxx)
-AM_INIT_AUTOMAKE(plib_examples, 1.4.1)
+AM_INIT_AUTOMAKE(plib_examples, 1.5.2)
dnl Checks for programs.
AC_PROG_CC
@@ -11,13 +11,49 @@
AC_PROG_INSTALL
AC_PROG_RANLIB
[...157 lines suppressed...]
],[],[
-AC_MSG_RESULT(size_t)
+AC_MSG_RESULT(size_t)
AC_DEFINE(socklen_t,size_t)], [
-AC_MSG_RESULT(int)
+AC_MSG_RESULT(int)
AC_DEFINE(socklen_t,int)])])
AC_OUTPUT( \
@@ -153,8 +177,7 @@
src/fnt/Makefile \
src/net/Makefile \
src/net/client_server/Makefile \
- src/net/http_get/Makefile \
- src/net/net_echo/Makefile \
+ src/net/http_get/Makefile \
+ src/net/net_echo/Makefile \
src/util/Makefile )
-
|