| configure.ac (ea0bd95c) | configure.ac (57f49b00) |
|---|---|
| 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 --- 6089 unchanged lines hidden (view full) --- 6098fi 6099AC_SUBST(SYSTEM_SERVLETAPI) 6100AC_SUBST(SERVLETAPI_JAR) 6101 6102AC_MSG_CHECKING([whether to build the Report Builder extension]) 6103if test -n "$enable_report_builder" -a "$enable_report_builder" != "no" && test "$WITH_JAVA" != "no"; then 6104 AC_MSG_RESULT([yes]) 6105 ENABLE_REPORTBUILDER=YES | 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 --- 6089 unchanged lines hidden (view full) --- 6098fi 6099AC_SUBST(SYSTEM_SERVLETAPI) 6100AC_SUBST(SERVLETAPI_JAR) 6101 6102AC_MSG_CHECKING([whether to build the Report Builder extension]) 6103if test -n "$enable_report_builder" -a "$enable_report_builder" != "no" && test "$WITH_JAVA" != "no"; then 6104 AC_MSG_RESULT([yes]) 6105 ENABLE_REPORTBUILDER=YES |
| 6106 SYSTEM_JFREEREPORT=YES |
|
| 6106 AC_MSG_CHECKING([for reportbuilder module]) 6107 if test -d ./reportbuilder; then 6108 AC_MSG_RESULT([OK]) 6109 else 6110 AC_MSG_ERROR([not existing. get it (did you get the -extensions tarball?)]) 6111 fi 6112 AC_MSG_CHECKING([which jfreereport libs to use (for Report Builder extension)]) 6113 AC_MSG_RESULT([external]) --- 154 unchanged lines hidden (view full) --- 6268 [AC_MSG_ERROR(libbase.jar not found.)], []) 6269 fi 6270 BUILD_TYPE="$BUILD_TYPE REPORTBUILDER" 6271else 6272 AC_MSG_RESULT([no]) 6273 ENABLE_REPORTBUILDER=NO 6274fi 6275AC_SUBST(ENABLE_REPORTBUILDER) | 6107 AC_MSG_CHECKING([for reportbuilder module]) 6108 if test -d ./reportbuilder; then 6109 AC_MSG_RESULT([OK]) 6110 else 6111 AC_MSG_ERROR([not existing. get it (did you get the -extensions tarball?)]) 6112 fi 6113 AC_MSG_CHECKING([which jfreereport libs to use (for Report Builder extension)]) 6114 AC_MSG_RESULT([external]) --- 154 unchanged lines hidden (view full) --- 6269 [AC_MSG_ERROR(libbase.jar not found.)], []) 6270 fi 6271 BUILD_TYPE="$BUILD_TYPE REPORTBUILDER" 6272else 6273 AC_MSG_RESULT([no]) 6274 ENABLE_REPORTBUILDER=NO 6275fi 6276AC_SUBST(ENABLE_REPORTBUILDER) |
| 6277AC_SUBST(SYSTEM_JFREEREPORT) |
|
| 6276AC_SUBST(SAC_JAR) 6277AC_SUBST(LIBXML_JAR) 6278AC_SUBST(FLUTE_JAR) 6279AC_SUBST(JFREEREPORT_JAR) 6280AC_SUBST(LIBBASE_JAR) 6281AC_SUBST(LIBLAYOUT_JAR) 6282AC_SUBST(LIBLOADER_JAR) 6283AC_SUBST(LIBFORMULA_JAR) --- 1116 unchanged lines hidden --- | 6278AC_SUBST(SAC_JAR) 6279AC_SUBST(LIBXML_JAR) 6280AC_SUBST(FLUTE_JAR) 6281AC_SUBST(JFREEREPORT_JAR) 6282AC_SUBST(LIBBASE_JAR) 6283AC_SUBST(LIBLAYOUT_JAR) 6284AC_SUBST(LIBLOADER_JAR) 6285AC_SUBST(LIBFORMULA_JAR) --- 1116 unchanged lines hidden --- |