All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Ben Myers <bpm@sgi.com>
Cc: xfs@oss.sgi.com
Subject: Re: [PATCH 1/3] rename configure.in to configure.ac
Date: Wed, 24 Oct 2012 18:22:08 -0400	[thread overview]
Message-ID: <201210241822.09175.vapier@gentoo.org> (raw)
In-Reply-To: <20121024220616.GT1377@sgi.com>


[-- Attachment #1.1: Type: Text/Plain, Size: 1185 bytes --]

On Wednesday 24 October 2012 18:06:17 Ben Myers wrote:
> On Mon, Sep 24, 2012 at 07:39:36PM -0400, Mike Frysinger wrote:
> > Newer autotools warn and start to error with the older name.
> > 
> > Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> 
> I have pulled this series into xfsdump and xfsprogs repos on oss.  xfstests
> has a little hiccup that I need to sort through first:
> 
> ~/xfstests # make
> make: *** No rule to make target `configure.in', needed by `configure'. 
> Stop.

yeah, i forgot to update Makefile to look for configure.ac.  i think all the 
repos will need that fix.  xfsprogs for example:
diff --git a/Makefile b/Makefile
index 80fec1e..7ef3e84 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ SRCDIR = $(PKG_NAME)-$(PKG_VERSION)
 SRCTAR = $(PKG_NAME)-$(PKG_VERSION).tar.gz
 
 CONFIGURE = aclocal.m4 configure config.guess config.sub install-sh ltmain.sh
-LSRCFILES = configure.in release.sh README VERSION $(CONFIGURE)
+LSRCFILES = configure.ac release.sh README VERSION $(CONFIGURE)
 
 LDIRT = config.log .ltdep .dep config.status config.cache confdefs.h \
 	conftest* built .census install.* install-dev.* *.gz \
-mike

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

      reply	other threads:[~2012-10-24 22:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24 23:39 [PATCH 1/3] rename configure.in to configure.ac Mike Frysinger
2012-09-24 23:39 ` [PATCH 2/3] respect DESTDIR when installing Mike Frysinger
2012-09-25  9:41   ` Christoph Hellwig
2012-10-19  4:21     ` Mike Frysinger
2012-10-23 12:25       ` Christoph Hellwig
2012-10-23 14:23         ` Rich Johnston
2012-10-24 20:51   ` Ben Myers
2012-10-24 21:07     ` Mike Frysinger
2012-10-24 21:21       ` Ben Myers
2012-09-24 23:39 ` [PATCH 3/3] install shared libs with +x bits Mike Frysinger
2012-09-25  9:41   ` Christoph Hellwig
2012-09-25  9:41 ` [PATCH 1/3] rename configure.in to configure.ac Christoph Hellwig
2012-09-25 16:38   ` Mike Frysinger
2012-10-24 22:06 ` Ben Myers
2012-10-24 22:22   ` Mike Frysinger [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=201210241822.09175.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=bpm@sgi.com \
    --cc=xfs@oss.sgi.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.