[PATCH 1/3] rename configure.in to configure.ac

Mike Frysinger vapier at gentoo.org
Wed Oct 24 17:22:08 CDT 2012


On Wednesday 24 October 2012 18:06:17 Ben Myers wrote:
> On Mon, Sep 24, 2012 at 07:39:36PM -0400, Mike Frysinger wrote:
> > Newer autotools warn and start to error with the older name.
> > 
> > Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> 
> I have pulled this series into xfsdump and xfsprogs repos on oss.  xfstests
> has a little hiccup that I need to sort through first:
> 
> ~/xfstests # make
> make: *** No rule to make target `configure.in', needed by `configure'. 
> Stop.

yeah, i forgot to update Makefile to look for configure.ac.  i think all the 
repos will need that fix.  xfsprogs for example:
diff --git a/Makefile b/Makefile
index 80fec1e..7ef3e84 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 \
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://oss.sgi.com/pipermail/xfs/attachments/20121024/b88f87e2/attachment.sig>


More information about the xfs mailing list