Changeset 8ea0368184910732fa49a8802abec249736fcc22
- Timestamp:
- 11/29/06 00:04:54
(2 years ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1164755094 +0000
- git-parent:
[06e7c958298d05805f80cde1b35257db194d7dd4]
- git-author:
- Rafaël Carré <funman@videolan.org> 1164755094 +0000
- Message:
Detects too old automake version using 1.X-pY versioning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r970cd4e |
r8ea0368 |
|
| 79 | 79 | |
|---|
| 80 | 80 | case "${amvers}" in |
|---|
| 81 | | no|1.[0123456]|1.[0123456].*|1[0123456]) |
|---|
| | 81 | no|1.[0123456]|1.[0123456].*|1[0123456]|1.[0123456]-*) |
|---|
| 82 | 82 | set +x |
|---|
| 83 | 83 | echo "$0: you need automake version 1.7 or later" |
|---|