Changeset ad2b55d3f2c88c9c13674ba9dda45b80e8c0a713
- Timestamp:
- 05/02/08 23:43:14
(8 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1202251394 +0000
- git-parent:
[745feeb9e15ce81a95dc31324af13ac6958553f0]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1202251394 +0000
- Message:
Don't put in SUBDIRS dir without Makefile
autoconf260.m4 has moved
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r44c059e |
rad2b55d |
|
| 10 | 10 | SUBDIRS = po libs/loader libs/srtp src modules \ |
|---|
| 11 | 11 | projects/mozilla bindings projects/activex share doc |
|---|
| 12 | | DIST_SUBDIRS = $(SUBDIRS) extras/buildsystem/autotools/m4 extras/package/ipkg |
|---|
| | 12 | DIST_SUBDIRS = $(SUBDIRS) extras/package/ipkg |
|---|
| 13 | 13 | |
|---|
| 14 | 14 | EXTRA_DIST = \ |
|---|
| r88e2bbb |
rad2b55d |
|
| 64 | 64 | echo "Press Enter to continue" |
|---|
| 65 | 65 | read |
|---|
| 66 | | cp -f extras/m4/autoconf260.m4 m4/ |
|---|
| | 66 | cp -f extras/buildsystem/autotools/m4/autoconf260.m4 m4/ |
|---|
| 67 | 67 | ;; |
|---|
| 68 | 68 | esac |
|---|