public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: Joshua Sumali <jsumali@redhat.com>
To: mauve-patches@sources.redhat.com
Subject: FYI: Makefile and configure fix
Date: Wed, 12 Sep 2007 20:53:00 -0000	[thread overview]
Message-ID: <46E851A6.7090000@redhat.com> (raw)
In-Reply-To: <46A65505.1090508@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

This patch is to fix the 'make dist' target. It now works and produces a 
mauve dated dist tarball.

2007-09-12      Joshua Sumali   <jsumali@redhat.com>

        * Makefile.am: Added source files for 'make dist' target.
        * Makefile.in: Regenerated.
        * aclocal.m4: Regenerated.
        * configure.in: Added tar-pax check, needed for long filenames
        included in the dist tarball.
        * configure: Regenerated.



[-- Attachment #2: mauve-dist.diff --]
[-- Type: text/x-patch, Size: 744 bytes --]

--- mauve.clean/Makefile.am	2007-09-12 16:23:35.000000000 -0400
+++ mauve/Makefile.am	2007-09-12 16:42:51.000000000 -0400
@@ -9,6 +9,10 @@
 
 check_DATA = $(STAMP)
 
+EXTRA_DIST =  Harness.java RunnerProcess.java gnu junit
+
+VERSION = ${shell date +%F}
+
 harness_files = \
 	Harness.java \
 	RunnerProcess.java \
--- mauve.clean/configure.in	2007-09-12 16:23:35.000000000 -0400
+++ mauve/configure.in	2007-09-12 16:42:52.000000000 -0400
@@ -1,6 +1,7 @@
 dnl Process this with autoconf to create configure
-AC_INIT(gnu/testlet/Testlet.java)
-AM_INIT_AUTOMAKE(mauve, 0.0)
+AC_INIT([mauve],[0.0])
+AC_CONFIG_SRCDIR([gnu/testlet/Testlet.java])
+AM_INIT_AUTOMAKE([tar-pax])
 
 dnl Check path and file separator types
 ACX_CHECK_PATHNAME_STYLE_DOS

      reply	other threads:[~2007-09-12 20:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-24 19:37 FYI: Test Fix Joshua Sumali
2007-09-12 20:53 ` Joshua Sumali [this message]

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=46E851A6.7090000@redhat.com \
    --to=jsumali@redhat.com \
    --cc=mauve-patches@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).