Kaydet (Commit) c3d1cfde authored tarafından Petr Mladek's avatar Petr Mladek

Integrate help by default

üst a2698009
...@@ -512,9 +512,9 @@ AC_ARG_WITH(extension-integration, ...@@ -512,9 +512,9 @@ AC_ARG_WITH(extension-integration,
AC_ARG_WITH(helppack-integration, AC_ARG_WITH(helppack-integration,
[ [
--with-helppack-integration It will integrate the helppacks to the installer --without-helppack-integration It will not integrate the helppacks to the installer
of the product. of the product.
Please use this switch to include any helppack.], Please use this switch to use the online help or separate help packages.],
,) ,)
AC_ARG_WITH(fonts, AC_ARG_WITH(fonts,
...@@ -7127,7 +7127,7 @@ dnl =================================================================== ...@@ -7127,7 +7127,7 @@ dnl ===================================================================
dnl Test whether to integrate helppacks into the product's installer dnl Test whether to integrate helppacks into the product's installer
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([for helppack integration]) AC_MSG_CHECKING([for helppack integration])
if test "z$with_helppack_integration" = "z" -o "z$with_helppack_integration" = "zno" ; then if test "z$with_helppack_integration" = "zno" ; then
WITH_HELPPACK_INTEGRATION=NO WITH_HELPPACK_INTEGRATION=NO
AC_MSG_RESULT([no integration]) AC_MSG_RESULT([no integration])
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment