]> granicus.if.org Git - file/commitdiff
the idjit's guide to the gnu autoconf.
authorChristos Zoulas <christos@zoulas.com>
Sat, 13 Jan 2007 19:13:54 +0000 (19:13 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 13 Jan 2007 19:13:54 +0000 (19:13 +0000)
DOIT [new file with mode: 0644]

diff --git a/DOIT b/DOIT
new file mode 100644 (file)
index 0000000..9e28f5c
--- /dev/null
+++ b/DOIT
@@ -0,0 +1,11 @@
+# The idiot's guide to test gnu auto* crap.
+rm -f lt*
+touch PORTING
+libtoolize -f -c
+aclocal
+autoheader -f
+automake -a -f -c
+autoconf -f
+./configure
+make distcheck
+