* modules/javaexec-script: New, created from...
* modules/javaexec: ... this.
2007-01-16 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
* modules/poll (Dependencies): Add sys_select.
+2007-01-16 Paolo Bonzini <bonzini@gnu.org>
+
+ * modules/javaexec-script: New, created from...
+ * modules/javaexec: ... this.
+
+2007-01-16 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
+
+ * modules/poll (Dependencies): Add sys_select.
+
2007-01-15 Jim Meyering <jim@meyering.net>
* m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
# define SHUT_RDWR SD_BOTH
#endif
+#if defined _WIN32 || defined __WIN32__
+# define ENOTSOCK WSAENOTSOCK
+# define EADDRINUSE WSAEADDRINUSE
+# define ENETRESET WSAENETRESET
+# define ECONNABORTED WSAECONNABORTED
+# define ECONNRESET WSAECONNRESET
+# define ENOTCONN WSAENOTCONN
+# define ESHUTDOWN WSAESHUTDOWN
+#endif
+
#endif /* _SYS_SOCKET_H */
Execute a Java program.
Files:
-build-aux/javaexec.sh.in
lib/javaexec.h
lib/javaexec.c
-m4/javaexec.m4
Depends-on:
stdbool
xallocsa
error
gettext-h
+javaexec-script
configure.ac:
-# You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
-AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
Makefile.am:
DEFS += -DEXEEXT=\"$(EXEEXT)\"
--- /dev/null
+Description:
+Execute a Java program.
+
+Files:
+build-aux/javaexec.sh.in
+m4/javaexec.m4
+
+Depends-on:
+
+configure.ac:
+# You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
+AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
+
+Makefile.am:
+
+Include:
+
+License:
+GPLed build tool
+
+Maintainer:
+Bruno Haible
+
m4/poll.m4
Depends-on:
+sys_select
configure.ac:
gl_FUNC_POLL