Removed autom4te.cache directory after call to autoconf.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1588
b70326c6-7e19-0410-871a-
916f4a2858ee
tag="pgis_"$major"_"$minor"_"$micro
version="$major.$minor.$micro"
+version=`echo $version | sed 's/RC/-rc/'`
package="postgis-$version.tgz"
outdir="postgis-$version"
owd="$PWD"
cd "$outdir"
autoconf
+# remove the autom4te.cache dir, created by autoconf
+rm -Rf autom4te.cache
cd "$owd"
# generating documentation