For PR libgcj/5303:
* jargrep.h: Removed RCS keywords. (GVERSION): Removed. * configure, Makefile.in, config.h.in: Rebuilt. * configure.in: Added AM_MAINTAINER_MODE. Don't look for getopt.h. Use `fastjar' as package name. * Makefile.am (INCLUDES): Look in ../include. (LIBIBERTY): New macro. (jar_LDADD): Use it. (jar_DEPENDENCIES): Likewise. (grepjar_LDADD): Likewise. (grepjar_DEPENDENCIES): Likewise. * jargrep.c: Removed RCS keywords. Always include getopt.h. (LONG_OPT): New macro. (OPT_HELP): Likewise. (main): Use getopt_long. Let getopt print invalid argument message. Handle --help. Use version(). (version): New function. (optarg, optind): Don't declare. (option_vec): New global. (help): New function. (Usage): Updated to GNU standards. * jartool.c: Removed RCS keywords. Include getopt.h. (LONG_OPT): New macro. (OPT_HELP): Likewise. (options): New global. (help): New function. (usage): Print a single line. (version): New function. (expand_options): New function. (main): Use getopt_long and expand_options. Fail if `-u' specified. Changed handling of -f, -m, -V options. (OPTION_STRING): New macro. (version_string): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48697 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- fastjar/ChangeLog 37 additions, 0 deletionsfastjar/ChangeLog
- fastjar/Makefile.am 12 additions, 7 deletionsfastjar/Makefile.am
- fastjar/Makefile.in 108 additions, 28 deletionsfastjar/Makefile.in
- fastjar/aclocal.m4 33 additions, 0 deletionsfastjar/aclocal.m4
- fastjar/config.h.in 0 additions, 3 deletionsfastjar/config.h.in
- fastjar/configure 139 additions, 98 deletionsfastjar/configure
- fastjar/configure.in 4 additions, 2 deletionsfastjar/configure.in
- fastjar/jargrep.c 71 additions, 11 deletionsfastjar/jargrep.c
- fastjar/jargrep.h 1 addition, 5 deletionsfastjar/jargrep.h
- fastjar/jartool.c 175 additions, 68 deletionsfastjar/jartool.c
Loading
Please register or sign in to comment