[dovecot-cvs] dovecot autogen.sh,1.4.2.2,1.4.2.3

tss at dovecot.org tss at dovecot.org
Sun Jan 14 01:49:08 UTC 2007


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv16145

Modified Files:
      Tag: branch_1_0
	autogen.sh 
Log Message:
Copy config.rpath before running autoreconf.



Index: autogen.sh
===================================================================
RCS file: /var/lib/cvs/dovecot/autogen.sh,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- autogen.sh	4 Jan 2007 13:21:41 -0000	1.4.2.2
+++ autogen.sh	14 Jan 2007 01:49:06 -0000	1.4.2.3
@@ -9,8 +9,6 @@
   export ACLOCAL
 fi
 
-autoreconf -i -f
-
 for dir in $GETTEXT_DIR /usr/share/gettext; do
   if test -f $dir/config.rpath; then
     /bin/cp -f $dir/config.rpath .
@@ -18,3 +16,4 @@
   fi
 done
 
+autoreconf -i -f



More information about the dovecot-cvs mailing list