configure.ac (72bd2d34) | configure.ac (3e9d7d56) |
---|---|
1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 7073 unchanged lines hidden (view full) --- 7082AC_SUBST(OOO_JUNIT_JAR) 7083 7084AC_MSG_CHECKING([which languages to be built]) 7085WITH_LANG="$with_lang" 7086if test -z "$WITH_LANG"; then 7087 AC_MSG_RESULT([en-US]) 7088else 7089 AC_MSG_RESULT([$WITH_LANG]) | 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 7073 unchanged lines hidden (view full) --- 7082AC_SUBST(OOO_JUNIT_JAR) 7083 7084AC_MSG_CHECKING([which languages to be built]) 7085WITH_LANG="$with_lang" 7086if test -z "$WITH_LANG"; then 7087 AC_MSG_RESULT([en-US]) 7088else 7089 AC_MSG_RESULT([$WITH_LANG]) |
7090 ADDITIONAL_REPOSITORIES="$ADDITIONAL_REPOSITORIES;../extras" | 7090 ADDITIONAL_REPOSITORIES="$ADDITIONAL_REPOSITORIES ../extras" 7091 BUILD_TYPE="$BUILD_TYPE L10N" |
7091fi 7092AC_SUBST(WITH_LANG) 7093 7094AC_MSG_CHECKING([which languages have poor help localizations]) 7095WITH_POOR_HELP_LOCALIZATIONS="$with_poor_help_localizations" 7096if test -z "$WITH_POOR_HELP_LOCALIZATIONS"; then 7097 AC_MSG_RESULT([none]) 7098else --- 181 unchanged lines hidden --- | 7092fi 7093AC_SUBST(WITH_LANG) 7094 7095AC_MSG_CHECKING([which languages have poor help localizations]) 7096WITH_POOR_HELP_LOCALIZATIONS="$with_poor_help_localizations" 7097if test -z "$WITH_POOR_HELP_LOCALIZATIONS"; then 7098 AC_MSG_RESULT([none]) 7099else --- 181 unchanged lines hidden --- |