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 1 of 1] configure: add path to libtool to pathlist


# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1274625255 -7200
# Node ID 47059d5eabacf19590ac1df0cfd224297a27030d
# Parent  5b51b9c54008623d8ceadf8c60196728107f2463
configure: add path to libtool to pathlist

forgot var=libtool

diff -r 5b51b9c54008 -r 47059d5eabac configure
--- a/configure	Sat May 22 22:26:00 2010 +0200
+++ b/configure	Sun May 23 16:34:15 2010 +0200
@@ -354,6 +354,7 @@
              ver='\(GNU automake\) (1\.[[:digit:]]{2,}|[2-9][[:digit:]]*\.)'    \
              err="'automake' 1.10 or above was not found"
 has_or_abort prog=libtool                                                                           \
+             var=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

--
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]