This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 4 of 9] configure: Do not require stat to be of GNU coreutils


# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1274088566 -7200
# Node ID f01bd736911a5e500495695893cf48f19be8f840
# Parent  155332452b994dbe6eb8ca86514829185dcb73bb
configure: Do not require stat to be of GNU coreutils

calls to stat have been made portable, thus it is not necessary
that the GNU version is present on the user's system.

diff -r 155332452b99 -r f01bd736911a configure
--- a/configure	Mon May 17 11:26:26 2010 +0200
+++ b/configure	Mon May 17 11:29:26 2010 +0200
@@ -356,7 +356,7 @@
 has_or_abort prog=libtool                                                                           \
              ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)'   \
              err="'libtool' 1.5.26 or above was not found"
-has_or_abort prog=stat ver='GNU coreutils'
+has_or_abort prog=stat
 has_or_abort prog="aria2c curl wget"
 has_or_abort prog=cvs
 has_or_abort prog=patch

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]