Changeset 68456f6755c903d008e5efc0695e1f4957f9d3b8
- Timestamp:
- 09/24/07 07:30:51
(10 months ago)
- Author:
- Bernie Purcell <bitmap@videolan.org>
- git-committer:
- Bernie Purcell <bitmap@videolan.org> 1190611851 +0000
- git-parent:
[46d0c69a89326e760acbdc4c3e0e4bbb60961f9f]
- git-author:
- Bernie Purcell <bitmap@videolan.org> 1190611851 +0000
- Message:
Couldn't bootstrap properly if a number existed anywhere in the path
to gettextize (eg. if I was building inside a directory called win32)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1fd6a94 |
r68456f6 |
|
| 117 | 117 | if gettextize --version >/dev/null 2>&1; then |
|---|
| 118 | 118 | # Autopoint is available from 0.11.3, but we need 0.11.5 |
|---|
| 119 | | if expr `gettextize --version | sed -e '1s/[^0-9]*//' -e q` \ |
|---|
| | 119 | if expr `gettextize --version |cut -d' ' -f2- | sed -e '1s/[^0-9]*//' -e q` \ |
|---|
| 120 | 120 | '>=' 0.11.5 >/dev/null 2>&1; then |
|---|
| 121 | 121 | # We have gettext, and a recent version! Everything is cool. |
|---|