]> git.pld-linux.org Git - packages/ApacheJServ.git/commitdiff
- updates
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2005 15:25:48 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ApacheJServ-ac.patch -> 1.2

ApacheJServ-ac.patch

index 1cff7c509594628e8fda11a50f21e7e18499f401..31ebe41a2d86219a2d97c4180ef439af973a2c52 100644 (file)
@@ -52,7 +52,7 @@ http_config requires httpd.h, so we skip it
  
      echo ""
 -    if ${TEST} -z "${BOOTFILE}" -o ! -f ${BOOTFILE} ; then
-+      set -x
++      #set -x
 +    if ${TEST} -z "${BOOTFILE}" -o ! -f "${BOOTFILE}" ; then
          echo "You might consider putting frequently used options into "
          echo "${BOOTFILE}, one per line."
@@ -96,3 +96,15 @@ http_config requires httpd.h, so we skip it
        @ if ${TEST} -e ./.libs/${LIBJA} ; then \
                echo "${CP} ./.libs/${LIBJA} $(DESTDIR)${LIBEXECDIR}/${MODSO}" ; \
                ${CP} ./.libs/${LIBJA} $(DESTDIR)${LIBEXECDIR}/${MODSO} ; \
+--- ./configure.in~    2005-08-19 15:55:37.000000000 +0300
++++ ./configure.in     2005-08-19 16:01:54.000000000 +0300
+@@ -98,6 +98,9 @@
+ AM_CONDITIONAL(MAINTAINER_BUILD, ${TEST} "${maintainer_debug}" = "true")
++AM_GNU_GETTEXT([external])
++AC_SUBST(USE_INCLUDED_LIBINTL)
++
+ # allow use of compressed jar file
+ AC_ARG_ENABLE(compressed-jar,
+ [  --enable-compressed-jar allows generation of a zipped jar file [default=no]],
This page took 0.069302 seconds and 4 git commands to generate.