From 35cd1774ef89636edad3a2fbdedd1d3d07f662ab Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 7 Mar 2004 20:32:17 +0000 Subject: made libtool-nofpic silent (again!). WTH is this regexp!? CVS patchset: 6230 CVS date: 2004/03/07 20:32:17 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 30da387fd..05c628c0f 100644 --- a/configure.ac +++ b/configure.ac @@ -2007,7 +2007,7 @@ dnl cat libtool.tmp > libtool dnl chmod +x libtool dnl make libtool-nofpic silent and not installing plugins's .la files -cat libtool | sed -e 's/^ *\$echo \"---------.*$/exit 0/;s/# Install the pseudo-library.*/continue/' > libtool.tmp +cat libtool | sed -e 's/^.*echo \"---------.*$/exit 0/;s/# Install the pseudo-library.*/continue/' > libtool.tmp dnl Remove fPIC flag, if necessary if test x$no_fpic = "xyes"; then -- cgit v1.2.3