aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/skype/configure.ac b/skype/configure.ac
index 467f3149..8b6d5787 100644
--- a/skype/configure.ac
+++ b/skype/configure.ac
@@ -33,3 +33,13 @@ CFLAGS="$CFLAGS $BITLBEE_CFLAGS"
LDFLAGS="$LDFLAGS $BITLBEE_LIBS"
AC_OUTPUT(config.mak)
AC_OUTPUT(skyped.conf.dist)
+
+echo "
+ compiler flags: $CFLAGS
+ linker flags: $LDFLAGS
+ shared object flags: $SHARED_FLAGS
+ shared object extension: $SHARED_EXT
+ install program: $INSTALL
+ prefix: $prefix
+ sysconfig dir: $sysconfdir/skyped
+"