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]

please apply this...


Anthony, et al.

This adds AM_MAINTAINER_MODE to all the configure.in scripts.
This is nice when you don't have the right auto* tools, or when you
have many versions of them installed.

I can't apply this because I don't have the right tools right now :-(.
Could you apply it?

You can then run this to update everything:

find . -name configure.in -print | while read f; do
d=$(dirname $f)
echo $d
(cd $d; aclocal; autoconf; automake)
done


I'd appreciate it if you could do this quickly, since I want to test
rhug against the recent gcj.

If you can't do it, tell me, and I'll dig up the right tools and
install them all.

Tom


Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Added AM_MAINTAINER_MODE.

Index: configure.in
===================================================================
RCS file: /cvs/rhug/rhug/configure.in,v
retrieving revision 1.34
diff -u -r1.34 configure.in
--- configure.in 3 Mar 2002 23:22:33 -0000 1.34
+++ configure.in 24 Apr 2002 00:54:19 -0000
@@ -4,6 +4,8 @@
 
 AM_INIT_AUTOMAKE(rhug,1.0)
 
+AM_MAINTAINER_MODE
+
 AC_CONFIG_SUBDIRS(xerces gnu.readline rhino jakarta-oro jakarta-servletapi jakarta-tomcat jython gnu.regexp BCEL cup xalan)
 
 AM_PROG_LIBTOOL
Index: BCEL/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: BCEL/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/BCEL/configure.in,v
retrieving revision 1.2
diff -u -r1.2 configure.in
--- BCEL/configure.in 9 Mar 2002 20:27:11 -0000 1.2
+++ BCEL/configure.in 24 Apr 2002 00:54:31 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-bcel,4.4.2)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: cup/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: cup/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/cup/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- cup/configure.in 3 Mar 2002 17:47:40 -0000 1.1
+++ cup/configure.in 24 Apr 2002 00:54:32 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-cup,v10j)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: gnu.readline/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: gnu.readline/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/gnu.readline/configure.in,v
retrieving revision 1.2
diff -u -r1.2 configure.in
--- gnu.readline/configure.in 3 Mar 2002 05:18:07 -0000 1.2
+++ gnu.readline/configure.in 24 Apr 2002 00:54:32 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-gnu_readline,0.6)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 AC_CACHE_CHECK(for libraries needed for readline, gst_cv_readline_libs, [
Index: gnu.regexp/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: gnu.regexp/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/gnu.regexp/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- gnu.regexp/configure.in 3 Mar 2002 18:03:01 -0000 1.1
+++ gnu.regexp/configure.in 24 Apr 2002 00:54:32 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-gnu_regexp,1.1.3a)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: jakarta-oro/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: jakarta-oro/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/jakarta-oro/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- jakarta-oro/configure.in 3 Mar 2002 05:18:09 -0000 1.1
+++ jakarta-oro/configure.in 24 Apr 2002 00:54:33 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-jakarta-oro,2.0.4)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: jakarta-servletapi/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: jakarta-servletapi/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/jakarta-servletapi/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- jakarta-servletapi/configure.in 3 Mar 2002 15:01:04 -0000 1.1
+++ jakarta-servletapi/configure.in 24 Apr 2002 00:54:33 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-jakarta-servletapi,3.2.3)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: jakarta-tomcat/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: jakarta-tomcat/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/jakarta-tomcat/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- jakarta-tomcat/configure.in 3 Mar 2002 23:24:14 -0000 1.1
+++ jakarta-tomcat/configure.in 24 Apr 2002 00:54:33 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(jakarta-tomcat,3.2.3)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: jython/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: jython/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/jython/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- jython/configure.in 3 Mar 2002 15:56:32 -0000 1.1
+++ jython/configure.in 24 Apr 2002 00:54:37 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-jython,2.1)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: rhino/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: rhino/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/rhino/configure.in,v
retrieving revision 1.2
diff -u -r1.2 configure.in
--- rhino/configure.in 3 Mar 2002 08:06:31 -0000 1.2
+++ rhino/configure.in 24 Apr 2002 00:54:41 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-rhino,1.5R2)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: xalan/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: xalan/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/xalan/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- xalan/configure.in 3 Mar 2002 23:22:35 -0000 1.1
+++ xalan/configure.in 24 Apr 2002 00:54:42 -0000
@@ -6,6 +6,8 @@
 
 AM_INIT_AUTOMAKE(rhug-xalan,2.2.D9)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.
Index: xerces/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Use AM_MAINTAINER_MODE.

Index: xerces/configure.in
===================================================================
RCS file: /cvs/rhug/rhug/xerces/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- xerces/configure.in 2 Mar 2002 23:23:13 -0000 1.1
+++ xerces/configure.in 24 Apr 2002 00:54:54 -0000
@@ -4,6 +4,8 @@
 
 AM_INIT_AUTOMAKE(rhug-xerces,1.4.2)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_LIBTOOL
 
 # AM_PROG_GCJ isn't good enough, we have to roll our own.


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