public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
* rhug specific maintainer tools: RIP
@ 2004-05-22 11:59 Anthony Green
  2004-05-25 10:04 ` Gary Benson
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Green @ 2004-05-22 11:59 UTC (permalink / raw)
  To: rhug-rhats

Fantastic news... modern releases of the standard maintainer tools
appear to work with rhug.  I'm talking about:

	automake 1.8.4
	autoconf 2.59
	libtool 1.5.6

And we get to clean up the configure files a bit (see below).

Let's migrate these packages to use the standard tools.

AG


Index: configure.in
===================================================================
RCS file: /cvs/rhug/rhug/gnu.regexp/configure.in,v
retrieving revision 1.2
diff -c -u -p -r1.2 configure.in
--- configure.in	24 Apr 2002 17:10:22 -0000	1.2
+++ configure.in	22 May 2004 11:53:22 -0000
@@ -8,16 +8,8 @@ AM_INIT_AUTOMAKE(rhug-gnu_regexp,1.1.3a)
 
 AM_MAINTAINER_MODE
 
+AM_PROG_GCJ
 AM_PROG_LIBTOOL
-
-# AM_PROG_GCJ isn't good enough, we have to roll our own.
-# AC_CHECK_TOOL(GCJ, gcj)
-LT_AC_PROG_GCJ
-test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH])
-if test "x${GCJFLAGS-unset}" = xunset; then
-   GCJFLAGS="-g -O2"
-fi
-AC_SUBST(GCJFLAGS)
 AC_LIBTOOL_GCJ
 
 AC_CHECK_TOOL(GCJH, gcjh)


-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.

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

* Re: rhug specific maintainer tools: RIP
  2004-05-22 11:59 rhug specific maintainer tools: RIP Anthony Green
@ 2004-05-25 10:04 ` Gary Benson
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Benson @ 2004-05-25 10:04 UTC (permalink / raw)
  To: rhug-rhats

Anthony Green wrote:
> And we get to clean up the configure files a bit (see below).

You can do all the fluorinated packages in one fell swoop by patching
fluorine/configure.in and then doing something like this:

for f in */fluorine.xml; do (cd `dirname $f` && ../fluorine/fluorine); done

(and then regenerating all the configure files...)

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

end of thread, other threads:[~2004-05-25 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-22 11:59 rhug specific maintainer tools: RIP Anthony Green
2004-05-25 10:04 ` Gary Benson

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).