001-automake-compat.patch 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. --- /dev/null
  2. +++ b/Makefile.am
  3. @@ -0,0 +1 @@
  4. +SUBDIRS = include libraries clients servers tests doc
  5. --- a/libraries/Makefile.in
  6. +++ b/libraries/Makefile.in
  7. @@ -13,6 +13,8 @@
  8. ## top-level directory of the distribution or, alternatively, at
  9. ## <http://www.OpenLDAP.org/license.html>.
  10. +SHELL = @SHELL@
  11. +
  12. SUBDIRS= \
  13. liblutil \
  14. liblber \
  15. --- a/libraries/liblber/Makefile.in
  16. +++ b/libraries/liblber/Makefile.in
  17. @@ -13,6 +13,8 @@
  18. ## top-level directory of the distribution or, alternatively, at
  19. ## <http://www.OpenLDAP.org/license.html>.
  20. +SHELL = @SHELL@
  21. +
  22. LIBRARY = liblber.la
  23. NT_SRCS = nt_err.c
  24. --- a/libraries/libldap/Makefile.in
  25. +++ b/libraries/libldap/Makefile.in
  26. @@ -13,6 +13,8 @@
  27. ## top-level directory of the distribution or, alternatively, at
  28. ## <http://www.OpenLDAP.org/license.html>.
  29. +SHELL = @SHELL@
  30. +
  31. LIBRARY = libldap.la
  32. PROGRAMS = apitest dntest ftest ltest urltest
  33. --- a/libraries/libldap_r/Makefile.in
  34. +++ b/libraries/libldap_r/Makefile.in
  35. @@ -13,6 +13,8 @@
  36. ## top-level directory of the distribution or, alternatively, at
  37. ## <http://www.OpenLDAP.org/license.html>.
  38. +SHELL = @SHELL@
  39. +
  40. LIBRARY = libldap_r.la
  41. PROGRAMS = apitest ltest
  42. --- a/libraries/liblunicode/Makefile.in
  43. +++ b/libraries/liblunicode/Makefile.in
  44. @@ -13,6 +13,8 @@
  45. ## top-level directory of the distribution or, alternatively, at
  46. ## <http://www.OpenLDAP.org/license.html>.
  47. +SHELL = @SHELL@
  48. +
  49. LIBRARY = liblunicode.a
  50. XXDIR = $(srcdir)/ucdata/
  51. --- a/libraries/liblutil/Makefile.in
  52. +++ b/libraries/liblutil/Makefile.in
  53. @@ -13,6 +13,8 @@
  54. ## top-level directory of the distribution or, alternatively, at
  55. ## <http://www.OpenLDAP.org/license.html>.
  56. +SHELL = @SHELL@
  57. +
  58. LIBRARY = liblutil.a
  59. PROGRAM = testavl
  60. --- a/libraries/librewrite/Makefile.in
  61. +++ b/libraries/librewrite/Makefile.in
  62. @@ -16,6 +16,8 @@
  63. ## Copyright 2000-2001 Pierangelo Masarati <ando@sys-net.it>
  64. ##
  65. +SHELL = @SHELL@
  66. +
  67. SRCS = config.c context.c info.c ldapmap.c map.c params.c rule.c \
  68. session.c subst.c var.c xmap.c \
  69. parse.c rewrite.c
  70. --- a/clients/tools/Makefile.in
  71. +++ b/clients/tools/Makefile.in
  72. @@ -13,6 +13,8 @@
  73. ## top-level directory of the distribution or, alternatively, at
  74. ## <http://www.OpenLDAP.org/license.html>.
  75. +SHELL = @SHELL@
  76. +
  77. SRCS = ldapsearch.c ldapmodify.c ldapdelete.c ldapmodrdn.c \
  78. ldappasswd.c ldapwhoami.c ldapcompare.c \
  79. ldapexop.c ldapurl.c common.c
  80. --- a/servers/slapd/Makefile.in
  81. +++ b/servers/slapd/Makefile.in
  82. @@ -13,6 +13,8 @@
  83. ## top-level directory of the distribution or, alternatively, at
  84. ## <http://www.OpenLDAP.org/license.html>.
  85. +SHELL = @SHELL@
  86. +
  87. SLAPTOOLS=slapadd slapcat slapdn slapindex slappasswd slaptest slapauth slapacl slapschema
  88. PROGRAMS=slapd $(SLAPTOOLS)
  89. XPROGRAMS=sslapd libbackends.a .backend liboverlays.a
  90. --- a/servers/slapd/overlays/Makefile.in
  91. +++ b/servers/slapd/overlays/Makefile.in
  92. @@ -13,6 +13,8 @@
  93. ## top-level directory of the distribution or, alternatively, at
  94. ## <http://www.OpenLDAP.org/license.html>.
  95. +SHELL = @SHELL@
  96. +
  97. SRCS = overlays.c \
  98. accesslog.c \
  99. auditlog.c \
  100. --- a/tests/progs/Makefile.in
  101. +++ b/tests/progs/Makefile.in
  102. @@ -13,6 +13,8 @@
  103. ## top-level directory of the distribution or, alternatively, at
  104. ## <http://www.OpenLDAP.org/license.html>.
  105. +SHELL = @SHELL@
  106. +
  107. PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn \
  108. slapd-modify slapd-bind slapd-mtread ldif-filter
  109. --- a/servers/slapd/back-bdb/Makefile.in
  110. +++ b/servers/slapd/back-bdb/Makefile.in
  111. @@ -13,6 +13,8 @@
  112. ## top-level directory of the distribution or, alternatively, at
  113. ## <http://www.OpenLDAP.org/license.html>.
  114. +SHELL = @SHELL@
  115. +
  116. SRCS = init.c tools.c config.c \
  117. add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
  118. extended.c referral.c operational.c \
  119. --- a/servers/slapd/back-dnssrv/Makefile.in
  120. +++ b/servers/slapd/back-dnssrv/Makefile.in
  121. @@ -18,6 +18,8 @@
  122. # The DNSSRV backend was written by Kurt D. Zeilenga.
  123. #
  124. +SHELL = @SHELL@
  125. +
  126. SRCS = init.c bind.c search.c config.c referral.c
  127. OBJS = init.lo bind.lo search.lo config.lo referral.lo
  128. --- a/servers/slapd/back-hdb/Makefile.in
  129. +++ b/servers/slapd/back-hdb/Makefile.in
  130. @@ -15,6 +15,8 @@
  131. #
  132. ## Copyright 2003 Howard Chu @ Symas Corp. See master COPYRIGHT file for terms.
  133. +SHELL = @SHELL@
  134. +
  135. XXDIR = $(srcdir)/../back-bdb
  136. XXSRCS = init.c tools.c config.c \
  137. --- a/servers/slapd/back-ldap/Makefile.in
  138. +++ b/servers/slapd/back-ldap/Makefile.in
  139. @@ -13,6 +13,8 @@
  140. ## top-level directory of the distribution or, alternatively, at
  141. ## <http://www.OpenLDAP.org/license.html>.
  142. +SHELL = @SHELL@
  143. +
  144. SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
  145. delete.c modify.c modrdn.c extended.c chain.c \
  146. distproc.c monitor.c pbind.c
  147. --- a/servers/slapd/back-ldif/Makefile.in
  148. +++ b/servers/slapd/back-ldif/Makefile.in
  149. @@ -13,6 +13,8 @@
  150. ## top-level directory of the distribution or, alternatively, at
  151. ## <http://www.OpenLDAP.org/license.html>.
  152. +SHELL = @SHELL@
  153. +
  154. SRCS = ldif.c
  155. OBJS = ldif.lo
  156. --- a/servers/slapd/back-mdb/Makefile.in
  157. +++ b/servers/slapd/back-mdb/Makefile.in
  158. @@ -13,6 +13,8 @@
  159. ## top-level directory of the distribution or, alternatively, at
  160. ## <http://www.OpenLDAP.org/license.html>.
  161. +SHELL = @SHELL@
  162. +
  163. SRCS = init.c tools.c config.c \
  164. add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
  165. extended.c operational.c \
  166. --- a/servers/slapd/back-meta/Makefile.in
  167. +++ b/servers/slapd/back-meta/Makefile.in
  168. @@ -13,6 +13,8 @@
  169. ## top-level directory of the distribution or, alternatively, at
  170. ## <http://www.OpenLDAP.org/license.html>.
  171. +SHELL = @SHELL@
  172. +
  173. SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
  174. delete.c modify.c modrdn.c suffixmassage.c map.c \
  175. conn.c candidates.c dncache.c
  176. --- a/servers/slapd/back-monitor/Makefile.in
  177. +++ b/servers/slapd/back-monitor/Makefile.in
  178. @@ -13,6 +13,8 @@
  179. ## top-level directory of the distribution or, alternatively, at
  180. ## <http://www.OpenLDAP.org/license.html>.
  181. +SHELL = @SHELL@
  182. +
  183. SRCS = init.c search.c compare.c modify.c bind.c \
  184. operational.c \
  185. cache.c entry.c \
  186. --- a/servers/slapd/back-ndb/Makefile.in
  187. +++ b/servers/slapd/back-ndb/Makefile.in
  188. @@ -17,6 +17,8 @@
  189. ## This work was initially developed by Howard Chu for inclusion
  190. ## in OpenLDAP Software. This work was sponsored by MySQL.
  191. +SHELL = @SHELL@
  192. +
  193. SRCS = init.cpp tools.cpp config.cpp ndbio.cpp \
  194. add.cpp bind.cpp compare.cpp delete.cpp modify.cpp modrdn.cpp search.cpp
  195. --- a/servers/slapd/back-null/Makefile.in
  196. +++ b/servers/slapd/back-null/Makefile.in
  197. @@ -13,6 +13,8 @@
  198. ## top-level directory of the distribution or, alternatively, at
  199. ## <http://www.OpenLDAP.org/license.html>.
  200. +SHELL = @SHELL@
  201. +
  202. SRCS = null.c
  203. OBJS = null.lo
  204. --- a/servers/slapd/back-passwd/Makefile.in
  205. +++ b/servers/slapd/back-passwd/Makefile.in
  206. @@ -13,6 +13,8 @@
  207. ## top-level directory of the distribution or, alternatively, at
  208. ## <http://www.OpenLDAP.org/license.html>.
  209. +SHELL = @SHELL@
  210. +
  211. SRCS = search.c config.c init.c
  212. OBJS = search.lo config.lo init.lo
  213. --- a/servers/slapd/back-perl/Makefile.in
  214. +++ b/servers/slapd/back-perl/Makefile.in
  215. @@ -14,6 +14,8 @@
  216. ## top-level directory of the distribution or, alternatively, at
  217. ## <http://www.OpenLDAP.org/license.html>.
  218. +SHELL = @SHELL@
  219. +
  220. SRCS = init.c search.c close.c config.c bind.c compare.c \
  221. modify.c add.c modrdn.c delete.c
  222. OBJS = init.lo search.lo close.lo config.lo bind.lo compare.lo \
  223. --- a/servers/slapd/back-relay/Makefile.in
  224. +++ b/servers/slapd/back-relay/Makefile.in
  225. @@ -13,6 +13,8 @@
  226. ## top-level directory of the distribution or, alternatively, at
  227. ## <http://www.OpenLDAP.org/license.html>.
  228. +SHELL = @SHELL@
  229. +
  230. SRCS = init.c op.c
  231. OBJS = init.lo op.lo
  232. --- a/servers/slapd/back-shell/Makefile.in
  233. +++ b/servers/slapd/back-shell/Makefile.in
  234. @@ -13,6 +13,8 @@
  235. ## top-level directory of the distribution or, alternatively, at
  236. ## <http://www.OpenLDAP.org/license.html>.
  237. +SHELL = @SHELL@
  238. +
  239. SRCS = init.c config.c fork.c search.c bind.c unbind.c add.c \
  240. delete.c modify.c modrdn.c compare.c result.c
  241. OBJS = init.lo config.lo fork.lo search.lo bind.lo unbind.lo add.lo \
  242. --- a/servers/slapd/back-sock/Makefile.in
  243. +++ b/servers/slapd/back-sock/Makefile.in
  244. @@ -17,6 +17,8 @@
  245. ## This work was initially developed by Brian Candler for inclusion
  246. ## in OpenLDAP Software.
  247. +SHELL = @SHELL@
  248. +
  249. SRCS = init.c config.c opensock.c search.c bind.c unbind.c add.c \
  250. delete.c modify.c modrdn.c compare.c result.c
  251. OBJS = init.lo config.lo opensock.lo search.lo bind.lo unbind.lo add.lo \
  252. --- a/servers/slapd/back-sql/Makefile.in
  253. +++ b/servers/slapd/back-sql/Makefile.in
  254. @@ -13,6 +13,8 @@
  255. ## top-level directory of the distribution or, alternatively, at
  256. ## <http://www.OpenLDAP.org/license.html>.
  257. +SHELL = @SHELL@
  258. +
  259. SRCS = init.c config.c search.c bind.c compare.c operational.c \
  260. entry-id.c schema-map.c sql-wrap.c modify.c util.c \
  261. add.c delete.c modrdn.c api.c
  262. --- a/servers/slapd/shell-backends/Makefile.in
  263. +++ b/servers/slapd/shell-backends/Makefile.in
  264. @@ -13,6 +13,8 @@
  265. ## top-level directory of the distribution or, alternatively, at
  266. ## <http://www.OpenLDAP.org/license.html>.
  267. +SHELL = @SHELL@
  268. +
  269. PROGRAMS = passwd-shell
  270. SRCS = passwd-shell.c shellutil.c
  271. --- a/servers/slapd/slapi/Makefile.in
  272. +++ b/servers/slapd/slapi/Makefile.in
  273. @@ -14,6 +14,8 @@
  274. ## top-level directory of the distribution or, alternatively, at
  275. ## <http://www.OpenLDAP.org/license.html>.
  276. +SHELL = @SHELL@
  277. +
  278. LIBRARY = libslapi.la
  279. #all-common: $(LIBRARY) $(PROGRAMS)