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 791
Collapse All | Expand All

(-)akode-2.0.2/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*)
71
  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[01]*)
72
    echo "*** $AUTOMAKE_STRING found."
72
    echo "*** $AUTOMAKE_STRING found."
73
    UNSERMAKE=no
73
    UNSERMAKE=no
74
    ;;
74
    ;;
(-)akode-2.0.2/akode/lib/Makefile.am.ORI (+1 lines)
Lines 12-17 Link Here
12
                      player.cpp magic.cpp
12
                      player.cpp magic.cpp
13
13
14
AM_CPPFLAGS = -DAKODE_SEARCHDIR=\"$(libdir)\"
14
AM_CPPFLAGS = -DAKODE_SEARCHDIR=\"$(libdir)\"
15
AM_CXXFLAGS = -fPIC
15
16
16
libakode_la_LDFLAGS = -no-undefined -version-info 2:0:0 $(all_libraries)
17
libakode_la_LDFLAGS = -no-undefined -version-info 2:0:0 $(all_libraries)
17
libakode_la_LIBADD =  $(LIBPTHREAD) $(AKODE_LIBDL) $(LIBSEM)
18
libakode_la_LIBADD =  $(LIBPTHREAD) $(AKODE_LIBDL) $(LIBSEM)

Return to bug 791