Changeset 494eab75438a3bb13a71c33400326d67aa61c898
- Timestamp:
- 25/03/08 17:36:47
(8 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1206463007 +0200
- git-parent:
[d7b8bf480598ed9a92a7889793d652cacda09d42]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1206463007 +0200
- Message:
Update list of M4 macros
As an alternative, we could avoid shipping all the gettext macros and
require developpers have gettext if they want to rebuild ./configure
from a source tarball. I'd tend to lean for this option.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7984e32 |
r494eab7 |
|
| 3 | 3 | EXTRA_DIST = \ |
|---|
| 4 | 4 | codeset.m4 \ |
|---|
| | 5 | flags.m4 \ |
|---|
| 5 | 6 | gettext.m4 \ |
|---|
| 6 | 7 | glibc21.m4 \ |
|---|
| | 8 | glibc2.m4 \ |
|---|
| 7 | 9 | iconv.m4 \ |
|---|
| 8 | 10 | intdiv0.m4 \ |
|---|
| 9 | 11 | intl.m4 \ |
|---|
| 10 | 12 | intldir.m4 \ |
|---|
| | 13 | intlmacosx.m4 \ |
|---|
| | 14 | intmax.m4 \ |
|---|
| 11 | 15 | inttypes-pri.m4 \ |
|---|
| 12 | 16 | inttypes_h.m4 \ |
|---|
| … | … | |
| 16 | 20 | lib-prefix.m4 \ |
|---|
| 17 | 21 | lock.m4 \ |
|---|
| | 22 | longlong.m4 \ |
|---|
| | 23 | nls.m4 \ |
|---|
| | 24 | po.m4 \ |
|---|
| | 25 | printf-posix.m4 \ |
|---|
| 18 | 26 | private.m4 \ |
|---|
| 19 | 27 | progtest.m4 \ |
|---|
| | 28 | size_max.m4 \ |
|---|
| 20 | 29 | stdint_h.m4 \ |
|---|
| 21 | 30 | uintmax_t.m4 \ |
|---|
| 22 | | ulonglong.m4 \ |
|---|
| 23 | 31 | visibility.m4 \ |
|---|
| 24 | 32 | vlc.m4 \ |
|---|
| 25 | | flags.m4 \ |
|---|
| | 33 | wchar_t.m4 \ |
|---|
| | 34 | wint_t.m4 \ |
|---|
| | 35 | xsize.m4 \ |
|---|
| 26 | 36 | $(NULL) |
|---|
| 27 | 37 | |
|---|