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

(-)libopensync-plugin-kdepim-0.22/Makefile.am.ORI (-2 lines)
Lines 1-3 Link Here
1
SUBDIRS = src tests
1
SUBDIRS = src tests
2
# use aclocal with the macrodir "m4"
3
ACLOCAL_AMFLAGS = -I m4
(-)libopensync-plugin-kdepim-0.22/configure.ac.ORIv (-2 / +2 lines)
Lines 2-9 Link Here
2
2
3
AC_PREREQ(2.58)
3
AC_PREREQ(2.58)
4
AC_INIT([OpenSync Kdepim Plugin], 0.22, [], [libopensync-plugin-kdepim])
4
AC_INIT([OpenSync Kdepim Plugin], 0.22, [], [libopensync-plugin-kdepim])
5
AC_CONFIG_MACRO_DIR([m4])
5
AC_CONFIG_MACRO_DIR([admin])
6
AC_CONFIG_AUX_DIR([aux])
6
AC_CONFIG_AUX_DIR([admin])
7
AC_CONFIG_SRCDIR(src/kdepim_sync.cpp)
7
AC_CONFIG_SRCDIR(src/kdepim_sync.cpp)
8
AM_INIT_AUTOMAKE(foreign)
8
AM_INIT_AUTOMAKE(foreign)
9
AM_CONFIG_HEADER(config.h)
9
AM_CONFIG_HEADER(config.h)

Return to bug 87