|
From: Jonas B. <bi...@us...> - 2004-12-31 10:47:57
|
Update of /cvsroot/multisync/multisync In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28842 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/autogen.sh,v retrieving revision 1.2.6.2 retrieving revision 1.2.6.3 diff -u -d -r1.2.6.2 -r1.2.6.3 --- autogen.sh 29 Oct 2004 16:25:21 -0000 1.2.6.2 +++ autogen.sh 31 Dec 2004 10:47:44 -0000 1.2.6.3 @@ -1,4 +1,4 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -autoreconf -i -s && ./configure "$@" +autoreconf -i -f -s && ./configure "$@" |