c768d86633
- don't pass -DLDAP_DEPRECATED to cpp, handle it directly in sources
13 lines
397 B
Diff
13 lines
397 B
Diff
diff -up bind-9.6.0b1/lib/bind/configure.in.libtool2-libbind bind-9.6.0b1/lib/bind/configure.in
|
|
--- bind-9.6.0b1/lib/bind/configure.in.libtool2-libbind 2008-11-24 13:11:18.000000000 +0100
|
|
+++ bind-9.6.0b1/lib/bind/configure.in 2008-11-24 13:11:41.000000000 +0100
|
|
@@ -20,6 +20,8 @@ AC_PREREQ(2.13)
|
|
|
|
AC_CONFIG_HEADER(config.h)
|
|
|
|
+AC_CONFIG_MACRO_DIR([m4])
|
|
+
|
|
AC_CANONICAL_HOST
|
|
|
|
AC_PROG_MAKE_SET
|