]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove install errors emitted when using jlibtool instead of GNU libtool.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 28 Sep 2005 03:42:44 +0000 (03:42 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 28 Sep 2005 03:42:44 +0000 (03:42 +0000)
commitefc39abf9540c6bf17ee957c033961d05eafcd6f
tree750ad850db86669cc750de2b5aedeffa0bd23553
parent859e696860b98c06603f6bc4fec7e606a6d4b4a5
Remove install errors emitted when using jlibtool instead of GNU libtool.

(grep would skip this silently; but sed emits errors when no match is found.)

* build/instdso.sh: Protect sed calls with a test -s check to make sure
  that we're going to execute sed against a non-empty file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292109 13f79535-47bb-0310-9956-ffa450edef68
build/instdso.sh