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

Diff of /gjdoc/configure.ac

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

revision 1.9 by julian, Mon Feb 7 20:41:36 2005 UTC revision 1.10 by julian, Mon Feb 7 23:02:19 2005 UTC
# Line 1  Line 1 
1  dnl Process this file with automake to produce configure.  dnl Process this file with autoconf to produce configure.
2    
3    dnl configure.ac
4    dnl Copyright (C) 2005 Free Software Foundation, Inc.
5    dnl
6    dnl This file is part of GNU Classpath.
7    dnl
8    dnl GNU Classpath is free software; you can redistribute it and/or modify
9    dnl it under the terms of the GNU General Public License as published by
10    dnl the Free Software Foundation; either version 2, or (at your option)
11    dnl any later version.
12    dnl  
13    dnl GNU Classpath is distributed in the hope that it will be useful, but
14    dnl WITHOUT ANY WARRANTY; without even the implied warranty of
15    dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16    dnl General Public License for more details.
17    dnl
18    dnl You should have received a copy of the GNU General Public License
19    dnl along with GNU Classpath; see the file COPYING.  If not, write to the
20    dnl Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21    dnl 02111-1307 USA.
22    
23  AC_INIT(gjdoc, 0.7.1-cvs, [cp-tools-discuss@gnu.org])  AC_INIT(gjdoc, 0.7.1-cvs, [cp-tools-discuss@gnu.org])
24  AM_INIT_AUTOMAKE(tar-ustar)  AM_INIT_AUTOMAKE(tar-ustar)
# Line 69  AC_SUBST(jni_linkflag) Line 89  AC_SUBST(jni_linkflag)
89  AM_CONDITIONAL([ENABLE_XMLDOCLET], [test x${enable_xmldoclet} = xyes])  AM_CONDITIONAL([ENABLE_XMLDOCLET], [test x${enable_xmldoclet} = xyes])
90  AM_CONDITIONAL([ENABLE_NATIVE], [test x${enable_native} = xyes])  AM_CONDITIONAL([ENABLE_NATIVE], [test x${enable_native} = xyes])
91    
92    AC_CONFIG_FILES([gjdoc.sh], [chmod +x gjdoc.sh])
93    
94  AC_OUTPUT([Makefile])  AC_OUTPUT([Makefile])

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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