This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fastjar requires regex.h...


On Jan 21, 2001, Alexandre Oliva <aoliva@redhat.com> wrote:

> So do I.  Is anybody working to fix it right now, or should I go ahead
> and do it myself?

Ok, here's the patch.  Ok to install?

Index: fastjar/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* Makefile.am (bin_PROGRAMS): Moved grepjar...
	(EXTRA_PROGRAMS): ... here.
	* Makefile.in: Rebuilt.
Index: fastjar/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/fastjar/Makefile.am,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.am
--- fastjar/Makefile.am 2000/12/14 18:49:11 1.2
+++ fastjar/Makefile.am 2001/01/22 01:29:47
@@ -40,7 +40,8 @@ AM_MAKEFLAGS = \
 
 INCLUDES = -I. -I$(top_srcdir) $(ZINCS)
 
-bin_PROGRAMS = fastjar grepjar
+bin_PROGRAMS = fastjar
+EXTRA_PROGRAMS = grepjar
 fastjar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
 fastjar_LDADD = $(ZLIBS)
 fastjar_DEPENDENCIES = $(ZDEPS)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]