| configure.ac (fec5e19e) | configure.ac (0495d53e) |
|---|---|
| 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 --- 4 unchanged lines hidden (view full) --- 13dnl * Unless required by applicable law or agreed to in writing, 14dnl * software distributed under the License is distributed on an 15dnl * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16dnl * KIND, either express or implied. See the License for the 17dnl * specific language governing permissions and limitations 18dnl * under the License. 19dnl * 20dnl * ************************************************************* | 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 --- 4 unchanged lines hidden (view full) --- 13dnl * Unless required by applicable law or agreed to in writing, 14dnl * software distributed under the License is distributed on an 15dnl * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16dnl * KIND, either express or implied. See the License for the 17dnl * specific language governing permissions and limitations 18dnl * under the License. 19dnl * 20dnl * ************************************************************* |
| 21AC_REVISION( $Revision: 1.290 $ ) | 21AC_REVISION( $Revision$ ) |
| 22AC_PREREQ(2.50) 23AC_INIT() 24echo "$@" >config.parms 25AC_ARG_WITH(dmake-path, 26[ --with-dmake-path=<PATH TO EXECUTABLE> Specify the location of dmake ], 27[ DMAKE_PATH="$withval" 28]) 29AC_ARG_WITH(dmake-url, --- 2788 unchanged lines hidden (view full) --- 2818dnl Custom build version 2819dnl =================================================================== 2820 2821AC_MSG_CHECKING([whether to add custom build version]) 2822if test "z$with_build_version" != "z"; then 2823 BUILD_VER_STRING=$with_build_version 2824 AC_MSG_RESULT([yes, $BUILD_VER_STRING]) 2825else | 22AC_PREREQ(2.50) 23AC_INIT() 24echo "$@" >config.parms 25AC_ARG_WITH(dmake-path, 26[ --with-dmake-path=<PATH TO EXECUTABLE> Specify the location of dmake ], 27[ DMAKE_PATH="$withval" 28]) 29AC_ARG_WITH(dmake-url, --- 2788 unchanged lines hidden (view full) --- 2818dnl Custom build version 2819dnl =================================================================== 2820 2821AC_MSG_CHECKING([whether to add custom build version]) 2822if test "z$with_build_version" != "z"; then 2823 BUILD_VER_STRING=$with_build_version 2824 AC_MSG_RESULT([yes, $BUILD_VER_STRING]) 2825else |
| 2826 BUILD_VER_STRING=`date +"%Y-%m-%d %H:%M:%S (%a, %d %b %Y)"` | 2826 BUILD_VER_STRING=`Apache Software Foundation` |
| 2827 AC_MSG_RESULT([no]) 2828fi 2829AC_SUBST(BUILD_VER_STRING) 2830 2831dnl =================================================================== 2832dnl Java support enable 2833dnl =================================================================== 2834AC_MSG_CHECKING([whether to build with Java support]) --- 4464 unchanged lines hidden --- | 2827 AC_MSG_RESULT([no]) 2828fi 2829AC_SUBST(BUILD_VER_STRING) 2830 2831dnl =================================================================== 2832dnl Java support enable 2833dnl =================================================================== 2834AC_MSG_CHECKING([whether to build with Java support]) --- 4464 unchanged lines hidden --- |