Commit Diff


commit - 3770e05568dc25b65125358aeb7a51ced8afb221
commit + 8dafd5874fb5bfc195ebf7ecae8dd84bd14e852c
blob - c3e6624e4c9b6ffac08c31bf187917d0dbab7bc5
blob + 24fac9fc2983a5613885c8e2154d8af4ce715c4f
--- configure.ac
+++ configure.ac
@@ -929,21 +929,35 @@ AC_OUTPUT
 executables="$(eval echo ${exec_prefix}/bin)"
 helpers="$(eval echo ${libexecdir})"
 manpages="$(eval echo ${mandir})"
+gotdep="$GOTD_EMPTY_PATHC"
+gotgwlep="$GITWRAPPER_LIBEXEC_PATHC"
 
 if test -z "$enable_gotd"; then
 	enable_gotd="no"
+	gotdep="N/A"
+	gotgwlep="N/A"
+fi
+
+if test -z "$gotdep"; then
+	gotdep="N/A"
 fi
 
+if test -z "$gotgwlep"; then
+	gotgwlep="N/A"
+fi
+
 echo "
 Configured got-portable with:
 
  Version:      $VERSION
 
- Prefix:       ${prefix}
- Executables:  ${executables}
- Bison:        $YACC
- CFlags:       $CFLAGS
- Gotd:         ${enable_gotd}
- Helpers:      ${helpers}
- Man pages:    ${manpages}
+ Prefix:           ${prefix}
+ Executables:      ${executables}
+ Bison:            $YACC
+ CFlags:           $CFLAGS
+ Gotd:             ${enable_gotd}
+   Empty Path:     ${gotdep}
+   Gitwrapper:     ${gotgwlep}
+ Helpers:          ${helpers}
+ Man pages:        ${manpages}
 "