[AD] PATCH: removing autom4te.cache from distribution zip

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


I've just noticed that directory autom4te.cache (created by autoconf 2.53)
is not removed from distribution zip. This one-liner should fix it:

--- zipup.sh.orig	2002-11-16 05:05:09.000000000 +0100
+++ zipup.sh	2002-12-01 18:43:11.000000000 +0100
@@ -195,6 +195,7 @@
 echo "Creating $name.zip..."
 cd ..
 if [ -f $name.zip ]; then rm $name.zip; fi
+if [ -d allegro/autom4te.cache ]; then rm -r allegro/autom4te.cache; fi
 find allegro -iname "CVS" -prune -o -iname ".*" -prune -o -iname "*.rej" -prune -o -iname "*.orig" -prune -o -print | zip -9 $name.zip -@

Speaking of it: snapshots beginning with 20021109 are generated with
autoconf 2.53 (and not 2.13 as before).

Have a nice day.

Stepan Roh



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/