From: Ben Myers <bpm@sgi.com>
To: xfs@oss.sgi.com
Cc: Jan Engelhardt <jengelh@inai.de>, Rich Johnston <rjohnston@sgi.com>
Subject: [patch 1/2] [PATCH 2/6] xfsdump: build: use new autoconf constructs
Date: Tue, 30 Oct 2012 16:31:51 -0500 [thread overview]
Message-ID: <20121030213206.971568871@sgi.com> (raw)
In-Reply-To: 20121030213150.696351829@sgi.com
[-- Attachment #1: build-use-new-autoconf-constructs-2.patch --]
[-- Type: text/plain, Size: 1014 bytes --]
From: Jan Engelhardt <jengelh@inai.de>
Looks like AC_CONFIG_FILES existed since 2.14 already.
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
---
v2: minor changes to apply to xfsdump -bpm
configure.ac | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: xfsdump/configure.ac
===================================================================
--- xfsdump.orig/configure.ac
+++ xfsdump/configure.ac
@@ -1,7 +1,8 @@
-AC_INIT(common/main.c)
+AC_INIT([xfsdump], [3.1.0])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_SRCDIR([common/main.c])
AC_CONFIG_HEADER(include/config.h)
AC_PREFIX_DEFAULT(/usr)
@@ -83,4 +84,5 @@ AC_PACKAGE_NEED_ATTRGET_LIBATTR
AC_MANUAL_FORMAT
-AC_OUTPUT(include/builddefs)
+AC_CONFIG_FILES([include/builddefs])
+AC_OUTPUT
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2012-10-30 21:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-30 21:31 [patch 0/2] xfsdump: build system revamp Ben Myers
2012-10-30 21:31 ` Ben Myers [this message]
2012-10-30 21:31 ` [patch 2/2] [PATCH 6/6] xfsdump: Update .gitignore Ben Myers
2012-10-30 21:54 ` [1/1] xfsdump: Polish translation Phil White
2012-10-31 17:03 ` [patch 0/2] xfsdump: build system revamp Ben Myers
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=20121030213206.971568871@sgi.com \
--to=bpm@sgi.com \
--cc=jengelh@inai.de \
--cc=rjohnston@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox