Changeset 5319a4b4be9c78f1a912f823e723db83f0a24c7a
- Timestamp:
- 02/11/08 18:20:00
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1202750400 +0000
- git-parent:
[4eb79afcdc96124bfab813040e534761ac2ed99b]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1202750400 +0000
- Message:
Make autoreconf verbose
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| raf2a439 |
r5319a4b |
|
| 128 | 128 | cp -f INSTALL INSTALL.svn |
|---|
| 129 | 129 | |
|---|
| 130 | | autoreconf --install --force ${ACLOCAL_ARGS} |
|---|
| | 130 | autoreconf --install --force --verbose ${ACLOCAL_ARGS} |
|---|
| 131 | 131 | rm -f po/Makevars.template |
|---|
| 132 | 132 | echo > ABOUT-NLS |
|---|