comparison configure.ac @ 22582:0085d8b80bc4

For the few of us who wanted it, I bring back --disable-nls! It may not be perfect, but it works for me in my testing.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 30 Mar 2008 16:42:12 +0000
parents e4b2cbc246da
children d75346b9b29b
comparison
equal deleted inserted replaced
22581:c84b932aeeb2 22582:0085d8b80bc4
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([--enable-pixmaps-install], [enable 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
2153 dnl #######################################################################
2154 dnl # Disable installation of translation files
2155 dnl #######################################################################
2156 AC_ARG_ENABLE(nls, AC_HELP_STRING([--enable-nls], [enable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes)
2157
2158 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
2152 2159
2153 dnl ####################################################################### 2160 dnl #######################################################################
2154 dnl # Check for Doxygen and dot (part of GraphViz) 2161 dnl # Check for Doxygen and dot (part of GraphViz)
2155 dnl ####################################################################### 2162 dnl #######################################################################
2156 AC_ARG_ENABLE(doxygen, 2163 AC_ARG_ENABLE(doxygen,
2306 echo SSL Library/Libraries......... : $msg_ssl 2313 echo SSL Library/Libraries......... : $msg_ssl
2307 echo Build with Cyrus SASL support. : $enable_cyrus_sasl 2314 echo Build with Cyrus SASL support. : $enable_cyrus_sasl
2308 echo Use kerberos 4 with zephyr.... : $kerberos 2315 echo Use kerberos 4 with zephyr.... : $kerberos
2309 echo Use external libzephyr........ : $zephyr 2316 echo Use external libzephyr........ : $zephyr
2310 echo Install pixmaps............... : $enable_pixmaps 2317 echo Install pixmaps............... : $enable_pixmaps
2318 echo Install translations.......... : $enable_i18n
2311 echo Has you....................... : yes 2319 echo Has you....................... : yes
2312 echo 2320 echo
2313 echo Use XScreenSaver Extension.... : $enable_screensaver 2321 echo Use XScreenSaver Extension.... : $enable_screensaver
2314 echo Use X Session Management...... : $enable_sm 2322 echo Use X Session Management...... : $enable_sm
2315 echo Use startup notification...... : $enable_startup_notification 2323 echo Use startup notification...... : $enable_startup_notification