dovecot-1.2: autogen.sh: Look up config.rpath also from /usr/loc...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jul 8 03:31:22 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/44db0de1bbd3
changeset: 9198:44db0de1bbd3
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 07 20:31:15 2009 -0400
description:
autogen.sh: Look up config.rpath also from /usr/local/shared/gettext/.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
autogen.sh |    2 +-

diffs (12 lines):

diff -r a5c5a912769e -r 44db0de1bbd3 autogen.sh
--- a/autogen.sh	Tue Jul 07 20:18:18 2009 -0400
+++ b/autogen.sh	Tue Jul 07 20:31:15 2009 -0400
@@ -9,7 +9,7 @@ if test "$ACLOCAL_DIR" != ""; then
   export ACLOCAL
 fi
 
-for dir in $GETTEXT_DIR /usr/share/gettext; do
+for dir in $GETTEXT_DIR /usr/share/gettext /usr/local/share/gettext; do
   if test -f $dir/config.rpath; then
     /bin/cp -f $dir/config.rpath .
     break


More information about the dovecot-cvs mailing list