Changeset 63a70e878979786e01b5d6015eab3076fd92e147
- Timestamp:
- 03/07/08 14:23:29
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1204896209 +0200
- git-parent:
[aae26a9890a9daf24bdfa1be411bfb95e55917fe]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1204896209 +0200
- Message:
Revert "We don't want to use autopoint, since we use external gettext anyway"
Autopoint is required regardless of libintl inclusion.
Fix bootstrap failure on clean tree.
This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| raae26a9 |
r63a70e8 |
|
| 128 | 128 | cp -f INSTALL INSTALL.svn |
|---|
| 129 | 129 | |
|---|
| 130 | | AUTOPOINT=true autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| | 130 | autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| 131 | 131 | rm -f po/Makevars.template |
|---|
| 132 | 132 | echo > ABOUT-NLS |
|---|