public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Green <green@redhat.com>
To: rhug-rhats@sources.redhat.com
Subject: rhug specific maintainer tools: RIP
Date: Sat, 22 May 2004 11:59:00 -0000	[thread overview]
Message-ID: <1085227182.18958.7.camel@escape> (raw)

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.

             reply	other threads:[~2004-05-22 11:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-22 11:59 Anthony Green [this message]
2004-05-25 10:04 ` Gary Benson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1085227182.18958.7.camel@escape \
    --to=green@redhat.com \
    --cc=rhug-rhats@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).