SOURCES: mailsync-ksh.patch (NEW) - fix build with ksh + autoconf ...

hawk hawk at pld-linux.org
Mon Jan 1 02:00:15 CET 2007


Author: hawk                         Date: Mon Jan  1 01:00:14 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with ksh + autoconf 2.60

---- Files affected:
SOURCES:
   mailsync-ksh.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mailsync-ksh.patch
diff -u /dev/null SOURCES/mailsync-ksh.patch:1.1
--- /dev/null	Mon Jan  1 02:00:14 2007
+++ SOURCES/mailsync-ksh.patch	Mon Jan  1 02:00:09 2007
@@ -0,0 +1,44 @@
+diff -ur acinclude.orig/ac_with_cclient.m4 acinclude/ac_with_cclient.m4
+--- acinclude.orig/ac_with_cclient.m4	2004-06-09 19:24:00.000000000 +0200
++++ acinclude/ac_with_cclient.m4	2007-01-01 01:56:47.000000000 +0100
+@@ -20,6 +20,7 @@
+    fi
+   ]
+  )
++ case `(set -o) 2>/dev/null` in *braceexpand*) set -o braceexpand;; esac
+  if test -z "${CCLIENTLOCATIONS}" ; then
+   ifelse([$2], , :, [$2])
+  else
+diff -ur acinclude.orig/ac_with_krb5.m4 acinclude/ac_with_krb5.m4
+--- acinclude.orig/ac_with_krb5.m4	2003-01-24 00:56:17.000000000 +0100
++++ acinclude/ac_with_krb5.m4	2007-01-01 01:56:41.000000000 +0100
+@@ -18,6 +18,7 @@
+    fi
+   ]
+  )
++ case `(set -o) 2>/dev/null` in *braceexpand*) set -o braceexpand;; esac
+  if test -z "${KRB5LOCATIONS}" ; then
+   ifelse([$2], , :, [$2])
+  else
+diff -ur acinclude.orig/ac_with_openssl.m4 acinclude/ac_with_openssl.m4
+--- acinclude.orig/ac_with_openssl.m4	2003-04-22 12:26:34.000000000 +0200
++++ acinclude/ac_with_openssl.m4	2007-01-01 01:56:35.000000000 +0100
+@@ -18,6 +18,7 @@
+    fi
+   ]
+  )
++ case `(set -o) 2>/dev/null` in *braceexpand*) set -o braceexpand;; esac
+  if test -z "${OPENSSLLOCATIONS}" ; then
+   ifelse([$2], , :, [$2])
+  else
+diff -ur acinclude.orig/ac_with_pam.m4 acinclude/ac_with_pam.m4
+--- acinclude.orig/ac_with_pam.m4	2003-04-22 12:27:10.000000000 +0200
++++ acinclude/ac_with_pam.m4	2007-01-01 01:56:53.000000000 +0100
+@@ -17,6 +17,7 @@
+    fi
+   ]
+  )
++ case `(set -o) 2>/dev/null` in *braceexpand*) set -o braceexpand;; esac
+  if test -z "${PAMLOCATIONS}" ; then
+   ifelse([$2], , :, [$2])
+  else
================================================================


More information about the pld-cvs-commit mailing list