diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-15 18:45:09 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-15 18:45:09 +0000 |
commit | a892d100850e69a5646a81a58e5eae95886cea3b (patch) | |
tree | 47e45f8fd83083e724cb605ae9a80080a2200296 /fastjar/ChangeLog | |
parent | d189542ba96b1f4ae9264b8801a5c48e850c37ff (diff) | |
download | gcc-a892d100850e69a5646a81a58e5eae95886cea3b.tar.gz |
* jargrep.c: Include getopt.h if it exists.
(optind): Declare.
* configure, config.h: Rebuilt.
* configure.in: Check for getopt.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38294 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r-- | fastjar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index d9f738e025c..90c172ad258 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,11 @@ +2000-12-15 Tom Tromey <tromey@redhat.com> + Kelley Cook <kelleycook@home.com> + + * jargrep.c: Include getopt.h if it exists. + (optind): Declare. + * configure, config.h: Rebuilt. + * configure.in: Check for getopt.h. + 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * configure.in (fastjar_warn_cflags): Set when using gcc. |