]> granicus.if.org Git - postgis/commitdiff
Updated to replace 'RC' into '-rc' when building package dir (and tar).
authorSandro Santilli <strk@keybit.net>
Wed, 30 Mar 2005 17:25:41 +0000 (17:25 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 30 Mar 2005 17:25:41 +0000 (17:25 +0000)
Removed autom4te.cache directory after call to autoconf.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1588 b70326c6-7e19-0410-871a-916f4a2858ee

make_dist.sh

index af41cb96c05096685a9b9987203235a38be50528..285286a1fe558d540bb6af3f2bccb4c47dfabcd8 100644 (file)
@@ -12,6 +12,7 @@ fi
 
 tag="pgis_"$major"_"$minor"_"$micro
 version="$major.$minor.$micro"
+version=`echo $version | sed 's/RC/-rc/'`
 package="postgis-$version.tgz"
 outdir="postgis-$version"
 
@@ -40,6 +41,8 @@ echo "Running autoconf"
 owd="$PWD"
 cd "$outdir"
 autoconf
+# remove the autom4te.cache dir, created by autoconf
+rm -Rf autom4te.cache
 cd "$owd"
 
 # generating documentation