diff options
-rw-r--r-- | configure.ac | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8b062dd..222556a 100644 --- a/configure.ac +++ b/configure.ac @@ -110,3 +110,31 @@ src/Makefile tests/Makefile ]) AC_OUTPUT + +echo " + + arctica-greeter $VERSION + ======================= + + prefix: ${prefix} + exec_prefix: ${exec_prefix} + libdir: ${libdir} + libexecdir: ${libexecdir} + bindir: ${bindir} + sbindir: ${sbindir} + datadir: ${datadir} + sysconfdir: ${sysconfdir} + localstatedir: ${localstatedir} + + compiler: ${CC} + cflags: ${CFLAGS} + cppflags: ${CPPFLAGS} + + GETTEXT_PACKAGE: ${GETTEXT_PACKAGE} + + INDICATOR_FILE_DIR: ${prefix}/share/ayatana/indicators + INDICATORDIR: ${INDICATORDIR} + + GUEST_WRAPPER_BINARY: ${GUEST_WRAPPER_BINARY} + +" |