diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-03-07 20:32:17 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-03-07 20:32:17 +0000 |
commit | 35cd1774ef89636edad3a2fbdedd1d3d07f662ab (patch) | |
tree | 6a7e18d0f7cba7aa42898de727111fe9ee0cc109 | |
parent | 47f102cfdac2b125a8b650fa7a16dd9e2d998011 (diff) | |
download | xine-lib-35cd1774ef89636edad3a2fbdedd1d3d07f662ab.tar.gz xine-lib-35cd1774ef89636edad3a2fbdedd1d3d07f662ab.tar.bz2 |
made libtool-nofpic silent (again!). WTH is this regexp!?
CVS patchset: 6230
CVS date: 2004/03/07 20:32:17
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |