All of lore.kernel.org
 help / color / mirror / Atom feed
From: bpm@sgi.com
To: xfs@oss.sgi.com
Cc: Mike Frysinger <vapier@gentoo.org>
Subject: [patch 3/4] [PATCH] xfsprogs: rename configure.in to configure.ac
Date: Thu, 25 Oct 2012 13:36:37 -0500	[thread overview]
Message-ID: <20121025183727.098366289@sgi.com> (raw)
In-Reply-To: 20121025183634.486901001@sgi.com

[-- Attachment #1: 0001-xfsprogs-rename-configure.in-to-configure.ac.patch --]
[-- Type: text/plain, Size: 850 bytes --]

configure.in has been renamed to configure.ac.  Update the Makefile.

Signed-off-by: Ben Myers <bpm@sgi.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c40fb2c..0bdc5e8 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 \
-- 
1.7.7


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

  parent reply	other threads:[~2012-10-25 18:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25 18:36 [patch 0/4] update userspace Makefiles for renamed configure.in bpm
2012-10-25 18:36 ` [patch 1/4] [PATCH] dmapi: rename configure.in to configure.ac bpm
2012-10-25 19:48   ` Mark Tinguely
2012-10-25 19:59     ` Ben Myers
2012-10-25 18:36 ` [patch 2/4] [PATCH] xfstests: " bpm
2012-10-25 19:20   ` Mark Tinguely
2012-10-25 19:48   ` Mark Tinguely
2012-10-25 18:36 ` bpm [this message]
2012-10-25 19:10   ` [patch 3/4] [PATCH] xfsprogs: " Mark Tinguely
2012-10-25 18:36 ` [patch 4/4] [PATCH] xfsdump: " bpm
2012-10-25 19:21   ` Mark Tinguely

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=20121025183727.098366289@sgi.com \
    --to=bpm@sgi.com \
    --cc=vapier@gentoo.org \
    --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.