diff autogen.sh @ 10753:80a11f8650a4 HEAD

Added dovecot.m4 file that external plugins can use. Based on patch by Dennis Schridde.
author Timo Sirainen <tss@iki.fi>
date Thu, 18 Feb 2010 09:14:43 +0200
parents 38add5a084db
children 3d737e1ed65e
line wrap: on
line diff
--- a/autogen.sh	Thu Feb 18 08:43:35 2010 +0200
+++ b/autogen.sh	Thu Feb 18 09:14:43 2010 +0200
@@ -4,10 +4,11 @@
 #ACLOCAL_DIR=
 #GETTEXT_DIR=
 
+ACLOCAL="aclocal -I ."
 if test "$ACLOCAL_DIR" != ""; then
-  ACLOCAL="aclocal -I $ACLOCAL_DIR"
-  export ACLOCAL
+  ACLOCAL="$ACLOCAL -I $ACLOCAL_DIR"
 fi
+export ACLOCAL
 
 for dir in $GETTEXT_DIR /usr/share/gettext /usr/local/share/gettext; do
   if test -f $dir/config.rpath; then