Changeset 92ba24e7edda37ff125fb64139423c07aa4a812f
- Timestamp:
- 09/25/07 03:31:34
(1 year ago)
- Author:
- Bernie Purcell <bitmap@videolan.org>
- git-committer:
- Bernie Purcell <bitmap@videolan.org> 1190683894 +0000
- git-parent:
[50c767a772535bdb9ea93d274ebc9e29cbea0ab8]
- git-author:
- Bernie Purcell <bitmap@videolan.org> 1190683894 +0000
- Message:
Reverse temporary change for altair's win32 builder
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r50c767a |
r92ba24e |
|
| 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 |
|---|
| 127 | 124 | else |
|---|
| 128 | 125 | # User's gettext is too old. try to continue anyway. |
|---|