configure.ac (3ab3c188) configure.ac (b0374c35)
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

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

6356AC_SUBST(LIBBASE_JAR)
6357AC_SUBST(LIBLAYOUT_JAR)
6358AC_SUBST(LIBLOADER_JAR)
6359AC_SUBST(LIBFORMULA_JAR)
6360AC_SUBST(LIBREPOSITORY_JAR)
6361AC_SUBST(LIBFONTS_JAR)
6362AC_SUBST(LIBSERIALIZER_JAR)
6363
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

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

6356AC_SUBST(LIBBASE_JAR)
6357AC_SUBST(LIBLAYOUT_JAR)
6358AC_SUBST(LIBLOADER_JAR)
6359AC_SUBST(LIBFORMULA_JAR)
6360AC_SUBST(LIBREPOSITORY_JAR)
6361AC_SUBST(LIBFONTS_JAR)
6362AC_SUBST(LIBSERIALIZER_JAR)
6363
6364# this has to be here because both the wiki publisher and the SRB use
6365# commons-logging, while the non-optional PostgreSQL connector uses
6366# commons-lang.
6364# this has to be here because both the Wiki Publisher and the Report
6365# Builder use commons-logging, while the non-optional PostgreSQL
6366# connector uses commons-lang.
6367AC_MSG_CHECKING([which Apache commons-* libs to use])
6368if test "$with_system_apache_commons" = "yes"; then
6369 SYSTEM_APACHE_COMMONS=YES
6370 AC_MSG_RESULT([external])
6371
6372 if test -z $COMMONS_LANG_JAR; then
6373 AC_CHECK_FILE(/usr/share/java/commons-lang3-3.3.jar,
6374 [ COMMONS_LANG_JAR=/usr/share/java/commons-lang3-3.3.jar ],

--- 1151 unchanged lines hidden ---
6367AC_MSG_CHECKING([which Apache commons-* libs to use])
6368if test "$with_system_apache_commons" = "yes"; then
6369 SYSTEM_APACHE_COMMONS=YES
6370 AC_MSG_RESULT([external])
6371
6372 if test -z $COMMONS_LANG_JAR; then
6373 AC_CHECK_FILE(/usr/share/java/commons-lang3-3.3.jar,
6374 [ COMMONS_LANG_JAR=/usr/share/java/commons-lang3-3.3.jar ],

--- 1151 unchanged lines hidden ---