Changeset de6f58231bc46c7c057d8e247f43d6dd2ebf4a36
- Timestamp:
- 18/11/02 12:50:42
(6 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1037620242 +0000
- git-parent:
[91ae5b337e8875329dba5a4a4bd54265096c55bb]
- git-author:
- Sam Hocevar <sam@videolan.org> 1037620242 +0000
- Message:
- ./bootstrap: reverted the behaviour behaviour to the default, which
means no default flag to use (except for me, muahaha).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd1296b3 |
rde6f582 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## bootstrap file for vlc, the VideoLAN Client |
|---|
| 4 | | ## $Id: bootstrap,v 1.27 2002/11/13 20:51:03 sam Exp $ |
|---|
| | 4 | ## $Id: bootstrap,v 1.28 2002/11/18 11:50:42 sam Exp $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 32 | 32 | ### argument check |
|---|
| 33 | 33 | ### |
|---|
| 34 | | do_help=yes |
|---|
| | 34 | test "$EMAIL" = "sam@zoy.org" && do_help=yes || do_help=no |
|---|
| 35 | 35 | do_po=no |
|---|
| 36 | 36 | do_vc=no |
|---|