configure.ac (7f671b97) configure.ac (149f2bc0)
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

--- 859 unchanged lines hidden (view full) ---

868 arm-target < 6 : armv4t compatibility
869 arm-target = 6 : exact armv6 compatibility
870 arm-target > 6 : armv7-a compatibility
871
872 Usage: --with-arm-target=7
873],with_arm_target=$withval,with_arm_target=4)
874
875BUILD_TYPE="OOo"
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

--- 859 unchanged lines hidden (view full) ---

868 arm-target < 6 : armv4t compatibility
869 arm-target = 6 : exact armv6 compatibility
870 arm-target > 6 : armv7-a compatibility
871
872 Usage: --with-arm-target=7
873],with_arm_target=$withval,with_arm_target=4)
874
875BUILD_TYPE="OOo"
876ADDITIONAL_REPOSITORIES=""
876
877dnl ===================================================================
878dnl Message.
879dnl ===================================================================
880echo "********************************************************************"
881echo "* *"
882echo "* OpenOffice.org build configuration. *"
883echo "* *"

--- 6149 unchanged lines hidden (view full) ---

7033AC_SUBST(OOO_JUNIT_JAR)
7034
7035AC_MSG_CHECKING([which languages to be built])
7036WITH_LANG="$with_lang"
7037if test -z "$WITH_LANG"; then
7038 AC_MSG_RESULT([en-US])
7039else
7040 AC_MSG_RESULT([$WITH_LANG])
877
878dnl ===================================================================
879dnl Message.
880dnl ===================================================================
881echo "********************************************************************"
882echo "* *"
883echo "* OpenOffice.org build configuration. *"
884echo "* *"

--- 6149 unchanged lines hidden (view full) ---

7034AC_SUBST(OOO_JUNIT_JAR)
7035
7036AC_MSG_CHECKING([which languages to be built])
7037WITH_LANG="$with_lang"
7038if test -z "$WITH_LANG"; then
7039 AC_MSG_RESULT([en-US])
7040else
7041 AC_MSG_RESULT([$WITH_LANG])
7042 ADDITIONAL_REPOSITORIES="$ADDITIONAL_REPOSITORIES;../extras"
7041fi
7042AC_SUBST(WITH_LANG)
7043
7044AC_MSG_CHECKING([which languages have poor help localizations])
7045WITH_POOR_HELP_LOCALIZATIONS="$with_poor_help_localizations"
7046if test -z "$WITH_POOR_HELP_LOCALIZATIONS"; then
7047 AC_MSG_RESULT([none])
7048else

--- 140 unchanged lines hidden (view full) ---

7189 AC_MSG_RESULT([default])
7190else
7191 LOCAL_SOLVER=$with_local_solver
7192 AC_MSG_RESULT([$with_local_solver])
7193fi
7194AC_SUBST(LOCAL_SOLVER)
7195
7196AC_SUBST(BUILD_TYPE)
7043fi
7044AC_SUBST(WITH_LANG)
7045
7046AC_MSG_CHECKING([which languages have poor help localizations])
7047WITH_POOR_HELP_LOCALIZATIONS="$with_poor_help_localizations"
7048if test -z "$WITH_POOR_HELP_LOCALIZATIONS"; then
7049 AC_MSG_RESULT([none])
7050else

--- 140 unchanged lines hidden (view full) ---

7191 AC_MSG_RESULT([default])
7192else
7193 LOCAL_SOLVER=$with_local_solver
7194 AC_MSG_RESULT([$with_local_solver])
7195fi
7196AC_SUBST(LOCAL_SOLVER)
7197
7198AC_SUBST(BUILD_TYPE)
7199AC_SUBST(ADDITIONAL_REPOSITORIES)
7197
7198# make sure config.guess is +x; we execute config.guess, so it has to be so;
7199chmod +x ./config.guess
7200
7201# Create files from their *.in templates.
7202AC_CONFIG_FILES([set_soenv Makefile])
7203
7204AC_MSG_NOTICE([writing config.status])

--- 24 unchanged lines hidden ---
7200
7201# make sure config.guess is +x; we execute config.guess, so it has to be so;
7202chmod +x ./config.guess
7203
7204# Create files from their *.in templates.
7205AC_CONFIG_FILES([set_soenv Makefile])
7206
7207AC_MSG_NOTICE([writing config.status])

--- 24 unchanged lines hidden ---