blob: 7c6fa6a4d26850365a914443eae12cd143966632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
--- /tmp/configure.in 2009-02-06 16:34:14.000000000 +0100
+++ apr-util-1.2.12/configure.in 2009-02-06 16:34:38.000000000 +0100
@@ -8,13 +8,13 @@
AC_CONFIG_HEADER(include/private/apu_config.h)
AC_CONFIG_AUX_DIR(build)
-sinclude(build/apu-conf.m4)
-sinclude(build/apu-iconv.m4)
-sinclude(build/apu-hints.m4)
-sinclude(build/apr_common.m4)
-sinclude(build/find_apr.m4)
-sinclude(build/dbm.m4)
-sinclude(build/dbd.m4)
+#sinclude(build/apu-conf.m4)
+#sinclude(build/apu-iconv.m4)
+#sinclude(build/apu-hints.m4)
+#sinclude(build/apr_common.m4)
+#sinclude(build/find_apr.m4)
+#sinclude(build/dbm.m4)
+#sinclude(build/dbd.m4)
dnl Generate ./config.nice for reproducing runs of configure
dnl
@@ -45,10 +45,10 @@
# against installed versions of libapr instead of those just
# built.
case $host in
-*-apple-darwin*) LT_NO_INSTALL="" ;;
-*) LT_NO_INSTALL="-no-install" ;;
+*-apple-darwin*) LV_NO_INSTALL="" ;;
+*) LV_NO_INSTALL="-no-install" ;;
esac
-AC_SUBST(LT_NO_INSTALL)
+AC_SUBST(LV_NO_INSTALL)
dnl
dnl compute the top directory of the build
|