This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rhug specific maintainer tools: RIP


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.


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