public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-imports/antlr ChangeLog configure config ...
@ 2006-01-27  4:46 cagney
  0 siblings, 0 replies; 3+ messages in thread
From: cagney @ 2006-01-27  4:46 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	cagney@sourceware.org	2006-01-27 04:46:36

Modified files:
	antlr          : ChangeLog configure configure.in 
	antlr/scripts  : cpp.sh.in cxx.sh.in jar.sh.in javac.sh.in 
	                 lib.sh.in link.sh.in 

Log message:
	Index: ChangeLog
	2006-01-26  Andrew Cagney  <cagney@redhat.com>
	
	Fix from Wu Zhou <woodzltc@cn.ibm.com>:
	* configure.in: Correctly quote basename applied to commands.
	* scripts/cpp.sh.in: Ditto.
	* scripts/cxx.sh.in: Ditto.
	* scripts/jar.sh.in: Ditto.
	* scripts/javac.sh.in: Ditto.
	* scripts/lib.sh.in: Ditto.
	* scripts/link.sh.in: Ditto.
	* configure: Re-generate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/ChangeLog.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/configure.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/configure.in.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/scripts/cpp.sh.in.diff?cvsroot=frysk&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/scripts/cxx.sh.in.diff?cvsroot=frysk&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/scripts/jar.sh.in.diff?cvsroot=frysk&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/scripts/javac.sh.in.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/scripts/lib.sh.in.diff?cvsroot=frysk&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/scripts/link.sh.in.diff?cvsroot=frysk&r1=1.1.1.1&r2=1.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* frysk-imports/antlr ChangeLog configure config ...
@ 2005-11-29  2:27 cagney
  0 siblings, 0 replies; 3+ messages in thread
From: cagney @ 2005-11-29  2:27 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	cagney@sourceware.org	2005-11-29 02:27:25

Modified files:
	antlr          : ChangeLog configure configure.in 

Log message:
	Index: ChangeLog
	2005-11-28  Andrew Cagney  <cagney@redhat.com>
	
	* configure.in (user_make): Make gcc4 and gcj first choice.
	* configure: Re-generate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/ChangeLog.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/configure.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/configure.in.diff?cvsroot=frysk&r1=1.2&r2=1.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

* frysk-imports/antlr ChangeLog configure config ...
@ 2005-11-26 14:17 cagney
  0 siblings, 0 replies; 3+ messages in thread
From: cagney @ 2005-11-26 14:17 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	cagney@sourceware.org	2005-11-26 14:17:25

Modified files:
	antlr          : ChangeLog configure configure.in 
Added files:
	antlr          : .cvsignore 

Log message:
	Index: frysk-imports/antlr/ChangeLog
	2005-11-26  Andrew Cagney  <cagney@redhat.com>
	
	* .cvsignore: New file, add autom4te.cache.
	* configure.in (AX_JAVA_PROGS([JAR])): Check for fastjar.
	(AX_JAVA_PROGS([JAVAC])): Check for ecj.
	* configure: Re-generate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/.cvsignore.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/ChangeLog.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/configure.diff?cvsroot=frysk&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/antlr/configure.in.diff?cvsroot=frysk&r1=1.1.1.1&r2=1.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-27  4:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-27  4:46 frysk-imports/antlr ChangeLog configure config cagney
  -- strict thread matches above, loose matches on Subject: below --
2005-11-29  2:27 cagney
2005-11-26 14:17 cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).