From 59bc83133148a9bece86d61f4b4db9ad85e3a968 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 25 Jan 2005 08:48:44 +0000 Subject: [PATCH] Added autoconf invokation git-svn-id: http://svn.osgeo.org/postgis/trunk@1339 b70326c6-7e19-0410-871a-916f4a2858ee --- make_dist.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- 2.40.0