Changeset aae26a9890a9daf24bdfa1be411bfb95e55917fe
- Timestamp:
- 07/03/08 14:02:04
(7 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1204894924 +0100
- git-parent:
[c61731c53d775830b39f34f30e9108e4b433a631]
- git-author:
- Rafaël Carré <funman@videolan.org> 1204894924 +0100
- Message:
We don't want to use autopoint, since we use external gettext anyway
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5319a4b |
raae26a9 |
|
| 128 | 128 | cp -f INSTALL INSTALL.svn |
|---|
| 129 | 129 | |
|---|
| 130 | | autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| | 130 | AUTOPOINT=true autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| 131 | 131 | rm -f po/Makevars.template |
|---|
| 132 | 132 | echo > ABOUT-NLS |
|---|