Changeset bfa762d4a93c5aff31f97b3b405e1469e0fd0374
- Timestamp:
- 13/06/07 10:37:51
(1 year ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1181723871 +0000
- git-parent:
[c36c155301b79d7d8f7d43e3702e2c61d0a7a2c7]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1181723871 +0000
- Message:
Portability fix: use head -n 1 iso head -1
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4ee6aa9 |
rbfa762d |
|
| 65 | 65 | # Check for autoconf |
|---|
| 66 | 66 | rm -f m4/autoconf260.m4 |
|---|
| 67 | | case "$(autoconf --version|head -1)" in |
|---|
| | 67 | case "$(autoconf --version|head -n 1)" in |
|---|
| 68 | 68 | *2.5[012345678]*) |
|---|
| 69 | 69 | echo "Hey, your autoconf is quite old. Update it." >&2 |
|---|