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

(-)hk_classes-0.8.3/configure.in.ORI (-1 / +1 lines)
Lines 2-8 Link Here
2
AC_INIT(NEWS)
2
AC_INIT(NEWS)
3
dnl AC_PREFIX_DEFAULT(/usr/local/hk_classes)
3
dnl AC_PREFIX_DEFAULT(/usr/local/hk_classes)
4
AC_PROG_INSTALL
4
AC_PROG_INSTALL
5
AM_CONFIG_HEADER(config.h)
5
AC_CONFIG_HEADER(config.h)
6
AM_INIT_AUTOMAKE(hk_classes,0.8.3)
6
AM_INIT_AUTOMAKE(hk_classes,0.8.3)
7
AM_MAINTAINER_MODE
7
AM_MAINTAINER_MODE
8
8

Return to bug 437