do propper error checking and release memmory when it is not required anymore
[rrdtool.git] / MakeMakefile
index 6faa343..a50537d 100755 (executable)
@@ -4,5 +4,20 @@
 # makefiles and friends
 set -x
 #
-automake --foreign --verbose
-autoconf --localdir=./config
+find . -name Makefile | 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
+cp ltmain.sh config
+
+# wget ftp://sources.redhat.com/pub/automake/automake-1.5.tar.gz
+aclocal
+autoheader --warnings=all
+automake --foreign --add-missing --force-missing --copy 
+
+# wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.52.tar.gz
+autoconf 
+
+