From: Sandro Santilli Date: Tue, 25 Jan 2005 08:48:44 +0000 (+0000) Subject: Added autoconf invokation X-Git-Tag: pgis_1_0_0RC2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59bc83133148a9bece86d61f4b4db9ad85e3a968;p=postgis Added autoconf invokation git-svn-id: http://svn.osgeo.org/postgis/trunk@1339 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/make_dist.sh b/make_dist.sh index 8c285e1e2..676be7538 100644 --- a/make_dist.sh +++ b/make_dist.sh @@ -35,6 +35,13 @@ rm -f "$outdir"/make_dist #echo "Removing regress tests" #rm -Rf $outdir/regress +# generating configure script +echo "Running autoconf" +owd="$PWD" +cd "$outdir" +autoconf +cd "$owd" + # generating documentation echo "Generating documentation" owd="$PWD"