Changeset 88e2bbbaaa6d2f0b3e2e23e4392607e05abf13f5
- Timestamp:
- 01/31/08 18:51:46
(7 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1201801906 +0000
- git-parent:
[29606418af970617b4b8c56694949a6142117614]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1201801906 +0000
- Message:
Don't loose our INSTALL
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9998b1b |
r88e2bbb |
|
| 127 | 127 | echo > vlc-config.in |
|---|
| 128 | 128 | mkdir -p intl |
|---|
| | 129 | cp -f INSTALL INSTALL.svn |
|---|
| 129 | 130 | |
|---|
| 130 | 131 | autoreconf --install --force ${ACLOCAL_ARGS} |
|---|
| 131 | 132 | rm -f po/Makevars.template |
|---|
| 132 | 133 | echo > ABOUT-NLS |
|---|
| | 134 | mv -f INSTALL.svn INSTALL |
|---|
| 133 | 135 | |
|---|
| 134 | 136 | ## |
|---|