By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1520
Collapse All | Expand All

(-)trinity-tdemultimedia-3.5.13.2~pre21+6e6307c6/admin/cvs.sh.ORI (-1 / +1 lines)
Lines 68-74 Link Here
68
    echo "*** KDE requires automake $required_automake_version"
68
    echo "*** KDE requires automake $required_automake_version"
69
    exit 1
69
    exit 1
70
    ;;
70
    ;;
71
  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12*)
71
  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12* | automake*1.13* )
72
    echo "*** $AUTOMAKE_STRING found."
72
    echo "*** $AUTOMAKE_STRING found."
73
    UNSERMAKE=no
73
    UNSERMAKE=no
74
    ;;
74
    ;;
(-)trinity-tdemultimedia-3.5.13.2~pre21+6e6307c6/admin/configure.in.min.ORI (-1 / +1 lines)
Lines 41-47 Link Here
41
KDE_SET_PREFIX
41
KDE_SET_PREFIX
42
42
43
dnl generate the config header
43
dnl generate the config header
44
AM_CONFIG_HEADER(config.h) dnl at the distribution this done
44
AC_CONFIG_HEADER(config.h) dnl at the distribution this done
45
45
46
dnl Checks for programs.
46
dnl Checks for programs.
47
AC_PROG_CC
47
AC_PROG_CC

Return to bug 1520