Changeset 50c767a772535bdb9ea93d274ebc9e29cbea0ab8
- Timestamp:
- 09/25/07 03:29:18
(9 months ago)
- Author:
- Bernie Purcell <bitmap@videolan.org>
- git-committer:
- Bernie Purcell <bitmap@videolan.org> 1190683758 +0000
- git-parent:
[f0d5f2d2a5d8539126c447c41e5bd5fc0c94d443]
- git-author:
- Bernie Purcell <bitmap@videolan.org> 1190683758 +0000
- Message:
Temporary change to try to force altair to update its version of gettext
from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't
bootstrap the contribs first)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf0d5f2d |
r50c767a |
|
| 122 | 122 | autopoint=autopoint |
|---|
| 123 | 123 | GETTEXT=yes |
|---|
| | 124 | if test `which autopoint` = "/home/buildslave/slave/win32-trunk-contrib/build/extras/contrib/bin/autopoint"; then |
|---|
| | 125 | (cd extras/contrib/src ; rm -rf gettext .gettext ; make gettext && make .intl) |
|---|
| | 126 | fi |
|---|
| 124 | 127 | else |
|---|
| 125 | 128 | # User's gettext is too old. try to continue anyway. |
|---|