Changeset 688ba6acb3173b4bf1c6673cca823195e75ad029
- Timestamp:
- 24/03/08 03:02:56
(7 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1206324176 +0000
- git-parent:
[89561739811489168220ce3a11f6b431c2544c2f]
- git-author:
- Rafaël Carré <funman@videolan.org> 1206324176 +0000
- Message:
Create ABOUT-NLS before running autoreconf
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6abf349 |
r688ba6a |
|
| 110 | 110 | # Automake complains if these are not present |
|---|
| 111 | 111 | echo > vlc-config.in |
|---|
| | 112 | echo > ABOUT-NLS |
|---|
| 112 | 113 | cp -f INSTALL INSTALL.git |
|---|
| 113 | 114 | |
|---|
| 114 | 115 | AUTOPOINT=true autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| 115 | 116 | rm -f po/Makevars.template |
|---|
| 116 | | echo > ABOUT-NLS |
|---|
| 117 | 117 | mv -f INSTALL.git INSTALL |
|---|
| 118 | 118 | |
|---|