autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sed prob in foreign.at


From: Patrick Welche
Subject: sed prob in foreign.at
Date: Thu, 18 Jan 2001 00:39:48 +0000
User-agent: Mutt/1.2i

What is foreign.at:24:

AT_CHECK([libtoolize | sed -n ["s,^.*\`\(/[^']*\)'.*,\1,p"] >at-path],
         0, [], ignore)

trying to do?

For me:

quartz% libtoolize --version
libtoolize (GNU libtool) 1.3c

and

  libtoolize --version | sed -n "s,^.*\`\(/[^']*\)'.*,\1,p"

gets me strictly nothing, so at-path is empty, so

  cp `cat at-path` configure.ac

becomes problematic.. This is with cvs source of 17 Jan 21:45 GMT, and NetBSD
sed - not gnu..

Cheers,

Patrick
(BTW I'm not subscribed to this list..)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]