From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q9PIZiql136896 for ; Thu, 25 Oct 2012 13:35:44 -0500 Message-Id: <20121025183727.098366289@sgi.com> Date: Thu, 25 Oct 2012 13:36:37 -0500 From: bpm@sgi.com Subject: [patch 3/4] [PATCH] xfsprogs: rename configure.in to configure.ac References: <20121025183634.486901001@sgi.com> Content-Disposition: inline; filename=0001-xfsprogs-rename-configure.in-to-configure.ac.patch List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com Cc: Mike Frysinger configure.in has been renamed to configure.ac. Update the Makefile. Signed-off-by: Ben Myers --- 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