Changeset 8adb3a39b869d2b39d1948fc30c05e0f2febf697
- Timestamp:
- 03/23/08 20:43:35
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1206301415 +0200
- git-parent:
[a24c9548fbb58b429ff6d40b3e6ad5352c1695e7]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1206301415 +0200
- Message:
Fix the INSTALL / autoreconf hack
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r974a399 |
r8adb3a3 |
|
| 21 | 21 | config.* |
|---|
| 22 | 22 | configure |
|---|
| | 23 | INSTALL.git |
|---|
| 23 | 24 | libtool |
|---|
| 24 | 25 | Makefile |
|---|
| ra24c954 |
r8adb3a3 |
|
| 118 | 118 | # Automake complains if these are not present |
|---|
| 119 | 119 | echo > vlc-config.in |
|---|
| 120 | | cp -f INSTALL INSTALL.svn |
|---|
| | 120 | cp -f INSTALL INSTALL.git |
|---|
| 121 | 121 | |
|---|
| 122 | 122 | autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| 123 | 123 | rm -f po/Makevars.template |
|---|
| 124 | 124 | echo > ABOUT-NLS |
|---|
| 125 | | mv -f INSTALL.svn INSTALL |
|---|
| | 125 | mv -f INSTALL.git INSTALL |
|---|
| 126 | 126 | |
|---|
| 127 | 127 | ## |
|---|