diff options
author | JP Rosevear <jpr@ximian.com> | 2001-09-15 03:26:23 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-09-15 03:26:23 +0800 |
commit | efa43cbf6f1e5902ea0b426eb6b7212e9096acb9 (patch) | |
tree | 5517c48f9c6faeb31f3bb05e2f78d13c7fbb74fd /configure.in | |
parent | bea18b49c16fcc3a99783a4b507fc279b807bb85 (diff) | |
download | gsoc2013-evolution-efa43cbf6f1e5902ea0b426eb6b7212e9096acb9.tar.gz gsoc2013-evolution-efa43cbf6f1e5902ea0b426eb6b7212e9096acb9.tar.zst gsoc2013-evolution-efa43cbf6f1e5902ea0b426eb6b7212e9096acb9.zip |
use install hook instead of install rule to guarantee we run after
2001-09-14 JP Rosevear <jpr@ximian.com>
* Makefile.am: use install hook instead of install rule to
guarantee we run after installation
2001-09-14 JP Rosevear <jpr@ximian.com>
* configure.in: remove unneeded conditionals
svn path=/trunk/; revision=12825
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 8bd5088a5b..47fc8cb6c8 100644 --- a/configure.in +++ b/configure.in @@ -176,9 +176,6 @@ AC_MSG_RESULT([$system_mail_dir, $system_mail_perm]) AC_SUBST(CAMEL_LOCK_HELPER_USER) AC_SUBST(CAMEL_LOCK_HELPER_GROUP) -AM_CONDITIONAL(CAMEL_LOCK_HELPER_SETUID, test -n "$CAMEL_LOCK_HELPER_USER") -AM_CONDITIONAL(CAMEL_LOCK_HELPER_SETGID, test -n "$CAMEL_LOCK_HELPER_GROUP") - dnl * Time zone stuff AC_CACHE_CHECK(for timezone variable, ac_cv_var_timezone, AC_TRY_COMPILE([ |