From: Sandro Santilli Date: Tue, 19 Apr 2005 09:20:47 +0000 (+0000) Subject: More info in configure output, added autogen.sh wrapper X-Git-Tag: pgis_1_1_0~418 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8de62e0ef583af5210784fee44df7a3b11fd7a3b;p=postgis More info in configure output, added autogen.sh wrapper git-svn-id: http://svn.osgeo.org/postgis/trunk@1645 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 000000000..4066e97c6 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,2 @@ +#!/bin/sh +autoconf diff --git a/configure.in b/configure.in index ba26498a5..d36ac0f8a 100644 --- a/configure.in +++ b/configure.in @@ -224,7 +224,13 @@ dnl AC_MSG_RESULT([ FLEX: path=$FLEX]) dnl AC_MSG_RESULT([ YACC: path=$YACC]) AC_MSG_RESULT([ ]) -AC_MSG_RESULT([ PREFIX: $prefix]) +AC_MSG_RESULT([ PREFIX: $prefix]) +AC_MSG_RESULT([ EXECPREFIX: $exec_prefix]) +AC_MSG_RESULT([ DOC: $docdir/postgis]) +AC_MSG_RESULT([ DATA: $datadir/postgis]) +AC_MSG_RESULT([ MAN: $mandir]) +AC_MSG_RESULT([ BIN: $bindir]) +AC_MSG_RESULT([ EXT: $MODULE_INSTALLDIR]) AC_MSG_RESULT([ -------------------------------------------------------]) AC_MSG_RESULT([ ])