Check-in Number:
|
5994 | |
Date: |
2008-Mar-06 13:18:58 (local)
2008-Mar-06 12:18:58 (UTC) |
User: | rse |
Branch: | |
Comment: |
do not keep install-sh from Libtool |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/devtool.func 1.3 -> 1.4
--- devtool.func 2008/03/06 10:04:49 1.3
+++ devtool.func 2008/03/06 12:18:58 1.4
@@ -41,6 +41,7 @@
libtoolize --force --copy --install >/dev/null 2>&1
cat `libtoolize --force --copy --install --dry-run | sed -e '1,/add the contents of/d' |\
sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` >libtool.m4
+ rm -f install-sh
;;
shtool )
shtoolize_version=`devtool_require shtoolize -v 3 "$1" "$2"`
|
|