* Added lib/contrib/getopt.[ch] for platforms that don't
have it (it is not GPL implementation).
+ * Fixed compilation when pkg-config is used.
+
Wed Apr 27 11:49:41 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
* A comma in invite/ban string is invalid, check for it.
#
# SILC library checking
compile_libs=true
+LIBSUBDIR=lib
#ifndef SILC_DIST_TOOLKIT
AC_ARG_WITH(silc-includes,
if test "$ac_silc_includes" != "no"; then
compile_libs=false
SILC_LIB_INCLUDES="-I$ac_silc_includes"
+ LIBSUBDIR=
fi
if test "$ac_silc_libs" != "no"; then
compile_libs=false
+ LIBSUBDIR=
LIBS="$LIBS -L$ac_silc_libs"
fi
#endif SILC_DIST_CLIENTLIB
if test x$compile_libs = xfalse; then
+ LIBSUBDIR=
LIBS="$LIBS $SILC_LIBS"
CFLAGS="$CFLAGS $SILC_CFLAGS"
#ifdef SILC_DIST_CLIENTLIB
fi
#endif SILC_DIST_TOOLKIT
+AC_SUBST(LIBSUBDIR)
+
# SOCKS4 support checking
#
SAVE_LIBS="$LIBS"