X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=MakeMakefile;h=f945d3b696be099a73d4d0263a1a716f3be58c34;hb=f3816cb9cea7ce0b5390afe5508b5f209ec7a52a;hp=057c6296a8a9490ab044400cac32bd5cd954800b;hpb=1b2b47d5fd5474e35ae15678f6eefe6f4ee45795;p=rrdtool.git diff --git a/MakeMakefile b/MakeMakefile index 057c629..f945d3b 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -3,8 +3,8 @@ # Run this script after the first cvs checkout to build # makefiles and friends -PATH="/usr/sepp/bin:$PATH" -export PATH +#PATH="/usr/sepp/bin:$PATH" +#export PATH vcheck (){ perl </dev/null -fi +# remove the bits we are going to recreate +echo Removing old Makefiles +touch Makefile +find . -name "Makefile" -or -name "Makefile.in" -print0 | xargs -0 rm +echo Cleaning out other leftovers +for x in configure install-sh intltool-merge.in rrd_config.h.in \ + missing intltool-update po/Makefile.in.in config.sub \ + intltool-extract intltool-extract.in config.guess \ + depcomp intltool-update.in autom4te.cache \ + intltool-merge compile; do + [ ! -L $x -a -d $x ] && rm -r "$x" + [ ! -L $x -a -f $x ] && rm "$x" +done +set -x intltoolize --automake -c -f $aclocal libtoolize --copy --force