buildfarm r476: spot_master.cfg: Run `autoreconf -vi', not `autoreconf -fvi'

URL: https://svn.lrde.epita.fr/svn/lrde-tools/trunk/buildbot/masters ChangeLog: 2007-11-29 Alexandre Duret-Lutz <adl@lrde.epita.fr> * spot_master.cfg: Run `autoreconf -vi', not `autoreconf -fvi'. This way I can workaround Debian's broken libtool my checking in my own. --- spot_master.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: trunk/buildbot/masters/spot_master.cfg =================================================================== --- trunk/buildbot/masters/spot_master.cfg (revision 475) +++ trunk/buildbot/masters/spot_master.cfg (revision 476) @@ -162,22 +162,22 @@ f_spot_unix = GNUBuildSystem(project_repos='spot', scm_step=checkout, - bootstrap_cmd='autoreconf -fvi') + bootstrap_cmd='autoreconf -vi') f_spot_unix_gcc3 = GNUBuildSystem(project_repos='spot', scm_step=checkout, - bootstrap_cmd='autoreconf -fvi', + bootstrap_cmd='autoreconf -vi', extra_configure_args='CC=gcc-3.3 CXX=g++-3.3', install_dir='spot_gcc3') f_spot_mingw = GNUBuildSystem(project_repos='spot', scm_step=checkout, - bootstrap_cmd='autoreconf -fvi', + bootstrap_cmd='autoreconf -vi', extra_configure_args='--host=mingw32 --build=i686-pc-cygwin') f_spot_vcxx = GNUBuildSystem(project_repos='spot', scm_step=checkout, - bootstrap_cmd='autoreconf -fvi', + bootstrap_cmd='autoreconf -vi', extra_configure_args='''CC=cccl CXX=cccl LD=cccl \\ && sed "s/^host=.*/host=\'i686-pc-msvc++8\'/" -i config.log''')
participants (1)
-
Alexandre Duret-Lutz