|
From: Jonas B. <bi...@us...> - 2004-12-31 10:49:19
|
Update of /cvsroot/multisync/multisync/plugins/evolution2_sync In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29083 Modified Files: Tag: branch_08X autogen.sh Log Message: Added the -f flag to autoreconf so the correct libtool scripts are copied Index: autogen.sh =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/evolution2_sync/autogen.sh,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- autogen.sh 29 Oct 2004 16:25:29 -0000 1.1.2.3 +++ autogen.sh 31 Dec 2004 10:49:10 -0000 1.1.2.4 @@ -1,4 +1,4 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -autoreconf -i -s && ./configure "$@" +autoreconf -i -f -s && ./configure "$@" |