]> git.pld-linux.org Git - packages/mozldap.git/blame - mozldap-ac.patch
- added ac patch to fix problem with autoconf 2.62
[packages/mozldap.git] / mozldap-ac.patch
CommitLineData
cd241e70
JB
1--- mozldap-6.0.5/mozilla/directory/c-sdk/configure.in.orig 2007-09-17 19:46:23.000000000 +0200
2+++ mozldap-6.0.5/mozilla/directory/c-sdk/configure.in 2008-06-19 00:42:22.810015812 +0200
3@@ -2625,7 +2625,13 @@
4 dnl ========================================================
5 dnl Generate output files.
6 dnl ========================================================
7-MAKEFILES="
8+
9+dnl since configure won't handle 2 levels of directory
10+dnl structure for us..
11+mkdir ldap > /dev/null 2>&1
12+mkdir ldap/clients > /dev/null 2>&1
13+
14+AC_OUTPUT([
15 Makefile
16 config/Makefile
17 config/autoconf.mk
18@@ -2640,11 +2646,4 @@
19 ldap/libraries/libiutil/Makefile
20 ldap/libraries/libssldap/Makefile
21 ldap/libraries/libutil/Makefile
22-"
23-
24-dnl since configure won't handle 2 levels of directory
25-dnl structure for us..
26-mkdir ldap > /dev/null 2>&1
27-mkdir ldap/clients > /dev/null 2>&1
28-
29-AC_OUTPUT([$MAKEFILES])
30+])
This page took 0.031066 seconds and 4 git commands to generate.