configure.ac (69444ee8) | configure.ac (8550753c) |
---|---|
1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 3632 unchanged lines hidden (view full) --- 3641 AC_MSG_RESULT([OK]) 3642 GPERF=$GPERF 3643else 3644 AC_MSG_ERROR([too old, you need at least 3.0.0]) 3645fi 3646AC_SUBST(GPERF) 3647 3648dnl =================================================================== | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 3632 unchanged lines hidden (view full) --- 3641 AC_MSG_RESULT([OK]) 3642 GPERF=$GPERF 3643else 3644 AC_MSG_ERROR([too old, you need at least 3.0.0]) 3645fi 3646AC_SUBST(GPERF) 3647 3648dnl =================================================================== |
3649dnl Check for building stax 3650dnl =================================================================== 3651AC_MSG_CHECKING([whether to build the stax]) 3652if test -f "./stax/download/stax-1.2.0.jar"; then 3653 BUILD_STAX=NO 3654 AC_MSG_RESULT([no, will use the prebuilt stax/download/stax-1.2.0.jar]) 3655else 3656 BUILD_STAX=YES 3657 AC_MSG_RESULT([yes]) 3658fi 3659AC_SUBST(BUILD_STAX) 3660 3661dnl =================================================================== |
|
3649dnl Check for building ODK 3650dnl =================================================================== 3651AC_MSG_CHECKING([whether to build the ODK]) 3652if test "z$enable_odk" = "z" -o "$enable_odk" != "no"; then 3653 AC_MSG_RESULT([yes]) 3654 if test "$WITH_JAVA" != "no"; then 3655 AC_MSG_CHECKING([for external/unowinreg/unowinreg.dll]) 3656 if ! test -f "./external/unowinreg/unowinreg.dll"; then --- 3764 unchanged lines hidden --- | 3662dnl Check for building ODK 3663dnl =================================================================== 3664AC_MSG_CHECKING([whether to build the ODK]) 3665if test "z$enable_odk" = "z" -o "$enable_odk" != "no"; then 3666 AC_MSG_RESULT([yes]) 3667 if test "$WITH_JAVA" != "no"; then 3668 AC_MSG_CHECKING([for external/unowinreg/unowinreg.dll]) 3669 if ! test -f "./external/unowinreg/unowinreg.dll"; then --- 3764 unchanged lines hidden --- |