Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/javacomp-script @ 18070:d460ec17f09f
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 28 Jul 2015 13:57:32 -0700 (2015-07-28) |
parents | 1f14c6dd175d |
children |
rev | line source |
---|---|
6462
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Script to compile a Java program. |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
6521
4c0b2f2f590e
Move the *.sh.in scripts to build-aux/.
Bruno Haible <bruno@clisp.org>
parents:
6462
diff
changeset
|
5 build-aux/javacomp.sh.in |
6462
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 m4/javacomp.m4 |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 configure.ac: |
7084
901806ac9d51
Comment out macro invocation.
Bruno Haible <bruno@clisp.org>
parents:
6521
diff
changeset
|
11 # You need to invoke gt_JAVACOMP yourself, possibly with arguments. |
7895 | 12 AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in]) |
6462
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 Makefile.am: |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 License: |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 GPLed build tool |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 |
78465468f8a8
Build tool portion of javacomp module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 Maintainer: |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7895
diff
changeset
|
20 all |