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 1/4] [PATCH] dmapi: rename configure.in to configure.ac
Date: Thu, 25 Oct 2012 13:36:35 -0500	[thread overview]
Message-ID: <20121025183726.677374542@sgi.com> (raw)
In-Reply-To: 20121025183634.486901001@sgi.com

[-- Attachment #1: 0001-dmapi-rename-configure.in-to-configure.ac.patch --]
[-- Type: text/plain, Size: 913 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 76a3c4b..0bddb07 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ endif
 CONFIGURE = aclocal.m4 configure config.guess config.sub configure install-sh \
 	    ltmain.sh m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
 	    m4/ltversion.m4 m4/lt~obsolete.m4
-LSRCFILES = configure.in Makepkgs release.sh README VERSION $(CONFIGURE)
+LSRCFILES = configure.ac Makepkgs release.sh README VERSION $(CONFIGURE)
 
 LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
 	Logs/* built .census install.* install-dev.* *.gz autom4te.cache/* \
-- 
1.7.7


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

  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 ` bpm [this message]
2012-10-25 19:48   ` [patch 1/4] [PATCH] dmapi: rename configure.in to configure.ac 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 ` [patch 3/4] [PATCH] xfsprogs: " bpm
2012-10-25 19:10   ` 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=20121025183726.677374542@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.