Changeset 51318129c09a9621f2e42a13532aed659bc15658
- Timestamp:
- 31/07/07 15:07:37
(1 year ago)
- Author:
- Damien Fouilleul <damienf@videolan.org>
- git-committer:
- Damien Fouilleul <damienf@videolan.org> 1185887257 +0000
- git-parent:
[3a22524a0a88b4aa14959e087dc86a8e7d0585c8]
- git-author:
- Damien Fouilleul <damienf@videolan.org> 1185887257 +0000
- Message:
bootstrap: remove libtool patch for cygwin as we now use libtool 'properly'
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3a22524 |
r5131812 |
|
| 366 | 366 | fi |
|---|
| 367 | 367 | |
|---|
| 368 | | # patch for DLL link for libtool on cygwin (remove when fixed) |
|---|
| 369 | | if test ".`uname -s|sed -n '/^CYGWIN/p'`" != "."; then |
|---|
| 370 | | patch -s -p0 << 'EOF' |
|---|
| 371 | | --- autotools/ltmain.orig 2006-12-05 15:15:42.064607000 +0000 |
|---|
| 372 | | +++ autotools/ltmain.sh 2006-12-05 15:16:24.705777800 +0000 |
|---|
| 373 | | @@ -4360,7 +4360,7 @@ |
|---|
| 374 | | |
|---|
| 375 | | prog) |
|---|
| 376 | | case $host in |
|---|
| 377 | | - *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; |
|---|
| 378 | | + *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,;s,.dll.exe$,.dll,'` ;; |
|---|
| 379 | | esac |
|---|
| 380 | | if test -n "$vinfo"; then |
|---|
| 381 | | $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 |
|---|
| 382 | | EOF |
|---|
| 383 | | fi |
|---|
| 384 | | |
|---|
| 385 | 368 | # Do the rest |
|---|
| 386 | 369 | ${autopoint} -f |
|---|