]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-nolibtooltest.patch
- added nolibtooltest patch to disable test for libtool 1.4.3 (crashed on 1.4e)
[packages/avifile.git] / avifile-nolibtooltest.patch
CommitLineData
92925ccb
JB
1--- avifile0.7-0.7.34/configure.ac.orig Sat Apr 12 00:44:20 2003
2+++ avifile0.7-0.7.34/configure.ac Sat Apr 12 00:55:18 2003
3@@ -927,11 +927,6 @@
4 CFLAGS=$COPTFLAGS
5 CXXFLAGS=$CXXOPTFLAGS
6
7-lt_major_version=`libtool --version 2>&1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(\ .*\)/\2/'`
8-lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
9-lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
10-lt_major_version=`echo $lt_major_version | cut -d . -f 1`
11-dnl echo LT $lt_major_version $lt_minor_version $lt_micro_version
12
13 AM_CONDITIONAL(AMM_USE_QT, test x$with_qt = xyes )
14 AM_CONDITIONAL(AMM_USE_SDL, test "$with_sdl" = yes)
15@@ -959,7 +954,7 @@
16 AM_CONDITIONAL(AMM_USE_FAST_BUILD, test x$enable_fast_build = xyes )
17 AM_CONDITIONAL(AMM_USE_VIDIX, test x$enable_vidix = xyes )
18 AM_CONDITIONAL(AMM_USE_LINUX, test x$enable_linux = xyes )
19-AM_CONDITIONAL(AMM_LINK_SHARED, test $lt_major_version -ge 1 -a $lt_minor_version -ge 4 -a $lt_micro_version -ge 3 )
20+AM_CONDITIONAL(AMM_LINK_SHARED, true )
21
22 dnl Arts plugin disabled - it is unusable anyway
23 dnl artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$KDEDIR/bin:$PATH
This page took 0.044444 seconds and 4 git commands to generate.