| configure.ac (3e9d7d56) | configure.ac (b266cbf2) |
|---|---|
| 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 --- 3594 unchanged lines hidden (view full) --- 3603 AC_MSG_ERROR([too old, you need at least 3.0.0]) 3604fi 3605AC_SUBST(GPERF) 3606 3607dnl =================================================================== 3608dnl Check for building stax 3609dnl =================================================================== 3610AC_MSG_CHECKING([whether to build the stax]) | 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 --- 3594 unchanged lines hidden (view full) --- 3603 AC_MSG_ERROR([too old, you need at least 3.0.0]) 3604fi 3605AC_SUBST(GPERF) 3606 3607dnl =================================================================== 3608dnl Check for building stax 3609dnl =================================================================== 3610AC_MSG_CHECKING([whether to build the stax]) |
| 3611if test -f "./stax/download/jsr173_1.0_api.jar"; then | 3611if test -f "./stax/download/stax-1.2.0.jar"; then |
| 3612 BUILD_STAX=NO | 3612 BUILD_STAX=NO |
| 3613 AC_MSG_RESULT([no, will use the prebuilt stax/download/jsr173_1.0_api.jar]) | 3613 AC_MSG_RESULT([no, will use the prebuilt stax/download/stax-1.2.0.jar]) |
| 3614else 3615 BUILD_STAX=YES 3616 AC_MSG_RESULT([yes]) 3617fi 3618AC_SUBST(BUILD_STAX) 3619 3620dnl =================================================================== 3621dnl Check for building ODK --- 3659 unchanged lines hidden --- | 3614else 3615 BUILD_STAX=YES 3616 AC_MSG_RESULT([yes]) 3617fi 3618AC_SUBST(BUILD_STAX) 3619 3620dnl =================================================================== 3621dnl Check for building ODK --- 3659 unchanged lines hidden --- |