X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=MakeMakefile;h=2047f1dc3b8f174e443077b3cdf005a7eb06e46e;hp=75dd4e0ee0323203c7ba68ef709e87670e40f32e;hb=d0b7939060ab8b257c528b0440690b159da3603a;hpb=3225515cd224dbfeae63767369be2ca6e55dbc4c diff --git a/MakeMakefile b/MakeMakefile index 75dd4e0..2047f1d 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -33,12 +33,13 @@ fi set -x find . -name Makefile | xargs rm -f +find . -name "*.la" | xargs rm -f find . -name Makefile.in | xargs rm -f # wget ftp://ftp.gnu.org/gnu/libtool/libtool-1.4.2.tar.gz -libtoolize --copy +libtoolize --copy --force cp ltmain.sh config # wget ftp://sources.redhat.com/pub/automake/automake-1.5.tar.gz