From: Christos Zoulas Date: Sat, 13 Jan 2007 19:13:54 +0000 (+0000) Subject: the idjit's guide to the gnu autoconf. X-Git-Tag: FILE5_05~677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b49a4c47f7f3bc6035986e53198c481398de230d;p=file the idjit's guide to the gnu autoconf. --- diff --git a/DOIT b/DOIT new file mode 100644 index 00000000..9e28f5c4 --- /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 +