summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e54ae8f)
raw | patch | inline | side by side (parent: e54ae8f)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 16 Jan 2002 23:11:11 +0000 (23:11 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 16 Jan 2002 23:11:11 +0000 (23:11 +0000) |
MakeMakefile | patch | blob | history |
diff --git a/MakeMakefile b/MakeMakefile
index 3d6fae93df460b1665bd9672a1a072f90b6052e7..661ccc20848588036a3d3093ee7a84802fcbf058 100755 (executable)
--- a/MakeMakefile
+++ b/MakeMakefile
# makefiles and friends
set -x
#
-find . -name Makefile | xargs rm
-find . -name Makefile.in | xargs rm
+find . -name Makefile | xargs rm -f
+find . -name Makefile.in | xargs rm -f
-# libtool 1.4.2
+
+# wget ftp://ftp.gnu.org/gnu/libtool/libtool-1.4.2.tar.gz
libtoolize --automake
-# automake 2.12
+
+# wget ftp://sources.redhat.com/pub/automake/automake-1.5.tar.gz
aclocal
autoheader --warnings=all
automake --foreign --add-missing --force-missing --copy
-# autoconf 2.52
+
+# wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.52.tar.gz
autoconf