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

(-)trinity-kchmviewer-3.5.13.2/configure.in.in.ORI (-1 / +1 lines)
Lines 7-13 Link Here
7
AC_ARG_PROGRAM
7
AC_ARG_PROGRAM
8
8
9
dnl All versioning is done via the following line
9
dnl All versioning is done via the following line
10
AM_CONFIG_HEADER(src/config.h)
10
AC_CONFIG_HEADER(src/config.h)
11
AM_INIT_AUTOMAKE(kchmviewer, 3.1)
11
AM_INIT_AUTOMAKE(kchmviewer, 3.1)
12
12
13
dnl Chuck #defines for PACKAGE and VERSION into config.h
13
dnl Chuck #defines for PACKAGE and VERSION into config.h

Return to bug 1393