Changeset 24ce9d79088f2723522cee2215e55a3b4ef00e0b
- Timestamp:
- 28/04/08 19:28:50
(7 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209403730 +0300
- git-parent:
[56b98fdcdbe41e38a1dffbb3f45d35bdc871764c]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209403730 +0300
- Message:
Update comments
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0ba5891 |
r24ce9d7 |
|
| 26 | 26 | done |
|---|
| 27 | 27 | rm -f "${makf}" && cat > "${makf}" << EOF |
|---|
| 28 | | # ${makf} automatically generated from ${modf} by bootstrap |
|---|
| 29 | | # DO NOT EDIT - edit Modules.am or \$(top_srcdir)/bootstrap instead |
|---|
| | 28 | # ${makf} automatically generated from ${modf} by $0 |
|---|
| | 29 | # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead. |
|---|
| 30 | 30 | |
|---|
| 31 | 31 | basedir = ${basedir} |
|---|