X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=autogen.sh;h=b833a3083e3463108240b7f81905e03e37745df5;hb=d5af470d283392c96f21bec2b7ce33bb1e8334f2;hp=0357d93af9e2642944f9a3d9d76689951a915c3e;hpb=48442b777389cfecb95f07b800d69dbac24130f0;p=nagiosplug.git diff --git a/autogen.sh b/autogen.sh index 0357d93..b833a30 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,18 +19,13 @@ else fi # Refresh GNU autotools toolchain. -for i in config.guess config.sub missing install-sh mkinstalldirs ; do +for i in config.guess config.sub missing install-sh mkinstalldirs depcomp; do test -r /usr/share/automake/${i} && { rm -f ${i} - cp /usr/share/automake/${i} . } - chmod 755 ${i} done -aclocal -I lib -autoheader -automake -c -a -autoconf +tools/setup # For the Debian build test -d debian && {