Code

added new .cvsignore files
[rrdtool-all.git] / program / MakeMakefile
index 6faa3431c8a28dbeab7ff1fce5d3b5bde64c37fc..3d6fae93df460b1665bd9672a1a072f90b6052e7 100755 (executable)
@@ -4,5 +4,16 @@
 # makefiles and friends
 set -x
 #
-automake --foreign --verbose
-autoconf --localdir=./config
+find . -name Makefile | xargs rm
+find . -name Makefile.in | xargs rm
+
+# libtool 1.4.2
+libtoolize --automake
+# automake 2.12
+aclocal
+autoheader --warnings=all
+automake --foreign --add-missing --force-missing --copy 
+# autoconf 2.52
+autoconf 
+
+