Changeset f0d5f2d2a5d8539126c447c41e5bd5fc0c94d443
- Timestamp:
- 09/25/07 03:00:21
(1 year ago)
- Author:
- Bernie Purcell <bitmap@videolan.org>
- git-committer:
- Bernie Purcell <bitmap@videolan.org> 1190682021 +0000
- git-parent:
[61ee092383d913a1f6611dab6e778675c6f0c9fb]
- git-author:
- Bernie Purcell <bitmap@videolan.org> 1190682021 +0000
- Message:
Reverse temporary change
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r61ee092 |
rf0d5f2d |
|
| 122 | 122 | autopoint=autopoint |
|---|
| 123 | 123 | GETTEXT=yes |
|---|
| 124 | | set +x |
|---|
| 125 | | echo "autopoint program we will use:" |
|---|
| 126 | | which ${autopoint} |
|---|
| 127 | | echo "autopoint --version" |
|---|
| 128 | | autopoint --version |
|---|
| 129 | | echo "Directory listing of extras/contrib/bin" |
|---|
| 130 | | ls -la extras/contrib/bin |
|---|
| 131 | | echo "extras/contrib/bin/autopoint --version" |
|---|
| 132 | | extras/contrib/bin/autopoint --version |
|---|
| 133 | | set -x |
|---|
| 134 | 124 | else |
|---|
| 135 | 125 | # User's gettext is too old. try to continue anyway. |
|---|