commit - b03ae5cc95f24a8dc8b748c87e77baa145d93d0f
commit + 9ffe20fdada0d0603909c9dee12683390d9f8570
blob - 6b97925ba1372cdb689abb7b67828113bfcce395
blob + fd92eb8182fe62d6c7fffea4b7f79b53a2282f78
--- configure.ac
+++ configure.ac
Makefile.common:Makefile.common.in])
AC_OUTPUT
-# tog/GNUMakefile])
-# regress/GNUMakefile
-# regress/cmdline/GNUMakefile
-# regress/delta/GNUMakefile
-# regress/fetch/GNUMakefile
-# regress/idset/GNUMakefile
-# regress/path/GNUMakefile
-# gotweb/GNUMakefile
-# gotweb/libexec/GNUMakefile
-# gotweb/libexec/got-read-blob/GNUMakefile
-# gotweb/libexec/got-read-commit/GNUMakefile
-# gotweb/libexec/got-read-gitconfig/GNUMakefile
-# gotweb/libexec/got-read-gotconfig/GNUMakefile
-# gotweb/libexec/got-read-object/GNUMakefile
-# gotweb/libexec/got-read-pack/GNUMakefile
-# gotweb/libexec/got-read-tag/GNUMakefile
-# gotweb/libexec/got-read-tree/GNUMakefile
+executables="$(eval echo ${exec_prefix}/bin)"
+helpers="$(eval echo ${libexecdir})"
+manpages="$(eval echo ${mandir})"
+
+echo "
+Configured got-portable with:
+
+ Version: $VERSION
+
+ Prefix: ${prefix}
+ Executables: ${executables}
+ Helpers: ${helpers}
+ Man pages: ${manpages}
+"