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

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


details:   http://hg.dovecot.org/dovecot-2.0/rev/38add5a084db
changeset: 9575:38add5a084db
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 ca48bc74f6bd -r 38add5a084db 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