All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH e2fsprogs] rename configure.in to configure.ac
@ 2015-05-25  9:32 Mike Frysinger
  2015-06-08 14:59 ` [e2fsprogs] " Theodore Ts'o
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2015-05-25  9:32 UTC (permalink / raw
  To: linux-ext4

From: Mike Frysinger <vapier@chromium.org>

Newer versions of autotools have started warning when using the old
configure.in name.

Signed-off-by: Mike Frysinger <vapier@chromium.org>
---
 configure.in => configure.ac | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename configure.in => configure.ac (100%)

diff --git a/configure.in b/configure.ac
similarity index 100%
rename from configure.in
rename to configure.ac
-- 
2.4.1


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

* Re: [e2fsprogs] rename configure.in to configure.ac
  2015-05-25  9:32 [PATCH e2fsprogs] rename configure.in to configure.ac Mike Frysinger
@ 2015-06-08 14:59 ` Theodore Ts'o
  2015-06-08 15:56   ` Mike Frysinger
  0 siblings, 1 reply; 4+ messages in thread
From: Theodore Ts'o @ 2015-06-08 14:59 UTC (permalink / raw
  To: Mike Frysinger; +Cc: linux-ext4

On Mon, May 25, 2015 at 05:32:32AM -0400, Mike Frysinger wrote:
> From: Mike Frysinger <vapier@chromium.org>
> 
> Newer versions of autotools have started warning when using the old
> configure.in name.
> 
> Signed-off-by: Mike Frysinger <vapier@chromium.org>

Note that I ship a version of configure (and keep one checked in to
git) because I do not trust the autoconf maintainers' ability to
maintain backwards compatibility, having gotten badly burned in the
past.  I am currently using autoconf 2.69, and people who try to rerun
autoconf on some other version of autoconf are venturing into
unsupported territory.  It may work; it may screw up in amazing ways.
Some autoconf macro may silently assume that some feature is present
when it is not, or vice versa.

And if it breaks, you get to keep both pieces.  :-)

      	      	     	       - Ted

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

* Re: [e2fsprogs] rename configure.in to configure.ac
  2015-06-08 14:59 ` [e2fsprogs] " Theodore Ts'o
@ 2015-06-08 15:56   ` Mike Frysinger
  2015-06-20 19:21     ` Theodore Ts'o
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2015-06-08 15:56 UTC (permalink / raw
  To: Theodore Ts'o; +Cc: linux-ext4

[-- Attachment #1: Type: text/plain, Size: 993 bytes --]

On 08 Jun 2015 10:59, Theodore Ts'o wrote:
> On Mon, May 25, 2015 at 05:32:32AM -0400, Mike Frysinger wrote:
> > Newer versions of autotools have started warning when using the old
> > configure.in name.
> 
> Note that I ship a version of configure (and keep one checked in to
> git) because I do not trust the autoconf maintainers' ability to
> maintain backwards compatibility, having gotten badly burned in the
> past.  I am currently using autoconf 2.69, and people who try to rerun
> autoconf on some other version of autoconf are venturing into
> unsupported territory.  It may work; it may screw up in amazing ways.
> Some autoconf macro may silently assume that some feature is present
> when it is not, or vice versa.
> 
> And if it breaks, you get to keep both pieces.  :-)

that's fine, but it doesn't really matter to this patch -- it should be 
configure.ac and not configure.in.  the version of autoconf you're using 
certainly supports the newer name.
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [e2fsprogs] rename configure.in to configure.ac
  2015-06-08 15:56   ` Mike Frysinger
@ 2015-06-20 19:21     ` Theodore Ts'o
  0 siblings, 0 replies; 4+ messages in thread
From: Theodore Ts'o @ 2015-06-20 19:21 UTC (permalink / raw
  To: linux-ext4

On Mon, Jun 08, 2015 at 11:56:06AM -0400, Mike Frysinger wrote:
> On 08 Jun 2015 10:59, Theodore Ts'o wrote:
> > On Mon, May 25, 2015 at 05:32:32AM -0400, Mike Frysinger wrote:
> > > Newer versions of autotools have started warning when using the old
> > > configure.in name.
> > 
> > Note that I ship a version of configure (and keep one checked in to
> > git) because I do not trust the autoconf maintainers' ability to
> > maintain backwards compatibility, having gotten badly burned in the
> > past.  I am currently using autoconf 2.69, and people who try to rerun
> > autoconf on some other version of autoconf are venturing into
> > unsupported territory.  It may work; it may screw up in amazing ways.
> > Some autoconf macro may silently assume that some feature is present
> > when it is not, or vice versa.
> > 
> > And if it breaks, you get to keep both pieces.  :-)
> 
> that's fine, but it doesn't really matter to this patch -- it should be 
> configure.ac and not configure.in.  the version of autoconf you're using 
> certainly supports the newer name.

This patch breaks the automatic rebuild of configure if the
configure.ac/configure.in file is modified.  I've fixed it up by
adding the necessary change to MCONFIG.in.

						- Ted

       	   	     
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in

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

end of thread, other threads:[~2015-06-20 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25  9:32 [PATCH e2fsprogs] rename configure.in to configure.ac Mike Frysinger
2015-06-08 14:59 ` [e2fsprogs] " Theodore Ts'o
2015-06-08 15:56   ` Mike Frysinger
2015-06-20 19:21     ` Theodore Ts'o

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.