ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure.ac
(Generate patch)

Comparing gvpe/configure.ac (file contents):
Revision 1.34 by pcg, Fri Mar 4 03:43:09 2005 UTC vs.
Revision 1.36 by pcg, Thu Mar 17 23:59:37 2005 UTC

2 2
3AC_PREREQ(2.59) 3AC_PREREQ(2.59)
4AC_INIT 4AC_INIT
5AC_CONFIG_SRCDIR([src/vped.C]) 5AC_CONFIG_SRCDIR([src/vped.C])
6AC_CANONICAL_TARGET 6AC_CANONICAL_TARGET
7AM_INIT_AUTOMAKE(gvpe, 1.7) 7AM_INIT_AUTOMAKE(gvpe, 1.8)
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
9AM_MAINTAINER_MODE 9AM_MAINTAINER_MODE
10 10
11AH_TOP([ 11AH_TOP([
12#ifndef CONFIG_H__ 12#ifndef CONFIG_H__
81 "tincd/darwin" 81 "tincd/darwin"
82 "native/cygwin"; 82 "native/cygwin";
83 Untested combinations are: 83 Untested combinations are:
84 "tincd/netbsd" 84 "tincd/netbsd"
85 "tincd/solaris" 85 "tincd/solaris"
86 "tincd/mingw"; 86 "tincd/mingw"
87 "tincd/raw_socket"
88 "tincd/uml_socket";
87 Broken combinations are: 89 Broken combinations are:
88 "tincd/cygwin"; 90 "tincd/cygwin";
89 The default is to autodetect. 91 The default is to autodetect.
90 )], 92 )],
91 [ 93 [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines