diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-14 19:30:00 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-14 19:30:00 +0000 |
commit | 67beece30e471bf34463d8b45389a87403ec3520 (patch) | |
tree | 1762066d625c95b9cbae7ccab33e094c008a4d88 /x11-libs/motif-config/files | |
parent | Initial ebuild for PECL package apd, closes bug 58957. (diff) | |
download | gentoo-2-67beece30e471bf34463d8b45389a87403ec3520.tar.gz gentoo-2-67beece30e471bf34463d8b45389a87403ec3520.tar.bz2 gentoo-2-67beece30e471bf34463d8b45389a87403ec3520.zip |
udpate
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs/motif-config/files')
-rwxr-xr-x | x11-libs/motif-config/files/motif-config-0.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-libs/motif-config/files/motif-config-0.1 b/x11-libs/motif-config/files/motif-config-0.1 index eea80b9fca3f..79ee65a4fae3 100755 --- a/x11-libs/motif-config/files/motif-config-0.1 +++ b/x11-libs/motif-config/files/motif-config-0.1 @@ -36,6 +36,10 @@ Options: --cflags Print compilation flags for the given/current profile. + --install Install the given profile. + + --uninstall Uninstall the given profile. + USAGE_END exit $1 } @@ -74,10 +78,16 @@ for x in "$@"; do ;; --clfags) - ;; + ;; - --ldflags) - ;; + --ldflags) + ;; + + --install) + ;; + + --uninstall) + ;; -h|--help) usage 0 |