Changeset 6abf349d0ab414b10c31c8a5b1772bda356eb141
- Timestamp:
- 03/23/08 20:58:35
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1206302315 +0200
- git-parent:
[fa9abba62f600b1c019da926c5ed1c6752f80fb5]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1206302315 +0200
- Message:
Don't run autopoint.
Now that we actually have _ALL_ the gettext m4 macros in m4/, autopoint
is useless. That was not the case last time this hack was attempted.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfa9abba |
r6abf349 |
|
| 112 | 112 | cp -f INSTALL INSTALL.git |
|---|
| 113 | 113 | |
|---|
| 114 | | autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| | 114 | AUTOPOINT=true autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| 115 | 115 | rm -f po/Makevars.template |
|---|
| 116 | 116 | echo > ABOUT-NLS |
|---|