]> granicus.if.org Git - postgis/commitdiff
More info in configure output, added autogen.sh wrapper
authorSandro Santilli <strk@keybit.net>
Tue, 19 Apr 2005 09:20:47 +0000 (09:20 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 19 Apr 2005 09:20:47 +0000 (09:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1645 b70326c6-7e19-0410-871a-916f4a2858ee

autogen.sh [new file with mode: 0755]
configure.in

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..4066e97
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+autoconf
index ba26498a568ad0fe6277b7af883866452e4df9c7..d36ac0f8acd654291e92b0a53a7cc6f56a7d04d6 100644 (file)
@@ -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([ ])