public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/4] update userspace Makefiles for renamed configure.in
@ 2012-10-25 18:36 bpm
  2012-10-25 18:36 ` [patch 1/4] [PATCH] dmapi: rename configure.in to configure.ac bpm
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: bpm @ 2012-10-25 18:36 UTC (permalink / raw)
  To: xfs; +Cc: Mike Frysinger

configure.in was renamed to configure.ac, and we need to also update the
Makefile in each case.  This series takes care of dmapi, xfsdump, xfsprogs, and
xfstests

-Ben

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [patch 1/4] [PATCH] dmapi: rename configure.in to configure.ac
  2012-10-25 18:36 [patch 0/4] update userspace Makefiles for renamed configure.in bpm
@ 2012-10-25 18:36 ` bpm
  2012-10-25 19:48   ` Mark Tinguely
  2012-10-25 18:36 ` [patch 2/4] [PATCH] xfstests: " bpm
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: bpm @ 2012-10-25 18:36 UTC (permalink / raw)
  To: xfs; +Cc: Mike Frysinger

[-- 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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [patch 2/4] [PATCH] xfstests: rename configure.in to configure.ac
  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 18:36 ` 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 18:36 ` [patch 4/4] [PATCH] xfsdump: " bpm
  3 siblings, 2 replies; 11+ messages in thread
From: bpm @ 2012-10-25 18:36 UTC (permalink / raw)
  To: xfs; +Cc: Mike Frysinger

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

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

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

diff --git a/Makefile b/Makefile
index 1490e21..36a26c8 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ endif
 
 TESTS = $(shell sed -n -e '/^[0-9][0-9][0-9]*/s/ .*//p' group)
 CONFIGURE = configure include/builddefs include/config.h
-LSRCFILES = configure configure.in aclocal.m4 README VERSION
+LSRCFILES = configure configure.ac aclocal.m4 README VERSION
 LDIRT = config.log .ltdep .dep config.status config.cache confdefs.h \
 	conftest* check.log check.time
 
@@ -70,7 +70,7 @@ else
 clean:  # if configure hasn't run, nothing to clean
 endif
 
-configure: configure.in
+configure: configure.ac
 	autoheader
 	autoconf
 
-- 
1.7.7


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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [patch 3/4] [PATCH] xfsprogs: rename configure.in to configure.ac
  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 18:36 ` [patch 2/4] [PATCH] xfstests: " bpm
@ 2012-10-25 18:36 ` bpm
  2012-10-25 19:10   ` Mark Tinguely
  2012-10-25 18:36 ` [patch 4/4] [PATCH] xfsdump: " bpm
  3 siblings, 1 reply; 11+ messages in thread
From: bpm @ 2012-10-25 18:36 UTC (permalink / raw)
  To: xfs; +Cc: Mike Frysinger

[-- 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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [patch 4/4] [PATCH] xfsdump: rename configure.in to configure.ac
  2012-10-25 18:36 [patch 0/4] update userspace Makefiles for renamed configure.in bpm
                   ` (2 preceding siblings ...)
  2012-10-25 18:36 ` [patch 3/4] [PATCH] xfsprogs: " bpm
@ 2012-10-25 18:36 ` bpm
  2012-10-25 19:21   ` Mark Tinguely
  3 siblings, 1 reply; 11+ messages in thread
From: bpm @ 2012-10-25 18:36 UTC (permalink / raw)
  To: xfs; +Cc: Mike Frysinger

[-- Attachment #1: 0001-xfsdump-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 b1a7350..39881af 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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [patch 3/4] [PATCH] xfsprogs: rename configure.in to configure.ac
  2012-10-25 18:36 ` [patch 3/4] [PATCH] xfsprogs: " bpm
@ 2012-10-25 19:10   ` Mark Tinguely
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Tinguely @ 2012-10-25 19:10 UTC (permalink / raw)
  To: bpm; +Cc: Mike Frysinger, xfs

On 10/25/12 13:36, bpm@sgi.com wrote:
> configure.in has been renamed to configure.ac.  Update the Makefile.
>
> Signed-off-by: Ben Myers<bpm@sgi.com>
> ---

Looks good/applies/builds.

Reviewed-by: Mark Tinguely <tinguely@sgi.com>

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [patch 2/4] [PATCH] xfstests: rename configure.in to configure.ac
  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
  1 sibling, 0 replies; 11+ messages in thread
From: Mark Tinguely @ 2012-10-25 19:20 UTC (permalink / raw)
  To: bpm; +Cc: Mike Frysinger, xfs

On 10/25/12 13:36, bpm@sgi.com wrote:
> configure.in has been renamed to configure.ac.  Update the Makefile.
>
> Signed-off-by: Ben Myers<bpm@sgi.com>
> ---
>   Makefile |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)

The configure.in -> configure.ac has not yet been done on xfstests nor
dmapi.

--Mark Tinguely.

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [patch 4/4] [PATCH] xfsdump: rename configure.in to configure.ac
  2012-10-25 18:36 ` [patch 4/4] [PATCH] xfsdump: " bpm
@ 2012-10-25 19:21   ` Mark Tinguely
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Tinguely @ 2012-10-25 19:21 UTC (permalink / raw)
  To: bpm; +Cc: Mike Frysinger, xfs

On 10/25/12 13:36, bpm@sgi.com wrote:
> configure.in has been renamed to configure.ac.  Update the Makefile.
>
> Signed-off-by: Ben Myers<bpm@sgi.com>
> ---


Looks good/applies/builds.

Reviewed-by: Mark Tinguely <tinguely@sgi.com>

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [patch 1/4] [PATCH] dmapi: rename configure.in to configure.ac
  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
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Tinguely @ 2012-10-25 19:48 UTC (permalink / raw)
  To: bpm; +Cc: Mike Frysinger, xfs

On 10/25/12 13:36, bpm@sgi.com wrote:
> 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(-)

Add a:

  git mv configure.in configure.ac

Then:

Reviewed-by Mark Tinguely <tinguely@sgi.com>

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [patch 2/4] [PATCH] xfstests: rename configure.in to configure.ac
  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
  1 sibling, 0 replies; 11+ messages in thread
From: Mark Tinguely @ 2012-10-25 19:48 UTC (permalink / raw)
  To: bpm; +Cc: Mike Frysinger, xfs

On 10/25/12 13:36, bpm@sgi.com wrote:
> configure.in has been renamed to configure.ac.  Update the Makefile.
>
> Signed-off-by: Ben Myers<bpm@sgi.com>
> ---

Add a:

  git mv configure.in configure.ac

Then:

Reviewed-by Mark Tinguely <tinguely@sgi.com>

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [patch 1/4] [PATCH] dmapi: rename configure.in to configure.ac
  2012-10-25 19:48   ` Mark Tinguely
@ 2012-10-25 19:59     ` Ben Myers
  0 siblings, 0 replies; 11+ messages in thread
From: Ben Myers @ 2012-10-25 19:59 UTC (permalink / raw)
  To: Mark Tinguely; +Cc: Mike Frysinger, xfs

On Thu, Oct 25, 2012 at 02:48:15PM -0500, Mark Tinguely wrote:
> On 10/25/12 13:36, bpm@sgi.com wrote:
> >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(-)
> 
> Add a:
> 
>  git mv configure.in configure.ac
> 
> Then:
> 
> Reviewed-by Mark Tinguely <tinguely@sgi.com>

Thank you kindly sir!

I've committed these four patches atop Mike's series.

-Ben

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-10-25 19:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox