AM_CONDITIONAL(HAVE_FORK, test "$ac_cv_func_fork" != "no")
sj_VALGRIND
+sj_LINKER_SCRIPT([$srcdir/lib/libgnutls.vers])
AC_CHECK_TYPES(uint,,, [
# include <sys/types.h>
gl_WARN_ADD([-Wno-pointer-sign]) # Too many warnings for now
gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now
gl_WARN_ADD([-fdiagnostics-show-option])
+
+# Export things for */configure.ac.
export WARN_CFLAGS
+export have_ld_version_script
AC_CONFIG_SUBDIRS([lib])
AC_CONFIG_SUBDIRS([libextra])
AC_SUBST(LIBGNUTLS_LIBS)
AC_SUBST(LIBGNUTLS_CFLAGS)
+# Finish things from ../configure.ac.
AC_SUBST([WARN_CFLAGS])
+AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")
AC_CONFIG_FILES([
Makefile
AM_CONDITIONAL(ENABLE_OPENPGP, test "$ac_enable_openpgp" = "yes")
sj_OUTPUT_DEF
- sj_LINKER_SCRIPT([$srcdir/libgnutls.vers])
# For storing integers in pointers without warnings
# http://developer.gnome.org/doc/API/2.0/glib/glib-Type-Conversion-Macros.html#desc
AC_SUBST(LIBGNUTLS_EXTRA_LIBS)
AC_SUBST(LIBGNUTLS_EXTRA_CFLAGS)
+# Finish things from ../configure.ac.
AC_SUBST([WARN_CFLAGS])
+AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")
AC_CONFIG_FILES([
Makefile