dovecot-2.0-pigeonhole: Removed --enable-header-install setting.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Fri Sep 10 01:16:32 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/e4ed076aead7
changeset: 1420:e4ed076aead7
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Sep 09 23:59:56 2010 +0200
description:
Removed --enable-header-install setting.

diffstat:

 Makefile.am                                   |   6 ++----
 configure.in                                  |  10 ----------
 src/lib-sieve/Makefile.am                     |   8 ++------
 src/lib-sieve/plugins/enotify/Makefile.am     |  10 +++-------
 src/lib-sieve/plugins/environment/Makefile.am |  10 +++-------
 src/lib-sieve/plugins/variables/Makefile.am   |  10 +++-------
 6 files changed, 13 insertions(+), 41 deletions(-)

diffs (104 lines):

diff -r 5889581572b6 -r e4ed076aead7 Makefile.am
--- a/Makefile.am	Thu Sep 09 09:24:40 2010 +0200
+++ b/Makefile.am	Thu Sep 09 23:59:56 2010 +0200
@@ -12,10 +12,8 @@
 	COPYING.LGPL \
 	ChangeLog
 
-if INSTALL_HEADERS
-  pkginc_libdir=$(dovecot_pkgincludedir)/sieve
-  nodist_pkginc_lib_HEADERS = pigeonhole-config.h
-endif
+pkginc_libdir=$(dovecot_pkgincludedir)/sieve
+nodist_pkginc_lib_HEADERS = pigeonhole-config.h
 
 if MAINTAINER_MODE
 ChangeLog: .hg/dirstate
diff -r 5889581572b6 -r e4ed076aead7 configure.in
--- a/configure.in	Thu Sep 09 09:24:40 2010 +0200
+++ b/configure.in	Thu Sep 09 23:59:56 2010 +0200
@@ -59,16 +59,6 @@
 #
 #
 
-AC_ARG_ENABLE(header-install,
-[  --enable-header-install Install development headers],
-    if test x$enableval = xno; then
-        want_headers=no
-    else
-        want_headers=yes
-    fi,
-    want_headers=no)
-AM_CONDITIONAL(INSTALL_HEADERS, test "$want_headers" = "yes")
-
 AC_ARG_WITH(docs,
 [  --with-docs             Install documentation (default)],
     if test x$withval = xno; then
diff -r 5889581572b6 -r e4ed076aead7 src/lib-sieve/Makefile.am
--- a/src/lib-sieve/Makefile.am	Thu Sep 09 09:24:40 2010 +0200
+++ b/src/lib-sieve/Makefile.am	Thu Sep 09 23:59:56 2010 +0200
@@ -149,9 +149,5 @@
 	sieve-plugins.h \
 	sieve.h
 
-if INSTALL_HEADERS
-  pkginc_libdir=$(dovecot_pkgincludedir)/sieve
-  pkginc_lib_HEADERS = $(headers)
-else
-  noinst_HEADERS = $(headers)
-endif
+pkginc_libdir=$(dovecot_pkgincludedir)/sieve
+pkginc_lib_HEADERS = $(headers)
diff -r 5889581572b6 -r e4ed076aead7 src/lib-sieve/plugins/enotify/Makefile.am
--- a/src/lib-sieve/plugins/enotify/Makefile.am	Thu Sep 09 09:24:40 2010 +0200
+++ b/src/lib-sieve/plugins/enotify/Makefile.am	Thu Sep 09 23:59:56 2010 +0200
@@ -39,10 +39,6 @@
 	ext-enotify-limits.h \
 	ext-enotify-common.h
 
-if INSTALL_HEADERS
-  pkginc_libdir=$(dovecot_pkgincludedir)/sieve
-  pkginc_lib_HEADERS = $(public_headers)
-  noinst_HEADERS = $(headers)
-else
-  noinst_HEADERS = $(headers) $(public_headers)
-endif
+pkginc_libdir=$(dovecot_pkgincludedir)/sieve
+pkginc_lib_HEADERS = $(public_headers)
+noinst_HEADERS = $(headers)
diff -r 5889581572b6 -r e4ed076aead7 src/lib-sieve/plugins/environment/Makefile.am
--- a/src/lib-sieve/plugins/environment/Makefile.am	Thu Sep 09 09:24:40 2010 +0200
+++ b/src/lib-sieve/plugins/environment/Makefile.am	Thu Sep 09 23:59:56 2010 +0200
@@ -18,11 +18,7 @@
 headers = \
 	ext-environment-common.h
 
-if INSTALL_HEADERS
-  pkginc_libdir=$(dovecot_pkgincludedir)/sieve
-  pkginc_lib_HEADERS = $(public_headers)
-  noinst_HEADERS = $(headers)
-else
-  noinst_HEADERS = $(headers) $(public_headers)
-endif
+pkginc_libdir=$(dovecot_pkgincludedir)/sieve
+pkginc_lib_HEADERS = $(public_headers)
+noinst_HEADERS = $(headers)
 
diff -r 5889581572b6 -r e4ed076aead7 src/lib-sieve/plugins/variables/Makefile.am
--- a/src/lib-sieve/plugins/variables/Makefile.am	Thu Sep 09 09:24:40 2010 +0200
+++ b/src/lib-sieve/plugins/variables/Makefile.am	Thu Sep 09 23:59:56 2010 +0200
@@ -35,11 +35,7 @@
 	ext-variables-modifiers.h \
 	ext-variables-dump.h
 
-if INSTALL_HEADERS
-  pkginc_libdir=$(dovecot_pkgincludedir)/sieve
-  pkginc_lib_HEADERS = $(public_headers)
-  noinst_HEADERS = $(headers)
-else
-  noinst_HEADERS = $(headers) $(public_headers)
-endif
+pkginc_libdir=$(dovecot_pkgincludedir)/sieve
+pkginc_lib_HEADERS = $(public_headers)
+noinst_HEADERS = $(headers)
 


More information about the dovecot-cvs mailing list