From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4150 invoked by alias); 18 Jun 2009 11:16:36 -0000 Received: (qmail 4143 invoked by alias); 18 Jun 2009 11:16:36 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92,SPF_HELO_PASS X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: gfs2-utils: master - I tried to build using the latest autogen.sh and got errors. To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: gfs2-utils.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 418d8105ffb10845be49600e072a92568ce07c98 X-Git-Newrev: 47b37cfb7beba33018d18d96eb754910112615a8 From: "Fabio M. Di Nitto" Message-Id: <20090618111607.379D0120194@lists.fedorahosted.org> Date: Thu, 18 Jun 2009 11:16:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00557.txt.bz2 Gitweb: http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=47b37cfb7beba33018d18d96eb754910112615a8 Commit: 47b37cfb7beba33018d18d96eb754910112615a8 Parent: 418d8105ffb10845be49600e072a92568ce07c98 Author: Fabio M. Di Nitto AuthorDate: Thu Jun 18 13:15:53 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Thu Jun 18 13:15:53 2009 +0200 I tried to build using the latest autogen.sh and got errors. Adding AC_PROG_LIBTOOL to configure.ac fixed it: >>From fa1d7ff066fead8f0d6873e3177433baa18ae68c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Jun 2009 18:49:27 +0200 Subject: [PATCH] avoid ./autogen.sh failure * configure.ac: Use AC_PROG_LIBTOOL. Signed-off-by: Fabio M. Di Nitto --- configure.ac | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3e1fadf..a568463 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ AC_CONFIG_SRCDIR([group/gfs_controld/config.c]) AC_CONFIG_HEADERS([make/clusterautoconfig.h]) AC_CANONICAL_HOST +AC_PROG_LIBTOOL AC_LANG([C]) @@ -31,7 +32,7 @@ if test "$prefix" = "NONE"; then libdir="/usr/lib64" else libdir="/usr/lib" - fi + fi fi fi @@ -271,7 +272,7 @@ AC_CONFIG_FILES([Makefile group/libgfscontrol/Makefile group/gfs_control/Makefile group/gfs_controld/Makefile - group/man/Makefile + group/man/Makefile group/include/Makefile gfs2/Makefile gfs2/include/Makefile