Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 32016 invoked from network); 11 Jan 2006 23:09:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 23:09:42 -0000 Received: (qmail 70660 invoked by uid 500); 11 Jan 2006 23:09:38 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 70626 invoked by uid 500); 11 Jan 2006 23:09:38 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 70615 invoked by uid 99); 11 Jan 2006 23:09:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 15:09:38 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Jan 2006 15:09:35 -0800 Received: (qmail 31848 invoked by uid 65534); 11 Jan 2006 23:09:13 -0000 Message-ID: <20060111230913.31834.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r368162 - in /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm: APACHE.README Makefile.am autogen.sh etc/Makefile.am etc/makedist.sh etc/regen.sh Date: Wed, 11 Jan 2006 23:09:06 -0000 To: harmony-commits@incubator.apache.org From: archie@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: archie Date: Wed Jan 11 15:09:01 2006 New Revision: 368162 URL: http://svn.apache.org/viewcvs?rev=368162&view=rev Log: - Rename etc/regen.sh to autogen.sh per contemporary custom. - Other minor comment tweaks, etc. Added: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/autogen.sh (contents, props changed) - copied, changed from r368158, incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/regen.sh Removed: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/regen.sh Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/APACHE.README incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/Makefile.am incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/makedist.sh Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/APACHE.README URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/APACHE.README?rev=368162&r1=368161&r2=368162&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/APACHE.README (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/APACHE.README Wed Jan 11 15:09:01 2006 @@ -26,7 +26,7 @@ 0. You'll need autoconf, automake, and libtool installed first. 1. Follow INSTALL step 0 & 1 to install libpopt, libz, and Classpath. - 2. Run "sh etc/regen.sh"; you may add "--with-classpath=DIR" to specify + 2. Run "autogen.sh"; you may add "--with-classpath=DIR" to specify a non-default Classpath install dir (the default is /usr/local/classpath). 3. ./configure && make && make install Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am?rev=368162&r1=368161&r2=368162&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am Wed Jan 11 15:09:01 2006 @@ -1,7 +1,7 @@ ## $Id$ EXTRA_DIST= AUTHORS README LICENSE INSTALL \ - install-sh libtool missing + install-sh libtool missing autogen.sh SUBDIRS= include java tools libjc jc doc etc Copied: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/autogen.sh (from r368158, incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/regen.sh) URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/autogen.sh?p2=incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/autogen.sh&p1=incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/regen.sh&r1=368158&r2=368162&rev=368162&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/regen.sh (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/autogen.sh Wed Jan 11 15:09:01 2006 @@ -5,9 +5,6 @@ # Script to regenerate all the GNU auto* gunk. # Run this from the top directory of the source tree. # -# This is customized for my FreeBSD machine. It probably -# won't work right on your machine, please edit to suit. -# # If it looks like I don't know what I'm doing here, you're right. # Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/autogen.sh ------------------------------------------------------------------------------ svn:executable = * Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/autogen.sh ------------------------------------------------------------------------------ svn:keywords = Id Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/Makefile.am URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/Makefile.am?rev=368162&r1=368161&r2=368162&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/Makefile.am (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/Makefile.am Wed Jan 11 15:09:01 2006 @@ -1,10 +1,10 @@ -## $Id: Makefile.am,v 1.8 2005/04/29 00:49:30 archiecobbs Exp $ +## $Id$ jcetcdir= $(sysconfdir) dist_jcetc_DATA= jc.conf -EXTRA_DIST= gdb.userdef regen.sh makedist.sh jc.xpm \ +EXTRA_DIST= gdb.userdef makedist.sh jc.xpm \ classpath.spec.in jcvm.spec.in rpms: classpath-rpm jcvm-rpm Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/makedist.sh URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/makedist.sh?rev=368162&r1=368161&r2=368162&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/makedist.sh (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/etc/makedist.sh Wed Jan 11 15:09:01 2006 @@ -31,10 +31,7 @@ rm -f java/jc.zip java/api.tgz # Configure (so we have Makefiles) -sh etc/regen.sh ${1+"$@"} - -# Pre-build jc.zip so builder doesn't have to -( cd java && make ) +sh autogen.sh ${1+"$@"} # Create the distribution make dist