]> git.pld-linux.org Git - packages/apache-mod_mono.git/commitdiff
- updated for 1.2.4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 16 May 2007 18:27:01 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_mono-apu-config.patch -> 1.4

apache-mod_mono-apu-config.patch

index 310d90fb0b2ef7a68ea0d6fadbf533c08f9df2e2..2fd37cb0480ceb0a36d97e83e3d7903a0967e585 100644 (file)
@@ -1,5 +1,5 @@
---- mod_mono-1.2.1/configure.in.orig   2006-11-21 23:24:50.000000000 +0100
-+++ mod_mono-1.2.1/configure.in        2007-02-17 17:55:31.519007163 +0100
+--- mod_mono-1.2.4/configure.in.orig   2007-04-20 06:15:26.000000000 +0200
++++ mod_mono-1.2.4/configure.in        2007-05-16 20:21:28.673112778 +0200
 @@ -82,6 +82,28 @@
    fi
  ],)
  if test -z "$APXS"; then
    for mydir in /usr/local/apache2/sbin        \
                /usr/local/apache2/bin  \
-@@ -169,6 +191,48 @@
-   AC_PATH_PROG(APRCONFIG, apr-config)
- fi
+@@ -172,6 +194,7 @@
+ # apu-config - libapr-util can have different prefixes than libapr, check from apu-1-config to make sure
+ #  (suse 10.1 is an example of this)
  
 +if test -z "$APUCONFIG"; then
-+  for mydir in `dirname ${APXS}` \
-+              /usr/local/apache2/sbin \
-+              /usr/local/apache2/bin  \
-+              /usr/local/apache/sbin  \
-+              /usr/local/apache/bin   \
-+              /usr/sbin               \
-+              /usr/bin
-+  do
-+      AC_MSG_CHECKING(for apu-1-config in $mydir)
-+      A1="$mydir/apu-1-config"
-+      if test -x "$A1" ; then
-+              APUCONFIG="$A1"
-+              AC_MSG_RESULT(found.)
-+              break
-+      else
-+              AC_MSG_RESULT(no)
-+      fi
-+
-+      AC_MSG_CHECKING(for apu-config in $mydir)
-+      A2="$mydir/apu-config"
-+      if test -x "$A2" ; then
-+              APUCONFIG="$A2"
-+              AC_MSG_RESULT(found.)
-+              break
-+      else
-+              AC_MSG_RESULT(no)
-+      fi
-+
-+  done
-+fi
-+
-+# last resort 1
-+if test -z "$APUCONFIG"; then
-+  AC_PATH_PROG(APUCONFIG, apu-1-config)
-+fi
-+
-+# last resort 2
-+if test -z "$APUCONFIG"; then
-+  AC_PATH_PROG(APUCONFIG, apu-config)
-+fi
-+
- APXS_LIBEXECDIR=`${APXS} -q LIBEXECDIR`
- APXS_SYSCONFDIR=`${APXS} -q SYSCONFDIR`
- AP_INCLUDES="-I`${APXS} -q INCLUDEDIR`"
-@@ -183,6 +247,10 @@
-       CFLAGS="$CFLAGS `$APRCONFIG --includes --cflags`"
-       CPPFLAGS="$CFLAGS $CPPFLAGS `$APRCONFIG --includes --cflags --cppflags`"
- fi
-+if test -x "$APUCONFIG" ; then
-+      CFLAGS="$CFLAGS `$APUCONFIG --includes`"
-+      CPPFLAGS="$CFLAGS $CPPFLAGS `$APUCONFIG --includes`"
+ for mydir in `dirname ${APXS}` \
+               /usr/local/apache2/sbin \
+               /usr/local/apache2/bin  \
+@@ -200,6 +223,7 @@
+               AC_MSG_RESULT(no)
+       fi
+ done
 +fi
- AC_MSG_CHECKING([Apache version])
- AC_TRY_COMPILE([
-       #include <ap_release.h>
-@@ -354,6 +422,7 @@
- echo "   * apxs = $APXS"
- test ! "$APACHE_VER" = "1.3" -a -x "$APRCONFIG" && \
- echo "   * apr-config = $APRCONFIG"
-+echo "   * apu-config = $APUCONFIG"
- echo "   * Verbose logging (debug) = $enable_debug"
- echo "   * mono prefix = $MONO_PREFIX"
- echo "   * Default MonoApplicationsConfigDir = $DFLT_MONO_CONFIG_DIR"
+ # last resort 1
+ if test -z "$APUCONFIG"; then
This page took 0.095515 seconds and 4 git commands to generate.