SOURCES: mozldap-ac.patch (NEW) - ac 2.62 disallows use of configure time v...
qboosh
qboosh at pld-linux.org
Thu Jun 19 00:44:16 CEST 2008
Author: qboosh Date: Wed Jun 18 22:44:16 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- ac 2.62 disallows use of configure time variables in AC_OUTPUT
---- Files affected:
SOURCES:
mozldap-ac.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mozldap-ac.patch
diff -u /dev/null SOURCES/mozldap-ac.patch:1.1
--- /dev/null Thu Jun 19 00:44:17 2008
+++ SOURCES/mozldap-ac.patch Thu Jun 19 00:44:11 2008
@@ -0,0 +1,30 @@
+--- mozldap-6.0.5/mozilla/directory/c-sdk/configure.in.orig 2007-09-17 19:46:23.000000000 +0200
++++ mozldap-6.0.5/mozilla/directory/c-sdk/configure.in 2008-06-19 00:42:22.810015812 +0200
+@@ -2625,7 +2625,13 @@
+ dnl ========================================================
+ dnl Generate output files.
+ dnl ========================================================
+-MAKEFILES="
++
++dnl since configure won't handle 2 levels of directory
++dnl structure for us..
++mkdir ldap > /dev/null 2>&1
++mkdir ldap/clients > /dev/null 2>&1
++
++AC_OUTPUT([
+ Makefile
+ config/Makefile
+ config/autoconf.mk
+@@ -2640,11 +2646,4 @@
+ ldap/libraries/libiutil/Makefile
+ ldap/libraries/libssldap/Makefile
+ ldap/libraries/libutil/Makefile
+-"
+-
+-dnl since configure won't handle 2 levels of directory
+-dnl structure for us..
+-mkdir ldap > /dev/null 2>&1
+-mkdir ldap/clients > /dev/null 2>&1
+-
+-AC_OUTPUT([$MAKEFILES])
++])
================================================================
More information about the pld-cvs-commit
mailing list