From: Pekka Riikonen Date: Thu, 9 Nov 2006 14:54:54 +0000 (+0000) Subject: Fixes. X-Git-Tag: silc.client.1.0.4~5 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=029ad2907eaf93bca978281d1ef98770ee8daef9;p=silc.git Fixes. --- diff --git a/configure.ad b/configure.ad index ac9811e8..3dafcc9c 100644 --- a/configure.ad +++ b/configure.ad @@ -984,6 +984,9 @@ AM_CONDITIONAL(SILC_BEOS, test xfalse = xtrue) # AM_CONDITIONAL(SILC_OS2, test xfalse = xtrue) +# Make enable-shared aware +AM_CONDITIONAL(SILC_ENABLE_SHARED, test "$enable_shared" = yes) + #ifdef SILC_DIST_TOOLKIT # --with-irssi # @@ -1044,9 +1047,6 @@ AC_DEFINE_UNQUOTED([SILC_ETCDIR], "$ETCDIR", [SILC_ETCDIR]) ## Misc ## -# Make enable-shared aware -AM_CONDITIONAL(SILC_ENABLE_SHARED, test "$enable_shared" = yes) - SILC_TOP_SRCDIR=`pwd` # Included configure scripts diff --git a/doc/Makefile.ad b/doc/Makefile.ad index db0c4720..980775b6 100644 --- a/doc/Makefile.ad +++ b/doc/Makefile.ad @@ -108,7 +108,7 @@ EXTRA_DIST = \ #endif SILC_DIST_CLIENT #ifndef SILC_DIST_CLIENT example_silcd.conf \ -#endif +#endif SILC_DIST_CLIENT #ifdef SILC_DIST_SERVER examples silcd.8 silcd.conf.5 \ #endif SILC_DIST_SERVER