/[classpath]/inetlib/configure.ac
ViewVC logotype

Diff of /inetlib/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by dog, Wed Jan 19 19:16:57 2005 UTC revision 1.12 by dog, Sat Apr 23 15:09:55 2005 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
2    
3  #  dnl
4  # $Id$  dnl $Id$
5  # Copyright (C) 2003 The Free Software Foundation  dnl Copyright (C) 2003 The Free Software Foundation
6  #  dnl
7  # This file is part of GNU classpath inetlib.  dnl This file is part of GNU classpath inetlib.
8  #  dnl
9  # GNU classpath is free software; you can redistribute it and/or modify it  dnl GNU classpath is free software; you can redistribute it and/or modify it
10  # under the terms of the GNU General Public License as published by the  dnl under the terms of the GNU General Public License as published by the
11  # Free Software Foundation; either version 2, or (at your option) any  dnl Free Software Foundation; either version 2, or (at your option) any
12  # later version.  dnl later version.
13  #    dnl  
14  # GNU classpath is distributed in the hope that it will be useful, but  dnl GNU classpath is distributed in the hope that it will be useful, but
15  # WITHOUT ANY WARRANTY; without even the implied warranty of  dnl WITHOUT ANY WARRANTY; without even the implied warranty of
16  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  # General Public License for more details.  dnl General Public License for more details.
18  #  dnl
19  # You should have received a copy of the GNU General Public License  dnl You should have received a copy of the GNU General Public License
20  # along with GNU JavaMail; see the file COPYING.  If not, write to the  dnl along with GNU JavaMail; see the file COPYING.  If not, write to the
21  # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  dnl Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22  # 02111-1307 USA.  dnl 02111-1307 USA.
23  #  dnl
24    
25  AC_INIT(inetlib, 1.1)  AC_INIT(inetlib, 1.1)
26  AC_CONFIG_SRCDIR(source/gnu/inet/util/LineInputStream.java)  AC_CONFIG_SRCDIR(source/gnu/inet/util/LineInputStream.java)
27  AC_CONFIG_AUX_DIR([config])  AC_CONFIG_AUX_DIR([config])
28  AM_INIT_AUTOMAKE([1.6.0])  AM_INIT_AUTOMAKE
29    
30  PACKAGE="inetlib"  PACKAGE="inetlib"
31  VERSION="1.1"  VERSION="1.1"
# Line 114  AM_CONDITIONAL(ENABLE_COMSAT, test "x$en Line 114  AM_CONDITIONAL(ENABLE_COMSAT, test "x$en
114    
115  AC_PROG_JAVAC  AC_PROG_JAVAC
116  AC_PROG_JAR  AC_PROG_JAR
117  #AC_PROG_JAVADOC  AC_PROG_JAVADOC
118  AC_CHECK_CLASSPATH  AC_JAVA_OPTIONS
119    dnl AC_CHECK_CLASSPATH
120    
121  INETLIB_WITH_JSSE  INETLIB_WITH_JSSE
122  INETLIB_WITH_SASL  INETLIB_WITH_SASL

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26