blob: a6c0286ff9636bc5f91d4824b0dd9db2cb7f08dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-configure,v 1.1 2011/12/10 01:09:20 marino Exp $
--- configure.orig 2005-09-27 18:58:07.000000000 +0000
+++ configure
@@ -6849,7 +6849,7 @@ echo "${ECHO_T}no" >&6
exit 1
fi
gentoo_lt_version="1.5.18"
-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
|