[dovecot-cvs] dovecot autogen.sh,1.6,1.7

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


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

Modified Files:
	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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- autogen.sh	4 Jan 2007 13:22:01 -0000	1.6
+++ autogen.sh	14 Jan 2007 01:49:08 -0000	1.7
@@ -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