configure.ac

changeset 22740
d8e77c29eb63
parent 22723
134bf06fdb6d
child 22741
a0fa24e9b548
equal deleted inserted replaced
22739:6aca188b7460 22740:d8e77c29eb63
2144 AC_SUBST(CHECK_LIBS) 2144 AC_SUBST(CHECK_LIBS)
2145 2145
2146 dnl ####################################################################### 2146 dnl #######################################################################
2147 dnl # Disable pixmap installation 2147 dnl # Disable pixmap installation
2148 dnl ####################################################################### 2148 dnl #######################################################################
2149 AC_ARG_ENABLE(pixmaps-install, AC_HELP_STRING([--enable-pixmaps-install], [enable installation of pixmap files]), enable_pixmaps="$enableval", enable_pixmaps=yes) 2149 AC_ARG_ENABLE(pixmaps-install, AC_HELP_STRING([--disable-pixmaps-install], [disable installation of pixmap files]), enable_pixmaps="$enableval", enable_pixmaps=yes)
2150 2150
2151 AM_CONDITIONAL(INSTALL_PIXMAPS, test "x$enable_pixmaps" = "xyes") 2151 AM_CONDITIONAL(INSTALL_PIXMAPS, test "x$enable_pixmaps" = "xyes")
2152 2152
2153 dnl ####################################################################### 2153 dnl #######################################################################
2154 dnl # Disable installation of translation files 2154 dnl # Disable installation of translation files
2155 dnl ####################################################################### 2155 dnl #######################################################################
2156 AC_ARG_ENABLE(nls, AC_HELP_STRING([--enable-nls], [enable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes) 2156 AC_ARG_ENABLE(nls, AC_HELP_STRING([--disable-nls], [disable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes)
2157 2157
2158 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes") 2158 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
2159 2159
2160 dnl ####################################################################### 2160 dnl #######################################################################
2161 dnl # Check for Doxygen and dot (part of GraphViz) 2161 dnl # Check for Doxygen and dot (part of GraphViz)

mercurial