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@xxxxxxxxxx> > > 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
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs