Changeset 6583881be61b296b48c3e0c52b49d1a8859029a7
- Timestamp:
- 03/23/08 20:30:28
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1206300628 +0200
- git-parent:
[c64913edec5e89ff57c60284ec3e0478a6368dcd]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1206300628 +0200
- Message:
Fix help message of bootstrap
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r974a399 |
r6583881 |
|
| 10 | 10 | if test "$#" != "0"; then |
|---|
| 11 | 11 | echo "Usage: $0" |
|---|
| 12 | | echo " Calls automake, autoconf, autoheader, autopoint and other auto* to generate" |
|---|
| 13 | | echo " m4 macros and prepare Makefiles." |
|---|
| | 12 | echo " Calls autoreconf to generate m4 macros and prepare Makefiles." |
|---|
| 14 | 13 | exit 1 |
|---|
| 15 | 14 | fi |
|---|